我正在使用 UIImagePickerController 录制视频,我总是希望输出视频为 1280 x 720(足够小以用于其他目的),但在 iphone 4s/iphone 5 中,输出视频将为 1920 x 1280。我找不到合适的配置这有助于我制作 1280 x 720 的视频。
UIImagePickerControllerQualityTypeHigh = 0,
UIImagePickerControllerQualityTypeMedium = 1, // default value
UIImagePickerControllerQualityTypeLow = 2,
UIImagePickerControllerQualityType640x480 = 3,
iPhone 4s/iPhone 5 的最高分辨率为 1920 x 1280