digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: I can't seem to follow this script? (http://www.digitalfaq.com/archives/avisynth/3691-avisynth-follow-script.html)

TheDJ 05-20-2003 07:50 AM

Avisynth: I can't seem to follow this script?
 
LegalClip()
GripCrop( X, Y )
GripSize(resizer="BicubicResize")
STMedianFilter(10, 30, 0, 0, 10, 30)
# SpaceDust() # Optional - for some "not so clean" DVDs.
unfilter(50,50)
temporalsmoother(1,2)
mergechroma(blur(1.50))
mergeluma(blur(0.2))
# Convolution3d or DCTFilter for extreme worse cases.
GripBorders()
LegalClip()

Are you changing these manually? coz everytime i try to, and select something else, it puts it back to original way? he is my script;

LegalClip()
GripCrop(480, 480, overscan=2, source_anamorphic=false)
GripSize(resizer="BilinearResize")
STMedianFilter(10, 50, 8, 10, 10, 50) <~~~Different
SpaceDust() <~~~ This ok?
UnFilter(50, 50)
TemporalSmoother(1, 2)
MergeChroma(blur(1.50))
MergeLuma(blur(0.2))
Convolution3D(preset="movieHQ") <~~~ This Ok?
GripBorders()
LegalClip()

Help :cry:

Dialhot 05-20-2003 08:03 AM

I think taht you have this problem (of scipt that change "by itself") because you use MovieStacker. Right ?

If yes, you can change the default values used by the script simply by clicking on their name (not the little box before them, directly the name).

A window pops up and you chan change for instance the default pattern of Convolotunio3d from "movieHQ" to whatever else you want.

TheDJ 05-20-2003 08:36 AM

Thx very much again phil, i didnt know that! (Noob Alert) :oops:


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