我正在使用AVAssetExportSession重新编码视频,我想尝试将生成的文件大小保持在限制以下。我的最终调用如下所示:NSArray*compatiblePresets=[AVAssetExportSessionexportPresetsCompatibleWithAsset:avAsset];if([compatiblePresetscontainsObject:AVAssetExportPresetMediumQuality]){AVAssetExportSession*exportSession=[[AVAssetExportSessionalloc]initWithAs