.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
pytest.ini
setup.py
tox.ini
.github/workflows/github-actions.yml
ci/bootstrap.py
ci/requirements.txt
ci/templates/.github/workflows/github-actions.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/zprp_ffmpeg.rst
src/zprp_ffmpeg/BaseConnector.py
src/zprp_ffmpeg/FilterGraph.py
src/zprp_ffmpeg/PopenCommunicator.py
src/zprp_ffmpeg/ProcessConnector.py
src/zprp_ffmpeg/__init__.py
src/zprp_ffmpeg/__main__.py
src/zprp_ffmpeg/_api_compat.py
src/zprp_ffmpeg/_zprp_ffmpeg.c
src/zprp_ffmpeg/cli.py
src/zprp_ffmpeg/filters.py
src/zprp_ffmpeg.egg-info/PKG-INFO
src/zprp_ffmpeg.egg-info/SOURCES.txt
src/zprp_ffmpeg.egg-info/dependency_links.txt
src/zprp_ffmpeg.egg-info/entry_points.txt
src/zprp_ffmpeg.egg-info/not-zip-safe
src/zprp_ffmpeg.egg-info/top_level.txt
tests/test_ProcessConnector.py
tests/test_kkroening_api.py
tests/test_zprp_ffmpeg.py