This commit is contained in:
Ashley Blewer 2015-11-18 15:25:55 -08:00
parent 76e46da47a
commit 4f5b874d33

View File

@ -172,8 +172,10 @@
<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>
<ul>
<li>file [path to file 1]</li>
<li>file [path to file 2]</li>
</ul>
<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>
@ -183,6 +185,9 @@
</div>
<!-- ends Join files together -->
</div> <!-- end this well (and this ends well) -->
</div> <!-- row -->