Metadata-Version: 2.1
Name: fffw
Version: 1.0.1
Summary: FFMPEG wrapper
Home-page: http://github.com/tumb1er/fffw
Author: tumb1er
Author-email: zimbler@gmail.com
License: MIT
Description: # fffw
        ## FFMPEG filter wrapper
        [![Build Status](https://travis-ci.org/just-work/fffw.svg?branch=master)](https://travis-ci.org/just-work/fffw)
        [![PyPI version](https://badge.fury.io/py/fffw.svg)](http://badge.fury.io/py/fffw)
        [![codecov](https://codecov.io/gh/just-work/fffw/branch/master/graph/badge.svg)](https://codecov.io/gh/just-work/fffw)
        
        
        [FFMPEG](https://github.com/FFmpeg/FFmpeg) command line tools.
        
        1. *fffw.scaler.Scaler* image transformation size computing helper
        2. *fffw.graph.FilterComplex* ffmpeg filter graph helper.
        3. *fffw.encoding.FFMPEG* ffmpeg command wrapper for encoding and muxing. 
        
        TBD:
        
        * [ ] sphinx documentation - manual and autodoc
        * [x] typing
        * [x] coverage measure
        * [x] mypy integration
        * [ ] license
        
        ### PyCharm mypy plugin
        ```
        dmypy run -- --config-file=mypy.ini .
        ```
        
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: Topic :: Multimedia :: Video :: Conversion
Description-Content-Type: text/markdown
