Skip to content

A tool that watch a directory for new video files to scale them down.

Notifications You must be signed in to change notification settings

mlaflamm/ffmpeg-batch

Repository files navigation

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

About

A tool that watch a directory for new video files to scale them down.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published