Merging two m4v Movie Files Using AVMutableComposition - Videos Will Not Merge

前端 未结 2 1345
暖寄归人
暖寄归人 2021-01-21 11:46

I am using the below code to try and merge two m4v files stored in the documents folder :

CMTime insertionPoint = kCMTimeZero;
NSError * error = nil;

AVMutableC         


        
2条回答
  •  生来不讨喜
    2021-01-21 12:35

    Ok - so I eventually got this working by using individual AVMutableComposition tracks and then setting a mutablecomposition for audio and one for video.

提交回复
热议问题