v1.55.0
Vanilagy/mediabunnyv1.55.0Aug 17, 2026by Vanilagy
AI Summary
A major feature release introducing DTS audio codec support across multiple container formats.
Key Highlights
- Added support for the DTS audio codec
- Added `@mediabunny/dts` extension package for fast decoding/encoding
- Support for reading and writing DTS to ISOBMFF, Matroska, and MPEG-TS
New Features
- DTS audio codec support (read/write)
- `@mediabunny/dts` extension package
Full Release Notes
This update adds a new audio codec, DTS! This codec is the primary audio codec used on Blu-ray discs and is popular in the feature film and home cinema space. --- - Added the DTS audio codec under the codec identifier `'dts'` - Added support for reading & writing DTS to ISOBMFF, Matroska, and MPEG-TS files - Added `@mediabunny/dts`, a new extension package that provides a fast DTS audio decoder and encoder polyfill - Fixed double decoder close error