wsl2ls / iOS_Tips

iOS的一些示例,持续更新中:1、AVFoundation 高仿微信相机拍摄和编辑 2、AVFoundation 人脸检测、实时滤镜、音视频编解码、GPUImage框架的使用等音视频相关内容 3、OpenGLES 4、LeetCode算法练习 5、iOS Crash防护和APM监控 6、WKWebView相关的内容 等........

Home Page:https://juejin.im/user/1714893870076253

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

刘海屏的手机录视频失败

JFPURE opened this issue · comments

2020-05-25 15:08:57.870957+0800 SLTips[4353:1354746] 音频写入失败, 错误:The operation could not be completed
2020-05-25 15:08:57.893609+0800 SLTips[4353:1355132] 音频写入失败, 错误:The operation could not be completed
2020-05-25 15:08:57.895508+0800 SLTips[4353:1354746] 视频写入失败, 错误:The operation could not be completed
2020-05-25 15:08:57.917201+0800 SLTips[4353:1354893] 音频写入失败, 错误:The operation could not be completed
2020-05-25 15:08:57.924087+0800 SLTips[4353:1354746] 视频写入失败, 错误:The operation could not be completed
2020-05-25 15:08:57.939958+0800 SLTips[4353:1354893] 音频写入失败, 错误:The operation could not be completed
2020-05-25 15:08:57.961779+0800 SLTips[4353:1354746] 视频写入失败, 错误:The operation could not be completed
2020-05-25 15:08:57.963772+0800 SLTips[4353:1354893] 音频写入失败, 错误:The operation could not be completed
2020-05-25 15:08:57.986542+0800 SLTips[4353:1355132] 音频写入失败, 错误:The operation could not be completed
2020-05-25 15:08:57.993477+0800 SLTips[4353:1354893] 视频写入失败, 错误:The operation could not be completed
2020-05-25 15:08:58.009625+0800 SLTips[4353:1355132] 音频写入失败, 错误:The operation could not be completed
2020-05-25 15:08:58.028094+0800 SLTips[4353:1354893] 视频写入失败, 错误:The operation could not be completed
2020-05-25 15:08:58.395779+0800 SLTips[4353:1354674] 结束录制
2020-05-25 15:08:58.475567+0800 SLTips[4353:1354674] 视频文件大小 === 0.00M
2020-05-25 15:08:58.485146+0800 SLTips[4353:1354674] 录制成功 (null)

_avCaptureTool.videoSize = CGSizeMake(SL_kScreenWidth0.8, SL_kScreenHeight0.8);
我调成0.7就可以了,但是录制的视频显示的范围比原录制要小
我的手机是 iPhone XS Max
发现在scale = 3 的时候就会录视频失败
望解答。

我也是同样问题

commented

_avCaptureTool.videoSize = CGSizeMake(SL_kScreenWidth0.8, SL_kScreenHeight0.8);
我调成0.7就可以了,但是录制的视频显示的范围比原录制要小
我的手机是 iPhone XS Max
发现在scale = 3 的时候就会录视频失败
望解答。

请问下是怎么解决的?