Avisynth script issue

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
User avatar
Megadedhed
Joined: Thu Mar 22, 2007 2:42 pm
Location: Winooski, VT
Org Profile

Re: Avisynth script issue

Post by Megadedhed » Mon Jun 08, 2009 8:37 pm

Pwolf wrote:do you still have dgindex open?
now I do

User avatar
Pwolf
Friendly Neighborhood Pwaffle
Joined: Thu May 03, 2001 4:17 pm
Location: Some where in California, I forgot :\
Contact:
Org Profile

Re: Avisynth script issue

Post by Pwolf » Mon Jun 08, 2009 8:51 pm

try remaking it?

are the source files still located in the same place they were when you made the d2v project?

User avatar
Megadedhed
Joined: Thu Mar 22, 2007 2:42 pm
Location: Winooski, VT
Org Profile

Re: Avisynth script issue

Post by Megadedhed » Mon Jun 08, 2009 8:58 pm

Pwolf wrote:try remaking it?

are the source files still located in the same place they were when you made the d2v project?
yep, and still not working... :(

User avatar
Pwolf
Friendly Neighborhood Pwaffle
Joined: Thu May 03, 2001 4:17 pm
Location: Some where in California, I forgot :\
Contact:
Org Profile

Re: Avisynth script issue

Post by Pwolf » Mon Jun 08, 2009 9:18 pm

are the vob files located on the same hard drive?

User avatar
Megadedhed
Joined: Thu Mar 22, 2007 2:42 pm
Location: Winooski, VT
Org Profile

Re: Avisynth script issue

Post by Megadedhed » Mon Jun 08, 2009 9:21 pm

Pwolf wrote:are the vob files located on the same hard drive?
yes, they are. same folder now as well.

User avatar
Pwolf
Friendly Neighborhood Pwaffle
Joined: Thu May 03, 2001 4:17 pm
Location: Some where in California, I forgot :\
Contact:
Org Profile

Re: Avisynth script issue

Post by Pwolf » Mon Jun 08, 2009 9:34 pm

can you upload the d2v file for me to look at?

User avatar
Megadedhed
Joined: Thu Mar 22, 2007 2:42 pm
Location: Winooski, VT
Org Profile

Re: Avisynth script issue

Post by Megadedhed » Mon Jun 08, 2009 9:37 pm

I found out what the issue was, I had to uninstall and reinstall the AMVapp, apparently I had some corrupted files on install.

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Avisynth script issue

Post by mirkosp » Tue Jun 09, 2009 8:57 am

While you solved, I feel like I should point this out: if you have both dgdecode.dll and mpeg2dec3.dll well... those conflict. Both use mpeg2source as command, but dgdecode.dll loads dgindex's .d2v files, whereas mpeg2dec3.dll is for dvd2avi .d2v files. You can solve by just getting rid of one of the two .dll or by using the mpeg2source like so:

Code: Select all

dgdecode_mpeg2source("test.d2v")
if you made the d2v with dgindex and

Code: Select all

mpeg2dec3_mpeg2source("test.d2v")
if you made the d2v through dvd2avi.
However, the Read <a href=http://www.a-m-v.org/guides/avtech31/>ErMaC & AbsoluteDestiny's Friendly AMV Guides Lovingly Overhauled Largely by Zarxrax</a> only uses dgindex, so you shouldn't technically have any issues if you just follow the guide and just use the filters that come with it.
Image

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

Re: Avisynth script issue

Post by Scintilla » Tue Jun 09, 2009 3:42 pm

reismirkosp wrote:However, the Read ErMaC & AbsoluteDestiny's Friendly AMV Guides Lovingly Overhauled Largely by Zarxrax...
THAT's the new word filter??? :amv:

I guess it does continue to make a nice pronounceable acronym, but...
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Avisynth script issue

Post by mirkosp » Tue Jun 09, 2009 3:57 pm

Scintilla wrote:
reismirkosp wrote:However, the Read ErMaC & AbsoluteDestiny's Friendly AMV Guides Lovingly Overhauled Largely by Zarxrax...
THAT's the new word filter??? :amv:

I guess it does continue to make a nice pronounceable acronym, but...
Well, you can just use the basic form without the LOLZ at the end and it will still point out to the new guide...
Read <a href=http://www.a-m-v.org/guides/avtech31/>ErMaC & AbsoluteDestiny's Friendly AMV Guides</a>
but I think now it's better to say
Read <a href=http://www.a-m-v.org/guides/avtech31/>ErMaC & AbsoluteDestiny's Friendly AMV Guides Lovingly Overhauled Largely by Zarxrax</a>
Image

Locked

Return to “AviSynth Help”