digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Problem with script or settings? (http://www.digitalfaq.com/archives/avisynth/13946-avisynth-problem-script.html)

WOWIEGURL 11-10-2005 03:50 AM

problem with script or settings?
 
Hi... I'[m trying to back up 2 epsiodes from a dvd using 704*480 90 min PAL template. The dvd is interlaced PAL and I am in PAL country. Problem is my cq keeps dropping below 60 no matter what I try or what tempalte I use. Can someone tell me what I've done wrong?

Mpeg2Source("F:\video_ts\5-6.d2v")

leakKernelDeint(order=0,sharp=true,threshold=7)
ColorMatrix(mode="rec.709->rec.601")


undot()
Limiter()
asharp(1, 4)
GripCrop(704,576,overscan=1,source_anamorphic=fals e)#
Gripsize(resizer="BicubicResize")
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(1.5))
MergeLuma(blur(0.1))

SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2
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) ")
Blockbuster(method="noise",detail_min=1,detail_max =10,variance=0.3,seed=5823)
Limiter()

function fmin( int f1, int f2) { return ( f1<f2 ) ? f1 : f2}

GripBorders()
ConverttoRGB24()


thanks

Dialhot 11-10-2005 04:47 AM

Re: problem with script or settings?
 
Quote:

Originally Posted by WOWIEGURL
Hi... I'[m trying to back up 2 epsiodes from a dvd using 704*480 90 min PAL template.

After two years, you are still not abble to distinguish PAL and NTSC resolutions. This template does not exist.
Fortunally, your script use the correct resolution (704*576)

Quote:

Can someone tell me what I've done wrong?
Let me guess. Your source is fullscreen.

WOWIEGURL 11-10-2005 04:49 AM

yes it is so what else have I done wrong?

Dialhot 11-10-2005 04:52 AM

Let me guess again. Your destination is a CD, not a DVD.

WOWIEGURL 11-10-2005 04:53 AM

my destination is kvcd.

Dialhot 11-10-2005 04:55 AM

Now let me know what you do not understand in this sentence :
"PAL 528x576 Average ~100 minutes "Wide Screen" or ~75 minutes "Full Screen" on a 80 minute CD-R".

?

WOWIEGURL 11-10-2005 04:59 AM

as those sentences were in the green box I naturally assumed they only applied to the templates on the left... not above.

Dialhot 11-10-2005 05:00 AM

I prefer to close the thread before too become too rude.


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