Product Docs
Open Source
Education
This is an image that contains ffmpeg.
The image is available on cgr.dev:
cgr.dev
docker pull cgr.dev/chainguard/ffmpeg:latest
Example: convert a .mov file to .mp4
docker run --rm \ -v "${PWD}":/work \ -w /work \ cgr.dev/chainguard/ffmpeg:latest -i tests/sample.mov \ tests/sample.mp4