I have a 352x480 MPEG-2 file that was opened in DVD2AVI and saved a project *.d2v. Opened it in Avisynth and saved script, *.avs. I tried to open in Virtualdub and got this error message:
Avisynth open failure:
Unrecognized exception!
(C:\Winnt\Profiles\......\test.avs, line 7)
I am using Avisynth 2.08, DVD2AVI 1.77 and Virtualdub 1.5.4.
What am I doing wrong here? Thanks.
+ Reply to Thread
Results 1 to 11 of 11
-
-
It says that there is an error on your line 7. Perhaps if you posted your .AVS script, someone here could help you.
Possible SYNTAX error or incorrect file location (or miss-spelled file). -
you can try and open the d2v file with "VFAPICodec"
and make a dummy file for virtualdub.
thats what i do when ripping a dvd.
it should workHELL AINT A BAD PLACE TO BE -
Here is the avs script:
LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec.dll")
Mpeg2Source("C:\WINNT\Profiles\whylton\Desktop\tes t.d2v")
BilinearResize(320, 446, 0, 0, 352, 480)
AddBorders(16, 17, 16, 17)
Heavensent, I have done your method, I was experimenting with something new. -
Originally Posted by SLK001
-
Blank lines count as lines. Open script in NOTEPAD, count down 7 lines, then report same.
-
Originally Posted by SLK001
Mpeg2Source("C:\WINNT\Profiles\whylton\Desktop\tes t.d2v")
Virtual dub doesnt seem to like or recognize the script here. Any hints SLK001? -
MPEG2Source can not read DVD2AVI 1.77.3 projects. Go back to DVD2AVI 1.76.
-
You can also use the latest mpeg2dec3 v1.08 which can read 1.76 and 1.77.3 files:
http://forum.doom9.org/showthread.php?s=&postid=311352#post311352
Similar Threads
-
Ripbot Can't open getinfo.avs
By kamranj in forum Newbie / General discussionsReplies: 3Last Post: 3rd Feb 2013, 16:43 -
Autogk Virtualdub AVS question.
By meneedit in forum Video ConversionReplies: 0Last Post: 9th Feb 2012, 04:31 -
Problem opening (.avs) file in virtualdub...
By dominator007 in forum DVD RippingReplies: 16Last Post: 19th Nov 2008, 10:53 -
Error with AVS and VirtualDub
By megakoolkid in forum Video ConversionReplies: 11Last Post: 23rd Aug 2008, 14:16 -
Problem with AVS file to open correctly in virtual dub and encode.
By vck in forum Video ConversionReplies: 9Last Post: 15th Aug 2008, 09:27