mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-10 07:27:23 +01:00
lists
This commit is contained in:
parent
76e46da47a
commit
4f5b874d33
@ -172,8 +172,10 @@
|
||||
<li>concat: ffmpeg’s 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 -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user