whats wrong with my code?
- kearlywi
- Joined: Sun Mar 23, 2003 2:50 pm
- Location: University of Colorado, Colorado Springs (Recording Arts Major)
whats wrong with my code?
ok here is my avisynth code. It says that I have errors on everysingle line. The File locations and file names are are accurate. Im using 2.08
MPEG2Source("C:\Program Files\ripping\ripped dvds\d2v files\x one.d2v")
WAVSource("C:\Program Files\ripping\ripped dvds\d2v files\x one AC3 T02 2_0ch 192Kbps 48KHz")
Telecide()
Decimate()
AudioDub("C:\Program Files\ripping\ripped dvds\d2v files\x one.d2v", "C:\Program Files\ripping\ripped dvds\d2v files\x one AC3 T02 2_0ch 192Kbps 48KHz")
MPEG2Source("C:\Program Files\ripping\ripped dvds\d2v files\x one.d2v")
WAVSource("C:\Program Files\ripping\ripped dvds\d2v files\x one AC3 T02 2_0ch 192Kbps 48KHz")
Telecide()
Decimate()
AudioDub("C:\Program Files\ripping\ripped dvds\d2v files\x one.d2v", "C:\Program Files\ripping\ripped dvds\d2v files\x one AC3 T02 2_0ch 192Kbps 48KHz")
- Hitori
- Joined: Wed Feb 06, 2002 1:10 am
- Status: I might be back.
- Location: New Mexico
- Contact:
- WilLoW :--)
- Joined: Thu Jun 14, 2001 7:07 am
- Location: Matsudo, Japan
- Contact:
Re: whats wrong with my code?
try
video= MPEG2Source("C:\Program Files\ripping\ripped dvds\d2v files\x one.d2v")
audio = WAVSource("C:\Program Files\ripping\ripped dvds\d2v files\x one AC3 T02 2_0ch 192Kbps 48KHz")
Telecide()
Decimate()
AudioDub(video,audio)
Also, you shouldn't use paths with blank spaces (I'm not sure, but...)
video= MPEG2Source("C:\Program Files\ripping\ripped dvds\d2v files\x one.d2v")
audio = WAVSource("C:\Program Files\ripping\ripped dvds\d2v files\x one AC3 T02 2_0ch 192Kbps 48KHz")
Telecide()
Decimate()
AudioDub(video,audio)
Also, you shouldn't use paths with blank spaces (I'm not sure, but...)
- Dannywilson
- Joined: Wed Jul 31, 2002 5:36 am
- Location: In love with Dr. Girlfriend
- Ashyukun
- Medicinal Leech
- Joined: Wed Sep 04, 2002 12:53 pm
- Location: KY
- Contact:
I'd agree with Danny- unless there really isn't a .wav on the end of that file.
Spaces in directories and such- All of my video sources go in some subdirectry of "Video Sources", so that shouldn't be his problem, as I have no problem with it.
I'd wonder if AVS (and the plugins) were all installed and linked up properly. Though it would be giving him and error about not finding a function or it not existing (MPEG2Source, telecide, decimate)...
Dunno anything about audiodub...
Spaces in directories and such- All of my video sources go in some subdirectry of "Video Sources", so that shouldn't be his problem, as I have no problem with it.
I'd wonder if AVS (and the plugins) were all installed and linked up properly. Though it would be giving him and error about not finding a function or it not existing (MPEG2Source, telecide, decimate)...
Dunno anything about audiodub...
Bob 'Ash' Babcock
Electric Leech Productions
Electric Leech Productions
- NicholasDWolfwood
- Joined: Sun Jun 30, 2002 8:11 pm
- Location: New Jersey, US
- WilLoW :--)
- Joined: Thu Jun 14, 2001 7:07 am
- Location: Matsudo, Japan
- Contact:
Re: whats wrong with my code?
kearlywi wrote: The File locations and file names are are accurate.
- the Black Monarch
- Joined: Tue Jul 09, 2002 1:29 am
- Location: The Stellar Converter on Meklon IV
Re: whats wrong with my code?
WilLoW :--) wrote:kearlywi wrote: The File locations and file names are are accurate.
Ask me about my secret stash of videos that can't be found anywhere anymore.






