We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
下载了demo运行后 点击仿微信拍摄 视频拍摄完成后的代理回调不执行 我断点了一下 下面截图中的state是AVAssetWriterStatusFailed 请问这个是怎么回事呢 机型是iPhoneX 13.3.1
The text was updated successfully, but these errors were encountered:
应该是一开始视频就写入失败了,就没有执行完成写入语句,我改了一下判断语句 if(_assetWriter && self.isStartWriting) { } ,你可以更新一下再试试
Sorry, something went wrong.
@xiongxiru
_avCaptureTool.videoSize = CGSizeMake(self.view.width * 0.8, self.view.height * 0.8); 这样设置写入的视频大小试试,
No branches or pull requests
下载了demo运行后 点击仿微信拍摄 视频拍摄完成后的代理回调不执行 我断点了一下 下面截图中的state是AVAssetWriterStatusFailed 请问这个是怎么回事呢 机型是iPhoneX 13.3.1
The text was updated successfully, but these errors were encountered: