首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

ios 录像 转换MP4有关问题 Invalid output file type

2013-03-25 
ios 录像 转换MP4问题Invalid output file type使用的例子是? http://code4app.com/ios/iOSMp4Camera/50cb

ios 录像 转换MP4问题 Invalid output file type

使用的例子是? http://code4app.com/ios/iOSMp4Camera/50cb35ef6803fafc1c000000

?

输出类型是AVFileTypeMPEG4

exportSession.outputFileType =?
? ? ? ? exportSession.outputFileType = AVFileTypeMPEG4;;

?

打印只有com.apple.quicktime-movie

NSArray?*supportedTypeArray=exportSession.supportedFileTypes;

? ? ? ??for?(NSString?*str?in?supportedTypeArray)

? ? ? ? ? ??NSLog(@"%@",str);

修改输出类型

? ? ? ??exportSession.outputFileType = AVFileTypeQuickTimeMovie;

?

即可

热点排行