Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/just-work/fffw
ffmpeg command line tool wrapper
https://github.com/just-work/fffw
ffmpeg multimedia transcoding video
Last synced: 3 months ago
JSON representation
ffmpeg command line tool wrapper
- Host: GitHub
- URL: https://github.com/just-work/fffw
- Owner: just-work
- License: mit
- Created: 2020-02-09T07:45:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T10:50:38.000Z (3 months ago)
- Last Synced: 2024-11-14T12:53:42.491Z (3 months ago)
- Topics: ffmpeg, multimedia, transcoding, video
- Language: Python
- Homepage:
- Size: 532 KB
- Stars: 5
- Watchers: 6
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# 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)
[![Coveralls](https://coveralls.io/repos/github/just-work/fffw/badge.svg?branch=master)](https://coveralls.io/github/just-work/fffw?branch=master)
[![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
```