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
1.18k stars 121 forks source link

合成是否考虑支持裁剪 #124

Closed x007xyz closed 4 months ago

x007xyz commented 4 months ago

对于音频、视频文件,合成时,可能会对文件进行裁剪(从头或者从尾部开始裁剪),现在合成视频不支持。

hughfenghen commented 4 months ago

试试 IClip.split API demo 中有个分割功能,https://bilibili.github.io/WebAV/demo/6_4-video-editor 一般的交互是分割后,再删掉不要的片段