View Full Version : joining two 320x240 to equal 640x240..side by side
Hectic
15th March 2003, 03:20
ok, i met my girlfriend on the internet and i was thinking about both of us videotaping a phone conversation..recording the audio, and then joining the 2 videos side by side and adding the audio track...anyone know how to join 2 seperate AVIs side by side?? thanks
jggimi
15th March 2003, 04:22
This is probably the wrong forum for this question... Do you think this might be better served in the Non Linear Editing forum? If so, I'd be happy to move it there.
TelemachusMH
15th March 2003, 05:00
I figured out how to do something similar to this just yesterday irronicly enough. I use avisynth to do it. You could use a script like this:
video1 = AviSource("First video")
video2 = AviSource("Second video")
movie = video1.AddBorders (http://www.avisynth.org/index.php?page=AddBorders)(0,0, 320, 0)
return Layer (http://www.avisynth.org/index.php?page=Layer)(movie, video2, "add", 255, 240,0)
You might have to change this a little to get it to work.
Hope this helps,
TelemachusMH
Hectic
15th March 2003, 05:09
yeah, i'd say this wasn't the best section to post this in..i couldn't even find the thread:p go ahead and move it if you like jggimi..thanks for info tele..i'll have to download avisynth and mess around with it..hmmm..a mutual phone masturbation video would be fun too:p
fccHandler
15th March 2003, 05:35
I can do that in one line:
StackHorizontal(AviSource("First video"), AviSource("Second video"))
Beat that. ;)
TelemachusMH
15th March 2003, 05:50
D'oh ... You got me there ... but my version does work also.:p
TelemachusMH
Hectic
15th March 2003, 06:19
thanks fcc...thanks to both of you:D
jggimi
15th March 2003, 20:45
Moving to NLE forum...
RadicalEd
15th March 2003, 23:36
video taping the convo ey? :\
I met my girlfriend online... meh
things are going roughly.
What ever you do, dont lose contact for 4 - 6 months at a time... things wont be the same when you come back :\..
just rambling...
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.