mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-02-10 09:09:01 +01:00
adds first signalstat: BRNG via script from @privatezero
This commit is contained in:
parent
4bda84bcb9
commit
9cfb9c4744
29
index.html
29
index.html
@ -837,30 +837,29 @@
|
|||||||
<div class="well">
|
<div class="well">
|
||||||
<h4>signalstats</h4>
|
<h4>signalstats</h4>
|
||||||
|
|
||||||
<!-- sample example -->
|
<!-- BRNG -->
|
||||||
<!-- <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>
|
<span data-toggle="modal" data-target="#brng"><button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="Identifies pixels out of broadcast range">BRNG</button></span>
|
||||||
Change the above data-target field, the hover-over description, the button text, and the below div ID
|
<div id="brng" class="modal fade" tabindex="-1" role="dialog">
|
||||||
<div id="*****unique name*****" class="modal fade" tabindex="-1" role="dialog">
|
|
||||||
<div class="modal-dialog modal-lg">
|
<div class="modal-dialog modal-lg">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
where the text goes
|
|
||||||
<div class="well">
|
<div class="well">
|
||||||
<h3>*****Longer title*****</h3>
|
<h3>Shows all pixels outside of broadcast range</h3>
|
||||||
<p> <code>ffmpeg -i <i>input_file</i> *****code goes here***** <i>output_file</i></code> </p>
|
<p><code>ffplay -f lavfi "movie='<i>input.mp4</i>',signalstats=out=brng:color=cyan[out]"</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>
|
<dl>
|
||||||
<dt>ffmpeg</dt><dd>starts the command</dd>
|
<dt>ffplay</dt><dd>starts the command (ffmpeg users may need to install --with-ffplay)</dd>
|
||||||
<dt>-i <i>input file</i></dt><dd>path, name and extension of the input file</dd>
|
<dt>-f lavfi</dt><dd>tells ffmpeg to use the Libavfilter input virtual device <a href="http://ffmpeg.org/ffmpeg-devices.html#lavfi" target="_blank">[more]</a></dd>
|
||||||
<dt>*****parameter*****</dt><dd>*****comments*****</dd>
|
<dt>"</dt><dd>quotation mark to start command</dd>
|
||||||
<dt><i>output file</i></dt><dd>path, name and extension of the output file</dd>
|
<dt>movie='<i>input.mp4</i>'</dt><dd>declares video file source to apply filter</dd>
|
||||||
|
<dt>,</dt><dd>comma signifies closing of video source assertion and ready for filter assertion</dd>
|
||||||
|
<dt>signalstats=out=brng:color=cyan[out]</dt><dd>tells ffplay to use the signalstats command, output the data, use the brng filter, and set the color of out-of-range pixels to cyan</dd>
|
||||||
|
<dt>"</dt><dd>quotation mark to close command</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<p class="link"></p>
|
<p class="link"></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div> -->
|
</div>
|
||||||
<!-- ends sample example -->
|
<!-- ends BRNG -->
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="well">
|
<div class="well">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user