Log in

View Full Version : 64bit and 32bit plugins on the same script - possibilities?


SilSic
28th August 2015, 22:15
Hi,

is there any possibility to use avisynth+ with 64bit and 32bit plugins on the same script ?
Like switching from 32bit to 64bit with a special plugin which switches between them

or something like eg virtualdub which could use two scripts, one 32bit and one 64bit at one go?
or is there any way to compile 32bit plugins to become 64bit? Any ideas??

jmac698
29th August 2015, 05:45
Yes, load the part of the avs script with 32 bit into virtualdub, then use frameserver, then import that dummy videofile into 64bit avs script, to complete process.

http://www.virtualdub.org/docs_frameserver.html

thescrapyard
29th August 2015, 08:39
Try having a look at this, allows you to use 32-bit and 64-bit plugins in the same script

http://forum.doom9.org/showthread.php?t=163281


This might be what your looking for

SilSic
29th August 2015, 12:06
Thank you!! MP_Pipeline is exactly what I've been looking for