
for FILE in *.mov
do
echo $FILE
ffmpegthumbnailer -i$FILE -o$FILE.png -t50 -s256
#ffmpegthumbnailer -i$FILE -o$FILE.png -t50 -s128
done
