View Single Post
Old 15th October 2002, 10:01   #4  |  Link
Clixo
zombie
 
Clixo's Avatar
 
Join Date: Oct 2001
Location: Portugal
Posts: 247
for those who might have not seen this: ( this script is authored by dvd2svcd ; )

Code:
[AVISYNTH_Cartoon]
0=LoadPlugin(!MSharpen.dll)
1=LoadPlugin(!Convolution3D.dll)
2=LoadPlugin(!Dup.dll)
3=Dup(threshold=^Dup_Threshold,copy=?Dup_Copy)
4=Convolution3D(^3D_Matrix_Choice, ^3D_Spacial_Luma_Threshold, ^3D_Spacial_Chroma_Threshold, ^3D_Temporal_Luma_Threshold, ^3D_Temporal_Chroma_Threshold, ^3D_Temporal_Influence, 0)
5=MSharpen(threshold=^MSharpen_Threshold,strength=^MSharpen_Strength)
6=BilinearResize(^TargetWidth,^TargetHeight)
!MSharpen.dll=C:\Programmer\DVD2SVCD\MSharpen\MSharpen.dll
!Convolution3D.dll=C:\Programmer\DVD2SVCD\Convolution3D\Convolution3D.dll
!Dup.dll=C:\Programmer\DVD2SVCD\Dup\Dup.dll
^Dup_Threshold=5
?Dup_Copy=True
^3D_Matrix_Choice=1
^3D_Spacial_Luma_Threshold=8
^3D_Spacial_Chroma_Threshold=16
^3D_Temporal_Luma_Threshold=8
^3D_Temporal_Chroma_Threshold=8
^3D_Temporal_Influence=3
^MSharpen_Threshold=10
^MSharpen_Strength=50
__________________
90 % of the things people ask in THIS forum have been already answered here ; here and here


use those links befoure you start any new thread ... please

happy convertions

clixo.

Last edited by Clixo; 15th October 2002 at 10:05.
Clixo is offline   Reply With Quote