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?
In my app i insert an edited audio track over a video track and
Share
I post this answer here and I think there isn’t other solution. I tried FFMPEG but AVFoundation is better.