darsh12 / vcs

video-contact-sheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

video-contact-sheet

FOSSA Status

This is a docker image to create contact image sheets

usage

single video

docker run --rm -v DIR:/video --user $(id -u ):$(id -g) darsh12/vcs vcs -H 250 -n 12 -c 3 <FILE>

batch

Use this, if the folder has multiple files, and you want to generate contact sheets for all the files.

currently looks for mp4, avi, wmv, mkv and flv files

docker run --rm -v DIR:/video --user $(id -u):$(id -g) darsh12/vcs vcs-batch

source

https://p.outlyer.net/vcs

License

MIT

About

video-contact-sheet

License:MIT License


Languages

Language:Dockerfile 100.0%