Log in

View Full Version : Avisynth 2.6 Portable???


Dassboshit
15th May 2013, 14:15
Hello everyone i wanna ask if there is a Avisynth Portable at least 2.5.8 recommended 2.6
if you have or know post reply please <3

IanB
15th May 2013, 23:09
See the portable Avisynth? thread.

From version 2.5.8 and latter on page 2 of the installer choose the "Standalone, Unpack Files only" type of install.

The installer will just dump all it's files into your specified install directory for you to manipulate. Products like MeGui can include a local/portable copy of Avisynth for use on systems where Avisynth is not installed.

Dassboshit
16th May 2013, 07:23
See the portable Avisynth? thread.

From version 2.5.8 and latter on page 2 of the installer choose the "Standalone, Unpack Files only" type of install.

The installer will just dump all it's files into your specified install directory for you to manipulate. Products like MeGui can include a local/portable copy of Avisynth for use on systems where Avisynth is not installed.

http://somestuff.org/downloads/portable_avisynth/portable_avisynth.7z
This link is death so i must download it on the official download page

Dassboshit
16th May 2013, 07:29
See the portable Avisynth? thread.

From version 2.5.8 and latter on page 2 of the installer choose the "Standalone, Unpack Files only" type of install.

The installer will just dump all it's files into your specified install directory for you to manipulate. Products like MeGui can include a local/portable copy of Avisynth for use on systems where Avisynth is not installed.

SV: edit+ : Oh i have MeGui But im making BatchDPG portable avisynth
But i must have that code of avisynth to change the regkey directory and to make avisynth compitable in the batch dpg directory itself

Selur
16th May 2013, 07:45
alternatively you could simply pass on the auto loading feature
If you load everything manually in your script, all you need is:
a. avisynth.dll
b. DevIL.dll
c. all the plugins you want to use
downside of this is:
a. no integration in windows
b. applications that use avisynth must either look specifically for the dll where ever you extracted it to or need to be placed right next to the avisynth.dll
c. no auto loading plugins&scripts from a plugin folder (so you might end up with a long list of loadplugin(..), import(..) at the beginning of your scripts)
For me the downsides are not a real problem, which is why my avisynthExtension for Hybrid mainly includes the mentioned .dlls and all the plugins&scripts I use.

Dassboshit
16th May 2013, 09:58
alternatively you could simply pass on the auto loading feature
If you load everything manually in your script, all you need is:
a. avisynth.dll
b. DevIL.dll
c. all the plugins you want to use
downside of this is:
a. no integration in windows
b. applications that use avisynth must either look specifically for the dll where ever you extracted it to or need to be placed right next to the avisynth.dll
c. no auto loading plugins&scripts from a plugin folder (so you might end up with a long list of loadplugin(..), import(..) at the beginning of your scripts)
For me the downsides are not a real problem, which is why my avisynthExtension for Hybrid mainly includes the mentioned .dlls and all the plugins&scripts I use.

Only the problem is how and how to put and edit my script (it seeks for the regkey which avisynth installs it)
Now i must change that too make it fully portable <3

~Invasi0n (Dassboshit)
Owner of the BatchDPG Project

Anyway :thanks:

Selur
16th May 2013, 10:09
Only the problem is how and how to put and edit my script
using an editor (Notepad++, avspmod,..) or writing you own program :)

Dassboshit
16th May 2013, 11:37
using an editor (Notepad++, avspmod,..) or writing you own program :)

I know XD
But i need the script change

I use Autoit and Npad++

~Invasi0n

Anyway:thanks: