I am trying to get back into making AMVs but everything that I try now is not working like it used to. Ever since I reformatted my computer and downloaded the new AMV App I am unable to load videos into Premiere. For needed information, I am using Premiere 7 on a Windows XP machine.
My script that I load into Premiere looks like:
("D:\DVDRips\clerks_2.d2v")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\alternatives\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb521.dll")
The error message that I get from Premiere states that the scripts return value is not a video clip. I tried remaking the .d2v file with DGIndex and I still get this message. Help would be appreciated, thanks.
avs scripting help
- CHWOODYARD
- Joined: Mon Jul 15, 2002 3:54 pm
- Location: SoCal.
avs scripting help
Hell is something that parents made up to scare kids, like the Boogie Man or........Micheal Jackson.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
Re: avs scripting help
That should be all you need in your script. The LoadPlugin lines should not be necessary if your plugins are in your default AVISynth plugins directory. But even if they are, they should go <i>before</i> everything else.CHWOODYARD wrote:<b>MPEG2Source</b>("D:\DVDRips\clerks_2.d2v")
- CHWOODYARD
- Joined: Mon Jul 15, 2002 3:54 pm
- Location: SoCal.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
What version of the MPEG2Dec plugin do you have? It should be DGMPGDec (can be found <a href="http://neuron2.net/fixd2v/decodefix.html">here</a>) if you're making your D2V files with DGIndex.
- asrrin29
- Joined: Sun Jan 26, 2003 4:48 pm
- Location: MI
- Contact:
if it's not too much trouble, I have a simialr problem with trying to get AVIsynth working in Adobe if you'd like to hel pme out....
http://www.animemusicvideos.org/phpBB/v ... hp?t=54098
http://www.animemusicvideos.org/phpBB/v ... hp?t=54098
Look at me! Look at me! I posted in WOT so I must be evil!!! [/sarcasm]
Look at my new video!
Don't Touch My Goddess
Look at my new video!
Don't Touch My Goddess
- CHWOODYARD
- Joined: Mon Jul 15, 2002 3:54 pm
- Location: SoCal.
I copied over the DGDecode.dll into the folder where my .avs file and put a script pinting to the DGDecode.dll such as LoadPlugin("DGDecode.dll") and that worked. now my .avs file looks like:
LoadPlugin("DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb521.dll")
MPEG2Source("clerks_2.d2v")
Maybe that can help you asrrin29.
LoadPlugin("DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb521.dll")
MPEG2Source("clerks_2.d2v")
Maybe that can help you asrrin29.
Hell is something that parents made up to scare kids, like the Boogie Man or........Micheal Jackson.