Sign inSign up

gpocali/docker-ffmpeg

By gpocali

Updated over 5 years ago

Docker FFMPEG in Alpine Linux

Image
0

3.0K

gpocali/docker-ffmpeg repository overview

docker-ffmpeg

Docker FFMPEG in Alpine Linux

Arguments File

Arguments are passed to FFMPEG via the /args file. If this file is not included, the docker will exit.

  • Note: Be sure to mount any needed directories for input and output files
  • For a list of available codecs use -codecs
Basic Transcode
-i /input/input.mkv \
-c:v libx264 \
-b:v 4M \
-vf scale=1280:720 \
-c:a copy \
/output/output.mkv

Tag summary

Content type

Image

Digest

Size

28.2 MB

Last updated

over 5 years ago

docker pull gpocali/docker-ffmpeg