首页 > 其他 > 详细

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

时间:2016-03-04 16:05:46      阅读:114      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!