Skip to content

darsh12/vcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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