whats wrong with my code?

Locked
User avatar
kearlywi
Joined: Sun Mar 23, 2003 2:50 pm
Location: University of Colorado, Colorado Springs (Recording Arts Major)
Org Profile

whats wrong with my code?

Post by kearlywi » Fri Jun 06, 2003 3:27 am

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

User avatar
Hitori
Joined: Wed Feb 06, 2002 1:10 am
Status: I might be back.
Location: New Mexico
Contact:
Org Profile

Post by Hitori » Fri Jun 06, 2003 4:03 am

Try not having directories with spaces in it..
Like this: C:\Program Files\ripping\ripped dvds\d2v files\x one.d2v

Try saving files and ripping to directories with one name or strung together.
Like this: G:\DVD\NameOfAnime\anime.d2v
ImageImage
Image

User avatar
WilLoW :--)
Joined: Thu Jun 14, 2001 7:07 am
Location: Matsudo, Japan
Contact:
Org Profile

Re: whats wrong with my code?

Post by WilLoW :--) » Fri Jun 06, 2003 4:06 am

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

User avatar
Dannywilson
Joined: Wed Jul 31, 2002 5:36 am
Location: In love with Dr. Girlfriend
Org Profile

Post by Dannywilson » Fri Jun 06, 2003 10:23 am

you might also try putting .wav at the end of your audio file.
"in the morning when i have wood..i like to walk around my house and bump random shit with it.... " -Random comment on grouphug.us

User avatar
Ashyukun
Medicinal Leech
Joined: Wed Sep 04, 2002 12:53 pm
Location: KY
Contact:
Org Profile

Post by Ashyukun » Fri Jun 06, 2003 11:17 am

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... :?
Bob 'Ash' Babcock
Electric Leech Productions

User avatar
NicholasDWolfwood
Joined: Sun Jun 30, 2002 8:11 pm
Location: New Jersey, US
Org Profile

Post by NicholasDWolfwood » Fri Jun 06, 2003 5:17 pm

Hitori wrote:Try not having directories with spaces in it..
Like this: C:\Program Files\ripping\ripped dvds\d2v files\x one.d2v

Try saving files and ripping to directories with one name or strung together.
Like this: G:\DVD\NameOfAnime\anime.d2v
The space in file-name issue has already been fixed.
Image

User avatar
kearlywi
Joined: Sun Mar 23, 2003 2:50 pm
Location: University of Colorado, Colorado Springs (Recording Arts Major)
Org Profile

Post by kearlywi » Fri Jun 06, 2003 5:37 pm

thx. The .wav was something i was missing.

User avatar
WilLoW :--)
Joined: Thu Jun 14, 2001 7:07 am
Location: Matsudo, Japan
Contact:
Org Profile

Re: whats wrong with my code?

Post by WilLoW :--) » Sat Jun 07, 2003 4:47 am

kearlywi wrote: The File locations and file names are are accurate.
:lol:

User avatar
the Black Monarch
Joined: Tue Jul 09, 2002 1:29 am
Location: The Stellar Converter on Meklon IV
Org Profile

Re: whats wrong with my code?

Post by the Black Monarch » Tue Jun 10, 2003 9:57 pm

WilLoW :--) wrote:
kearlywi wrote: The File locations and file names are are accurate.
:lol:
:lol:
Ask me about my secret stash of videos that can't be found anywhere anymore.

Locked

Return to “Video & Audio Help”