Skip to content

MichaelDeBoey/setup-ffmpeg

 
 

Repository files navigation

setup-ffmpeg

Setup FFmpeg in GitHub Actions to use ffmpeg and ffprobe. The action will download, cache and add to PATH a recent FFmpeg build for the current os.

Usage

To use ffmpeg and ffprobe, run the action before them.

steps:
  - uses: actions/checkout@v3
  - uses: FedericoCarboni/setup-ffmpeg@v2
    id: setup-ffmpeg
  - run: ffmpeg -i input.avi output.mkv

This action also sets a few outputs:

  • path: Path to the install directory
  • ffmpeg-path: Path to the ffmpeg executable
  • ffprobe-path: Path to the ffprobe executable

FFmpeg Version

The action uses a recent FFmpeg build provided by the following sources:

Note: This action only supports x64 operating systems.

About

Setup FFmpeg in GitHub Actions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 54.6%
  • JavaScript 45.4%