federicocarboni/Setup FFmpeg

Download, cache and add to PATH ffmpeg and ffprobe binaries.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
ffmpeg-versionVersion of ffmpeg to use. Version Spec is only fully supported on Windows.release
architectureTarget architecture for FFmpeg, on Windows and MacOS only x64 is supported; on Linux arm64 may also be used. Defaults to the system architecture.
linking-typeLinking type of the binaries. Use "shared" to download shared binaries and "static" for statically linked ones. Shared builds are currently only available for windows releases. Defaults to "static"static
github-tokenUsed to pull Windows builds from GyanD/codexffmpeg. Since there's a default, this is typically not supplied by the user.${{ github.server_url == 'https://github.com' && github.token || '' }}
namedescription
ffmpeg-versionThe installed ffmpeg version
ffmpeg-pathPath to the ffmpeg binaries
cache-hitA boolean value to indicate whether the tool cache was hit