Contents

av 12.0.0

0

Pythonic bindings for FFmpeg's libraries.

Pythonic bindings for FFmpeg's libraries.

Stars: 2246, Watchers: 2246, Forks: 339, Open Issues: 17

The PyAV-Org/PyAV repo was created 11 years ago and the last code push was 3 hours ago.
The project is very popular with an impressive 2246 github stars!

How to Install av

You can install av using pip

pip install av

or add it to a project with poetry

poetry add av

Package Details

Author
Mike Boers
License
BSD
Homepage
https://github.com/PyAV-Org/PyAV
PyPi:
https://pypi.org/project/av/
Documentation:
https://pyav.org/docs
GitHub Repo:
https://github.com/PyAV-Org/PyAV

Classifiers

  • Multimedia/Sound/Audio
  • Multimedia/Sound/Audio/Conversion
  • Multimedia/Video
  • Multimedia/Video/Conversion
  • Software Development/Libraries/Python Modules
No  av  pypi packages just yet.

Errors

A list of common av errors.

Code Examples

Here are some av code examples and snippets.

GitHub Issues

The av package has 17 open issues on GitHub

  • [tests] add FFmpeg 4.3 and 4.4 to build matrix
  • Avoid unnecessary vsnprintf() calls in log_callback()
  • PyAV does not build with FFMPEG 4.4.
  • VideoFrame.reformat ignores source colorspace by default
  • Fix setting Stream time_base (fixes #784)
  • The number of frames this stream contains return 0?
  • Simplify our setup.py
  • the memory leak is still exists even the latest version 8.0.3 because the InputContainer.close() is not work
  • Support conversion of NV12 frames into numpy array
  • fails test test_reformat_pixel_format_align on ppc64 and ppc64el: ALTIVEC: Color Space RGB24
  • testsuite fails 5 tests on s390x
  • av/stream.c does not build.
  • Let user specified input audio codec and not relay on the default one
  • Expose AVCodecContext stats_in/stats_out fields as properties
  • codec/context: Defer ticks_per_frame-calculation

See more issues on GitHub

Related Packages & Articles