v1.43.0
Vanilagy/mediabunnyv1.43.0Apr 30, 2026by Vanilagy
AI Summary
Enhances audio processing capabilities by supporting variable bit depths in FLAC encoding and adding sample format transformations, alongside various stability fixes for MP4 and HEVC decoding.
Key Highlights
- Added FLAC variable bit depth support (16/24-bit)
- Added sample format transformation options
- Fixed HEVC decoding errors in Chromium
- Fixed MP4 structure with non-zero start timestamps
New Features
- FLAC encoder bit depth support
- Sample format modification options
Full Release Notes
- Added support for `@mediabunny/flac-encoder` to output different bit depths (16 or 24) depending on the incoming audio samples (#357) - Added `ConversionAudioOptions.sampleFormat` and `AudioTransformOptions.sampleFormat` for modifying the audio's sample format before passing it to the encoder - Fixed incorrect bitrate validation logic for FLAC (was a required field despite not being required) - Fixed some HEVC packets creating VideoDecoder errors in Chromium (#314) - Fixed the structure of regular MP4s with non-zero start timestamp tracks (#336) - Fixed unreliable regular MP4 PCM logic