https://github.com/just-work/fffw
ffmpeg command line tool wrapper
https://github.com/just-work/fffw
ffmpeg multimedia transcoding video
Last synced: 7 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 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T04:37:44.000Z (12 months ago)
- Last Synced: 2025-07-11T14:12:27.472Z (8 months ago)
- Topics: ffmpeg, multimedia, transcoding, video
- Language: Python
- Homepage:
- Size: 534 KB
- Stars: 4
- Watchers: 5
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# fffw
## FFMPEG filter wrapper
[](https://github.com/just-work/fffw/actions?query=event%3Apush+branch%3Amaster+workflow%3Abuild)
[](https://coveralls.io/github/just-work/fffw?branch=master)
[](http://badge.fury.io/py/fffw)
[](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
```