Skip to content

Commit 6b20f97

Browse files
committed
Use GitHub Discussions over Gitter
GH Discussions support upvoting threads and upvoting. Features lacking in Gitter. Gitter is also less activate.
1 parent 75c0e0b commit 6b20f97

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PyAV
22
====
33

4-
[![GitHub Test Status][github-tests-badge]][github-tests]
5-
[![Gitter Chat][gitter-badge]][gitter] [![Documentation][docs-badge]][docs] \
6-
[![Python Package Index][pypi-badge]][pypi] [![Conda Forge][conda-badge]][conda]
7-
84
PyAV is a Pythonic binding for the [FFmpeg][ffmpeg] libraries. We aim to provide all of the power and control of the underlying library, but manage the gritty details as much as possible.
95

6+
---
7+
8+
[![GitHub Test Status][github-tests-badge]][github-tests] [![Documentation][docs-badge]][docs] [![Python Package Index][pypi-badge]][pypi] [![Conda Forge][conda-badge]][conda]
9+
1010
PyAV is for direct and precise access to your media via containers, streams, packets, codecs, and frames. It exposes a few transformations of that data, and helps you get your data to/from other packages (e.g. Numpy and Pillow).
1111

1212
This power does come with some responsibility as working with media is horrendously complicated and PyAV can't abstract it away or make all the best decisions for you. If the `ffmpeg` command does the job without you bending over backwards, PyAV is likely going to be more of a hindrance than a help.
@@ -66,18 +66,17 @@ pip install .
6666

6767
---
6868

69-
Have fun, [read the docs][docs], [come chat with us][gitter], and good luck!
69+
Have fun, [read the docs][docs], [come chat with us][discuss], and good luck!
7070

7171

7272

7373
[conda-badge]: https://img.shields.io/conda/vn/conda-forge/av.svg?colorB=CCB39A
7474
[conda]: https://anaconda.org/conda-forge/av
7575
[docs-badge]: https://img.shields.io/badge/docs-on%20pyav.basswood--io.com-blue.svg
7676
[docs]: https://pyav.basswood-io.com
77-
[gitter-badge]: https://img.shields.io/gitter/room/nwjs/nw.js.svg?logo=gitter&colorB=cc2b5e
78-
[gitter]: https://app.gitter.im/#/room/#PyAV-Org_User-Help:gitter.im
7977
[pypi-badge]: https://img.shields.io/pypi/v/av.svg?colorB=CCB39A
8078
[pypi]: https://pypi.org/project/av
79+
[discuss]: https://github.com/PyAV-Org/PyAV/discussions
8180

8281
[github-tests-badge]: https://github.com/PyAV-Org/PyAV/workflows/tests/badge.svg
8382
[github-tests]: https://github.com/PyAV-Org/PyAV/actions?workflow=tests

0 commit comments

Comments
 (0)