| Container | Build Status | Layers |
|---|---|---|
| ffmpeg | ||
| ffserver | ||
| ffprobe | ||
| qt-faststart |
This is FFMPEG (ffmpeg, ffserver, ffprobe etc.) on Alpine, using the latest static build.
It's available from both Quay.io and Docker Hub.
$ docker run -it --rm -v /path/to/files:/files sjourdan/ffmpeg <ffmpeg options>
TL;DR:
$ docker run -it --rm sjourdan/ffserver:3.0 <options>
Documentation and examples are available under ffserver/.
$ docker run -it --rm -v /path/to/files:/files sjourdan/ffprobe /files/videofile.mp4
$ docker run -it --rm sjourdan/qt-faststart