VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. I've heard that it is great for doing IVTC but I haven't been able to find any sample script on how to use it at any of the sites. Can someone post their sample script? Thanks.
    Quote Quote  
  2. Member
    Join Date
    Jun 2002
    Location
    MO, US
    Search Comp PM
    An example of IVTC (and several other things) is included in the documentation for decomb. The short answer is that you need to do a telecide() and a decimate(cycle=5), but there are other options you can pass to those functions for higher quality or faster processing. I usually use something like this:
    Code:
    telecide(blend=false)
    decomb(cycle=5, quality=3)
    Sometimes I also specify the pattern guidance for telecide, I'm not really sure how much it helps. blend=false makes telecide use blending instead of interpolation for combed material, which is supposed to be faster.

    quality=3 makes decomb use a slower but more accurate comparison to identify which frames are duplicates and can be deleted. I started using that because in some slightly-noisy material where only small parts of the image were moving the default setting would sometimes drop the wrong frames. For most high-quality material it's probably not necessary.
    Quote Quote  
  3. Thanks. I wrote a script out and tested it against my other IVTC filter but I can't see a difference between them. I'll probably stick with the Decomb just because everyone seems to like it.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!