View Full Version : deinterlacing help/suggestions?


Bardez
4th August 2003, 06:26
I've been capturing off of Sci Fi channel (NTSC) for awhile now and it seems that my captures are ending up as such - 2 progressive frames followed by 4 interlaced frames. If I try Telecide() and Decimate(cycle=5), it get good results with still visible interlaced frames every so often.

I am just wondering if anyone has a suggestion on how to deal with this?

JuanC
5th August 2003, 04:46
Originally posted by Bardez
... it seems that my captures are ending up as such - 2 progressive frames followed by 4 interlaced frames ... Very strage telecine? pattern. Are you sure it is that way?

Any way, with my captures I always use the tips included in the help file of decomb for dealing with hybrid video clips. Here's an example:

Telecide(guide=0, Threshold=25, blend=true, chroma=true, nt=100) #,Show=true)
Decimate(mode=3, cycle=5, quality=3, threshold=1.6) #,Show=true)


You can use the show option to tweak the parameters, specially 'threshold'