Author Topic: x264 CLI can't find AviSynth  (Read 5282 times)

Offline Robin

  • Member
  • Posts: 2
    • View Profile
x264 CLI can't find AviSynth
« on: December 13, 2009, 01:45:31 PM »
My trouble is that I want to run x264 using its own CLI, but cannot get it to find my installation of AviSynth. Everytime I try I get a"avs [error]: failed to load avisynth" error. I've tried re-installing AviSynth 2.5.8 (tried installing 2.6 alpha too) and hunting down any old remnant of it that could be lurking somewhere on the harddrive, but no luck. The same thing happens both for opening avs scripts and avi files. My OS is Vista 64 bit.

This is very frustrating, any ideas on what could be wrong?

Offline Dark Shikari

  • x264 developer
  • Administrator
  • Member
  • *****
  • Posts: 650
    • View Profile
Re: x264 CLI can't find AviSynth
« Reply #1 on: December 13, 2009, 01:49:57 PM »
x264 must be the same bit-ness as your Avisynth.

This means x264 64-bit cannot call Avisynth 32-bit.  There is no way around this from within x264.

Offline Robin

  • Member
  • Posts: 2
    • View Profile
Re: x264 CLI can't find AviSynth
« Reply #2 on: December 13, 2009, 01:55:35 PM »
That was it, I was running 64-bit x264. Thank you very much for the very fast reply!

Offline nakTT

  • Member
  • Posts: 37
    • View Profile
Re: x264 CLI can't find AviSynth
« Reply #3 on: December 13, 2009, 05:04:10 PM »
x264 must be the same bit-ness as your Avisynth.

This means x264 64-bit cannot call Avisynth 32-bit.  There is no way around this from within x264.
Any easy way to use x264 64-bit purely, without using pipe (or what ever they call it)? Thanks.

Offline Dark Shikari

  • x264 developer
  • Administrator
  • Member
  • *****
  • Posts: 650
    • View Profile
Re: x264 CLI can't find AviSynth
« Reply #4 on: December 13, 2009, 05:05:05 PM »
Any easy way to use x264 64-bit purely, without using pipe (or what ever they call it)? Thanks.
There is a 64-bit version of Avisynth.

Offline atavarius

  • Member
  • Posts: 10
  • Grumpy.
    • View Profile
Re: x264 CLI can't find AviSynth
« Reply #5 on: December 13, 2009, 05:07:03 PM »
You'd need 64-bit Avisynth and to only use plugins that have 64-bit versions. With Lord Mulders tool, you can use the 32-bit versions of everything with 64-bit x264.

Offline nakTT

  • Member
  • Posts: 37
    • View Profile
Re: x264 CLI can't find AviSynth
« Reply #6 on: December 13, 2009, 05:09:17 PM »
You'd need 64-bit Avisynth and to only use plugins that have 64-bit versions. With Lord Mulders tool, you can use the 32-bit versions of everything with 64-bit x264.
I see, thanks for the info. What is the estimated speed gain if I use pure 64 bit?

Offline atavarius

  • Member
  • Posts: 10
  • Grumpy.
    • View Profile
Re: x264 CLI can't find AviSynth
« Reply #7 on: December 13, 2009, 05:12:23 PM »
It varies, but there is improvement. Download Lord Mulder's GUI and use it to benchmark a few short clips to get an idea.

Offline nakTT

  • Member
  • Posts: 37
    • View Profile
Re: x264 CLI can't find AviSynth
« Reply #8 on: December 13, 2009, 05:16:11 PM »
Thanks for the reply.