talk-scripts/old-scripts/encodetalk-preview

8 lines
179 B
Plaintext
Raw Permalink Normal View History

2008-01-08 01:40:21 -05:00
#!/bin/sh
if [ $# != "2" ] ; then
echo "Usage: encodetalks-preview input.avi output"; exit;
fi
transcode -i "$1" --frame_interval 600 -y im -F jpg -w 75 -o "$2" -Z 640x480