ios5用AVAssetExportSession导出相册视频bug
大家讲道理
大家讲道理 2017-04-17 11:55:18
0
0
692

在ios67里

if ([compatiblePresets containsObject:AVAssetExportPresetMediumQuality])
{
    AVAssetExportSession *exportSession = [[AVAssetExportSession alloc]initWithAsset:avAsset presetName:AVAssetExportPresetMediumQuality];

然后

exportSession.outputFileType = AVFileTypeMPEG4;

都是mou问题的。 但是在iOS5里缺出现unsupport file type。怎么才能在567下都做到兼容压缩导出为mpeg4 mp4文件啊?

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

Antworte allen(0)
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!