mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-01-27 10:25:01 +01:00
view format info - add example list via @retokromer
This commit is contained in:
parent
94dfe1a868
commit
b1b40658f0
16
index.html
16
index.html
@ -1149,12 +1149,16 @@ e.g.: <code>ffmpeg -f concat -safe 0 -i mylist.txt -c copy <i>output_file</i></c
|
||||
<dl>
|
||||
<dt>ffmpeg</dt><dd>starts the command</dd>
|
||||
<dt>-h</dt><dd>Call the help option</dd>
|
||||
<dt>type=name</dt><dd>Tells ffmpeg which kind of option you want, for example:
|
||||
<dd><code>encoder=libx264</code></dd>
|
||||
<dd><code>decoder=mp3</code></dd>
|
||||
<dd><code>muxer=matroska</code></dd>
|
||||
<dd><code>demuxer=mov</code></dd>
|
||||
<dd><code>filter=crop</code></dd>
|
||||
<dt>type=name</dt>
|
||||
<dd>Tells ffmpeg which kind of option you want, for example:
|
||||
<ul>
|
||||
<li><code>encoder=libx264</code></li>
|
||||
<li><code>decoder=mp3</code></li>
|
||||
<li><code>muxer=matroska</code></li>
|
||||
<li><code>demuxer=mov</code></li>
|
||||
<li><code>filter=crop</code></li>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
<p class="link"></p>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user