VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Can someone please tell me what the correct script is for Deblock_QED when the source footage is interlaced? From what I understand Deblock_QED will only use full strength deblocking on parts of the picture that require it. That's what I'm looking for but whenever I use it it doesn't seem to work properly as I can see flashing artifacts now and again.
    Quote Quote  
  2. This is originally from Didee ( the author of the function), the script to use it with interlaced content

    Code:
    par=getparity()
    SeparateFields().PointResize(width,height)
    Deblock_QED()
    AssumeFrameBased()
    SeparateFields()
    Merge(SelectEven(),SelectOdd())
    par ? AssumeTFF() : AssumeBFF()
    Weave()
    It might or might not affect "Flashing blocks", or there might be other reasons for what you describe, or you might need to adjust the settings
    Quote Quote  



Similar Threads

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