1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-18 04:58:52 +02:00
..
2016-07-04 11:37:59 +08:00
2016-07-03 22:01:27 +08:00

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.