Hi experts,
I am getting an error when I try to open any avs file in VirtualDubMod.
Error message is always: AVI Import Filter error: (Unknown) (80040154)
I have tried these scripts:
example.avs:
colorbars(729,480)
trim(0,300)
killaudio()
example2.avs:
LoadPlugin("C:\DVD Programs\AviSynth 2.5\plugins\asharp.dll")
MPEG2Source("D:\TEST\Small clip\temp\VideoFile.d2v")
asharp(2,3,0)
Any idea what I'm doing wrong?
Thanks,
Chris
+ Reply to Thread
Results 1 to 7 of 7
-
-
These are the full scripts. This is my first time working with avs scripts so I wanted to just do a very simple ones. I have tried 2 scripts which are both listed below:
example1.avs:
colorbars(729,480)
trim(0,300)
killaudio()
example2.avs:
LoadPlugin("C:\DVD Programs\AviSynth 2.5\plugins\asharp.dll")
MPEG2Source("D:\TEST\Small clip\temp\VideoFile.d2v")
asharp(2,3,0)
Thanks,
Chris -
So, where's the DGDecode.dll plugin guns1inger said you needed and you said you had in the script? It should be something like this:
LoadPlugin("C:\Path\To\DGDecode.dll")
LoadPlugin("C:\DVD Programs\AviSynth 2.5\plugins\asharp.dll")
MPEG2Source("D:\TEST\Small clip\temp\VideoFile.d2v")
asharp(2,3,0)
Read the QuickStart guide that comes with the DGMPGDec package.
I got that first script to open, although I think you meant to say ColorBars(720,480). Do you even have AviSynth installed? To make sure, make an .avs called maybe Version.avs. Inside have just one line:
Version()
Try and open it in VDubMod and see if it gives you the AviSynth version you installed.
Similar Threads
-
Audio missing when opening an Avisynth script in WMP & VirtualDubMOD
By aln688 in forum Video ConversionReplies: 3Last Post: 2nd Apr 2010, 05:09 -
VirtualDubMod crashed on me while opening an MKV file
By The Monarch in forum Newbie / General discussionsReplies: 2Last Post: 5th Oct 2009, 06:57 -
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 -
error when opening up mkv file with virtualdubmod
By parth82390 in forum Video ConversionReplies: 5Last Post: 5th Dec 2007, 18:00