mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 04:22:51 +08:00
Merge pull request #287 from hp310780/issue239_typographicalerror
Fix for Issue 239 - Fixed typographical error
This commit is contained in:
commit
d1f1b64aa9
@ -175,7 +175,7 @@ def get_args(stream_spec, overwrite_output=False):
|
|||||||
def compile(stream_spec, cmd='ffmpeg', overwrite_output=False):
|
def compile(stream_spec, cmd='ffmpeg', overwrite_output=False):
|
||||||
"""Build command-line for invoking ffmpeg.
|
"""Build command-line for invoking ffmpeg.
|
||||||
|
|
||||||
The :meth:`run` function uses this to build the commnad line
|
The :meth:`run` function uses this to build the command line
|
||||||
arguments and should work in most cases, but calling this function
|
arguments and should work in most cases, but calling this function
|
||||||
directly is useful for debugging or if you need to invoke ffmpeg
|
directly is useful for debugging or if you need to invoke ffmpeg
|
||||||
manually for whatever reason.
|
manually for whatever reason.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user