From a8e0954f411a8467d2108ca36cab56d1bc3e0a1e Mon Sep 17 00:00:00 2001 From: Harshna Patel Date: Thu, 31 Oct 2019 20:07:38 +0000 Subject: [PATCH] Fixed typographical error --- ffmpeg/_run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.