mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
Merge pull request #209 from JDLH/typo_filters_doc
Fix typo "fmpeg-python" to read "ffmpeg-python"
This commit is contained in:
commit
41daf9a953
@ -29,7 +29,7 @@ def filter(stream_spec, filter_name, *args, **kwargs):
|
|||||||
"""Apply custom filter.
|
"""Apply custom filter.
|
||||||
|
|
||||||
``filter_`` is normally used by higher-level filter functions such as ``hflip``, but if a filter implementation
|
``filter_`` is normally used by higher-level filter functions such as ``hflip``, but if a filter implementation
|
||||||
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
|
||||||
and arguments to ffmpeg verbatim.
|
and arguments to ffmpeg verbatim.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user