digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: How do I use optimal scripts? (http://www.digitalfaq.com/archives/avisynth/8935-avisynth-how-optimal.html)

xpronic 04-03-2004 02:34 PM

How do I use optimal scripts?
 
How exactly are these optimal scripts meant to be used? :?

kwag 04-03-2004 02:39 PM

Re: How do I use optimal scripts?
 
Quote:

Originally Posted by xpronic
How exactly are these optimal scripts meant to be used? :?

You put them on a file, with a .avs extension, edit the relevant lines needed to your particular movie, and open the .avs with the encoder.
Read here: http://www.avisynth.org/index.php?page=YourFirstScript

-kwag

Prodater64 04-03-2004 03:09 PM

Re: How do I use optimal scripts?
 
Quote:

Originally Posted by xpronic
How exactly are these optimal scripts meant to be used? :?

Do you know about avisynth scripting. If not take a look here http://www.avisynth.org/index.php?page=YourFirstScript

Before all, you must to install avisynth 2.5x and all needed dll's. (filters)
Once you known basics, first set the input project (m2v) or file (avi), then put the Optimal Script. Save this text file with avs extension.
Make run your encoder, open your avs file (like it was your source video file), make your settings and encode.

Edited:
Too late, I'm dead! :cry:

xpronic 04-03-2004 03:32 PM

Thank you Kwag and Prodater64, you've cleared it up for me, now I understand and know what to do lol. 8)

So all I was missing before was the filters, what a n00b lol. :P

kwag 04-03-2004 03:54 PM

Re: How do I use optimal scripts?
 
Quote:

Originally Posted by Prodater64
Edited:
Too late, I'm dead! :cry:

:stickeye: :lol:

-kwag

Prodater64 04-03-2004 04:15 PM

Re: How do I use optimal scripts?
 
Quote:

Originally Posted by kwag
:stickeye: :lol:
-kwag

http://www.digitalfaq.com/archives/error.gif :idea: :arrow: http://www.digitalfaq.com/archives/error.gif

maurus 04-21-2004 02:33 AM

Adaptive part
 
Can I use the optimal script without adaptive part?

I want say without this lines:

Code:

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)  ")
They are very slow in my Athlon 900.

If I no use this, how would be optimal script? it would be necessary to clear something more?

Thanks.



-Maurus


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