获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
手机配置很高压缩是瞬间失败的,不是压缩到一半失败
compressVideo码率已经调的很低了,然后480p的400M视频还能压缩失败?uni.compressVideo({ src: tempFilePath, bitrate: 200, success: function (res){ that.videoUpload(res.tempFilePath); }, fail: function (err) { console.log(err) that.videoStatus = true; uni.showToast({ title:'视频压缩失败', icon:'none' },2000) } })
07-23