Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bjudkewitz committed Oct 5, 2024
1 parent 6e8e91d commit 72f6b54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![codecov](https://codecov.io/gh/danionella/napari-pyav/branch/main/graph/badge.svg)](https://codecov.io/gh/danionella/napari-pyav)
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-pyav)](https://napari-hub.org/plugins/napari-pyav)

desc
Napari plugin for reading videos using [PyAV](https://github.com/PyAV-Org/PyAV). Inspired by the [napari-video](https://github.com/janclemenslab/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.

----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "napari-pyav"
dynamic = ["version"]
description = "desc"
description = "Napari plugin for reading videos using PyAV"
readme = "README.md"
license = {file = "LICENSE"}
authors = [
Expand Down

0 comments on commit 72f6b54

Please sign in to comment.