pyav video plugin

Napari plugin for reading videos using PyAV

  • jlab.berlin

License MIT Python Version PyPI Conda Version tests napari hub

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.

Installation

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

Contributing

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.

License

Distributed under the terms of the MIT license, "napari-pyav" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.

Version:

  • 0.0.10

Last updated:

  • 2025-06-23

First released:

  • 2024-10-05

License:

  • MIT

Supported data:

  • Information not submitted

Plugin type:

Open extension:

Save extension:

Python versions supported:

Operating system:

  • Information not submitted

Requirements:

  • numpy
  • av<14
  • tox; extra == "testing"
  • pytest; extra == "testing"
  • pytest-cov; extra == "testing"
Website by the napari team, original design by CZI. Go to napari main website.