Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 372 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 372 Bytes

ffmpeg-batch

A tool that watch a directory for new video files to scale down. I built this for myself.

Docker cheatsheet

build docker image
docker build -t mlaflamme/ffmpeg-batch .
publish docker image
docker push mlaflamme/ffmpeg-batch
run interactive shell in running container
docker exec -it <container> /bin/bash