Metadata-Version: 2.1
Name: ffmpegio-core
Version: 0.11.0
Summary: Media I/O with FFmpeg
License: GPL-2.0 License
Project-URL: Repository, https://github.com/python-ffmpegio/python-ffmpegio
Project-URL: Documentation, https://python-ffmpegio.github.io/python-ffmpegio/
Project-URL: Discussions, https://github.com/python-ffmpegio/python-ffmpegio/discussions
Project-URL: Issues, https://github.com/python-ffmpegio/python-ffmpegio/issues
Project-URL: Pull_Requests, https://github.com/python-ffmpegio/python-ffmpegio/pulls
Keywords: multimedia,ffmpeg
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: Capture/Recording
Classifier: Topic :: Multimedia :: Sound/Audio :: Conversion
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Video :: Capture
Classifier: Topic :: Multimedia :: Video :: Conversion
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pluggy
Requires-Dist: packaging
Requires-Dist: typing_extensions

# `ffmpegio-core`: Media I/O with FFmpeg in Python

**This package has been deprecated as it is merged with the `ffmpegio` package.**

If you are new to the package, please install `ffmpegio` instead:

```
pip install ffmpegio
```

and visit visit [https://github.com/python-ffmpegio/python-ffmpegio](https://github.com/python-ffmpegio/python-ffmpegio) for the details.

If you are an active ffmpegio user, please read the following link for how to upgrade to v0.11

[https://github.com/python-ffmpegio/python-ffmpegio/wiki/Instructions-to-upgrade-to-v0.11.0](https://github.com/python-ffmpegio/python-ffmpegio/wiki/Instructions-to-upgrade-to-v0.11.0)
