Recent Releases of av

av - v15.1.0

Full Changelog: https://github.com/PyAV-Org/PyAV/compare/v15.0.0...v15.1.0

- Python
Published by WyattBlue 9 months ago

av -

- Python
Published by WyattBlue 9 months ago

av - v15.0.0rc1

v15.0.0rc1

Major:

  • Make SubtitleStream.decode() return the list of subtitles directly, making the API nicer.
  • Binary wheels: Remove libxml2 because of security concerns.
  • Binary wheels: Remove xz because lzma encoding is very niche in media decoding and lesser security concerns.

Features:

  • Add GBRP, GBRAP, RGBA formats by :gh-user:z-khan.
  • Add VideoFrame.save(), a convenient way to save frames to PNGs or JPEGs, by :gh-user:WyattBlue.

Fixes:

  • Binary wheels: Re-enable libx265, use version 4.1 by :gh-user:WyattBlue.
  • Fix memory error for AudioFifo properties by :gh-user:zzjjbb.
  • Copy template flags if creating a new Codec object by :gh-user:WyattBlue
  • AudioFrame.from_ndarray(): Support python classes for parameters too, by :gh-user:WyattBlue.

- Python
Published by WyattBlue 11 months ago