Metadata-Version: 2.1
Name: fffw
Version: 1.0.0
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/tumb1er/fffw.svg?branch=master)](https://travis-ci.org/tumb1er/fffw)
        [![PyPI version](https://badge.fury.io/py/fffw.svg)](http://badge.fury.io/py/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
        * [ ] typing
        * [ ] coverage measure
        * [ ] mypy integration
        * [ ] licensing
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
