playback too fast
Hi! I have got a movie that identifies as a 25fps movie, but when I use mplayer to show it, it is too fast. I get the correct speed when I use: mplayer -fps 12.5 movie.avi I have tried to reencode the movie using this command: mencoder movie.avi -ovc copy -oac copy -fps 25 -ofps 12.5 -noskip But then the result is too slow. Does anyone have an idea what I can do to fix the movie? -- Martin Ankerl | http://martinus.geekisp.com/
On Tue, May 31, 2005 at 09:17:48PM +0200, Martin Ankerl wrote:
Hi! I have got a movie that identifies as a 25fps movie, but when I use mplayer to show it, it is too fast. I get the correct speed when I use:
mplayer -fps 12.5 movie.avi
I have tried to reencode the movie using this command:
mencoder movie.avi -ovc copy -oac copy -fps 25 -ofps 12.5 -noskip
But then the result is too slow. Does anyone have an idea what I can do to fix the movie?
Could you upload a sample of the file? play around with MEncoder's -speed option or just make -ofps bigger until it works. - ods15
On Tue, May 31, 2005 at 09:17:48PM +0200, Martin Ankerl wrote:
Hi! I have got a movie that identifies as a 25fps movie, but when I use mplayer to show it, it is too fast. I get the correct speed when I use:
mplayer -fps 12.5 movie.avi
I have tried to reencode the movie using this command:
mencoder movie.avi -ovc copy -oac copy -fps 25 -ofps 12.5 -noskip
If it's 12.5 fps and -fps 12.5 worked for mplayer, why are you using -fps 25 with mencoder??? Use -fps 12.5 and it should do fine. Rich
participants (3)
-
Martin Ankerl -
Oded Shimon -
Rich Felker