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

How to group boxplot outliers in gnuplot -

cakephp - simple blog with croogo -