[MEncoder-users] framerate-doubling interlacing (was: mcdeint=2 segfault)

Christian Ebert blacktrash at gmx.net
Mon Mar 30 10:50:49 CEST 2009


* Christian Ebert on Sunday, March 29, 2009 at 00:04:49 +0100
> * Reimar Döffinger on Saturday, March 28, 2009 at 23:41:05 +0100
>> framerate-doubling deinterlacing.
> 
> Ok, have to find a way to sync the sound then. Don't hesitate to
> give me pointers though ;-)
> 
> In fact I am _very_ interested in this for playback via a
> projector.

For the record, this what I've come up with so far.

Playing pal-dv at double-framerate with mplayer:

$ mplayer -mc 0 -nocache -field-dominance 1 \
    -vf yadif=3,softskip,scale,harddup input.mov

Transcoding pal-dv at double-framerate to spal:

$ mencoder -mc 0 -noskip -vfm ffmpeg -sws 10 \
    -fps 25 -ofps 50 -field-dominance 1 \
    -vf yadif=3,mcdeint=1:1:10,softskip,scale=::::::spal,harddup \
    -aspect 4/3 -of lavf -lavfopts format=mov -oac pcm -ovc lavc \
    -lavcopts vcodec=mpeg4:vqscale=2 -o out.mov in.mov

Feel free to correct/improve.

c
-- 
\black\trash movie    _C O W B O Y_  _C A N O E_  _C O M A_
Ein deutscher Western/A German Western
-->> http://www.blacktrash.org/underdogma/ccc.html
-->> http://www.blacktrash.org/underdogma/ccc-en.html


More information about the MEncoder-users mailing list