mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-02-25 08:24:20 +01:00
lists
This commit is contained in:
parent
76e46da47a
commit
4f5b874d33
@ -172,8 +172,10 @@
|
|||||||
<li>concat: ffmpeg’s concatenate command</li>
|
<li>concat: ffmpeg’s concatenate command</li>
|
||||||
<li>-i: tells ffmpeg to expect input files</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>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>
|
<ul>
|
||||||
<li><li>file [path to file 2]</li></li>
|
<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>-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>
|
<li>[output]: desired filename for the output file</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -183,6 +185,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- ends Join files together -->
|
<!-- ends Join files together -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div> <!-- end this well (and this ends well) -->
|
</div> <!-- end this well (and this ends well) -->
|
||||||
</div> <!-- row -->
|
</div> <!-- row -->
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user