diff --git a/ffmpeg/_run.py b/ffmpeg/_run.py index afc504d..c9cbb7c 100644 --- a/ffmpeg/_run.py +++ b/ffmpeg/_run.py @@ -175,7 +175,7 @@ def get_args(stream_spec, overwrite_output=False): def compile(stream_spec, cmd='ffmpeg', overwrite_output=False): """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 directly is useful for debugging or if you need to invoke ffmpeg manually for whatever reason.