我试图使用UIVideoEditorController编辑我的视频,但它似乎失去了我的视频分辨率。我最初的视频是720 x 1280,但是在使用UIVideoEditorController之后,质量就变成了360 x 640。我正在编写iPad,下面是我的代码:self.editorController.videoPath
(在下面更新,使用UIVideoEditorController,我现在得到两个未经编辑的视频保存)。:url.path)
//Must instantiate the UIVideoEditorController with "let editor = UIVideoEditorController()" and set the instance's delegate via self as well as show