Under cygwin or a typical bash shellffmpeg version SVN-r20888for file in *flv; do ffmpeg -i "$file" -s 320x180 "$file.mp4"; done
No comments:
Post a Comment