![]() |
What is a avsi file?
What is the difference between importing a xxxx.avs file and importing a xxxx.avsi file? The endings seem to be interchangeable. For example:
Import("C:\Filters25\HybridFuPP.avsi") seems to perform the same as Import("C:\Filters25\HybridFuPP.avs") where ending was simply changed from avsi to avs. |
avsi files can be autoloaded if they are placed in the avisynths pluginsfolder like .dll's. And avs files have to be "imported" within a script like you did above.
|
Ok so if i have an avsi in my plugins and use a script like this
Code:
AviSource("PATH\NAME.avi",false) I have read that they load automatically so if i'm not using it do i need to rempve it from the plugins directory Thanx |
Yep, its not called so its not used BUT autoloaded.
Watch if you got some filter-conflicts if the avsi is autoloaded if not, leave it in the pluginsfolder. |
I think if you don't want use the function in avsi, it is better rename it to .avs, and only call it when you need to use it, in this case with the sentence "import" in your script.
If you keep the avsi extension, it will apply in all your encodes? |
It will not apply, if not called.
|
Quote:
|
thanx Incredible
|
Quote:
Quote:
The same should be with avsi. |
Abond, I know it. I ask you how to call hybfupp function. Hybfupp with avsi extension not need load. Then how call you it?
|
Oops, I thought it was clear.
I'm calling undot in the script with undot() And so I'm calling hybridfupp with Hybridfupp(xx,yy) In fact an avsi has the behavior of a plugin. |
Thank you abond.
The hybridfupp parameters, are explained in a readme file? |
Thanks incredible.
Prodater64, The hybridfupp parameters are explained inside of the function. Open it with NotePad to read. |
there are two html files provided with the package : one in english, one in french. You only need to double click on them and your browser will load them.
All functions and parameters are explained.... FuPP |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.