You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are tons of Python FFmpeg wrappers out there but they seem to lack complex filter support. `ffmpeg-python` works well for simple as well as complex signal graphs.
9
10
11
+
10
12
## Quickstart
11
13
12
14
Flip a video horizontally:
@@ -86,9 +88,9 @@ pip install ffmpeg-python
86
88
87
89
It's also possible to clone the source and put it on your python path (`$PYTHONPATH`, `sys.path`, etc.):
It should be fairly easy to use filters that aren't explicitly built into `ffmpeg-python` but if there's a feature or filter you'd really like to see included in the library, don't hesitate to open a feature request.
0 commit comments