View Single Post
Old July 14th, 2010, 04:37 PM   #432 (permalink)
tkalfaoglu
Junior Member
 
Join Date: Jul 2010
Posts: 17
 
Device(s):
Thanks: 4
Thanked 0 Times in 0 Posts
Default

Here is a script that makes PERFECT movies for my HTC Desire:

ffmpeg -i $1.avi -aspect 3:2 -s 480x320 -vcodec mpeg4 -strict experimental -acodec aac -ac 1 -ar 16000 -r 13 -ab 32000 $1.mp4

PS: This is fedora 13..
tkalfaoglu is offline  
Reply With Quote