digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   DVD2SVCD: How to convert pva to kvcd ? (http://www.digitalfaq.com/archives/encode/8313-dvd2svcd-how-convert.html)

zagor 02-24-2004 06:44 AM

DVD2SVCD: How to convert pva to kvcd ?
 
Scuse me, for my english, i'm italian.

I must pass from a format pva to kvcd.
I am using dvd2svcd, and I wanted to know if I can use this script:

[AVISYNTH_Adaptative Filter]
0=nf=0
1=GripCrop(^TargetWidth, ^TargetHeight+^BorderTop+^BorderBottom, overscan=^overscan, source_anamorphic=^source_ana, dest_anamorphic=^dest_ana)
2=GripSize(resizer="BiCubicResize")
3=Undot()
4=Asharp(1, 4)
5=STMedianFilter(^S_FilterThreshHold, ^S_EdgeThreshHold, ^T_FilterThreshHold, ^T_EdgeThreshHold )
6=MergeChroma(blur(^blur_chroma))
7=MergeLuma(blur(^blur_luma))
8=SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2
9=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) ")
10=GripBorders()
11=function fmin(int f1, int f2) { return (f1<f2) ? f1 : f2 }
12=function ConvertToYUY2(clip c){ return isYV12(c) ? c : convertToYV12(c) }
^overscan=1
^source_ana=true
^dest_ana=false
^S_FilterThreshHold=3
^S_EdgeThreshHold=3
^T_FilterThreshHold=1
^T_EdgeThreshHold=1
^blur_chroma=1.58
^blur_luma=0.1
^scdtrigger=30


I am making some tests, and I am using the matrix kvcd, but the output format that I can choose is alone svcd, dvd, vcd. How I can use the several one templeate of the kvcd with dvd2svcd?
thank you.

Dialhot 02-24-2004 07:31 AM

Re: da pva a kvcd.
 
Quote:

Originally Posted by zagor
Scuse me, for my english, i'm italian.

Possiamo vedere questo sul forum italiano si vuoi.

Quote:

I am making some tests, and I am using the matrix kvcd, but the output format that I can choose is alone svcd, dvd, vcd. How I can use the several one templeate of the kvcd with dvd2svcd?
thank you.
The easir thing to do is to tell to dvd2svcd that you want to edit the script before the encoding step (see in the frameserver tab of dvd2svcd).

You start the encoding, and when it reaches the video part, on windows pops-up where you can edit the script; Just put 544 and 576 as dimensions in the griopcrop line, and that will be okay.

zagor 02-24-2004 02:55 PM

reply
 
thanks phil, you are great!. :D I asked if it were possible to use the tmpgenc templates optimized with kvcd parameters.
by

zagor 02-26-2004 06:49 AM

reply
 
scuse me , but I wanted to know if I can use your script:
"[AVISYNTH_Adaptative Filter]",
therefore as it is or I must change something.
thenks


All times are GMT -5. The time now is 06:46 AM  —  vBulletin © Jelsoft Enterprises Ltd

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