wx.chooseVideo 选择后缀是.avi的视频报错
发布于 4 年前 作者 ayi 1726 次浏览 来自 问答
    wx.chooseVideo({
        sourceType: ["album""camera"],
        maxDuration60,
        camera"back",
        
        success(res) {
          console.log(res.tempFilePath);
          
        },
        fail(res){
          console.log("chooseVideo fail:",res)
         
        }
      });

选择后缀是.avi的视频报错

errMsg: “chooseVideo:fail DEMUXER_ERROR_COULD_NOT_OPEN: FFmpegDemuxer: open context failed

1 回复

你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)

回到顶部