Need a bit of help

Locked
User avatar
JOE_Greezy
Joined: Wed Mar 30, 2005 10:54 am
Org Profile

Need a bit of help

Post by JOE_Greezy » Fri May 13, 2005 11:57 am

I must really suck at searching since I couldn't find an answer to this questions. I have two avi files and want to combine them, how would I go about doing that?
There's no time to discriminate - hate every motherfucker that's in your way

narcted
Joined: Wed Sep 03, 2003 4:41 pm
Location: Los Angeles, CA.
Org Profile

Post by narcted » Fri May 13, 2005 12:00 pm

Paste them next to each other in the timeline of whatever video editing program you are using.

User avatar
JOE_Greezy
Joined: Wed Mar 30, 2005 10:54 am
Org Profile

Post by JOE_Greezy » Fri May 13, 2005 12:19 pm

Ok. I have two audio clips and wnated to use one for the first avi file and one for the second one and I don't know how I'd go about combining those either.
There's no time to discriminate - hate every motherfucker that's in your way

narcted
Joined: Wed Sep 03, 2003 4:41 pm
Location: Los Angeles, CA.
Org Profile

Post by narcted » Fri May 13, 2005 1:55 pm

Paste each corresponding audio to the background sound in the timeline underneath each corresponding video file.

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

Post by Scintilla » Fri May 13, 2005 1:58 pm

In AVISynth:

AudioDub(AVISource("C:\firstAVI.avi"),WAVSource("C:\firstWAV.wav"))++AudioDub(AVISource("C:\secondAVI.avi"),WAVSource("C:\secondWAV.wav"))
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
Rozard
Joined: Wed Oct 31, 2001 10:39 pm
Org Profile

Post by Rozard » Fri May 13, 2005 1:59 pm

AVISource("C:\videofile_2.avi")
AVISource("C:\videofile_1.avi")

Run that through VirtualDub. Or you could use an audio editor, splice the two songs together, then in VDub, open one video file, use Append AVI Segment and add the other video file, and then unde Audio select WAV Audio and choose the combined audio file.
Image
RichLather: We are guests of this forum, and as such we do not make the rules.
BishounenStalker The freedom to suck is what makes the Internet rock.

User avatar
Rozard
Joined: Wed Oct 31, 2001 10:39 pm
Org Profile

Post by Rozard » Fri May 13, 2005 2:00 pm

Doh! Looks like I should preview before I post :P
Image
RichLather: We are guests of this forum, and as such we do not make the rules.
BishounenStalker The freedom to suck is what makes the Internet rock.

User avatar
JOE_Greezy
Joined: Wed Mar 30, 2005 10:54 am
Org Profile

Post by JOE_Greezy » Sat May 14, 2005 12:28 am

Thanks for the extremely helpful replies.
There's no time to discriminate - hate every motherfucker that's in your way

Locked

Return to “Video & Audio Help”