Batch convert standard definition AVI movies to mp4 for Vimeo using ffmpeg
for foo in *.avi;
do ffmpeg -threads 2 -i "$foo" -vcodec h264 -b:v 2000k -filter:v yadif -acodec libfaac -ab 320k "${foo%.avi}.mp4";
done
Written by Kenrick Turner
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Cli
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#