码迷,mamicode.com
首页 > 其他好文 > 详细

Cannot create a new pixel buffer adaptor with an asset writer input that has already started writing'

时间:2016-03-04 16:08:19      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:

reason: ‘*** -[AVAssetWriterInputPixelBufferAdaptor initWithAssetWriterInput:sourcePixelBufferAttributes:] Cannot create a new pixel buffer adaptor with an asset writer input that has already started writing‘

 

assetWriterInput.readyForMoreMediaData为NO

 

解决方法:

[self setupAVAssetWriterInputPixelBufferAdaptor];

[self.assetWriter startWriting];

 

在starWriting方法之前先创建好AVAssetWriterInputPixelBufferAdaptor对象

Cannot create a new pixel buffer adaptor with an asset writer input that has already started writing'

标签:

原文地址:http://www.cnblogs.com/damiao/p/5242319.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!