Releases: pproenca/node-webcodecs
Releases · pproenca/node-webcodecs
v0.1.1-alpha.8
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/ffmpegLicense
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
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/ffmpegLicense
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
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)