Log in

View Full Version : Mixed progressive and interlaced video


Mole
19th March 2013, 14:37
I have videos which are mixed progressive and interlaced.

Some scenes are progressive while certain scenes are interlaced.

Is there any way to have some kind of detection where it'll automatically detect the interlaced parts and use QTGMC while leaving the progressive parts untouched?

Mole
19th March 2013, 16:42
Thanks!

I tried your code, but there seems to be some kind of motion blur involved when I compare to pure QTGMC.

I changed it to
TDeint(mode=0, full=false, cthresh=9, chroma=true, MI=80, edeint=QTGMC(Preset="fast", FPSDivisor=2), emask=TMM(mode=0), slow=2)

and it now works great!

Mole
19th March 2013, 17:01
Thanks, that's exactly what I figured out too. Now compared to the pure QTGMC output, it's identical.
While during progressive parts, the video is untouched.

cagali
29th October 2015, 21:08
Maybe it is too late to reply but as this thread is frequently catched by search engines, I would like add some input.

For these 2 parameters:
chroma=true
MI=80

For those live action DVD I re-encoded,
it turns out "chroma=false" could better prevent some false-positive (which also wrongly introduce combing at some area).
Also MI=80 could be too large for spotting combing in some less dynamic scenes, so I tried smaller values and finally settled at MI=16.

Anyway YMMV.
:cool: