VideoHelp Forum




+ Reply to Thread
Results 1 to 8 of 8
  1. Member
    Join Date
    Jul 2004
    Location
    West Chester, PA
    Search Comp PM
    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
    Quote Quote  
  2. Post your AVISynth file so I can take a look at it.
    Quote Quote  
  3. Member
    Join Date
    Jul 2004
    Location
    West Chester, PA
    Search Comp PM
    AVISource=("C:\The.Matrix.DVDRip.XViD.ECHO.CD1.avi ")

    I'm just trying to open the file now, I would add other stuff later
    Quote Quote  
  4. This won't fix your error message, but I'd suggest renaming the file... or at least changing it in your post.


    Darryl
    Quote Quote  
  5. 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.
    Quote Quote  
  6. VH Veteran jimmalenko's Avatar
    Join Date
    Aug 2003
    Location
    Down under
    Search PM
    Originally Posted by Andymadonna
    AVISource=("C:\The.Matrix.DVDRip.XViD.ECHO.CD1.avi ")

    I'm just trying to open the file now, I would add other stuff later
    If in doubt, Google it.
    Quote Quote  
  7. Try this
    Code:
    avisource("xxxx.avi")
    instead of this
    Code:
    avisource=("xxxx.avi")
    or you could do this
    Code:
    movie=avisource("xxxx.avi")
    return movie

    Darryl
    Quote Quote  
  8. Member
    Join Date
    Jul 2004
    Location
    West Chester, PA
    Search Comp PM
    thanx you guys that worked!

    that was weird I've always used an = sign before and It would work
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!