Forum Archive Home -> Linux -> ffmpeg converts DV .mov to .avi, results run 5 times too fast
| ffmpeg converts DV .mov to .avi, results run 5 times too fast |
| sybariten posted 2008 Jun 13 04:21 |
| Hi,
as stated in this post http://forum.videohelp.com/topic351677.html i am experimenting with some format conversions. At the moment i have a .mov, containing DV PAL i think, that picked up by FTP from a media house. I am trying to convert this clip with ffmpeg, into something that some people can use to just test-view. ffmpeg -i /data/input.mov -vcodec xvid -acodec mp3 -b 2000k -ac 2 -ab 128k -vtag DX50 -qmin 5 /tmp/output.avi The output shows a guy that moves like five times too fast. Is this a wellknown symptom of something? I think i may have actually lost frames, i see "147" as a possible indicator that i have 147 frames, should be at least a thousand frames. |
| buzzqw posted 2008 Jun 13 13:48 |
| could you post the log from the terminal ?
BHH |
Login/Register to our forum to be able to post here.
