VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Member
    Join Date
    May 2011
    Location
    Sweden
    Search PM
    I wrote this script:

    Code:
    FFmpegSource2("INXS - Bitter Tears.mkv")
    AssumeTFF()
    TFM(slow=2, pp=7, clip2=QTGMC(fpsdivisor=2))
    TDecimate()
    (I used D2VSource in my actual script after demuxing the video and using DGIndex.)

    The problem is that there is some obvious ghosting left behind. Any way to improve this?
    Image Attached Files
    Quote Quote  
  2. That's a PAL to NTSC conversion with field blending. You need to double rate deinterlace and SRestore to remove the blending.
    Code:
    QTGMC()
    SRestore()
    Image Attached Files
    Last edited by jagabo; 21st Oct 2022 at 13:00. Reason: added sample video
    Quote Quote  
  3. Member
    Join Date
    May 2011
    Location
    Sweden
    Search PM
    Originally Posted by jagabo View Post
    That's a PAL to NTSC conversion with field blending. You need to double rate deinterlace and SRestore to remove the blending.
    Code:
    QTGMC()
    SRestore()
    Thanks! This must be it.
    Quote Quote  



Similar Threads

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