Metadata-Version: 2.1
Name: fffw
Version: 2.0.2
Summary: FFMPEG wrapper
Home-page: http://github.com/just-work/fffw
Author: tumb1er
Author-email: zimbler@gmail.com
License: MIT
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
Requires-Dist: pymediainfo

# fffw
## FFMPEG filter wrapper

![build](https://github.com/just-work/fffw/workflows/build/badge.svg?branch=master)
[![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
```

