You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)