Sign inSign up

verglor/ffmpeg

By verglor

•Updated about 7 years ago

Docker container to batch encode files with ffmpeg

Image
0

299

verglor/ffmpeg repository overview

⁠Docker container to batch encode files with ffmpeg

Example of encoding all videos from /videos to HEVC+Opus MKV and storing in /encoded_videos:

docker run --rm -c 0 --name=ffmpeg -v /videos:/input -v /encoded_videos:/output verglor/ffmpeg -map 0 -c copy -c:v libx265 -crf 24 -c:a libopus -af aformat=channel_layouts="7.1|5.1|stereo"

Tag summary

Content type

Image

Digest

Size

31.4 MB

Last updated

about 7 years ago

docker pull verglor/ffmpeg