Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 25th February 2012, 23:05   #1  |  Link
Penecho
Registered User
 
Join Date: Apr 2005
Location: Germany
Posts: 198
failed to load avisynth

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:

Code:
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...
Penecho is offline   Reply With Quote
Old 1st May 2012, 15:11   #2  |  Link
zacharias
Registered User
 
Join Date: May 2010
Location: PT
Posts: 41
Quote:
Originally Posted by Penecho View Post
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:

Code:
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
__________________
Orient-Express
zacharias is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:28.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.