mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-10 07:27:23 +01:00
beginning of signalstats section
This commit is contained in:
parent
243d11b39f
commit
4bda84bcb9
29
index.html
29
index.html
@ -833,6 +833,35 @@
|
||||
</div>
|
||||
<!-- ends Check interlacement -->
|
||||
|
||||
</div>
|
||||
<div class="well">
|
||||
<h4>signalstats</h4>
|
||||
|
||||
<!-- sample example -->
|
||||
<!-- <span data-toggle="modal" data-target="#*****unique name*****"><button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="*****Hover-over description*****">*****Small title****</button></span>
|
||||
Change the above data-target field, the hover-over description, the button text, and the below div ID
|
||||
<div id="*****unique name*****" class="modal fade" tabindex="-1" role="dialog">
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
where the text goes
|
||||
<div class="well">
|
||||
<h3>*****Longer title*****</h3>
|
||||
<p> <code>ffmpeg -i <i>input_file</i> *****code goes here***** <i>output_file</i></code> </p>
|
||||
<p>This is all about info! This is all about info! This is all about info! This is all about info! This is all about info! This is all about info! This is all about info! This is all about info! This is all about info! This is all about info! This is all about info! This is all about info! This is all about info! This is all about info!</p>
|
||||
<dl>
|
||||
<dt>ffmpeg</dt><dd>starts the command</dd>
|
||||
<dt>-i <i>input file</i></dt><dd>path, name and extension of the input file</dd>
|
||||
<dt>*****parameter*****</dt><dd>*****comments*****</dd>
|
||||
<dt><i>output file</i></dt><dd>path, name and extension of the output file</dd>
|
||||
</dl>
|
||||
<p class="link"></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<!-- ends sample example -->
|
||||
|
||||
|
||||
</div>
|
||||
<div class="well">
|
||||
<h4>Test videos</h4>
|
||||
|
Loading…
Reference in New Issue
Block a user