I think that you right. Temporal filtering is turned off in yv12 version of Convolution 3d filter.A note about Convolution3D ...
The YV12 version is "crippled" in that it does no Temporal filtering as does the YUY2 version.
Because when i try yv12 version in CCE i have speed 1.13(50% faster than convolution yuy2 version).
So, i think that Convolution yuy2 version is much better than Convolution yv12, because yuy2 version work with spatial and temporal filtering, and yv12 work with spatial filtering.
My problem is that i always need to put ConvertToYuY2(interlaced=true) in my scripts because Canopus 110 capture Dv avi in RGB24 mode.
I trayed with Removegrain mode=2 script in virtual dub and got 40-50 fps. Picture is ok but is little smooth, and with mode=1 i have little artifacts.
So question is:
Because all my captures is in RGB24 does is better to convert to yuy2 or yv12 ?(for making dvd, 720x576,25fps)
+ Reply to Thread
Results 31 to 38 of 38
-
-
-
I have few questions,
1. Where in this scripts to put limited sharpen or limitted sharpen faster. I now want to keep interlaced movie, because now from these script i want to make dvd.
I here that limited sharpen is design for progressive materials, so where in these script to put limited sharpen and keep interlace if is possible ?
Code:LoadPlugin("Convolution3d.dll") avisource("C:\Documents and Settings\Nenad\My Documents\movie.avi") crop(8,4,-8,-12) ConvertToYuY2(interlaced=true) SeparateFields() odd=SelectOdd.Convolution3D (1, 32, 128, 16, 64, 10, 0) evn=SelectEven.Convolution3D (1, 32, 128, 16, 64, 10, 0) Interleave(evn,odd) Weave() AddBorders(8,8,8,8)
Code:LoadPlugin("DeGrainMedian.dll") avisource("C:\Documents and Settings\Nenad\My Documents\movie.avi") ConvertToYUY2(interlaced=true) crop(8,4,-8,-12) degrainmedian(interlaced=true) AddBorders(8,8,8,8)
3.When using limited sharpen does is better to use old or new masktool.dll ?
best regard
Similar Threads
-
VHS to DVD Restoration. Best AviSynth scripts?
By VideoFanatic in forum RestorationReplies: 47Last Post: 25th Oct 2011, 06:34 -
About using AviSynth scripts with MeGUI 0.3.5.0.
By Nagashi in forum DVD RippingReplies: 56Last Post: 15th Jul 2010, 10:15 -
StaxRip doesn't handle 16:9 AVISynth scripts?
By Kylenol in forum Video ConversionReplies: 0Last Post: 23rd Dec 2009, 15:35 -
I need some help on writing H.264 AVISynth scripts
By rocky12 in forum Newbie / General discussionsReplies: 46Last Post: 6th Dec 2008, 13:40 -
Avisynth scripts and VDubMOD filters
By GangstaRap in forum Newbie / General discussionsReplies: 2Last Post: 13th May 2007, 11:39