movieplayercontroller&videoeditorcontroller strange behavior
I am trying edit the video from the Photo app. I am storing the recorded video in Photo app. I am able to retrieve the video and play using moving player.
When i try to edit the video using UIVideoEditorController , its saying like path/url is not found.
Same url/path is working in movieplayercontroller but not in videoeditcontroller.The only difference is for movie player file location is given in url(NSURL) ,but for video editor the file location given as path(nsstring).
Please help to load the video using videoeditorcontroller
file locations path is like "assets-library://asset/asset.mov?id=007D4445-A0B0-4BB6-85D7-7908F6346BB7&ext=mov"
|