Skip to content

Releases: pproenca/node-webcodecs

v0.1.1-alpha.8

03 Jan 11:47
61e2a59

Choose a tag to compare

FFmpeg Static Binaries

This release includes statically linked FFmpeg binaries for:

  • Linux x64 (musl libc, fully static)
  • macOS x64 (Intel)
  • macOS arm64 (Apple Silicon)

Included Codecs

  • H.264 (libx264) - GPL
  • H.265/HEVC (libx265) - GPL
  • VP8/VP9 (libvpx) - BSD
  • AV1 (libaom) - BSD
  • Opus (libopus) - BSD
  • MP3 (libmp3lame) - LGPL

npm Installation

npm install @pproenca/ffmpeg

License

These binaries are licensed under GPL v2+ due to the inclusion of libx264 and libx265.

Full Changelog: v0.1.1-alpha.5...v0.1.1-alpha.8

v0.1.1-alpha.5

03 Jan 10:23
ab9590b

Choose a tag to compare

FFmpeg Static Binaries

This release includes statically linked FFmpeg binaries for:

  • Linux x64 (musl libc, fully static)
  • macOS x64 (Intel)
  • macOS arm64 (Apple Silicon)

Included Codecs

  • H.264 (libx264) - GPL
  • H.265/HEVC (libx265) - GPL
  • VP8/VP9 (libvpx) - BSD
  • AV1 (libaom) - BSD
  • Opus (libopus) - BSD
  • MP3 (libmp3lame) - LGPL

npm Installation

npm install @pproenca/ffmpeg

License

These binaries are licensed under GPL v2+ due to the inclusion of libx264 and libx265.

Full Changelog: deps-v10...v0.1.1-alpha.5

v0.1.1-alpha.4

03 Jan 00:05
3440c62

Choose a tag to compare

v0.1.1-alpha.4 Pre-release
Pre-release

Changes

  • Migrate from vitest to node:test runner
  • Remove debug statements from C++ source
  • Clean up package.json scripts
  • All platforms now pass tests (darwin-x64 no longer experimental)

Full Changelog

v0.1.1-alpha.3...v0.1.1-alpha.4