Update index.html

This commit is contained in:
rfraimow 2015-11-18 18:23:07 -05:00
parent 3db54b4f0f
commit 1738d4fb67

View File

@ -172,9 +172,9 @@
<li>-f: forces the input file format</li>
<li>concat: ffmpegs concatenate command</li>
<li>-i: tells ffmpeg to expect input files</li>
<li>mylist.txt: a text file indicating the list of files to be concatenated. Should be formatted as:</li>
<li><li>file [path to file 1]</li></li>
<li><li>file [path to file 2]</li></li>
<li>mylist.txt: a text file indicating the list of files to be concatenated. Should be formatted as:
<li>file [path to file 1]</li>
<li>file [path to file 2]</li></li>
<li>-c copy: specifies the encoder for the output file by telling the program to copy the codecs of the original files and use them for the output file</li>
<li>[output]: desired filename for the output file</li>
</ul>