Upgrade ffmpeg to 8.0.1, switch Linux x64/arm64 to BtbN builds#150
Open
ncryptedV1 wants to merge 1 commit intoeugeneware:masterfrom
Open
Upgrade ffmpeg to 8.0.1, switch Linux x64/arm64 to BtbN builds#150ncryptedV1 wants to merge 1 commit intoeugeneware:masterfrom
ncryptedV1 wants to merge 1 commit intoeugeneware:masterfrom
Conversation
- Update ffmpeg version from 6.1.1 to 8.0.1 - Switch Linux x64/arm64 builds from johnvansickle.com to BtbN/FFmpeg-Builds (johnvansickle only has 7.0.2, BtbN has 8.0) - Update macOS ARM64 source from ffmpeg6arm.zip to ffmpeg80arm.zip - Keep johnvansickle.com for Linux ia32/armhf (BtbN doesn't support these)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #146, #145, #137
Summary
This PR upgrades ffmpeg/ffprobe binaries from 6.1.1 to 8.0.1 across all supported platforms.
Why the Linux source change?
The previous Linux binary source (johnvansickle.com) has not yet updated to ffmpeg 8.x - their latest release builds are still at 7.0.2. To provide 8.0.1 binaries, this PR switches the Linux x64 and arm64 builds to BtbN/FFmpeg-Builds, which maintains up-to-date static builds.
Note: BtbN does not provide builds for 32-bit architectures (ia32, armhf). For these platforms, we continue using johnvansickle.com, which means they will receive whatever version johnvansickle currently provides (7.0.2 at time of writing). This is a trade-off to maintain support for these less common architectures.
Binary sources by platform
* johnvansickle.com uses rolling "release" URLs - version depends on their latest build
Changes
download-binaries/index.shffmpeg-n8.0-latest-linux64-gpl-8.0.tar.xz)ffmpeg-n8.0-latest-linuxarm64-gpl-8.0.tar.xz)--strip-components 2+*/bin/ffmpeg)ffmpeg6arm.ziptoffmpeg80arm.zipn8.0.1git tagpackage.jsonbinary-release-tagfromb6.1.1tob8.0.1for both ffmpeg-static and ffprobe-staticREADME.mdandpackages/*/README.mdTesting
The download URLs have been verified to return valid responses: