diff --git a/ios/ImagePickerManager.mm b/ios/ImagePickerManager.mm index cce30e28a..f4d6cb93c 100644 --- a/ios/ImagePickerManager.mm +++ b/ios/ImagePickerManager.mm @@ -270,7 +270,7 @@ -(NSMutableDictionary *)mapVideoToAsset:(NSURL *)url phAsset:(PHAsset * _Nullabl [[NSFileManager defaultManager] removeItemAtURL:outputURL error:nil]; AVURLAsset *asset = [AVURLAsset URLAssetWithURL:videoDestinationURL options:nil]; - AVAssetExportSession *exportSession = [[AVAssetExportSession alloc] initWithAsset:asset presetName:AVAssetExportPresetPassthrough]; + AVAssetExportSession *exportSession = [[AVAssetExportSession alloc] initWithAsset:asset presetName:AVAssetExportPresetHighestQuality]; exportSession.outputURL = outputURL; exportSession.outputFileType = AVFileTypeMPEG4;