view format info - add example list via @retokromer

This commit is contained in:
Kieran O'Leary 2016-08-30 13:22:26 +01:00 committed by GitHub
parent 94dfe1a868
commit b1b40658f0

View File

@ -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>