federicocarboni/Setup FFmpeg
Download, cache and add to PATH ffmpeg and ffprobe binaries.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ffmpeg-version | Version of ffmpeg to use. Version Spec is only fully supported on Windows. | — | release |
| architecture | Target architecture for FFmpeg, on Windows and MacOS only x64 is supported; on Linux arm64 may also be used. Defaults to the system architecture. | — | — |
| linking-type | Linking 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-token | Used 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 || '' }} |
Outputs
| name | description |
|---|---|
| ffmpeg-version | The installed ffmpeg version |
| ffmpeg-path | Path to the ffmpeg binaries |
| cache-hit | A boolean value to indicate whether the tool cache was hit |