且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

AVAssetExportSession在IOS 13上失败,将音频和视频混合在一起

更新时间:2023-02-16 21:22:19

问题似乎与AVAssetExportPresetPassthrough(可能是与处理AAC的组合)有关

Issue seems to be related to AVAssetExportPresetPassthrough (and a combination of dealing with an AAC, maybe)

更改为AVAssetExportPresetLowQuality或AVAssetExportPresetHighestQuality,并将视频/音频正确混合为一个.同样,这只是IOS 13问题,并且很可能是错误.

Changing to AVAssetExportPresetLowQuality or AVAssetExportPresetHighestQuality and the video/audio are properly muxed into one. Again, this is just an IOS 13 issue, and likely a bug.