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

r - Trouble relying on third party package imports in my package -

Payment information shows nothing in one page checkout page magento -