报错: reason: '*** -[AVAssetWriter initWithURL:fileType:error:] invalid parameter not satisfying: [outputURL isFileURL]'
解决方案:
使用
+ (id)fileURLWithPath:(NSString*)path
代替
+ (id)URLWithString:(NSString*)URLString
报错: reason: '*** -[AVAssetWriter initWithURL:fileType:error:] invalid parameter not satisfying: [outputURL isFileURL]'
解决方案:
使用
+ (id)fileURLWithPath:(NSString*)path
代替
+ (id)URLWithString:(NSString*)URLString