Docker FFMPEG in Alpine Linux
Arguments are passed to FFMPEG via the /args file. If this file is not included, the docker will exit.
-i /input/input.mkv \
-c:v libx264 \
-b:v 4M \
-vf scale=1280:720 \
-c:a copy \
/output/output.mkv
Content type
Image
Digest
Size
28.2 MB
Last updated
over 5 years ago
docker pull gpocali/docker-ffmpeg