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?
+ Reply to Thread
Results 61 to 66 of 66
-
Last edited by iamtehsux; 27th Dec 2010 at 15:32.
-
Last edited by jagabo; 27th Dec 2010 at 15:42.
-
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()
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)
<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.
-
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!
-
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.
Similar Threads
-
25fps-source Ac3 to 23.976fps
By Lastman369 in forum AudioReplies: 47Last Post: 26th Sep 2014, 02:19 -
Question Re IVTC, DGIndex & NTSC Source
By onesikgypo in forum Video ConversionReplies: 7Last Post: 18th Aug 2009, 03:58 -
Changing AVI from 29fps to 25fps
By Ric76 in forum Video ConversionReplies: 11Last Post: 22nd Jul 2009, 14:12 -
DVD to XVID from NTSC source
By iamtehsux in forum Newbie / General discussionsReplies: 1Last Post: 5th Dec 2008, 22:52 -
IVTC'ing NTSC source with random pattern
By miggeth in forum Video ConversionReplies: 28Last Post: 23rd Jun 2008, 03:12