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.
+ Reply to Thread
Results 1 to 4 of 4
-
-
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 -
I've tested without the line pixel_type but I always have this problem
Similar Threads
-
About using AviSynth scripts with MeGUI 0.3.5.0.
By Nagashi in forum DVD RippingReplies: 56Last Post: 15th Jul 2010, 10:15 -
StaxRip doesn't handle 16:9 AVISynth scripts?
By Kylenol in forum Video ConversionReplies: 0Last Post: 23rd Dec 2009, 15:35 -
I need some help on writing H.264 AVISynth scripts
By rocky12 in forum Newbie / General discussionsReplies: 46Last Post: 6th Dec 2008, 13:40 -
WAV audio error using AVISynth scripts
By rocky12 in forum AudioReplies: 3Last Post: 3rd Dec 2008, 09:03 -
Avisynth scripts and VDubMOD filters
By GangstaRap in forum Newbie / General discussionsReplies: 2Last Post: 13th May 2007, 11:39