From d41674a2678970d61d6f0ce7021b146ad176f30c Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Thu, 28 Dec 2017 07:07:40 +0100 Subject: [PATCH] fix typo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 604070b..35832fa 100644 --- a/index.html +++ b/index.html @@ -742,7 +742,7 @@
ffmpeg
starts the command
-i input_file
path, name and extension of the input file
-
-filter_complex
tells fmpeg that we will be using a complex filter
+
-filter_complex
tells ffmpeg that we will be using a complex filter
"
quotation mark to start filtergraph
[0:a:0][0:a:1]amerge[out]
combines the two audio tracks into one
"
quotation mark to end filtergraph