Metadata-Version: 2.1
Name: fffw
Version: 3.3.2
Summary: FFMPEG wrapper
Home-page: http://github.com/just-work/fffw
Author: tumb1er
Author-email: zimbler@gmail.com
License: MIT
Description: # fffw
        ## FFMPEG filter wrapper
        
        [![build](https://github.com/just-work/fffw/workflows/build/badge.svg?branch=master)](https://github.com/just-work/fffw/actions?query=event%3Apush+branch%3Amaster+workflow%3Abuild)
        [![codecov](https://codecov.io/gh/just-work/fffw/branch/master/graph/badge.svg)](https://codecov.io/gh/just-work/fffw)
        [![PyPI version](https://badge.fury.io/py/fffw.svg)](http://badge.fury.io/py/fffw)
        [![Documentation Status](https://readthedocs.org/projects/fffw/badge/?version=latest)](https://fffw.readthedocs.io/en/latest/?badge=latest)
        
        
        [FFMPEG](https://github.com/FFmpeg/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
        ```
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Operating System :: POSIX
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: Topic :: Multimedia :: Video :: Conversion
Description-Content-Type: text/markdown
