Image Overview: ffmpeg

Overview: ffmpeg Chainguard Image

Minimal image that contains ffmpeg

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/ffmpeg:latest

Usage

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

Last updated: 2024-04-11 12:38