VDubMod, .d2v, avs problem?
- AaronAMV
- eating that e. coli spinach
- Joined: Tue Jan 22, 2008 7:54 pm
- Status: (◔ ◡ ◔ )
- Location: (◔ ◡ ◔ )
VDubMod, .d2v, avs problem?
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?
What's wrong?
- BasharOfTheAges
- Just zis guy, you know?
- Joined: Tue Sep 14, 2004 11:32 pm
- Status: Breathing
- Location: Merrimack, NH
- The Origonal Head Hunter
- The Propheteer
- Joined: Sat Jul 16, 2005 12:21 am
- Status: Hooked on a Feeling
- Location: State of Denial
- LivingFlame
- Joined: Sat May 28, 2005 4:41 pm
- Location: Closer than you think...
Mmm, maybe the plugin isn't being loaded properly? Dunno, but, at the top of the script, try putting:
May not work, but it's all I can think of at the moment.
Code: Select all
LoadPlugin("C:\file path to plugin\mpeg2dec.dll")
... yea ...
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
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.
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.
- LivingFlame
- Joined: Sat May 28, 2005 4:41 pm
- Location: Closer than you think...
- AaronAMV
- eating that e. coli spinach
- Joined: Tue Jan 22, 2008 7:54 pm
- Status: (◔ ◡ ◔ )
- Location: (◔ ◡ ◔ )
So I'm assuming you're talking about version 1.5.4.1 also? O.oScintilla 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.
And then what should I use to open up the avs?
Err, how should I open it?
- LivingFlame
- Joined: Sat May 28, 2005 4:41 pm
- Location: Closer than you think...
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.
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 ...