avmutablecomposition Questions
1
Solved
I'm trying to use AVMutableComposition in a nested hierarchy. Therefor I have to put a composition into an other composition. Doing so results into the following error message:
AVCompositionTest...
Libriform asked 27/4, 2012 at 12:42
2
Solved
I know this question was asked before (for example here and here) but I just can't figure out what I'm doing wrong.
I have an AVMutableComposition that I use to combine some video clips with some ...
Abstract asked 19/7, 2011 at 14:52
1
I am using the below code, for streaming the two videos sequentially. But it is not showing any video in the simulator, its totally blank.
Also how can I seek through these two videos. Like, if o...
Quarles asked 30/4, 2012 at 12:11
2
Solved
I'm currently trying to put 5 videos back to back using AVMutableComposition like so:
[mixComposition insertTimeRange:CMTimeRangeMake(kCMTimeZero, asset1.duration) ofAsset:asset1 atTime:[mixCompos...
Throstle asked 7/11, 2011 at 14:27
2
Solved
I have to export a movie from my iPhone application which contains UIImage from an NSArray and add some audio files in .caf format that have to start at pre-specified times.
Now I have been able to...
Agreeable asked 12/4, 2011 at 19:42
© 2022 - 2024 — McMap. All rights reserved.