[MEncoder-users] Bad mencoder video with -ss and -endpos

Greger Bergman greger at lufk.nu
Wed Jan 12 20:19:25 CET 2005


Thanks for the reply Rich,

Using "-mc 0 -noskip" is the solution to my problem.

I guess I should allways use "-mc 0 -noskip" for stream copying? For
example if I want to split a 1400 MB avi file into 2x700 MB.

/Greger


-----Original Message-----
From: D Richard Felker III <dalias at aerifal.cx>
To: greger at lufk.nu, MEncoder usage discussions <mencoder-users at mplayerhq.hu>
Date: Wed, 12 Jan 2005 13:12:58 -0500
Subject: Re: [MEncoder-users] Bad mencoder video with -ss and -endpos

> On Wed, Jan 12, 2005 at 11:41:46AM +0100, Greger Bergman wrote:
> > Hello,
> > 
> > I am trying to extract a small sample from an avi movie. The video 
> > quality of the sample is not good in the beginning. My question is
> why?
> > 
> > The movie was encoded from a dvd:
> > 
> >     mencoder dvd://1 -oac mp3lame -lameopts abr:br=128 -aid 128 \
> >       -ovc frameno -o frameno.avi
> > 
> >     mencoder dvd://1 -oac copy -ovc xvid -xvidencopts pass=1 \
> >       -vf crop=704:416:2:80,scale=640:272 -o /dev/null
> > 
> >     menoder dvd://1 -oac copy -ovc xvid -xvidencopts
> pass=2:bitrate=867 \
> >       -vf crop=704:416:2:80,scale=640:272 -o movie.avi
> > 
> > The sample:
> > 
> >     mencoder -oac copy -ovc copy -ss 00:54:05 -endpos 60 \
> >       -o sample.avi movie.avi
> > 
> > 
> > If I encode the sample with -nosound the video looks good:
> > 
> >     mencoder -nosound -ovc copy -ss 00:54:05 -endpos 60 \
> >       -o sample.avi movie.avi
> > 
> > It seems to me that the audio is my problem.
> > 
> > Any tips on how to solve this problem would be much appreciated.
> 
> -mc 0 -noskip
> 
> rich
> 





More information about the MEncoder-users mailing list