ios - UiVideoEditorController change size -
i captureing video use avcapturesession
and edit video using uivideoeditorcontroller
uivideoeditorcontroller *videoeditor = [[uivideoeditorcontroller alloc] init]; videoeditor.videopath = recordedfile.path; videoeditor.videoquality = uiimagepickercontrollerqualitytypeiframe960x540; videoeditor.delegate = self;
however out video size return 640 *360
does have idea why?
Comments
Post a Comment