SkillAgentSearch skills...

WebCut

🎬 基于 web 端的音视频编辑器。(A web-based audio and video editor.)

Install / Use

/learn @wangrongding/WebCut
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

WebCut

中文 README

This project aims to build a web-based audio and video editing tool using pure web technologies.

Currently under development (Stay tuned)...
Early access👉🏻: webcut.cn

Before that, the frontend development will use ffmpeg.wasm in limited scenarios.
Chrome 94 introduced the WebCodecs API, which provides access to existing codecs in the browser. It can access raw video frames, audio data blocks, image decoders, audio and video encoders and decoders.

This means that JavaScript can now handle audio and video, and you no longer need to increase bandwidth to download existing codecs in the browser.
And after simple testing, it was found that WebCodecs performs much better than ffmpeg.wasm.

🌸 Open source is not easy, star to encourage ⭐️

Screenshots

Contributors

<a href="https://github.com/wangrongding/webcut/graphs/contributors"> <img src="https://contrib.rocks/image?repo=wangrongding/webcut&max=400&columns=20"/> </a>

Star History

<a href="https://star-history.com/#wangrongding/webcut"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=wangrongding/webcut&type=Date&theme=dark" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=wangrongding/webcut&type=Date" /> <img src="https://api.star-history.com/svg?repos=wangrongding/webcut&type=Date" alt="Star History Chart" /> </picture> </a>

License

LGPL-3.0 License. See License here for details.

View on GitHub
GitHub Stars199
CategoryContent
Updated11d ago
Forks20

Languages

Vue

Security Score

100/100

Audited on Mar 18, 2026

No findings