Merge 2 videos together like FaceTime
Asked Answered
C

2

6

I have been working on an iPhone app, that will work similarly to FaceTime. I want to be able to take 2 videos and have one large and the other small like the FaceTime setup, but made into 1 video file for sending.

I know looking at the Video Editing code that you can merge files one after another, but I want to be able to play both videos simultaneously so that it will have the effect of two people talking to each other.

Any suggestions?

Collusive answered 11/2, 2011 at 17:27 Comment(0)
L
1

Try AVFoundation - it's the new library from Apple that lets you stitch-together multiple videos streams into a single video.

It's quite low-level, and there's no web tutorials out yet, but the WWDC video from 2010 has lots of detail on how to use it.

Requires OS 4 and a 3GS or better, though.

Libreville answered 21/2, 2011 at 0:16 Comment(0)
F
0

You can't record 2 cameras simultaneously. I already try this but Apple say they don't share the API. I try recording with 2 threads for rear and front camera but It's not successful.

Febrifuge answered 11/4, 2011 at 7:27 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.