now I doPwolf wrote:do you still have dgindex open?
Avisynth script issue
- Megadedhed
- Joined: Thu Mar 22, 2007 2:42 pm
- Location: Winooski, VT
Re: Avisynth script issue
- Pwolf
- Friendly Neighborhood Pwaffle
- Joined: Thu May 03, 2001 4:17 pm
- Location: Some where in California, I forgot :\
- Contact:
Re: Avisynth script issue
try remaking it?
are the source files still located in the same place they were when you made the d2v project?
are the source files still located in the same place they were when you made the d2v project?
- Megadedhed
- Joined: Thu Mar 22, 2007 2:42 pm
- Location: Winooski, VT
Re: Avisynth script issue
yep, and still not working...Pwolf wrote:try remaking it?
are the source files still located in the same place they were when you made the d2v project?
- Pwolf
- Friendly Neighborhood Pwaffle
- Joined: Thu May 03, 2001 4:17 pm
- Location: Some where in California, I forgot :\
- Contact:
Re: Avisynth script issue
are the vob files located on the same hard drive?
- Megadedhed
- Joined: Thu Mar 22, 2007 2:42 pm
- Location: Winooski, VT
Re: Avisynth script issue
yes, they are. same folder now as well.Pwolf wrote:are the vob files located on the same hard drive?
- Pwolf
- Friendly Neighborhood Pwaffle
- Joined: Thu May 03, 2001 4:17 pm
- Location: Some where in California, I forgot :\
- Contact:
Re: Avisynth script issue
can you upload the d2v file for me to look at?
- Megadedhed
- Joined: Thu Mar 22, 2007 2:42 pm
- Location: Winooski, VT
Re: Avisynth script issue
I found out what the issue was, I had to uninstall and reinstall the AMVapp, apparently I had some corrupted files on install.
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Avisynth script issue
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:
if you made the d2v with dgindex and
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.
Code: Select all
dgdecode_mpeg2source("test.d2v")
Code: Select all
mpeg2dec3_mpeg2source("test.d2v")
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.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
Re: Avisynth script issue
THAT's the new word filter???reismirkosp wrote:However, the Read ErMaC & AbsoluteDestiny's Friendly AMV Guides Lovingly Overhauled Largely by Zarxrax...
I guess it does continue to make a nice pronounceable acronym, but...
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Avisynth script issue
Well, you can just use the basic form without the LOLZ at the end and it will still point out to the new guide...Scintilla wrote:THAT's the new word filter???reismirkosp wrote:However, the Read ErMaC & AbsoluteDestiny's Friendly AMV Guides Lovingly Overhauled Largely by Zarxrax...
I guess it does continue to make a nice pronounceable acronym, but...
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>