VideoHelp Forum




+ Reply to Thread
Page 3 of 3
FirstFirst 1 2 3
Results 61 to 66 of 66
  1. Member iamtehsux's Avatar
    Join Date
    Apr 2008
    Location
    United States
    Search Comp PM
    no i have not ive actually never heard of it until now.

    have you looked at the vob sample? do you think it would help on that?
    Last edited by iamtehsux; 27th Dec 2010 at 15:32.
    Quote Quote  
  2. Originally Posted by iamtehsux View Post
    no i have not ive actually never heard of it until now.

    have you looked at the vob sample? do you think it would help on that?
    I only looked at the first one. FixBlendIVTC() did pretty well with it.
    Last edited by jagabo; 27th Dec 2010 at 15:42.
    Quote Quote  
  3. Member iamtehsux's Avatar
    Join Date
    Apr 2008
    Location
    United States
    Search Comp PM
    can you give me an example of how the avs setup would look for that sample?

    i think i have all the proper files/dlls for it now was just reading about it on the wiki page.
    Quote Quote  
  4. Originally Posted by iamtehsux View Post
    can you give me an example of how the avs setup would look for that sample?

    i think i have all the proper files/dlls for it now was just reading about it on the wiki page.
    The first was simple:

    import("C:\Program Files\AviSynth 2.5\plugins\FixBlendIVTC.avs")
    Mpeg2Source("VTS_01_1.demuxed.d2v", CPU=2)
    FixBlendIVTC()
    TDecimate()
    I just looked at the second it has a slightly different problem. This should work fairly well:

    import("C:\Program Files\AviSynth 2.5\plugins\FixBlendIVTC.avs")
    Mpeg2Source("C:\Documents and Settings\John\Desktop\VTS_01_2.demuxed.d2v", CPU=2)
    Blur(0,1.0)
    FixBlendIVTC()
    TDecimate()
    Sharpen(0,0.7)
    FixBlendIVTC() has some options you can fine tune.

    <edit>
    I didn't think it would work right for the second clip, but the first script works fine with it. You don't need to use the blur/sharpen.
    </edit>
    Last edited by jagabo; 27th Dec 2010 at 18:13.
    Quote Quote  
  5. FixBlendIVTC (and its replacement SRestore(omode="pp3")) was designed for telecined and blend deinterlaced (i.e., progressive) material . You don't have that here. It leaves behind interlacing, quite a bit of it. However, having said that, putting on a post-processor (Vinverse or TDeint(Full=False) seems to clean up most of it and give an acceptable result, something I didn't think possible when I first looked at it. Thanks!
    Quote Quote  
  6. Weird. I swear there were no comb artifacts after FixBlendIVTC yesterday. But I went back and checked today and there is. I wasn't aware that SRestore supported this type of deblending -- thanks for that.
    Quote Quote  



Similar Threads

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