webm-writer-js

JavaScript-based WebM video encoder for Google Chrome

Downloads
2.5K
Stars
275
Committers
5
webm-writer-js - v0.3.0 Latest Release

Published by thenickdude over 4 years ago

This release adds support for creating transparent video. Unfortunately the alpha values of the resulting video get rescaled into the range 22-240 by Chrome's WebP encoder, so the resulting video can neither be fully transparent nor fully opaque :(

webm-writer-js - v0.2.5

Published by thenickdude over 4 years ago

Avoids setting quality = 1.0, because this generates unsupported lossless VP8L frames. Fixes #12

webm-writer-js - v0.2.4

Published by thenickdude about 5 years ago

Support variable frame duration. Allow variable frame resolution (although resulting multiresolution video may not be compatible with all players).

webm-writer-js - Fix quality parameter

Published by thenickdude over 5 years ago

The "quality" option now actually works!

webm-writer-js - v0.2.0

Published by thenickdude almost 8 years ago

Add Electron support

webm-writer-js - v0.1.1

Published by thenickdude about 8 years ago

Fix generation of video on recent versions of Chrome when a frame contains some transparent pixels.

webm-writer-js - v0.1.0

Published by thenickdude about 9 years ago

Initial release. Supports generating video files >4GB including Cues for seeking.