[FFmpeg-user] Converted video runs on device in fast motion

bat guano batguano999 at hotmail.com
Wed May 2 13:51:20 CEST 2012





> > 
> > 3)
> > Is the problem also reproducible with the internal ASP encoder?
> > (Problems that do not depend on external libraries typically are
> > fixed easier / faster.)
> > 
> 

> 3)
> What's internal ASP encoder?
> 

Hi
I think this means use FFmpeg's internal mpeg4 encoder instead of the external libxvid encoder.

To me, your command looks good:-
ffmpeg -i avisample.avi -vtag XVID -vcodec libxvid -s 160x128 -aspect 5:4 -r 15 -acodec mp2 -ar 44100 -ac 2 -ab 128k output.avi

But try this command instead:-
ffmpeg -i avisample.avi -vtag XVID -vcodec mpeg4 -s 160x128 -aspect 5:4 -r 15 -acodec mp2 -ar 44100 -ac 2 -ab 128k output.avi
 		 	   		  


More information about the ffmpeg-user mailing list