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

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -