VideoHelp Forum
+ Reply to Thread
Results 1 to 15 of 15
Thread
  1. Member
    Join Date
    Jun 2022
    Location
    Argentina
    Search PM
    After IVTC this DVD with Handbrake, there is some very noticeable color ghosting. You can see the ghosting even without IVTC



    IVTC
    Image
    [Attachment 68295 - Click to enlarge]


    Original interlaced
    Image
    [Attachment 68296 - Click to enlarge]



    How can i fix this color ghosting?
    Quote Quote  
  2. You should always post an untouched sample, 10 seconds or so showing the problem. You can cut it using DGIndex.
    Quote Quote  
  3. Member
    Join Date
    Jun 2022
    Location
    Argentina
    Search PM
    Originally Posted by manono View Post
    You should always post an untouched sample, 10 seconds or so showing the problem. You can cut it using DGIndex.
    Okay so i got DGIndex but now how do i trim the sample?
    Quote Quote  
  4. Handbrake doesn't handle interlaced YV12 chroma properly under most circumstances. Don't let it do any filtering and encode interlaced. It might work for that.
    Quote Quote  
  5. To cut a VOB using DGIndex:
    1. Open a VOB (File->Open, scroll to VOB->OK)
    2. Scroll to a section with steady movement and use the [ and ] buttons to cut a small section.
    3. Go File->Save Project and Demux Video.
    4. Toss the D2V project file and audio and make available the M2V that was created. You can upload it here.
    I don't use Handbrake. Ordinarily IVTCs are done using AviSynth.
    Quote Quote  
  6. Member
    Join Date
    Jun 2022
    Location
    Argentina
    Search PM
    Originally Posted by manono View Post
    To cut a VOB using DGIndex:
    1. Open a VOB (File->Open, scroll to VOB->OK)
    2. Scroll to a section with steady movement and use the [ and ] buttons to cut a small section.
    3. Go File->Save Project and Demux Video.
    4. Toss the D2V project file and audio and make available the M2V that was created. You can upload it here.
    I don't use Handbrake. Ordinarily IVTCs are done using AviSynth.
    Alright. I'll send the sample tomorrow as im going to sleep right now. I have tried using AviSynth but i cant manage to set it and its IVTC filters up so if any of you could tell me how to set them up properly it would be nice
    Quote Quote  
  7. You have it installed already? Then a basic IVTC script after you've made the D2V project file might go:

    MPEG2Source("Movie.d2v")
    TFM()
    TDecimate()


    You'll need the DGDecode.dll and the TIVTC filter.
    The doc for both filters are among the best in the AviSynth world and worth reading 3 or 4 times.
    Quote Quote  
  8. Member
    Join Date
    Jun 2022
    Location
    Argentina
    Search PM
    Originally Posted by manono View Post
    You have it installed already? Then a basic IVTC script after you've made the D2V project file might go:

    MPEG2Source("Movie.d2v")
    TFM()
    TDecimate()


    You'll need the DGDecode.dll and the TIVTC filter.
    The doc for both filters are among the best in the AviSynth world and worth reading 3 or 4 times.
    Should i use Avisynth or Avisynth+??
    Quote Quote  
  9. Member
    Join Date
    Jun 2022
    Location
    Argentina
    Search PM
    Originally Posted by manono View Post
    To cut a VOB using DGIndex:
    1. Open a VOB (File->Open, scroll to VOB->OK)
    2. Scroll to a section with steady movement and use the [ and ] buttons to cut a small section.
    3. Go File->Save Project and Demux Video.
    4. Toss the D2V project file and audio and make available the M2V that was created. You can upload it here.
    I don't use Handbrake. Ordinarily IVTCs are done using AviSynth.
    Alright here it is. Keep in mind the problem is only in the animated parts
    Image Attached Files
    Quote Quote  
  10. Member
    Join Date
    Jun 2022
    Location
    Argentina
    Search PM
    Well i tried inverce telecining with manono's code but i still get the color ghosting. My best bet is that chroma has been telecined some other way. Or maybe interlaced some other way.
    Image
    [Attachment 68299 - Click to enlarge]
    Quote Quote  
  11. The source looks borked to me. Blended fields all over, probably due to some earlier bad framerate conversion.
    Perhaps some improvement is possible with something like:

    Code:
    QTGMC() #or yadif(mode=1)
    sRestore(frate=23.976)
    Quote Quote  
  12. Member
    Join Date
    Jun 2022
    Location
    Argentina
    Search PM
    Using your script i get

    Script error: there is no function named "sh_GetUserGlobalIMTint"
    (QTGMC.avsi, line 380)
    Quote Quote  
  13. You probably need Zs_RF_Shared.avsi (or an updated version).

    https://forum.doom9.org/showthread.php?t=174121

    And yes, your source is messed up. It's a PAL to NTSC conversion with field blending but has even more blending than normal. QTGMC.SRestore() will help a lot (and give smooth motion) but there will still be some blending.
    Quote Quote  
  14. Member
    Join Date
    Jun 2022
    Location
    Argentina
    Search PM
    Originally Posted by Sharc View Post
    The source looks borked to me. Blended fields all over, probably due to some earlier bad framerate conversion.
    Perhaps some improvement is possible with something like:

    Code:
    QTGMC() #or yadif(mode=1)
    sRestore(frate=23.976)

    I tried you script but to no avail. It still has the same ghosting
    Image
    [Attachment 68377 - Click to enlarge]
    Quote Quote  
  15. Originally Posted by Fedex View Post
    Originally Posted by Sharc View Post
    The source looks borked to me. Blended fields all over, probably due to some earlier bad framerate conversion.
    Perhaps some improvement is possible with something like:

    Code:
    QTGMC() #or yadif(mode=1)
    sRestore(frate=23.976)

    I tried you script but to no avail. It still has the same ghosting
    Image
    [Attachment 68377 - Click to enlarge]
    It's probably as good as it can get. If you step through the frames sequentially you will see that most of the ghosts are fixed but some ghosts still remain. As has been explained before this source has been screwed up (double blended fields) and can't be fully fixed.

    For a smooth playback set sRestore(frate=25.0) as the original frame rate was most probably 25fps (PAL).
    Last edited by Sharc; 28th Dec 2022 at 02:13. Reason: frate adjusted
    Quote Quote  



Similar Threads

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