PyAV Media Player


Keywords
pyav, python3
License
MIT
Install
pip install avplayer==1.3.1

Documentation

avplayer

PyPI PyPI - Python Version GitHub

PyAV Media Player

Installation

Install avplayer:

pip install avplayer

If you want to use the tk preview:

pip install avplayer[Pillow]

Commandline Tools

python -m avplayer --help

Features

opencv-python compatibility

To prevent freeze when using opencv-python's imshow, do not use import av at file-scope.

Please refer to the following link:

License

See the LICENSE file for details. In summary, avplayer is licensed under the MIT license.