mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
.. | ||
arm | ||
Dockerfile | ||
README.md |
ffmpeg
FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video.
Tutorial
# Create an alias
$ alias ffmpeg='docker run --rm -u $(id -u):$(id -g) -v $PWD:/data vimagick/ffmpeg'
# Do video transcoding
$ ffmpeg -i video.mov video.mp4
Todo List
- Re-compile with fontconfig/freetype enabled to support timestamp overlay.