diff --git a/css/css.css b/css/css.css index 775db53..f12526e 100644 --- a/css/css.css +++ b/css/css.css @@ -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; @@ -56,4 +66,4 @@ div { .btn:hover:before, .btn:focus:before, .btn:active:before { -webkit-transform: scale(1.3) translateZ(0); transform: scale(1.3) translateZ(0); -} \ No newline at end of file +} diff --git a/img/brng.gif b/img/brng.gif new file mode 100644 index 0000000..a78d36a Binary files /dev/null and b/img/brng.gif differ diff --git a/index.html b/index.html index 87a5c7c..fc39174 100644 --- a/index.html +++ b/index.html @@ -854,6 +854,10 @@
signalstats=out=brng:color=cyan[out]
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
"
quotation mark to close command
+
+

Example of filter output

+ BRNG example +