[MPlayer-users] Problem with mencoder (skipping frames)

D Richard Felker III dalias at aerifal.cx
Fri Feb 21 22:58:21 CET 2003


On Fri, Feb 21, 2003 at 06:11:57PM -0300, Beleriand Gil Galad wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> Hello all!
> 
> I'm trying to use the mencoder to join a avi file
> (codec divx 5) with a mp3 file (encoded with lame).
> 
> I'm running the command :
> 
> mencoder -noskip video.avi -audiofile audio.mp3 -ovc
> copy -oac copy -o out.avi
> 
> But the option "-noskip" doesn't work, the output of
> the program shows the string "Skip frame" a lot of
> times and the file "out.avi" has a horrible quality.
> 
> I tried too the commands :
> 
> mencoder -noskip -skiplimit 600000000000000000
> video.avi -audiofile audio.mp3 -ovc copy -oac copy -o
> out.avi
> 
> mencoder video.avi -skiplimit 600000000000000000
> -audiofile audio.mp3 -ovc copy -oac copy -o out.avi
> 
> But without success.
> 
> Anybody can help me? 

Because of problems in the way -oac copy and -audiofile work, you have
to use -mc 0. This should fix the problem.

Rich



More information about the MPlayer-users mailing list