收藏
回答

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)
					}
				})
回答关注问题邀请回答
收藏

2 个回答

  • 一笑皆春
    一笑皆春
    07-23

    失败的报错打印了什么err

    07-23
    有用
    回复 2
    • LifeWatcher
      LifeWatcher
      07-23
      video duration error
      07-23
      回复
    • 一笑皆春
      一笑皆春
      07-23回复LifeWatcher
      用真机试试,工具有可能有问题
      07-23
      回复
  • LifeWatcher
    LifeWatcher
    07-23
    1. 手机配置很高
    2. 压缩是瞬间失败的,不是压缩到一半失败
    07-23
    有用
    回复
登录 后发表内容