-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
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
你好,作者,异步处理放在iOS10系统会失败,不兼容 #18
Comments
初步看这类情况应该是输出文件路径的问题,建议输出前确认这个路径没有文件,如果有可以删除或者更换一个路径。 |
@xj1101 哈喽伙计,这个问题解决了么。我这同样的问题。定位下来,这个11805是wavideobox.m 中的finishEditByFilePath方法里,自己报出去的。是self.workspace中的元素为空。再往前是appendVideoByAsset里的videoAsset.playable过不了。然后就定不动了。照旧会error,放开后面会crash。 @beforeold 有啥思路么 |
😂,还没有,本来有空想想怎么解决,现在倒好我现在用到的项目不用我维护了,就没管它
| |
徐晶
|
|
邮箱:[email protected]
|
签名由 网易邮箱大师 定制
在2020年02月24日 14:51,Chen Wei 写道:
@xj1101 哈喽伙计,这个问题解决了么。我这同样的问题。定位下来,这个11805是wavideobox.m 中的finishEditByFilePath方法里,自己报出去的。是self.workspace中的元素为空。再往前是appendVideoByAsset里的videoAsset.playable过不了。然后就定不动了。照旧会error,放开后面会crash。 @beforeold 有啥思路么
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@Millionaryearl 我这边一样的问题,同样是在iOS10系统上的手机遇到一个视频videoAsset.playable是false,过不去报错。放开这个条件则报“无法解码”,你那边有解决思路了吗? |
么有ORZ,弃疗了,当时感觉牵扯到压缩的核心区,关联影响不可控,就在外部判断10系统上用别的压缩方案去迂回了 |
The text was updated successfully, but these errors were encountered: