Another n00bish question...

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Mon Dec 04, 2006 10:39 am

open notepad, open your .avs file.
highlight everything (either with your mouse or by pressing ctrl+a)
copy (ctrl+c)
open up your browser and navigate to here
hit the "post reply" button
make sure your cursor is in the text field, and then paste (ctrl+v)

some people find it helpful to use the code tags (which I've explained above)
Image
Image

User avatar
Minion
Joined: Sat May 22, 2004 10:16 pm
Location: orlando
Contact:
Org Profile

Post by Minion » Mon Dec 04, 2006 10:42 am

given he doesn't know what you meant, i assume he hasn't modified the script which was generated. which should be something like
mpeg2source("filepath\filename.dv2")
KioAtWork: I'm so bored. I don't have class again for another half hour.
Minion: masturbate into someones desk and giggle about it for the remaining 28 minutes

User avatar
Millions Legato
Joined: Wed Nov 22, 2006 4:08 am
Org Profile

Post by Millions Legato » Mon Dec 04, 2006 5:55 pm

Here it is.

Code: Select all

mpeg2source("C:\Program Files\Ben's Stuff\Ben's Video\My Movies\Cowboy bebop\Episode 23.d2v")
If wishes and busts were clusters of nuts, we'd all have a bowl of granola.

User avatar
Gepetto
Mr. Poopy Pants
Joined: Thu Jun 10, 2004 10:11 pm
Status: Bored to tears
Location: The Tokyo Settlement
Contact:
Org Profile

Post by Gepetto » Tue Dec 05, 2006 7:46 am

Good. You need to load the plugin like Kariudo said. So your new script should look like this:

Code: Select all

LoadPlugin("C:\path\dgdecode.dll")
mpeg2source("C:\Program Files\Ben's Stuff\Ben's Video\My Movies\Cowboy bebop\Episode 23.d2v")
where "path" is the path to the folder where dgdecode is. If you use Windows and installed AviSynth in the default directory then your script will probably read like this:

Code: Select all

LoadPlugin("C:\Program Files\AviSynth 2.5\Plugins\dgdecode.dll")
mpeg2source("C:\Program Files\Ben's Stuff\Ben's Video\My Movies\Cowboy bebop\Episode 23.d2v")
And God spoke unto the Chicken, and He said: "Thou shalt crosseth the road", and the Chicken did cross the road, and there was much rejoicing.
My DeviantART profile

User avatar
Melanchthon
Joined: Thu Sep 02, 2004 11:12 am
Org Profile

Post by Melanchthon » Tue Dec 05, 2006 7:44 pm

Code: Select all

LoadPlugin("C:\Program Files\AviSynth 2.5\Plugins\dgdecode.dll")
....
Shouldn't it autoload, since it's a dll in the plugins folder?

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Tue Dec 05, 2006 7:58 pm

out of curiosity...what version of AviSynth comes with the amvapp?
DGdecode only works with avisynth 2.5+
...that might be the problem.

to find out what version you have, open up notepad and put the line
version()
as the only thing in your script. (then save as .avs)
then open it in virtualdub(/mod)
Image
Image

User avatar
Millions Legato
Joined: Wed Nov 22, 2006 4:08 am
Org Profile

Post by Millions Legato » Tue Dec 05, 2006 11:41 pm

According to the program, I have AVI 2.5...
If wishes and busts were clusters of nuts, we'd all have a bowl of granola.

User avatar
Millions Legato
Joined: Wed Nov 22, 2006 4:08 am
Org Profile

Post by Millions Legato » Wed Dec 06, 2006 12:09 am

Okay..so I typed

Code: Select all

LoadPlugin("C:\Program Files\Ben's Stuff\Ben's Video\AMV Making Programs\Avisynth 2.5\plugins\DGDecode.dll")
mpeg2source("C:\Program Files\Ben's Stuff\Ben's Video\My Movies\Cowboy bebop\Episode 23.d2v")
into Notepad..now what must I do with it..keep in mind that a step by step guide will definitely be appreciated.
If wishes and busts were clusters of nuts, we'd all have a bowl of granola.

User avatar
Minion
Joined: Sat May 22, 2004 10:16 pm
Location: orlando
Contact:
Org Profile

Post by Minion » Wed Dec 06, 2006 12:15 am

save as a .avs file
open that in vdub
?
profit!
KioAtWork: I'm so bored. I don't have class again for another half hour.
Minion: masturbate into someones desk and giggle about it for the remaining 28 minutes

User avatar
Millions Legato
Joined: Wed Nov 22, 2006 4:08 am
Org Profile

Post by Millions Legato » Wed Dec 06, 2006 1:32 am

How do I save it as a .avs file?
If wishes and busts were clusters of nuts, we'd all have a bowl of granola.

Locked

Return to “AviSynth Help”