Skip to content

Dragon-S/WebAV

 
 

Repository files navigation

WebAV

Audio and video tools built using pure web technology, which is planned to include creation, editing, and export features, which can be applied to live streaming, record tutorials, video clips, etc.
使用纯Web技术构建的音视频工具,计划包含创建、编辑、导出功能,可应用于直播、教程录制、视频剪辑等产品中。

Motivation

Chrome version 94 supports the WebCodecs API, meaning that JS can also have the ability to process audio and video.
Chrome 94 开放了 WebCodecs API,意味着 JS 也能处理音视频了。

This is an experimental project that tries to provide an easy-to-use API for processing audio and video data in the browser.
这是一个实验性项目,尝试提供简单易用的 API 在浏览器中处理音视频数据。

Packages

  • AVCliper
    Audio and video editing tool library.
    音视频剪辑工具库.
  • AVCanvas
    Combine Text, Image, Video, Audio, UserMedia, DisplayMedia to generate MediaStream.
    使用文字、图片、音视频文件、摄像头&麦克风、分享屏幕来生成 MediaStream。
  • AVRecorder
    Record MediaStream, export MP4 stream.
    录制 MediaStream,导出 MP4 流。

About

Video and Audio tools built on WebCodecs + Canvas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.9%
  • HTML 3.1%