AArgh im going crazy another problem with the avs

The old Video Software Help forum, left visible as an archive.
Locked
THage
Joined: Wed May 07, 2003 9:59 am
Org Profile

AArgh im going crazy another problem with the avs

Post by THage » Thu Jun 12, 2003 4:41 am

every thing works i have a wav file threw besweet and the vob file and a d2v project and this is in my avs

MPEG2Source("G:\Blade\Blade2.d2v")
WAVSource("G:\Blade\Blade.wav")
BicubicResize(640,304)

everything works except for the second line something is wrongwhen i open it it gives an error. does anyone know whats worng??

User avatar
kmv
Joined: Mon Mar 03, 2003 8:31 am
Location: Another day, another city
Org Profile

Post by kmv » Thu Jun 12, 2003 6:23 am

It looks like the same problem is in your last thread:
http://www.animemusicvideos.org/phpBB/v ... hp?t=15759

You need to add stream names to the audio and video streams.

User avatar
kmv
Joined: Mon Mar 03, 2003 8:31 am
Location: Another day, another city
Org Profile

Post by kmv » Thu Jun 12, 2003 6:26 am

[Gah... hit submit instead of preview]

So, as shown in that thread the script should look like:

video = MPEG2Source("G:\blade\Blade.d2v")
audio = WAVSource("G:\blade\Blade.wav")
Audiodub(video,audio)
BicubicResize(640,304)

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

Post by Dannywilson » Thu Jun 12, 2003 12:55 pm

You know Vdub supports muxing with Wav audio right?
"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

Locked

Return to “Video Software Help Archive”