when ever I open a video with avisynth it comes up:
avisynth open failure:
The script's return value was not a video clip
but when I open the video in virtualdub, it opens fine
+ Reply to Thread
Results 1 to 8 of 8
-
-
AVISource=("C:\The.Matrix.DVDRip.XViD.ECHO.CD1.avi ")
I'm just trying to open the file now, I would add other stuff later -
This won't fix your error message, but I'd suggest renaming the file... or at least changing it in your post.
Darryl -
Remove the =
The way you wrote it you are trying to assign something to a variable named avisource, not opening a video with the avisource function. -
Try this
Code:avisource("xxxx.avi")
Code:avisource=("xxxx.avi")
Code:movie=avisource("xxxx.avi") return movie
Darryl -
thanx you guys that worked!
that was weird I've always used an = sign before and It would work
Similar Threads
-
Help. Avisynth Error Message "no function named limitedsharpen"
By Pitorasilo in forum Video ConversionReplies: 7Last Post: 27th Dec 2010, 06:13 -
Opening Avisynth script on virtualDub - Error Message
By HugoBraule in forum Newbie / General discussionsReplies: 2Last Post: 25th Apr 2010, 21:48 -
VirtualDub Error Message - Video Compression Error
By HartsVideo in forum DVD RippingReplies: 19Last Post: 7th Jun 2009, 20:18 -
Help. Avisynth Error Message "no function named deblock"
By hypnoticpimp in forum Video ConversionReplies: 13Last Post: 27th Sep 2008, 23:45 -
Get many error messages, AviSynth error message and meGUI error
By MKVcrazy in forum Video ConversionReplies: 0Last Post: 25th Aug 2007, 16:41