Hi Guys,

I am having problems with converting this video to flv format. When converting its give the following error: "error, non monotone timestamps" and the video does not get converted properly. The final output audio in the flv file is totally disotrted.


This is the command I am using for converting the video:

ffmpeg -i itune_export.mov.mov -ar 22050 -vcodec flv -f flv itune_export.mov.flv

I have configured FFMpeg with the following options:

./configure --enable-gpl --enable-libmp3lame --enable-shared --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libogg --enable-libvorbis --enable-pp


Please let me know if I am doing anything wrong.


Thanks.


-ram