digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: How do you use it? (http://www.digitalfaq.com/archives/avisynth/5155-avisynth-how.html)

CrEsPo 08-22-2003 05:07 PM

Avisynth: How do you use it?
 
I heard Avisynth plus filters gives you a better quality. How do you use it? Like i have no clue what it does, what filters do. Im clueless. Anyhelp to a newb :)

Avalon 08-22-2003 05:42 PM

Normaly it is simple. Install Avisynth. Install all filters of a script. Edit the script for Your case. Open it with TE and encode Your movie.

kwag 08-22-2003 06:01 PM

Hi CrEsPo,

The reference for AviSynth is: http://www.avisynth.org

-kwag

Dialhot 08-22-2003 06:18 PM

And the reference for the script is ours Optimal scripts :-D

http://www.kvcd.net/forum/viewtopic.php?t=3483

CrEsPo 08-22-2003 07:34 PM

how do i install filters? ill check out ur guide tomorrow when im not tired and not lazy :)

and what does it do? i heard it works with vdub?

edit: o and i can't find a guide to AviSynth on ur site? can u post a direct link to it ? thx :)

another edit: umm i see the latest script thread but how do i d/l that first script?

rendalunit 08-22-2003 07:48 PM

You use 'cut and paste'. An avisynth script is really just a text file (.txt) but with .avs extension. You install the filters by just putting the command "loadplugin ("path and filter name here")"

CrEsPo 08-22-2003 08:06 PM

and where do i put that command? sorry im totally new to this program and dont even see an .exe for the avisynth after its installed :S

CrEsPo 08-23-2003 08:24 AM

LegalClip()

unfilter(50,50)
GripCrop( X, Y )
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0, 8, 32)
# SpaceDust() # Optional - for some "not so clean" DVDs.
temporalsmoother(1,2)
mergechroma(blur(1.50))
mergeluma(blur(0.2))
# Convolution3d or DCTFilter for extreme worse cases.
GripBorders()
LegalClip()

with this, what do i do????

rendalunit 08-23-2003 11:03 AM

The 'loadplugin' line(s) go at the beginning.

What you can do now is open this .avs with Windows Media Player or other.

CrEsPo 08-23-2003 11:17 AM

ok, got some progress

"loadplugin("C:\Program Files\AviSynth2\docs\filters\LegalClip.dll")"
LegalClip(C:\Documents and Settings\ALAMARCO\My Documents\mymovie.avi)

unfilter(50,50)
GripCrop( X, Y )
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0, 8, 32)
# SpaceDust() # Optional - for some "not so clean" DVDs.
temporalsmoother(1,2)
mergechroma(blur(1.50))
mergeluma(blur(0.2))
# Convolution3d or DCTFilter for extreme worse cases.
GripBorders()
LegalClip()

in LegalClip() is that were i put the movie? or whre do i put it? i open it with Vdub and it gives me an error in line one but opens this time

jorel 08-23-2003 03:17 PM

:o progress?!?!
finding nemo :?:
sample?
:?

what means "sample"?
:roll:

CrEsPo 08-23-2003 03:58 PM

finding nemo sample is the thing i d/led to test the script out. i don't know where to put it so it loads with the script.

Dialhot 08-23-2003 04:00 PM

Quote:

Originally Posted by CrEsPo
finding nemo sample is the thing i d/led to test the script out. i don't know where to put it so it loads with the script.

So that is a pirated screener, and the thread has to be locked. Doesn't it ?

CrEsPo 08-23-2003 04:37 PM

a sample, not a screener :)

Dialhot 08-23-2003 05:21 PM

Don't take me for a fool... I think we all deserve more than that.
(finding nemo will be in theater in november in France. I think is quite the same in Italy).

vhelp 08-23-2003 05:32 PM

Hi CrEsPo..

The bottom line is like this..

If it ain't on DVD (specially in advertisments) you can bet it won't be accepted
here on kvcd.net (or anywhere's where that practice good penmenship)
Even if its in other Countries, and/or acceptable or available there, it
would be best "for the sake of this forum" to leave that detail out.. not to
include Nimo.avi hints, etc. etc. inside your troubled source and scripts.
No winks, hints, tips or whatever. Just be clean and honest, and we'll all
be very happy :)

Ok ?? so, don't worry about weather its ok here, or there or anywheres you
feel it is, just leave it alone here, per the forum requirements, and all is
A-OK. In other words, "do another movie" :) :) :) A movie that you own,
that is.. How about Shrek ?

-vhelp

PS: the MODs here are full of "wisdom"... remember that :wink:

CrEsPo 08-23-2003 05:32 PM

finding nemo is alrdy out in canada (i saw it opening night :)). it is not a screener, it is a tiny sample, maybe less then 2 minutes, that i use to test stuff on :)

Dialhot 08-23-2003 05:36 PM

And from where do you think this sample is done ? There is no DVD out, this film is still in theaters ! Is that a teaser ?

I really don't like the smileys in your sentence as we are (I am) talking seriously there.

CrEsPo 08-23-2003 06:01 PM

i am, of course talking seriously too,

back to main topic, so anyone know whats wrong with the code i have posted

fabrice 08-24-2003 01:34 AM

Hi,

Code:

loadplugin("C:\Program Files\AviSynth2\docs\filters\LegalClip.dll")
LegalClip(C:\Documents and Settings\ALAMARCO\My Documents\your.movie.avi)

should be
Code:

loadplugin("C:\Program Files\AviSynth2\docs\filters\LegalClip.dll")
loadplugin("...
avisource("C:\Documents and Settings\ALAMARCO\My Documents\your.movie.avi")
Legalclip()

Why not changing the movie name in your posts? This forum is not a warez one, and as nobody want it to be closed for piracy, screener o even samples of screener can't be tolerated.

Fabrice


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