mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-10 07:27:23 +01:00
Update index.html
This commit is contained in:
parent
3db54b4f0f
commit
1738d4fb67
@ -172,9 +172,9 @@
|
|||||||
<li>-f: forces the input file format</li>
|
<li>-f: forces the input file format</li>
|
||||||
<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>file [path to file 1]</li></li>
|
<li>file [path to file 1]</li>
|
||||||
<li><li>file [path to file 2]</li></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>-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>
|
||||||
|
Loading…
Reference in New Issue
Block a user