Napari plugin for reading videos using PyAV. Inspired by the napari-video project, which served us very well for many years. For some long videos, however, its dependency on opencv caused seek glitches, so we implemented this alternative plugin based on PyAV.
This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.
You can install napari-pyav
via pip:
pip install napari-pyav
Or via conda:
conda install danionella::napari_pyav
To install latest development version :
pip install git+https://github.com/danionella/napari-pyav.git
Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.
Distributed under the terms of the MIT license, "napari-pyav" is free and open source software
If you encounter any problems, please file an issue along with a detailed description.