Sign inSign up

sebest/sffmpeg-build

By sebest

Updated over 10 years ago

This Docker image will build a static version of ffmpeg and ffprobe.

Image
0

440

sebest/sffmpeg-build repository overview

sffmpeg-build

This Docker image will build a static version of ffmpeg and ffprobe using github.com/pyke369/sffmpeg.

The binaries are Linux binaries and will be stored in /sffmpeg-bin.

You must mount this directory to be get the binaries.

Usage

The first step is to create a directory for the static binaries:

$ mkdir ffmpeg-bin

Then you can start the build process:

$ docker run --rm -v $PWD/ffmpeg-bin:/ffmpeg-bin sebest/sffmpeg-build

When the container will exit, you should have your Linux binaries in the ffmpeg-bin directory.

Tag summary

Content type

Image

Digest

sha256:b59fd5d4c

Size

190.1 MB

Last updated

over 10 years ago

docker pull sebest/sffmpeg-build