1

In my app i insert an edited audio track over a video track and save the result in a single file (by an AVMutableComposition first and then by an exportAsynchronouslyWithCompletionHandler). I have used AVFoundation. Is there another framework that i can use to reach the same result?

yuji
  • 16,695
  • 4
  • 63
  • 64
Cri1682
  • 513
  • 8
  • 21

1 Answers1

5

I post this answer here and I think there isn't other solution. I tried FFMPEG but AVFoundation is better.

Community
  • 1
  • 1
TheRonin
  • 1,305
  • 1
  • 12
  • 18