通过浏览器调用摄像头录制的视频转成file传至后台进行下载,保存下来的mp4文件格式都是VP8,请问如何以AAC格式保存file: new File( [_event.data], "tt-" + new Date().toISOString().replace(/:|\./g, "-") + ".mp4", { type: "video/h264" })
添加回答
举报
0/150
提交
取消