[MEncoder-users] Motion-Compensation Deinterlacer

Jorge Fábregas jfabregas at onelinkpr.net
Wed May 2 01:03:46 CEST 2007


On Tuesday 01 May 2007 6:58 pm, RC wrote:
> Encoded to a lossless format, with all your filters.
>
> Then encode, in 2 passes, from the lossless file, without filters.

Yes, you are right. I forgot that point (removing the filters). I'll end up 
with this then:

mencoder dvd://4 -chapter 11-11 \
        -af volume=9 \
        -ffourcc DX50 \
        -vf crop=704:480:0:0,yadif=3:1,mcdeint=2:1:10,framestep=2
       -oac mp3lame \
       -lameopts cbr:br=128 \
       -ovc lavc \ 
        -lavcopts vcodec=ffvhuff:vstrict=0:vpass=1 \
       -o "/home/jorge/intermediate.avi"

mencoder /home/jorge/intermediate.avi \
        -af volume=9 \
        -ffourcc DX50 \
       -oac mp3lame \
       -lameopts cbr:br=128 \
       -ovc lavc \ 
       -lavcoptsvcodec=mpeg4:lots-of-options:vpass=2 \
       -o "/home/jorge/rio.avi"

I hope I got it right now.

Thanks!
Jorge



More information about the MEncoder-users mailing list