[MEncoder-users] anime,pullup,skipped/duplicated frames
Phil Ehrens
phil at slug.org
Tue Nov 29 23:36:05 CET 2005
Gábor Farkas wrote:
> hi,
>
> i am trying to encode something from an anime dvd.
>
> first i am trying to find a way to get rid of the telecine,
>
> -vf pullup works fine,
> when i play the video with "mplayer -vf pullup",
> i can see that every fourth frame is duplicated (so it was like ABCDD
> ABCDD ABCDD ).
>
> i tried something like this:
>
> mencoder -oac copy -ovc lavc -lavcopts turbo arusu-intro.vob -ofps
> 24000/1001 -vf pullup,softskip -o arusu.avi
>
> what i get at the end looks ok, but while encoding i'm getting
> frame_skipped and frame_duplicated messages.
Yep - you're going from 30 fps to 24 fps, so of course!
You may want to do something like:
mencoder -oac copy \
-ovc lavc \
-vf scale \
-zoom \
-xy 640 \
-lavcopts vcodec=mpeg4:nr=200:mbd=2:autoaspect:v4mv:trell:vbitrate=1800 \
-ofps 24000/1001 \
-alang jp \
-sid 0 \
-o arusu.avi dvd://1 >& /dev/null
This way you won't see any messages about frame_* ;^)
More information about the MEncoder-users
mailing list