WAVideoBox icon indicating copy to clipboard operation
WAVideoBox copied to clipboard

秒级! 三行代码实现iOS视频压缩、变速、混音、合并、GIF水印、旋转、换音、裁剪 ! 支持不同分辩率,支持你能想到的各种混合操作! 扩展性强...更多功能不断增加中... iOS 8.0 + 有需要的功能或错误欢迎issue,笔者...

Results 21 WAVideoBox issues
Sort by recently updated
recently updated
newest added

使用手机录制,压缩后黑屏

多个不同分辨率的视频合成, 第一个视频是横屏, 第二个为竖屏,第三个横屏,第四个竖屏, 合成后第二段的视频尺寸不对

Error Domain=AVFoundationErrorDomain Code=-11821 "无法解码" UserInfo={NSLocalizedFailureReason=媒体数据无法被解码,可能已损坏。, NSLocalizedDescription=无法解码, NSUnderlyingError=0x283f9f420 {Error Domain=NSOSStatusErrorDomain Code=-16977 "(null)"}} @CoderHenry66 大佬,给你发邮件了,视频在附件里

4倍速处理原视频后,在应用内播放正常。导入系统相册后,首尾几秒钟倍速处理了,中间部分还是原始的视频速度。 例如,一个32s的视频,4倍速处理后,预览是想要的效果,保存到系统后,视频显示8s,但是传到其他的设备后显示24s,播放也异常。 ![IMG_3702](https://user-images.githubusercontent.com/8958990/100069849-2a8e8780-2e74-11eb-8032-b1f52fea6aab.PNG)

``` self.videoBox.clean() self.videoBox.appendVideo(byPath: self.videoPath) self.videoBox.ratio = .ratioMediumQuality self.videoBox.asyncFinishEdit(byFilePath: self.ouputVideoPath(), progress: { (progress) in DispatchQueue.main.async { Toast.showProgress(progress) } }) { (error) in DispatchQueue.main.async { if error == nil { Toast.showMessage("压缩成功") }else...

视频多次旋转之后,视频会变得很绿

Error Domain=AVFoundationErrorDomain Code=-11800 "这项操作无法完成" UserInfo={NSLocalizedFailureReason=发生未知错误(560100710), NSLocalizedDescription=这项操作无法完成, NSUnderlyingError=0x281ae41e0 {Error Domain=NSOSStatusErrorDomain Code=560100710 "(null)" UserInfo={AVErrorFourCharCode='!buf'}}} 奇怪的是有的视频可以,有的却不行