ffmpeg-batchA tool that watch a directory for new video files to scale down. I built this for myself.Docker cheatsheetbuild docker imagedocker build -t mlaflamme/ffmpeg-batch . publish docker imagedocker push mlaflamme/ffmpeg-batch run interactive shell in running containerdocker exec -it <container> /bin/bash