|
1 | 1 | PyAV |
2 | 2 | ==== |
3 | 3 |
|
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 | | - |
8 | 4 | 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. |
9 | 5 |
|
| 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 | + |
10 | 10 | 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). |
11 | 11 |
|
12 | 12 | 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 . |
66 | 66 |
|
67 | 67 | --- |
68 | 68 |
|
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! |
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
73 | 73 | [conda-badge]: https://img.shields.io/conda/vn/conda-forge/av.svg?colorB=CCB39A |
74 | 74 | [conda]: https://anaconda.org/conda-forge/av |
75 | 75 | [docs-badge]: https://img.shields.io/badge/docs-on%20pyav.basswood--io.com-blue.svg |
76 | 76 | [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 |
79 | 77 | [pypi-badge]: https://img.shields.io/pypi/v/av.svg?colorB=CCB39A |
80 | 78 | [pypi]: https://pypi.org/project/av |
| 79 | +[discuss]: https://github.com/PyAV-Org/PyAV/discussions |
81 | 80 |
|
82 | 81 | [github-tests-badge]: https://github.com/PyAV-Org/PyAV/workflows/tests/badge.svg |
83 | 82 | [github-tests]: https://github.com/PyAV-Org/PyAV/actions?workflow=tests |
|
0 commit comments