[MPlayer-users] Encoding movie results in 'jerky' .avi

Guillaume POIRIER poirierg at gmail.com
Sun Feb 26 10:39:06 CET 2006


Hi,

On 2/26/06, Beau E. Cox <beaucox at hawaii.rr.com> wrote:
> Hi -
>
> I'm new to mplayer, so perhaps the following can be
> simply solved, I just haven't been able to find a
> solution.
>
> I have mplayer installed on my Gentoo Linux box:
>
> MPlayer 1.0pre7try2-3.4.4 (C) 2000-2005 MPlayer Team
> CPU: Intel  (Family: 8, Stepping: 1)
> Detected cache-line size is 64 bytes
> CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
> Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
>
> I am trying to encode a dvd movie (which plays perfectly
> from the dvd using mplayer) -> .avi. I followed
> the instructions in the encoding example:
> http://www.mplayerhq.hu/DOCS/HTML-single/en/MPlayer.html#menc-feat-dvd-mpeg4-example
>
> My movie is NTSC progressive with the same crop size
> as in the example, so I used the example parameters
> _exactly_. During encoding I got many, many

Damn! The example is completely bogus! There's no inverse telecine
filter in the example when the text says that it's telecined.

I just fixed the doc, but the revised version won't show up online
before 12-24h.
So here is the good example:

pass1:
mencoder dvd://1 -ofps 24000/1001 -oac copy -vf
pullup,softskip,crop=720:352:0:62,hqdn3d=2:1:2 -ovc lavc -lavcopts
vcodec=mpeg4:vbitrate=2400:v4mv:mbd=2:trell:cmp=3:subcmp=3:mbcmp=3:autoaspect:vpass=1
  -o Harry_Potter_2.avi

pass2:
mencoder dvd://1 -ofps 24000/1001 -oac copy -vf
pullup,softskip,crop=720:352:0:62,hqdn3d=2:1:2 -ovc lavc -lavcopts
vcodec=mpeg4:vbitrate=2400:v4mv:mbd=2:trell:cmp=3:subcmp=3:mbcmp=3:autoaspect:vpass=2
  -o Harry_Potter_2.avi

Guillaume
--
Reinventing the wheel certainly is annoying, but as long as all other
wheels are square...

Reimar Döffinger




More information about the MPlayer-users mailing list