Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 274 → Rev 275

/video-contact-sheet/trunk/vcs
1,6 → 1,6
#!/bin/bash
#
# $Rev: 257 $ $Date: 2007-04-14 02:42:43 +0200 (ds, 14 abr 2007) $
# $Rev: 258 $ $Date: 2007-04-14 04:09:48 +0200 (ds, 14 abr 2007) $
#
# vcs
# Video Contact Sheet *NIX: Generates contact sheets (previews) of videos
643,16 → 643,13
input.avi.png:
\$ $P input.avi
 
Create a sheet with vidcaps at intervals of 3 minutes:
\$ $P -i 3m input.avi
Create a sheet with vidcaps at intervals of 3 and a half minutes:
\$ $P -i 3m30 input.avi
 
Create a sheet with vidcaps starting at 3 mins and ending at 18 mins,
add an extra vidcap at 2m and another one at 19m:
\$ $P -f 3m -t 18m -S2m -S 19m input.avi
 
Quirks:
Currently MPEG handling seems to be broken.
 
EOF
}