Image Overview: ffmpeg

Overview: ffmpeg Chainguard Image

This is an image that contains ffmpeg.

Get It!

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