[MPlayer-users] new version of detc filter! (inverse telecine)

Arpi arpi at thot.banki.hu
Sun Mar 16 01:43:46 CET 2003


Hi,

> > > DRFI>Overall, this code seems to be working much better on my test
> > > DRFI>material (still SE Lain). At this point I'm mostly happy with it,
> > > 
> > > Hmm, when I play SEL encoded to svcd I see almost no interlace frames,
> > > but mplayer (in demuxer_mpg part) keeps on switching framerate
> > > ("detected telecined sequence...", after a while "detected progressive
> > > sequence...", and so many times), like it was without detc in recent
> > > mplayer. Isn't this behavior interfering with detc filter, I wonder?
> > 
> > it does, imho.
> > I think that detc filte should check the telecine flag (set by mpeg demuxer)
> > and disable itself while it's playing telecined frames.
> 
> How???

video.c:
-static int telecine=0;
+int telecine=0;

:)

and don't drop frames when it's non-zero
currently your filter drops every 5th frame even if all the frames are
non-interlaced.


A'rpi / Astral & ESP-team

--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu
    "However, many people beg for its inclusion in Debian. Why?" - Gabucino
  "Because having new software in Debian is good." - Josselin Mouette
"Because having good software in Debian is new." - Gabucino



More information about the MPlayer-users mailing list