0.0.1 • Published 2 years ago

@framekit/plugin-webm-writer v0.0.1

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 years ago

@framekit/plugin-webm-writer

This framekit plugin uses WebM Writer ESM (a fork of WebM Writer) to encode or mux frames into a WebM video.

Browser Requirements

This plugin can directly encode canvas frames into WebM movies. For that, it requires a browser that can convert canvases to WebP images, which currently is only Firefox and Chromium-based browsers (Chrome, Edge, etc.).

This plugin can also be used with WebCodecs to mux encoded frames into the WebM format. Currently only Chromium-based browsers support the WebCodecs API.

Thanks to:

This plugin uses WebM Writer ESM, which is largely based on WebM Writer.