Quantcast Avisynth: Strong Size Templates - digitalFAQ.com Forums [Archives]
  #1  
11-15-2002, 06:31 AM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts


for all friends here.....i think you'll like!

my scripts using a simple chapter(31) of monsters inc.(00:01:02 mins)

at the side of a script i put a final size.
ex:[AVISYNTH_BilinearResize, Blockbuster & NoMoSmoother]692
692 is 6,92mb...clear?

all scripts are tested and works very fine.
my preference is for unfilter with temporalsmoother(clean colors)

i put all dlls in a "Dlls directory" with all read.me in that.....easy to call them.



AVISYNTH_BilinearResize, Blockbuster & NoMoSmoother]692
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
2=LoadPlugin(!Blockbuster.dll)
3=Blockbuster( method="noise", detail_min=1, detail_max=10, lv=1 )
4=Blockbuster( method="sharpen", detail_min=20, detail_max=90,strength=^StrengthValue )
5=LoadPlugin(!NoMoSmooth.dll)
6=NoMoSmooth()
!Blockbuster.dll=C:\DVD2SVCD\Dlls\Blockbuster.dll
^StrengthValue=20
!NoMoSmooth.dll=C:\DVD2SVCD\Dlls\NoMoSmooth.dll

[AVISYNTH_BilinearResize, NoMoSmoother & Blockbuster]690
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
2=LoadPlugin(!NoMoSmooth.dll)
3=NoMoSmooth()
4=LoadPlugin(!Blockbuster.dll)
5=Blockbuster( method="noise", detail_min=1, detail_max=10, lv=1 )
6=Blockbuster( method="sharpen", detail_min=20, detail_max=90,strength=^StrengthValue )
!NoMoSmooth.dll=C:\DVD2SVCD\Dlls\NoMoSmooth.dll
!Blockbuster.dll=C:\DVD2SVCD\Dlls\Blockbuster.dll
^StrengthValue=20

[AVISYNTH_Blockbuster, NoMoSmoother & BilinearResize]624
0=LoadPlugin(!Blockbuster.dll)
1=Blockbuster( method="noise", detail_min=1, detail_max=10, lv=1 )
2=Blockbuster( method="sharpen", detail_min=20, detail_max=90,strength=^StrengthValue )
3=LoadPlugin(!NoMoSmooth.dll)
4=NoMoSmooth()
5=BilinearResize(^TargetWidth,^TargetHeight)
6=AddBorders(0,^BorderTop,0,^BorderBottom)
!Blockbuster.dll=C:\DVD2SVCD\Dlls\Blockbuster.dll
^StrengthValue=20
!NoMoSmooth.dll=C:\DVD2SVCD\Dlls\NoMoSmooth.dll

[AVISYNTH_NoMoSmoother, Blockbuster & BilinearResize]620
0=LoadPlugin(!NoMoSmooth.dll)
1=NoMoSmooth()
2=LoadPlugin(!Blockbuster.dll)
3=Blockbuster( method="noise", detail_min=1, detail_max=10, lv=1 )
4=Blockbuster( method="sharpen", detail_min=20, detail_max=90,strength=^StrengthValue )
5=BilinearResize(^TargetWidth,^TargetHeight)
6=AddBorders(0,^BorderTop,0,^BorderBottom)
!NoMoSmooth.dll=C:\DVD2SVCD\Dlls\NoMoSmooth.dll
!Blockbuster.dll=C:\DVD2SVCD\Dlls\Blockbuster.dll
^StrengthValue=20

[AVISYNTH_Cnr2 with Unfilter & BilinearResize]591
0=LoadPlugin(!cnr2.dll)
1=cnr2()
2=LoadPlugin(!Unfilter.dll)
3=Unfilter(^x_value,^y_value)
4=BilinearResize(^TargetWidth,^TargetHeight)
5=AddBorders(0,^BorderTop,0,^BorderBottom)
!cnr2.dll=C:\DVD2SVCD\Dlls\cnr2.dll
!Unfilter.dll=C:\DVD2SVCD\Dlls\unfilter.dll
^x_value=20
^y_value=20

[AVISYNTH_Unfilter & Cnr2 with BilinearResize]591
0=LoadPlugin(!Unfilter.dll)
1=Unfilter(^x_value,^y_value)
2=LoadPlugin(!cnr2.dll)
3=cnr2()
4=BilinearResize(^TargetWidth,^TargetHeight)
5=AddBorders(0,^BorderTop,0,^BorderBottom)
!Unfilter.dll=C:\DVD2SVCD\Dlls\unfilter.dll
^x_value=20
^y_value=20
!cnr2.dll=C:\DVD2SVCD\Dlls\cnr2.dll

[AVISYNTH_BilinearResize with Cnr2 & Unfilter]637
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
2=LoadPlugin(!cnr2.dll)
3=cnr2()
4=LoadPlugin(!Unfilter.dll)
5=Unfilter(^x_value,^y_value)
!cnr2.dll=C:\DVD2SVCD\Dlls\cnr2.dll
!Unfilter.dll=C:\DVD2SVCD\Dlls\unfilter.dll
^x_value=20
^y_value=20

[AVISYNTH_Unfilter with BilinearResize & Cnr2]590
0=LoadPlugin(!Unfilter.dll)
1=Unfilter(^x_value,^y_value)
2=BilinearResize(^TargetWidth,^TargetHeight)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
4=LoadPlugin(!cnr2.dll)
5=cnr2()
!Unfilter.dll=C:\DVD2SVCD\Dlls\unfilter.dll
^x_value=20
^y_value=20
!cnr2.dll=C:\DVD2SVCD\Dlls\cnr2.dll

[AVISYNTH_Convolution3D with Unfilter & BilinearResize (Slow,Quality & Size)]592
0=LoadPlugin(!Convolution3D.dll)
1=Convolution3D(^c3d_)
2=LoadPlugin(!Unfilter.dll)
3=Unfilter(^x_value,^y_value)
4=BilinearResize(^TargetWidth,^TargetHeight)
5=AddBorders(0,^BorderTop,0,^BorderBottom)
!Convolution3D.dll=C:\DVD2SVCD\Dlls\Convolution3D. dll
^c3d_=preset="movieHQ"
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^x_value=20
^y_value=20

[AVISYNTH_Unfilter with Convolution3D & BilinearResize (slow,Quality & Size)]586
0=LoadPlugin(!Unfilter.dll)
1=Unfilter(^x_value,^y_value)
2=LoadPlugin(!Convolution3D.dll)
3=Convolution3D(^c3d_)
4=BilinearResize(^TargetWidth,^TargetHeight)
5=AddBorders(0,^BorderTop,0,^BorderBottom)
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^x_value=20
^y_value=20
!Convolution3D.dll=C:\DVD2SVCD\Dlls\Convolution3D. dll
^c3d_=preset="movieHQ"

[AVISYNTH_BilinearResize with Convolution3D & Unfilter (Slow,Quality & Size)]627
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
2=LoadPlugin(!Convolution3D.dll)
3=Convolution3D(^c3d_)
4=LoadPlugin(!Unfilter.dll)
5=Unfilter(^x_value,^y_value)
!Convolution3D.dll=C:\DVD2SVCD\Dlls\Convolution3D. dll
^c3d_=preset="movieHQ"
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^x_value=20
^y_value=20

[AVISYNTH_Unfilter with BilinearResize & Convolution3D (slow,Quality & Size)]569
0=LoadPlugin(!Unfilter.dll)
1=Unfilter(^x_value,^y_value)
2=BilinearResize(^TargetWidth,^TargetHeight)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
4=LoadPlugin(!Convolution3D.dll)
5=Convolution3D(^c3d_)
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^x_value=20
^y_value=20
!Convolution3D.dll=C:\DVD2SVCD\Dlls\Convolution3D. dll
^c3d_=preset="movieHQ"

[AVISYNTH_GrapeSmoother with Unfilter & BilinearResize]595
0=LoadPlugin(!GrapeSmoother.dll)
1=GrapeSmoother(^w_value)
2=LoadPlugin(!Unfilter.dll)
3=Unfilter(^x_value,^y_value)
4=BilinearResize(^TargetWidth,^TargetHeight)
5=AddBorders(0,^BorderTop,0,^BorderBottom)
!GrapeSmoother.dll=C:\DVD2SVCD\Dlls\GrapeSmoother. dll
^w_value=30
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^x_value=20
^y_value=20

[AVISYNTH_Unfilter with GrapeSmoother & BilinearResize]589
0=LoadPlugin(!Unfilter.dll)
1=Unfilter(^x_value,^y_value)
2=LoadPlugin(!GrapeSmoother.dll)
3=GrapeSmoother(^w_value)
4=BilinearResize(^TargetWidth,^TargetHeight)
5=AddBorders(0,^BorderTop,0,^BorderBottom)
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^x_value=20
^y_value=20
!GrapeSmoother.dll=C:\DVD2SVCD\Dlls\GrapeSmoother. dll
^w_value=30

[AVISYNTH_BilinearResize with GrapeSmoother & Unfilter]640
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
2=LoadPlugin(!GrapeSmoother.dll)
3=GrapeSmoother(^w_value)
4=LoadPlugin(!Unfilter.dll)
5=Unfilter(^x_value,^y_value)
!GrapeSmoother.dll=C:\DVD2SVCD\Dlls\GrapeSmoother. dll
^w_value=30
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^x_value=20
^y_value=20

[AVISYNTH_Unfilter with BilinearResize & GrapeSmoother]590
0=LoadPlugin(!Unfilter.dll)
1=Unfilter(^x_value,^y_value)
2=BilinearResize(^TargetWidth,^TargetHeight)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
4=LoadPlugin(!GrapeSmoother.dll)
5=GrapeSmoother(^w_value)
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^x_value=20
^y_value=20
!GrapeSmoother.dll=C:\DVD2SVCD\Dlls\GrapeSmoother. dll
^w_value=30

[AVISYNTH_NoMoSmooth with Unfilter & BilinearResize]596
0=LoadPlugin(!NoMoSmooth.dll)
1=NoMoSmooth(40,2,3,1,2,False)
2=LoadPlugin(!Unfilter.dll)
3=Unfilter(^x_value,^y_value)
4=BilinearResize(^TargetWidth,^TargetHeight)
5=AddBorders(0,^BorderTop,0,^BorderBottom)
!NoMoSmooth.dll=C:\DVD2SVCD\Dlls\NoMoSmooth.dll
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^x_value=20
^y_value=20

[AVISYNTH_Unfilter with NoMoSmooth & BilinearResize]599
0=LoadPlugin(!Unfilter.dll)
1=Unfilter(^x_value,^y_value)
2=LoadPlugin(!NoMoSmooth.dll)
3=NoMoSmooth(40,2,3,1,2,False)
4=BilinearResize(^TargetWidth,^TargetHeight)
5=AddBorders(0,^BorderTop,0,^BorderBottom)
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^x_value=20
^y_value=20
!NoMoSmooth.dll=C:\DVD2SVCD\Dlls\NoMoSmooth.dll

[AVISYNTH_BilinearResize with NoMoSmooth & Unfilter]631
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
2=LoadPlugin(!NoMoSmooth.dll)
3=NoMoSmooth(40,2,3,1,2,False)
4=LoadPlugin(!Unfilter.dll)
5=Unfilter(^x_value,^y_value)
!NoMoSmooth.dll=C:\DVD2SVCD\Dlls\NoMoSmooth.dll
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^x_value=20
^y_value=20

[AVISYNTH_Unfilter with BilinearResize & NoMoSmooth]570
0=LoadPlugin(!Unfilter.dll)
1=Unfilter(^x_value,^y_value)
2=BilinearResize(^TargetWidth,^TargetHeight)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
4=LoadPlugin(!NoMoSmooth.dll)
5=NoMoSmooth(40,2,3,1,2,False)
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^x_value=20
^y_value=20
!NoMoSmooth.dll=C:\DVD2SVCD\Dlls\NoMoSmooth.dll

[AVISYNTH_PeachSmoother with Unfilter & BilinearResize]595
0=Loadplugin(!PeachSmoother.dll)
1=PeachSmoother(^d_NoiseReduction,^e_Stability,^f_ DoSpatial,^g_Spatial)
2=LoadPlugin(!Unfilter.dll)
3=Unfilter(^x_value,^y_value)
4=BilinearResize(^TargetWidth,^TargetHeight)
5=AddBorders(0,^BorderTop,0,^BorderBottom)
!PeachSmoother.dll=C:\DVD2SVCD\Dlls\PeachSmoother. dll
^d_NoiseReduction=35
^e_Stability=20
^f_DoSpatial=TRUE
^g_Spatial=100
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^x_value=20
^y_value=20

[AVISYNTH_Unfilter with PeachSmoother & BilinearResize]589
0=LoadPlugin(!Unfilter.dll)
1=Unfilter(^x_value,^y_value)
2=Loadplugin(!PeachSmoother.dll)
3=PeachSmoother(^d_NoiseReduction,^e_Stability,^f_ DoSpatial,^g_Spatial)
4=BilinearResize(^TargetWidth,^TargetHeight)
5=AddBorders(0,^BorderTop,0,^BorderBottom)
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^x_value=20
^y_value=20
!PeachSmoother.dll=C:\DVD2SVCD\Dlls\PeachSmoother. dll
^d_NoiseReduction=35
^e_Stability=20
^f_DoSpatial=TRUE
^g_Spatial=100

[AVISYNTH_BilinearResize with PeachSmoother & Unfilter]640
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
2=Loadplugin(!PeachSmoother.dll)
3=PeachSmoother(^d_NoiseReduction,^e_Stability,^f_ DoSpatial,^g_Spatial)
4=LoadPlugin(!Unfilter.dll)
5=Unfilter(^x_value,^y_value)
!PeachSmoother.dll=C:\DVD2SVCD\Dlls\PeachSmoother. dll
^d_NoiseReduction=35
^e_Stability=20
^f_DoSpatial=TRUE
^g_Spatial=100
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^x_value=20
^y_value=20

[AVISYNTH_Unfilter with BilinearResize & PeachSmoother]591
0=LoadPlugin(!Unfilter.dll)
1=Unfilter(^x_value,^y_value)
2=BilinearResize(^TargetWidth,^TargetHeight)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
4=Loadplugin(!PeachSmoother.dll)
5=PeachSmoother(^d_NoiseReduction,^e_Stability,^f_ DoSpatial,^g_Spatial)
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^x_value=20
^y_value=20
!PeachSmoother.dll=C:\DVD2SVCD\Dlls\PeachSmoother. dll
^d_NoiseReduction=35
^e_Stability=20
^f_DoSpatial=TRUE
^g_Spatial=100

[AVISYNTH_TemporalCleaner with Unfilter & BilinearResize]571
0=LoadPlugin(!temporalcleaner.dll)
1=temporalcleaner(5,10)
2=LoadPlugin(!Unfilter.dll)
3=Unfilter(^x_value,^y_value)
4=BilinearResize(^TargetWidth,^TargetHeight)
5=AddBorders(0,^BorderTop,0,^BorderBottom)
!temporalcleaner.dll=C:\DVD2SVCD\Dlls\temporalclea ner.dll
!Unfilter.dll=C:\DVD2SVCD\Dlls\unfilter.dll
^x_value=20
^y_value=20

[AVISYNTH_Unfilter with TemporalCleaner & BilinearResize]574
0=LoadPlugin(!Unfilter.dll)
1=Unfilter(^x_value,^y_value)
2=LoadPlugin(!temporalcleaner.dll)
3=temporalcleaner(5,10)
4=BilinearResize(^TargetWidth,^TargetHeight)
5=AddBorders(0,^BorderTop,0,^BorderBottom)
!Unfilter.dll=C:\DVD2SVCD\Dlls\unfilter.dll
^x_value=20
^y_value=20
!temporalcleaner.dll=C:\DVD2SVCD\Dlls\temporalclea ner.dll

[AVISYNTH_BilinearResize with TemporalCleaner & Unfilter]581
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
2=LoadPlugin(!temporalcleaner.dll)
3=temporalcleaner(5,10)
4=LoadPlugin(!Unfilter.dll)
5=Unfilter(^x_value,^y_value)
!temporalcleaner.dll=C:\DVD2SVCD\Dlls\temporalclea ner.dll
!Unfilter.dll=C:\DVD2SVCD\Dlls\unfilter.dll
^x_value=20
^y_value=20

[AVISYNTH_Unfilter with BilinearResize & TemporalCleaner]542
0=LoadPlugin(!Unfilter.dll)
1=Unfilter(^x_value,^y_value)
2=BilinearResize(^TargetWidth,^TargetHeight)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
4=LoadPlugin(!temporalcleaner.dll)
5=temporalcleaner(5,10)
!Unfilter.dll=C:\DVD2SVCD\Dlls\unfilter.dll
^x_value=20
^y_value=20
!temporalcleaner.dll=C:\DVD2SVCD\Dlls\temporalclea ner.dll

[AVISYNTH_Unfilter with TemporalSmoother & BilinearResize]597
0=LoadPlugin(!Unfilter.dll)
1=Unfilter(^x_value,^y_value)
2=LoadPlugin(!MPEG2DEC2.dll)
3=TemporalSmoother(^Strength,^Radius)
4=BilinearResize(^TargetWidth,^TargetHeight)
5=AddBorders(0,^BorderTop,0,^BorderBottom)
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^x_value=20
^y_value=20
!MPEG2DEC2.dll=C:\DVD2SVCD\MPEG2Dec\MPEG2DEC2.dll
^Strength=2
^Radius=1

[AVISYNTH_TemporalSmoother with Unfilter & BilinearResize]601
0=LoadPlugin(!MPEG2DEC2.dll)
1=TemporalSmoother(^Strength,^Radius)
2=LoadPlugin(!Unfilter.dll)
3=Unfilter(^x_value,^y_value)
4=BilinearResize(^TargetWidth,^TargetHeight)
5=AddBorders(0,^BorderTop,0,^BorderBottom)
!MPEG2DEC2.dll=C:\DVD2SVCD\MPEG2Dec\MPEG2DEC2.dll
^Strength=2
^Radius=1
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^x_value=20
^y_value=20

[AVISYNTH_BilinearResize with TemporalSmoother & Unfilter]626
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
2=LoadPlugin(!MPEG2DEC2.dll)
3=TemporalSmoother(^Strength,^Radius)
4=LoadPlugin(!Unfilter.dll)
5=Unfilter(^x_value,^y_value)
!MPEG2DEC2.dll=C:\DVD2SVCD110b1rc4\MPEG2Dec\MPEG2D EC2.dll
^Strength=2
^Radius=1
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^x_value=20
^y_value=20

[AVISYNTH_Unfilter with BilinearResize & TemporalSmoother]568
0=LoadPlugin(!Unfilter.dll)
1=Unfilter(^x_value,^y_value)
2=BilinearResize(^TargetWidth,^TargetHeight)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
4=LoadPlugin(!MPEG2DEC2.dll)
5=TemporalSmoother(^Strength,^Radius)
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^x_value=20
^y_value=20
!MPEG2DEC2.dll=C:\DVD2SVCD\MPEG2Dec\MPEG2DEC2.dll
^Strength=2
^Radius=1

[AVISYNTH_Unfilter with TemporalSoften2 & BilinearResize]589
0=LoadPlugin(!Unfilter.dll)
1=Unfilter(^x_value,^y_value)
2=LoadPlugin(!temporalsoften2.dll)
3=temporalsoften2(^r_value,^s_value,^t_value)
4=BilinearResize(^TargetWidth,^TargetHeight)
5=AddBorders(0,^BorderTop,0,^BorderBottom)
!Unfilter.dll=C:\DVD2SVCD\Dlls\unfilter.dll
^x_value=20
^y_value=20
!temporalsoften2.dll=C:\DVD2SVCD\Dlls\temporalsoft en2.dll
^r_value=1
^s_value=5
^t_value=0

[AVISYNTH_Temporalsoften2 with Unfilter & BilinearResize]590
0=LoadPlugin(!temporalSoften2.dll)
1=temporalSoften2(^r_value,^s_value,^t_value)
2=LoadPlugin(!Unfilter.dll)
3=Unfilter(^x_value,^y_value)
4=BilinearResize(^TargetWidth,^TargetHeight)
5=AddBorders(0,^BorderTop,0,^BorderBottom)
!temporalSoften2.dll=C:\DVD2SVCD\Dlls\temporalsoft en2.dll
^r_value=1
^s_value=5
^t_value=0
!Unfilter.dll=C:\DVD2SVCD\Dlls\unfilter.dll
^x_value=20
^y_value=20

[AVISYNTH_BilinearResize with Temporalsoften2 & Unfilter]628
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
2=LoadPlugin(!temporalSoften2.dll)
3=temporalSoften2(^r_value,^s_value,^t_value)
4=LoadPlugin(!Unfilter.dll)
5=Unfilter(^x_value,^y_value)
!temporalSoften2.dll=C:\DVD2SVCD\Dlls\temporalsoft en2.dll
^r_value=1
^s_value=5
^t_value=0
!Unfilter.dll=C:\DVD2SVCD\Dlls\unfilter.dll
^x_value=20
^y_value=20

[AVISYNTH_Unfilter with BilinearResize & TemporalSoften2]
0=LoadPlugin(!Unfilter.dll)
1=Unfilter(^x_value,^y_value)
2=BilinearResize(^TargetWidth,^TargetHeight)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
4=LoadPlugin(!temporalsoften2.dll)
5=temporalsoften2(^r_value,^s_value,^t_value)
!Unfilter.dll=C:\DVD2SVCD\Dlls\unfilter.dll
^x_value=20
^y_value=20
!temporalsoften2.dll=C:\DVD2SVCD\Dlls\temporalsoft en2.dll
^r_value=1
^s_value=5
^t_value=0

[AVISYNTH_Tweak with Focus2, TemporalSmoother & BilinearResize]601
0=LoadPlugin(!Tweak.dll)
1=Tweak(^Hue,^Saturation,^Bright,^Contrast)
2=LoadPlugin(!Focus2.dll)
3=Sharpen2(^Sharpen)
4=LoadPlugin(!MPEG2DEC2.dll)
5=TemporalSmoother(^Strength,^Radius)
6=BilinearResize(^TargetWidth,^TargetHeight)
7=AddBorders(0,^BorderTop,0,^BorderBottom)
!Tweak.dll=C:\DVD2SVCD\Dlls\Tweak.dll
^Hue=0
^Saturation=1.0
^Bright=0
^Contrast=1.0
!Focus2.dll=C:\DVD2SVCD\Dlls\Focus2.dll
^Sharpen=0.5
!MPEG2DEC2.dll=C:\DVD2SVCD\MPEG2Dec\MPEG2DEC2.dll
^Strength=2
^Radius=1

[AVISYNTH_TemporalSmoother with Tweak, Focus2 & BilinearResize]596
0=LoadPlugin(!MPEG2DEC2.dll)
1=TemporalSmoother(^Strength,^Radius)
2=LoadPlugin(!Tweak.dll)
3=Tweak(^Hue,^Saturation,^Bright,^Contrast)
4=LoadPlugin(!Focus2.dll)
5=Sharpen2(^Sharpen)
6=BilinearResize(^TargetWidth,^TargetHeight)
7=AddBorders(0,^BorderTop,0,^BorderBottom)
!MPEG2DEC2.dll=C:\DVD2SVCD\MPEG2Dec\MPEG2DEC2.dll
^Strength=2
^Radius=1
!Tweak.dll=C:\DVD2SVCD\Dlls\Tweak.dll
^Hue=0
^Saturation=1.0
^Bright=0
^Contrast=1.0
!Focus2.dll=C:\DVD2SVCD\Dlls\Focus2.dll
^Sharpen=0.2

[AVISYNTH_TemporalSmoother with BilinearResize, Tweak & Focus2]644
0=LoadPlugin(!MPEG2DEC2.dll)
1=TemporalSmoother(^Strength,^Radius)
2=BilinearResize(^TargetWidth,^TargetHeight)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
4=LoadPlugin(!Tweak.dll)
5=Tweak(^Hue,^Saturation,^Bright,^Contrast)
6=LoadPlugin(!Focus2.dll)
7=Sharpen2(^Sharpen)
!MPEG2DEC2.dll=C:\DVD2SVCD\MPEG2Dec\MPEG2DEC2.dll
^Strength=2
^Radius=1
!Tweak.dll=C:\DVD2SVCD\Dlls\Tweak.dll
^Hue=0
^Saturation=1.0
^Bright=0
^Contrast=1.0
!Focus2.dll=C:\DVD2SVCD\Dlls\Focus2.dll
^Sharpen=0.2

[AVISYNTH_BilinearResize with Tweak, Focus2 & TemporalSmoother]624
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
2=LoadPlugin(!Tweak.dll)
3=Tweak(^Hue,^Saturation,^Bright,^Contrast)
4=LoadPlugin(!Focus2.dll)
5=Sharpen2(^Sharpen)
6=LoadPlugin(!MPEG2DEC2.dll)
7=TemporalSmoother(^Strength,^Radius)
!Tweak.dll=C:\DVD2SVCD\Dlls\Tweak.dll
^Hue=0
^Saturation=1.0
^Bright=0
^Contrast=1.0
!Focus2.dll=C:\DVD2SVCD\Dlls\Focus2.dll
^Sharpen=0.5
!MPEG2DEC2.dll=C:\DVD2SVCD\MPEG2Dec\MPEG2DEC2.dll
^Strength=2
^Radius=1

[AVISYNTH_BilinearResize with Unfilter]638
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
2=LoadPlugin(!Unfilter.dll)
3=Unfilter(^x_value,^y_value)
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^x_value=20
^y_value=20

[AVISYNTH_Unfilter with BilinearResize]594
0=LoadPlugin(!Unfilter.dll)
1=Unfilter(^x_value,^y_value)
2=BilinearResize(^TargetWidth,^TargetHeight)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
!Unfilter.dll=C:\DVD2SVCD\Dlls\UnFilter.dll
^x_value=20
^y_value=20

[AVISYNTH_BilinearResize]
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)


enjoy

please post your avaliation!
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
11-15-2002, 11:05 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Hey, thanks for that huge collection jorel

-kwag
Reply With Quote
  #3  
12-14-2002, 06:54 AM
Razorblade2000 Razorblade2000 is offline
Free Member
 
Join Date: Aug 2002
Posts: 323
Thanks: 0
Thanked 0 Times in 0 Posts
What does "slow,Quality & Size" mean???

1. It is slow
2. Quality is ???
3. Size is ???




P.S. Great work!
Reply With Quote
  #4  
12-14-2002, 11:25 AM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Razorblade2000
What does "slow,Quality & Size" mean???

1. It is slow
2. Quality is ???
3. Size is ???




P.S. Great work!

it's only to remember me...

example:
[AVISYNTH_BilinearResize with Convolution3D & Unfilter (Slow,Quality & Size)]627

and

[AVISYNTH_Unfilter with BilinearResize & Convolution3D (slow,Quality & Size)]569

slow- this script is slow.
quality-very good image
size-the same chapter give 6,27mb and other 5,69mb.
it's the same script,only inverting the things.
this is to remember me that he is slow with quality image.
don't bore about that!
bye.
Reply With Quote
  #5  
12-15-2002, 07:24 AM
Razorblade2000 Razorblade2000 is offline
Free Member
 
Join Date: Aug 2002
Posts: 323
Thanks: 0
Thanked 0 Times in 0 Posts
ahhh... now I got it! Thank you!
Reply With Quote
  #6  
01-09-2003, 09:41 AM
TLTw TLTw is offline
Free Member
 
Join Date: Jan 2003
Posts: 42
Thanks: 0
Thanked 0 Times in 0 Posts
Thank ya Very much jorel.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Strong Meteor Shower Peaks Tonight kwag Off-topic Lounge 0 12-13-2004 08:25 PM
Be Strong, I love you! Prodater64 Off-topic Lounge 1 04-27-2004 08:34 PM
Avisynth: Unrecognised frame size? xpronic Avisynth Scripting 13 04-07-2004 09:09 PM
Avisynth: Suggest settings for Light, Normal, Medium, Strong, Etc. ? phibertron Avisynth Scripting 2 03-20-2003 10:18 AM
Avisynth: File Size Predition vs Actual file size? Rig R. Mortis Avisynth Scripting 2 10-12-2002 06:04 PM

Thread Tools



 
All times are GMT -5. The time now is 04:05 AM  —  vBulletin © Jelsoft Enterprises Ltd