digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   DVD2SVCD: Confirmation of scripts (http://www.digitalfaq.com/archives/encode/12530-dvd2svcd-confirmation-scripts.html)

AdamJ 10-09-2004 04:43 PM

DVD2SVCD: Confirmation of scripts
 
Hello can someone please have a look at these scripts and see if they are ok (done correctly).

DIVX to K(S)VCD

0=BlindPP(cpu=4)
1=Blockbuster(method="noise",detail_min=1,detail_m ax=3,variance=0.1,seed=1)
2=GripCrop(^TargetWidth, ^TargetHeight+^BorderTop+^BorderBottom, overscan=^overscan, source_anamorphic=^source_ana, dest_anamorphic=^dest_ana)
3=GripSize(resizer="^resizer")
4=RemoveGrain()
5=Deen()
6=GripBorders()
^overscan=1
^source_ana=false
^dest_ana=false
^resizer=LanczosResize

DVD to K(S)VCD

1=undot()
2=asharp(1, 4)
3=GripCrop(^TargetWidth, ^TargetHeight+^BorderTop+^BorderBottom, overscan=^overscan, source_anamorphic=^source_ana, dest_anamorphic=^dest_ana)
4=GripSize(resizer="^resizer")
5=STMedianFilter(3, 3, 1, 1 )
6=MergeChroma(blur(1.5))
7=MergeLuma(blur(0.1))
ScriptClip(" nf=YDifferenceToNext()" +chr(13)+ "unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ).TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1) ")
9=GripBorders()
function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
^overscan=1
^source_ana=false
^dest_ana=false
^resizer=BicubicResize

Dialhot 10-09-2004 05:40 PM

For the first one, I fear it won't work because of colorspace (DVD2SVCD works into YUY2 and BlindPP needs YV12).

For the second : shoudl work but it will be slower than normal due to YUY2 colorspace.

I already adapted optimal scripts in a sticky post, you should not need to change them. Or at least, use them and adapt them as you whish.


All times are GMT -5. The time now is 03:04 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.