Skip to content

Releases: thenickdude/webm-writer-js

v0.3.0

02 Jul 03:37
Compare
Choose a tag to compare

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 :(

v0.2.5

17 May 08:10
v0.2.5
Compare
Choose a tag to compare

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

v0.2.4

21 Sep 00:45
Compare
Choose a tag to compare

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

Fix quality parameter

07 May 03:24
Compare
Choose a tag to compare

The "quality" option now actually works!

v0.2.0

28 Nov 02:25
Compare
Choose a tag to compare

Add Electron support

v0.1.1

17 Aug 22:17
Compare
Choose a tag to compare

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

v0.1.0

08 Aug 08:53
Compare
Choose a tag to compare

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