I have a video which has to be paused at various points in time and then made into a new video.
I use insertEmptyTimeRange in AVMutableComposition to pause the video and then use AVExportSession, exportAsynchronousWithCompletionHandler to export it.
But in the completionHandler I keep getting status AVAssestExportSessionStatusFailed, error code -1800 The operation could not be completed, OS due to unknown reason, & operation could not be completed.
Any help would be great, either in the way I am pausing the video or exporting it.

thanks,

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

videoComposition element was being set even when it was not required, removed it to recover from the error.
Hope this can help someone. thanks.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.