-
-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update to ffmpeg 5.1, 5.1.1, 5.1.2 & 6.0 #110
Comments
Good news: https://github.com/Thefrank/ffmpeg-static-freebsd/releases/tag/v5.1 and it passes FATE Not good news: many of the libraries used in the Neutral news: Still targets the EOL FreeBSD 12.2 but works under FreeBSD 13.0+ |
I've been looking forward to the Would be wonderful to have this repository upgrade 🙇 at your convenience ❤️ thank you! |
I'm waiting for people to build & upload binaries. |
I have an |
I don't know much about compiling ffmpeg, so I can't really answer that question, sorry. Does someone else know? The project where |
There are newer versions just of this weekend, what we would need to move this forward? Also, does it makes sense to have a nightly script to review sources and publish new versions automatically? I have already done some of them in the past. |
Last time I checked, osxexperts.net didn't have ffmpeg 5.1 & 5.1.1 binaries yet, now it does (but not 5.1.2 yet). This means that I will publish two versions of
I think some automation to get notified about the latest available binaries would be helpful. Publishing by hand is not that much work and much less error-prone. |
Turns out that the Linux 5.1 binaries are not available anymore (under URLs I know of). I have contacted the person hosting them. This does not apply to the Linux 5.1.1 binaries, but also to 5.1.2 (see the updated first post). |
Then, maybe go directly for 5.1.1 if it's available for all platforms? |
I have updated my initial post, to my knowledge it lists those binaries still missing. |
I have 6.0 on my repo now. |
Hi @derhuerst it seems 6.0 has been released for all binaries. Any chance for a release in the near future? Thanks for your work here! |
@sudo-nautilus I couldn't find an ffmpeg 6.0 release binary for Windows x86. Is there one? |
I have updated the list to include Currently, we're waiting for either Linux (johnvansickle.com), macOS arm64 (osxexperts.net), Windows x86 (repo by @sudo-nautilus) or FreeBSD (repo by @Thefrank), depending on the ffmpeg release. |
https://github.com/Thefrank/ffmpeg-static-freebsd/releases/tag/v5.1.2 built but forgot to publish it. currently have it as "pre-release" as I lack the original build environment to test it |
Yes, except that it uses the tag |
If ffmpeg 6.0 is ready, what about making a branch for it ? I would like to use this version especially for some new encodings |
Not sure if this is useful, but I thought I'd mention that I have a build script for ffmpeg & ffprobe that properly builds on Windows (i686 & x86_64), Linux (i686 & x86_64) and Mac (Intel & Arm). Builds are automatically tested. The builds are "as static as possible" (on system dependencies allowed) (list of dynamic dependencies: https://github.com/paulrouget/ffmpeg-static-builder/blob/94f88ad51f10525397be7604bbb451e3d8310eb2/recipes/ffmpeg.sh#L68-L103). I only build what I personally need, but I'm willing to add more options if that helps. All dependencies are direct submodules of the repo. I will be adding recent build here: https://github.com/paulrouget/ffmpeg-static-builder/releases |
I have published I'm currently waiting for write access to the |
5.1
git tag
ffmpeg
arm
arm64
ffprobe
arm
arm64
5.1.1
git tag
ffmpeg
arm
arm64
ffprobe
arm
arm64
5.1.2
git tag
ffmpeg
arm
– currently missingarm64
– currently missingffprobe
arm
arm64
6.0
git tag
ffmpeg
arm
arm64
ffprobe
arm
arm64
related: #96
The text was updated successfully, but these errors were encountered: