VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. HI,
    I've written a small avisynth script but when I want to load it in virtualdub 1.5.4, I get the following error:
    Avisynth Open Failure:
    Evaluate: Unrecognized Exception!
    ("c:\windows\bureau\video2.avs", line 8 )

    Here is my script:
    Code:
    LoadPlugin("C:\Program Files\Multimedia\Outils Video\AviSynth 2.5\plugins\Convolution3D.dll")
    LoadPlugin("C:\Program Files\Multimedia\Outils Video\AviSynth 2.5\plugins\old\LoadPluginEx2.dll")
    LoadPlugin("C:\Program Files\Multimedia\Outils Video\AviSynth 2.5\plugins\old\DustV5.dll")
    LoadPlugin("C:\Program Files\Multimedia\Outils Video\AviSynth 2.5\plugins\old\peachsmoother.dll")
    LoadPlugin("C:\Program Files\Multimedia\Outils Video\AviSynth 2.5\plugins\old\nomosmooth.dll")
    
    AVISource("d:\capture_tmp.avi",pixel_type="YUY2")
    PixieDust(5)


    Line 8 is PixieDust(5)

    The source video is captured with HuffYUV Codec in YUY2, the resolution is 352*288 25 fps.

    What's the origin of this problem ????

    Thanks.
    Quote Quote  
  2. Member
    Join Date
    May 2001
    Location
    United States
    Search Comp PM
    I can't tell which line number is 8. My guess is the AVIsource line. Try opening without the "pixel_type" parameter.
    Or, maybe it can't find your AVI file.
    ICBM target coordinates:
    26° 14' 10.16"N -- 80° 16' 0.91"W
    Quote Quote  
  3. Member
    Join Date
    Jan 2003
    Location
    India
    Search Comp PM
    I don't know Avisynth 2.5 but would guess from general scripting syntax that the culprit is no space between the comma and "pixel_type" in the Avisource line.
    Quote Quote  
  4. I've tested without the line pixel_type but I always have this problem
    Quote Quote  



Similar Threads

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