View Single Post
EzInKy's Avatar
Posts: 52 | Thanked: 45 times | Joined on Dec 2009
#23
I got good results using...

Code:
for file in *avi
    do ffmpeg -i "$file" -s 800x480 -vcodec libx264 -vpre default -vpre baseline -crf 22 -acodec libfaac -ab 128k -ac 2 -f matroska "{$file%.*}mkv"
done
...to convert a directory full of videos for use with my n900.
 

The Following 3 Users Say Thank You to EzInKy For This Useful Post: