Metadata-Version: 2.1
Name: ffmpegio
Version: 0.0.13
Summary: Media I/O with FFmpeg
Home-page: https://tikuma-lsuhsc.github.io/python-ffmpegio
License: GPL-2.0 License
Project-URL: Repository, https://github.com/tikuma-lsuhsc/python-ffmpegio
Project-URL: Discussions, https://github.com/tikuma-lsuhsc/python-ffmpegio/discussions
Project-URL: Issues, https://github.com/tikuma-lsuhsc/python-ffmpegio/issues
Project-URL: Pull Requests, https://github.com/tikuma-lsuhsc/python-ffmpegio/pulls
Keywords: multimedia
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE

`ffmpegio`: Media I/O with FFmpeg in Python
===================================================

.. image:: https://img.shields.io/pypi/v/ffmpegio
  :alt: PyPI
.. image:: https://img.shields.io/pypi/status/ffmpegio
  :alt: PyPI - Status
.. image:: https://img.shields.io/pypi/pyversions/ffmpegio
  :alt: PyPI - Python Version
.. image:: https://img.shields.io/github/license/tikuma-lsuhsc/python-ffmpegio
  :alt: GitHub
.. image:: https://img.shields.io/github/workflow/status/tikuma-lsuhsc/python-ffmpegio/Run%20Tests
  :alt: GitHub Workflow Status

Python `ffmpegio` package aims to bring the full capability of `FFmpeg <https://ffmpeg.org>`__
to read, write, and manipulate multimedia data to Python. FFmpeg is an open-source cross-platform 
multimedia framework, which can handle most of the multimedia formats avilable today.

Main Features
-------------

* Pure-Python light-weight package interacting with FFmpeg executable found in 
  the system
* A set of simple read and write functions for audio, image, and video data
* Context-managing `ffmpegio.open` to perform stream read/write operations
* Auto-conversion of video pixel formats and audio sample formats
* Out-of-box support for fast resizing, re-orienting, cropping, rotating, and deinterlacing of video frames (all done by FFmpeg)
* More features to follow

Documentation
-------------

Visit our `GitHub page here <https://tikuma-lsuhsc.github.io/python-ffmpegio/>`__


