allows for example image to be added to filter-based scripts

This commit is contained in:
Ashley Blewer 2017-01-16 21:50:38 -05:00
parent 9cfb9c4744
commit f727d24bd9
3 changed files with 15 additions and 1 deletions

View File

@ -10,6 +10,16 @@ dt {
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
.sample-image {
margin-bottom: 18px;
}
h1 {
letter-spacing:8px;
font-size:86px;

BIN
img/brng.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 MiB

View File

@ -854,6 +854,10 @@
<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>
<div class="sample-image">
<h4>Example of filter output</h4>
<img src="img/brng.gif" alt="BRNG example">
</div>
<p class="link"></p>
</div>
</div>