![]() |
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. |
Re: da pva a kvcd.
Quote:
Quote:
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. |
reply
thanks phil, you are great!. :D I asked if it were possible to use the tmpgenc templates optimized with kvcd parameters.
by |
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 |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.