Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 27th October 2020, 20:12   #1  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
avs/avs+ Universal Plugins Folders

in case someone want/love use old Avisynth (like avs 2.57) for some reason then he/she will note that new plugins/scripts make that old avs not work! so here my solution

https://github.com/realfinder/UniversalPluginsFolders

it's more than just Plugins pack, it use some codes and methods to load only compatible scripts/plugins base on avs and OS versions mean it will work even for winxp using x86 plugins folder (either with or without changes since there are some people still use sse cpus and for that they need to at least replace some dlls or do more work using SysInfo to make the loading scripts load sse plugins only in these systems) this pack done using SysInfo plugin by Groucho2004 (for x86 only) and RT_Stats by StainlessS (for both x64 and x86)

and this pack also useful even for avs+ users since avs+ has different behavior than non-plus one that make it load all the dlls in autoload folder(s) whatever they used in production or not and that can made some problems if there are many plugins in the plugins folder like the one here https://forum.doom9.org/showthread.p...87#post1814887

note: there are only "plugins" while there are "plugins64" and "plugins64+", the "plugins" is Universal for both avs and avs+ in x86, I did it like this since my main x86 one still SEt mt one using Official avs 2.6 install, while x64 is done using avs+ Official install with uncheck the x86 one after installing the Official avs 2.6 install using same install folder (Avisynth not Avisynth+)

edit: note2: fully delete or move any existing folders, don't mix any of these plugins folder with any other folders, even with the avs/avs+ default one

note3: it's better to not overwrite the old plugins folders if there are a big update, fully delete or move the old one first

note4: it will not always be uptodate, so update the plugins/scripts in it if you can

note5: see post #5
__________________
See My Avisynth Stuff

Last edited by real.finder; 2nd March 2022 at 22:31.
real.finder is offline   Reply With Quote
Old 27th October 2020, 22:25   #2  |  Link
Emulgator
Big Bit Savings Now !
 
Emulgator's Avatar
 
Join Date: Feb 2007
Location: close to the wall
Posts: 1,545
Many thanks ! That is what I am trying to achieve too, keeping Avisynth plugins updated and handy for the 3 main Avisynth versions.
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain)
"Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..."
Emulgator is online now   Reply With Quote
Old 1st November 2020, 15:03   #3  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Many Thanks from me too

I hope better than what I implemented as AvsInit script with MACHINE directory [works fine but a little clumsy].
Note, I think there is a typo in your post (threw me a little bit),
Quote:
and this pack also useful even for avs+ users sine avs+ has different behavior than non-plus one
Presume "since".

I have not had time to look at it yet, but I will, so thanks again.

Wherever do you get the time for everything, you are like a one man whirlwind, only Pintef could compete.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 1st November 2020 at 15:05.
StainlessS is offline   Reply With Quote
Old 1st November 2020, 15:45   #4  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by StainlessS View Post
Many Thanks from me too

I hope better than what I implemented as AvsInit script with MACHINE directory [works fine but a little clumsy].
Note, I think there is a typo in your post (threw me a little bit),

Presume "since".

I have not had time to look at it yet, but I will, so thanks again.

Wherever do you get the time for everything, you are like a one man whirlwind, only Pintef could compete.
typo fixed
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote
Old 11th November 2020, 07:45   #5  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
did small update for how vsLGhost will used, since it use array I did just make it load the dll if avs+ is 3.6 now I make load an avsi that use int_array (don't know if it documented but I noted it in the avs+ 3.6 error messages when I first did the "avsi load dll" idea since I did some typos back then, I did plan to test it but didn't till this day )

edit: in case someone want to test the plugins folders in avs+ without touching his/her autoload folder in the system

for x64
Code:
ClearAutoloadDirs()
AddAutoloadDir("path\plugins64+", false)
AddAutoloadDir("path\plugins64", false)
or for x86

Code:
ClearAutoloadDirs()
AddAutoloadDir("path\plugins")
in the beginning of script

like this

Code:
ClearAutoloadDirs()
AddAutoloadDir("D:\plugins64+", false)
AddAutoloadDir("D:\plugins64", false)
ColorBars(pixel_type="YV12")
__________________
See My Avisynth Stuff

Last edited by real.finder; 16th November 2021 at 20:32.
real.finder is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 20:36.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.