[MPlayer-dev-eng] [PATCH] vo_xvmc - bob deinterlacing
Ivan Kalvachev
ikalvachev at gmail.com
Thu Jun 8 00:13:42 CEST 2006
2006/6/5, Tomas Janousek <tomi at nomi.cz>:
> Hi,
> I added bob deinterlacing support to xvmc. Pretty simple and the results
> are quite good, especially for sports on TV because of the field rate.
>
> Patch attached.
I don't like it.
Your patch tries to artifically increases the framerate 2 times.
However to do so, it uses sleep inside the vo and effectively cuts the
available time mplayer could work 2 times.
Correct handling would require codec or/and mplayer.c sync code tweak.
The other much bigger drawback is that it have hardcoded field order
ignoring top_field_first flag in mpeg-2. At least this is easy to fix.
More information about the MPlayer-dev-eng
mailing list