Skip to content

v1.43.0

Choose a tag to compare

@Vanilagy Vanilagy released this 30 Apr 08:38
· 101 commits to main since this release
62dfc5d
  • 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