https://github.com/Vanilagy/webm-muxer
WebM multiplexer in pure TypeScript with support for WebCodecs API, video & audio.
https://github.com/Vanilagy/webm-muxer
audio javascript muxer typescript video webcodecs webm
Last synced: 10 months ago
JSON representation
WebM multiplexer in pure TypeScript with support for WebCodecs API, video & audio.
- Host: GitHub
- URL: https://github.com/Vanilagy/webm-muxer
- Owner: Vanilagy
- License: mit
- Created: 2022-10-20T17:17:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-03T10:18:08.000Z (10 months ago)
- Last Synced: 2025-07-04T19:17:14.199Z (10 months ago)
- Topics: audio, javascript, muxer, typescript, video, webcodecs, webm
- Language: TypeScript
- Homepage: https://mediabunny.dev/
- Size: 2.68 MB
- Stars: 326
- Watchers: 7
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ⚠️ This library is deprecated ⚠️
webm-muxer has been deprecated in favor of [Mediabunny](https://github.com/Vanilagy/mediabunny), which entirely supersedes it. Mediabunny ships with an even better, easier-to-use, faster and more feature-rich WebM multiplexer, as well as muxers for many other formats, demuxers, WebCodecs abstractions and more, while keeping the bundle size tiny thanks to a tree-shakable design.
webm-muxer is no longer being maintained and will not receive any new features or bug fixes.
## I just want to create a WebM file.
[Mediabunny](https://github.com/Vanilagy/mediabunny) has got you covered. Refer to the following documents to jump right in:
- [Guide: Writing media files](https://mediabunny.dev/guide/writing-media-files)
- [Quick start: Create new media files](https://mediabunny.dev/guide/quick-start#create-new-media-files)
## My code already uses webm-muxer. What should I do?
No worries. You can easily [migrate to Mediabunny](./MIGRATION-GUIDE.md) in 10 minutes.
If you still need the docs for webm-muxer, you can find them [here](https://github.com/Vanilagy/webm-muxer/blob/a77076a0f5c8245bbc5d387eb5aaaf065cd84f90/README.md).