View Full Version : AviSynth v.2.5.8 MT x64


RazvanuZu
19th June 2012, 18:21
Hi,

I'm using AviSynth v.2.5.8 MT x64 and I get an error when I try to open a graph file that contains a 64 bit video decoder (the latest stable version of ffdshow tryouts).

This is the graph made by me -> http://thumbnails58.imagebam.com/19715/8ed869197148718.gif (http://www.imagebam.com/image/8ed869197148718)

This is the error I get in AvsP -> http://thumbnails60.imagebam.com/19715/f5e784197149048.gif (http://www.imagebam.com/image/f5e784197149048)

If I load the .avs file in MeGUI, I get the same error as in AvsP -> http://thumbnails39.imagebam.com/19715/4c817b197149759.gif (http://www.imagebam.com/image/4c817b197149759)

I have thought that the error has appeared because both applications (AvsP & MeGUI) were 32-bit applications. So I tried using 'Lord Mulder's 64-bit x264 GUI' but the error was still there...
http://thumbnails76.imagebam.com/19716/a3b518197151224.gif (http://www.imagebam.com/image/a3b518197151224)

I can assure you that I have correctly installed AviSynth x64. 'avisynth.dll' and 'DevIL.dll' are stored in System32 and the DirectShowSource plugin is stored in C:\Program Files (x86)\AviSynth 2.5\plugins64.

Oh, I was about to forgot... If I manually load the plugin in AvsP, I get this error -> http://thumbnails6.imagebam.com/19716/fc79cd197152860.gif (http://www.imagebam.com/image/fc79cd197152860)


What should I do if I want to use AviSynth x64 with this x64 decoder?

:thanks:

sneaker_ger
19th June 2012, 22:27
I think Lord Mulder's GUI still uses 32bit AviSynth and just pipes to 64bit x264.
You can try to use x264 x64 directly, use a truly 64bit GUI (MeGUI had this once, don't know if it is maintained anymore) or try to replace the 32bit piping binary with a 64bit version. The latter might not work with all GUIs.

Keiyakusha
19th June 2012, 23:25
what avisynth Lord Mulder's GUI uses, 32 or 64 bit, depends on user settings.

sneaker_ger
19th June 2012, 23:33
I just looked and that seems to be the case indeed.

RazvanuZu
20th June 2012, 11:53
Thanks! Everything's working as it should now.

One more question: is there any AviSynth x64 text editor? Like AvsP, but AvsP is a 32-bit application.
Thanks again!