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

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -