VDubMod, .d2v, avs problem?

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
AaronAMV
eating that e. coli spinach
Joined: Tue Jan 22, 2008 7:54 pm
Status: (◔ ◡ ◔ )
Location: (◔ ◡ ◔ )
Org Profile

VDubMod, .d2v, avs problem?

Post by AaronAMV » Tue Jul 29, 2008 11:55 am

When I load the avs into VDubMod, it gives me AVISource(C:dsfs), I can't get it to be MPEG2source(C:dfs) >_<
What's wrong?

User avatar
BasharOfTheAges
Just zis guy, you know?
Joined: Tue Sep 14, 2004 11:32 pm
Status: Breathing
Location: Merrimack, NH
Org Profile

Post by BasharOfTheAges » Tue Jul 29, 2008 4:28 pm

You can't type? (or designate drives properly)
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |

User avatar
AaronAMV
eating that e. coli spinach
Joined: Tue Jan 22, 2008 7:54 pm
Status: (◔ ◡ ◔ )
Location: (◔ ◡ ◔ )
Org Profile

Post by AaronAMV » Tue Jul 29, 2008 5:44 pm

When I load the avs it gives me AVISource, and if I change it to the MPEG2source by just typing, it gives me some error.

User avatar
The Origonal Head Hunter
The Propheteer
Joined: Sat Jul 16, 2005 12:21 am
Status: Hooked on a Feeling
Location: State of Denial
Org Profile

Post by The Origonal Head Hunter » Tue Jul 29, 2008 5:54 pm

so do the changes in notepad instead of in VDM?
RonnieDaking wrote:i like my anime like I like my women, from japan and speaking english
Image
Boredom.

User avatar
AaronAMV
eating that e. coli spinach
Joined: Tue Jan 22, 2008 7:54 pm
Status: (◔ ◡ ◔ )
Location: (◔ ◡ ◔ )
Org Profile

Post by AaronAMV » Tue Jul 29, 2008 5:55 pm

In notepad, it is as MPEG2source("C:dasd"). That's the problem.

User avatar
LivingFlame
Joined: Sat May 28, 2005 4:41 pm
Location: Closer than you think...
Org Profile

Post by LivingFlame » Tue Jul 29, 2008 10:03 pm

Mmm, maybe the plugin isn't being loaded properly? Dunno, but, at the top of the script, try putting:

Code: Select all

LoadPlugin("C:\file path to plugin\mpeg2dec.dll")
May not work, but it's all I can think of at the moment.
... yea ...

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

Post by Scintilla » Tue Jul 29, 2008 10:32 pm

Hey AaronAMV,

1) Make sure you're not using "Open video file via AVISynth" (VDubMod 1.5.4 and earlier) or using the "Use AVISynth template" option in the open dialog (VDubMod 1.5.10).

2) I think your script needs a backslash after the "C:". ^^>;

3) What is the error you get when you use MPEG2Source?

I hope this helps. Thanks again and have fun!! ^_^

Scintilla.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
LivingFlame
Joined: Sat May 28, 2005 4:41 pm
Location: Closer than you think...
Org Profile

Post by LivingFlame » Tue Jul 29, 2008 10:42 pm

Oh, you know what, Scintilla's post made me think of one other thing to add to this. The file path inside the parentheses also needs quotations around it.
... yea ...

User avatar
AaronAMV
eating that e. coli spinach
Joined: Tue Jan 22, 2008 7:54 pm
Status: (◔ ◡ ◔ )
Location: (◔ ◡ ◔ )
Org Profile

Post by AaronAMV » Tue Jul 29, 2008 10:59 pm

Scintilla wrote:1) Make sure you're not using "Open video file via AVISynth" (VDubMod 1.5.4 and earlier) or using the "Use AVISynth template" option in the open dialog (VDubMod 1.5.10).

Scintilla.
So I'm assuming you're talking about version 1.5.4.1 also? O.o
And then what should I use to open up the avs?
Err, how should I open it?

User avatar
LivingFlame
Joined: Sat May 28, 2005 4:41 pm
Location: Closer than you think...
Org Profile

Post by LivingFlame » Tue Jul 29, 2008 11:10 pm

You just open it like a normal file. When you say "Use AVISynth template" to open the file (or "Open video file via AVISynth"), what the program is essentially going to want to do is make an AVISynth script to call another AVISynth script, which won't work.

That option is if you want to open a video file via AVISynth. An .avs file is not a video file; it's just a script that calls a video file.

Basically, you should be able to just drag and drop the .avs file into the Vdub window and have it open. There's no special method to opening it.
... yea ...

Locked

Return to “AviSynth Help”