Skip to content

v1.50.0

Choose a tag to compare

@Vanilagy Vanilagy released this 30 Jun 20:07
6c6687d
  • Added read/write support for Apple ProRes across ISOBMFF and Matroska. The new codec string is 'prores'.
  • Added a new extension package @mediabunny/prores which adds an extremely fast ProRes decoder based on TurboRes that supports all ProRes flavors
  • @mediabunny/server now has full ProRes decode and encode support, including transparency
  • Added a new onError callback to custom encoders and decoders; can be used to surface errors that occur outside of the normal method calls
  • Fixed color-alpha merging code for padded frames (#422)
  • Fixed Conversion API sometimes changing audio sample format mid-conversion
  • Improved performance for color-alpha merging code by using a worker pool