This commit is contained in:
Reto Kromer 2017-12-28 07:07:40 +01:00 committed by GitHub
parent 99450e61de
commit d41674a267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -742,7 +742,7 @@
<dl>
<dt>ffmpeg</dt><dd>starts the command</dd>
<dt>-i <i>input_file</i></dt><dd>path, name and extension of the input file</dd>
<dt>-filter_complex</dt><dd>tells fmpeg that we will be using a complex filter</dd>
<dt>-filter_complex</dt><dd>tells ffmpeg that we will be using a complex filter</dd>
<dt>"</dt><dd>quotation mark to start filtergraph</dd>
<dt>[0:a:0][0:a:1]amerge[out]</dt><dd>combines the two audio tracks into one</dd>
<dt>"</dt><dd>quotation mark to end filtergraph</dd>