avs scripting help

The old Video Software Help forum, left visible as an archive.
Locked
User avatar
CHWOODYARD
Joined: Mon Jul 15, 2002 3:54 pm
Location: SoCal.
Org Profile

avs scripting help

Post by CHWOODYARD » Sun Jul 17, 2005 2:09 pm

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.
Hell is something that parents made up to scare kids, like the Boogie Man or........Micheal Jackson.

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

Re: avs scripting help

Post by Scintilla » Sun Jul 17, 2005 2:53 pm

CHWOODYARD wrote:<b>MPEG2Source</b>("D:\DVDRips\clerks_2.d2v")
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.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
CHWOODYARD
Joined: Mon Jul 15, 2002 3:54 pm
Location: SoCal.
Org Profile

Post by CHWOODYARD » Sun Jul 17, 2005 3:45 pm

I altered the script and I get the error message: "MPEG2Source: couldn't open source file, or obsolete D2V file (D:\DVDRipes\clerks 2.avs, line 1)"
Hell is something that parents made up to scare kids, like the Boogie Man or........Micheal Jackson.

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

Post by Scintilla » Sun Jul 17, 2005 4:22 pm

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.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
asrrin29
Joined: Sun Jan 26, 2003 4:48 pm
Location: MI
Contact:
Org Profile

Post by asrrin29 » Sun Jul 17, 2005 8:18 pm

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
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

User avatar
CHWOODYARD
Joined: Mon Jul 15, 2002 3:54 pm
Location: SoCal.
Org Profile

Post by CHWOODYARD » Mon Jul 18, 2005 12:47 am

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.
Hell is something that parents made up to scare kids, like the Boogie Man or........Micheal Jackson.

Locked

Return to “Video Software Help Archive”