8000
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.
1 parent 78fb6cf commit a8e0954Copy full SHA for a8e0954
ffmpeg/_run.py
@@ -175,7 +175,7 @@ def get_args(stream_spec, overwrite_output=False):
175
def compile(stream_spec, cmd='ffmpeg', overwrite_output=False):
176
"""Build command-line for invoking ffmpeg.
177
178
- The :meth:`run` function uses this to build the commnad line
+ The :meth:`run` function uses this to build the command line
179
arguments and should work in most cases, but calling this function
180
directly is useful for debugging or if you need to invoke ffmpeg
181
manually for whatever reason.
0 commit comments