hi friends
i'm trying to help...see this script for dvd2svcd
from Kwag's recomendations like in the link:
http://www.kvcd.net/forum/viewtopic....45c1df402d0ead
result...
[AVISYNTH_STMedian from Kwag]
0=LoadPlugin(!MPEG2Dec2.dll)
1=LoadPlugin(!Legalclip.dll)
2=Legalclip()
3=BicubicResize(464,464, 0, 0.6, 0, 0, 720, 480)
4=LoadPlugin(!STMedianFilter.dll)
5=STMedianFilter(10, 50, 0, 0, 10, 50)
6=LoadPlugin(!Unfilter.dll)
7=Unfilter(^Horizontal,^Vertical)
8=temporalsmoother(1,2)
9=LoadPlugin(!MergeChroma.dll)
10=mergechroma(blur(1.5)
11=LoadPlugin(!MergeLuma.dll)
12=mergeluma(blur(0.3))
13=AddBorders(8,8,8,
14=Legalclip()
!MPEG2Dec2.dll=C:\...\MPEG2Dec\Mpeg2dec.dll
!Legalclip.dll=C:\...\Dlls\Legalclip.dll
!STMedianFilter.dll=C:\...\Dlls\STMedianFilter.dll
!Unfilter.dll=C:\...\Dlls\UnFilter.dll
^Horizontal=50
^Vertical=50
!MergeChroma.dll=C:\....\Dlls\MergeChroma.dll
!MergeLuma.dll=C:\...\Dlls\MergeLuma.dll
see details:
^Horizontal=50
^Vertical=50
....here you can adjust the values in the frameserver tab!
and: ...
!MergeChroma.dll=C:\...\Dlls\MergeChroma.dll
...
this lines is to call the filters!
if you don't do this,it don't work!