FFMPEG wrapper


Keywords
ffmpeg, multimedia, transcoding, video
License
MIT
Install
pip install fffw==5.0.0

Documentation

fffw

FFMPEG filter wrapper

build codecov PyPI version Documentation Status

FFMPEG command line tools.

PyCharm MyPy plugin

dmypy run -- --config-file=mypy.ini .

Sphinx autodoc

cd docs/source && rm fffw*.rst
cd docs && sphinx-apidoc -o source ../fffw

Sphinx documentation

cd docs && make html