We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac111dc + 35695d9 commit 41daf9aCopy full SHA for 41daf9a
ffmpeg/_filters.py
@@ -29,7 +29,7 @@ def filter(stream_spec, filter_name, *args, **kwargs):
29
"""Apply custom filter.
30
31
``filter_`` is normally used by higher-level filter functions such as ``hflip``, but if a filter implementation
32
- is missing from ``fmpeg-python``, you can call ``filter_`` directly to have ``fmpeg-python`` pass the filter name
+ is missing from ``ffmpeg-python``, you can call ``filter_`` directly to have ``ffmpeg-python`` pass the filter name
33
and arguments to ffmpeg verbatim.
34
35
Args:
0 commit comments