digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   DVD2SVCD: 2.08 script, where to go from here? (http://www.digitalfaq.com/archives/encode/4783-dvd2svcd-208-script.html)

ftin 07-29-2003 11:51 AM

DVD2SVCD: 2.08 script, where to go from here?
 
I am trying to make an 2.08 script for dvd2svcd and am a bit lost on what to do next.

here is what i have so far:

[AVISYNTH_2.08]
0=LoadPlugin(!MPEG2Dec)
1=LoadPlugin(!STMedianFilter)
2=LoadPlugin(!UnFilter)
3=LoadPlugin(!LegalClip)
4=LegalClip()
5=BicubicResize(^TargetWidth,^TargetHeight,^b_valu e,^c_value)
6=STMedianFilter(8, 32, 0, 0, 8, 32)
7=UnFilter(50, 50)
7=TemporalSmoother(1, 2)
8=MergeChroma(blur(1.5))
9=MergeLuma(blur(0.2))
10=AddBorders(0,^BorderTop,0,^BorderBottom)
11=LegalClip()
!MPEG2Dec="C:\Program Files\Encoding\MovieStacker\Filters\MPEG2Dec.dll"
!STMedianFilter="C:\Program Files\Encoding\MovieStacker\Filters\STMedianFilter .dll"
!UnFilter="C:\Program Files\Encoding\MovieStacker\Filters\UnFilter.dll"
LegalClip="C:\Program Files\Encoding\MovieStacker\Filters\LegalClip.dll"
^b_value=0.0
^c_value=0.6

Could some one please explain which lines i need to change next like the STM one for instance ,or if i have made a mistake so far.

thanks.

Dialhot 07-29-2003 07:19 PM

Give a look to this and adapt whatever you want :

Code:

[AVISYNTH_FluxSmooth, TemporalCleaner, Undot, Blur]
0=MergeChroma(Blur(^blur_chroma))
1=MergeLuma(Blur(^blur_luma))
2=GripCrop(^TargetWidth, ^TargetHeight+^BorderTop+^BorderBottom, overscan=^overscan, source_anamorphic=^source_ana, dest_anamorphic=^dest_ana)
3=GripSize(resizer="^resizer")
4=FluxSmooth()
5=TemporalCleaner(ythresh=^ythresh,cthresh=^cthresh)
6=Undot()
7=DctFilter(1,1,1,1,1,1,0.5,0)
8=GripBorders()
^blur_chroma=1.58
^blur_luma=0.2
^overscan=1
^source_ana=false
^dest_ana=false
^resizer=LanczosResize
^ythresh=7
^cthresh=15



All times are GMT -5. The time now is 08:09 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.