Log in

View Full Version : mplayer & field order


cord-factor
9th August 2009, 19:24
Hello,
I play my DV movies with mplayer. As far as the DV video is interlaced I play it with "-vf yadif=1" (double framerate). Everything looks fine.
And now I got the HDV video (*.m2t), It is interlaced too. But with "-vf yadif=1" movies are interrupted, like on video with wrong field order.
So, how can I watch HDV (50i) with "double framerate" correctly, if there are upper field first in my HDV? What filter I need?
(Or how can I change "field order flag" in the .m2t mpeg file?)

ps Mplayer only :rolleyes:

nm
9th August 2009, 21:33
Try "-vf yadif=1 -field-dominance 1" (or -field-dominance 0, if the stream is flagged wrong or if there is a bug in the decoder). If you are using an older MPlayer version without -field-dominance, use -vf yadif=1:1 or upgrade to a recent SVN revision.

cord-factor
10th August 2009, 14:52
Thanks!