VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. Member
    Join Date
    Aug 2007
    Location
    United States
    Search Comp PM
    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
    Quote Quote  
  2. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    You also need to load the DGdecode plugin that created the .d2v file
    Read my blog here.
    Quote Quote  
  3. Member
    Join Date
    Aug 2007
    Location
    United States
    Search Comp PM
    Yes, I did that.
    Both the C:\DVD Programs\AviSynth 2.5\plugins\asharp.dll and the D:\TEST\Small clip\temp\VideoFile.d2v files are present.

    Any other ideas?

    Thanks,
    Chris
    Quote Quote  
  4. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    Post the full script
    Read my blog here.
    Quote Quote  
  5. Member
    Join Date
    Aug 2007
    Location
    United States
    Search Comp PM
    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
    Quote Quote  
  6. 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.
    Quote Quote  
  7. Member
    Join Date
    Aug 2007
    Location
    United States
    Search Comp PM
    Thanks everyone.

    1. I unstalled AviSynth.
    2. Reinstalled AviSynth using default directory names
    3. Selected all install options

    And it works perfect!

    I'm guessing I didn't select the needed install options the first time.
    Thanks,
    Chris
    Quote Quote  



Similar Threads

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