-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
ffmpeg #30361
Comments
The versioning is not semver, but we have no choice. aqua doesn't support the version like Which assets should we choose?
--
--
--
|
If automatic binaries semver for ffmpeg existed, would that work? |
Semver is ideal, but it isn't mandatory.
|
Installing ffmpeg typically includes a lot of the codec libraries that come with it. Static builds of ffmpeg is probably just those bundled only with the executable so you can’t use the codec libraries but only the executable. For macOS, is there a chance the homebrew registry? |
Seems like Homebrew builds ffmpeg from source code, which aqua doesn't support. |
Source URL
https://github.com/FFmpeg/FFmpeg but also https://ffmpeg.org/download.html
Homepage URL
https://ffmpeg.org
Command names
ffmpeg
How to confirm after installation
How to install
aqua supports several install ways.
The tool's official installation guide:
Well... ffmpeg recommends you build from source
./configure && make
(but that requires dependencies) but there are pre-built static binaries for macOS, linux & Windows (ala GitHub releases), and 32 bit Linux...go install
go build
cargo install
Note
No response
The text was updated successfully, but these errors were encountered: