Quote:
Originally Posted by yauman
well its 2 hrs 19 mins and im trying to get it onto 3 cdr normal SVCD format
|
easy:
choice the template here(352x240lbr):
http://www.kvcd.net/dvd-models.html
and use this script(change what you need):
[AVISYNTH_LanczosResize, Fluxsmooth, Blockbuster, Legalclip]
0=LoadPlugin(!FluxSmooth.dll)
1=LoadPlugin(!Blockbuster.dll)
2=LoadPlugin(!Legalclip.dll)
3=LanczosResize(^TargetWidth,^TargetHeight)
i4=FluxSmooth()
5=Blockbuster(method="noise",detail_min=1,detail_m ax=10,variance=.5,seed=1)
6=Legalclip()
7=AddBorders(0,^BorderTop,0,^BorderBottom)
!FluxSmooth.dll=C:\xxxx\FluxSmooth.dll
!Blockbuster.dll=C:\xxxx\Blockbuster.dll
!Legalclip.dll=C:\xxx\Legalclip.dll
ps:
i use this script in dvd2svcd
doubts?......post here,all members help.