From 7aa124c3d1cc9bd00ac260fb5a6f32ec2813747e Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Tue, 8 Aug 2017 18:06:07 +0200 Subject: [PATCH] fix closing tag --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index aaac1d0..dd7e108 100644 --- a/index.html +++ b/index.html @@ -1123,7 +1123,7 @@
ffmpeg
starts the command
-i input file
path, name and extension of the input file
-af
specifies that the next section should be interpreted as an audio filter
-
pan=
tell the quoted text below to use the pan filter
+
pan=
tell the quoted text below to use the pan filter
"stereo|c0=c0|c1=-1*c1"
maps the output's first channel (c0) to the input's first channel and the output's second channel (c1) to the inverse of the input's second channel
output file
path, name and extension of the output file