v1.26.0
Vanilagy/mediabunnyv1.26.0Dec 11, 2025by Vanilagy
AI Summary
This release introduces a new video conversion option to remove rotation metadata and adds playback control methods to stream sources.
Key Highlights
- Added `allowRotationMetadata` option to completely strip rotation metadata from output files
- Added `pause()` and `resume()` methods to `MediaStreamVideoTrackSource` and `MediaStreamAudioTrackSource`
New Features
- allowRotationMetadata option
- MediaStreamVideoTrackSource.pause()
- MediaStreamVideoTrackSource.resume()
- MediaStreamAudioTrackSource.pause()
- MediaStreamAudioTrackSource.resume()
Full Release Notes
- Added a new `allowRotationMetadata` video conversion option (`true` by default), allowing you to completely strip any rotation metadata from the output file (#247) - Added `pause()` and `resume()` methods to `MediaStreamVideoTrackSource` and `MediaStreamAudioTrackSource` (#241)