Log in

View Full Version : failed to load avisynth


Penecho
25th February 2012, 23:05
Hey guys im trying to encode something i recorded from TV, but when trying to encode it via x264 i get the following error message:

avs [error]: failed to load avisynth
x264 [error]: could not open inputfile script.avs

so here is what my script looks like:


LoadPlugin("X:\Temp\DGAVCDecode.dll")
AVCSource("X:\Temp\test.dga")
Load_Stdcall_plugin("C:\Program Files (x86)\Megui\tools\yadif\yadif.dll")
Yadif(order=-1)
Spline36Resize(1280,720)


When i open the avs script with megui it works, when i open it with vdub it works, but when i try to run it with x264.exe via the commandline the errors above show up...

x264.exe is 32bit, avisynth is 32bit, OS is win7 x64...

zacharias
1st May 2012, 15:11
Hey guys im trying to encode something i recorded from TV, but when trying to encode it via x264 i get the following error message:

avs [error]: failed to load avisynth
x264 [error]: could not open inputfile script.avs

so here is what my script looks like:


LoadPlugin("X:\Temp\DGAVCDecode.dll")
AVCSource("X:\Temp\test.dga")
Load_Stdcall_plugin("C:\Program Files (x86)\Megui\tools\yadif\yadif.dll")
Yadif(order=-1)
Spline36Resize(1280,720)


When i open the avs script with megui it works, when i open it with vdub it works, but when i try to run it with x264.exe via the commandline the errors above show up...

x264.exe is 32bit, avisynth is 32bit, OS is win7 x64...

its probably the version/build of x264. i had the same problem. used the same version of x264 than present in staxrip, and it worked.
kudos