Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 693 Bytes

File metadata and controls

25 lines (14 loc) · 693 Bytes

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