7be7ea6 update manual to conform with new parameter syntax
~kz6wk9 pushed to ~kz6wk9/mkcs git
8496c28 remove specific codecs from tests video sample creation
~kz6wk9 pushed to ~kz6wk9/mkcs git
mkcs
is a fast and easy to use command line tool to create contact sheets from videos as well as collections
of images, the goal is to be as fast as possible while also producing good quality output, written in C and
relying on C libraries to function, we can also expect mkcs
to be very light on hardware resources...or at
least it should be.
$ time mkcs -e 16 -i spring.mp4 spring.jpg
real 2.33s
user 8.07s
sys 0.72s
cpu 378%
$ time mkcs -i full-image-gallery cs-gallery.jpg
real 6.76s
user 53.35s
sys 25.67s
cpu 1168%