bilibili / WebAV

WebAV is an SDK built on WebCodecs, designed for creating and editing video files on the web platform. WebAV 是基于 WebCodecs 构建的 SDK,用于在 Web 平台上创建/编辑视频文件。
https://bilibili.github.io/WebAV/
MIT License
985 stars 112 forks source link

有一些视频使用官方的demo都无法正确解析,也没有报错信息 #287

Closed lqomg closed 1 week ago

lqomg commented 4 weeks ago

有一些视频使用官方的demo都无法正确解析,也没有报错信息。比如这个:https://drive.google.com/file/d/1K0ZFkSi2pqqTE6H6TvKeAADn3ViGCwI4/view?usp=sharing 还有就是有信息,好像是正确找到视频宽高的 https://drive.google.com/file/d/1WpHI4_44UC4eSuBHTrj8mfBs9xgRpdcj/view?usp=sharing

大佬这是咋回事儿呀

ErHu1993 commented 3 weeks ago

HEVC 编码格式不支持吧

hughfenghen commented 2 weeks ago

文件内容有问题,你可以先用这个线上工具解析试试 https://gpac.github.io/mp4box.js/test/filereader.html。 WebAV 使用 mp4box.js 解封装 mp4 文件。