Problem with Decomb and MPEG2Dec3 :(

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
Vephoma
Joined: Fri Oct 17, 2008 4:32 pm
Org Profile

Problem with Decomb and MPEG2Dec3 :(

Post by Vephoma » Fri Oct 24, 2008 9:49 pm

Well im following VicBond007's guide to try and rip my copy of Vampire Hunter D: Bloodlust and convert it to an editable file. I'm only about half way through the guide but i've come into a problem trying to open my .avs file in VirtualDub.

My .avs code is as follows:
LoadPlugin("C:\AviSynth2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:AviSynth2.5\plugins\Decomb521.dll")
MPEG2Source("c:/Vampire Hunter D.d2v")
Telecide(order=1, guide=1, post=4)

But when i try to open it in VirtualDub i get an error message that says:
LoadPlugin: unable to load "C:\AviSynth2.5\plugins\MPEG2Dec3.dll"
(C:\Users\Bryan\Desktop\Vampire Hunter D.avs, line1)

But if i remove the parts concerning MPEG2Dec3 and Decomb so that it reads:
MPEG2Source("c:/Vampire Hunter D.d2v")

then it loads fine...actually if i enter the code as:
MPEG2Source("c:/Vampire Hunter D.d2v")
Telecide(order=1, guide=1, post=4)

it wont load either, saying that Telecide has no order command i think, but if i enter:
MPEG2Source("c:/Vampire Hunter D.d2v")
Telecide(guide=1, post=4)

then it works.

Can anyone help me? I may have installed a codec incorrectly so i wouldn't rule that out. Im a total noob at this

Vephoma
Joined: Fri Oct 17, 2008 4:32 pm
Org Profile

Post by Vephoma » Fri Oct 24, 2008 9:53 pm

oh and when i open the avs minus the plugins in VirtualDub i have no audio. I don't know if im supposed to or not i just thought i'd mention it....might also be worth noting im running Vista

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Fri Oct 24, 2008 9:58 pm

Neither one of those LoadPlugin lines should be necessary.

As far as Telecide, it sounds like you've got a newer version of the Decomb plugin (this should be the case if you grabbed the latest AMVapp). VicBond007's guide is way out of date; I recommend you follow <a href="http://www.animemusicvideos.org/guides/ ... html">this page</a> instead for your IVTCing.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Fri Oct 24, 2008 10:00 pm

Oh, and you're not supposed to have audio. The D2V files only contain information for indexing the video. If you want to get audio as well from your DVDs, follow <a href="http://www.animemusicvideos.org/guides/ ... l">this</a>.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

Vephoma
Joined: Fri Oct 17, 2008 4:32 pm
Org Profile

Post by Vephoma » Fri Oct 24, 2008 10:05 pm

thanks that does help out. I noticed the guide was out of date so at least now i have something a little more uselful

Locked

Return to “AviSynth Help”