From 1e86b70ba4528b21b4ab744d2d77a8c1fc93130e Mon Sep 17 00:00:00 2001 From: Ashley Date: Fri, 1 Dec 2017 17:55:54 -0500 Subject: [PATCH] removes extra colon in BRNG recipe description --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index cbeed67..9c1f010 100644 --- a/index.html +++ b/index.html @@ -1417,7 +1417,7 @@
"
quotation mark to start the lavfi filtergraph
movie='input.mp4'
declares video file source to apply filter
,
comma signifies closing of video source assertion and ready for filter assertion
-
signalstats=out=brng:
tells ffplay to use the signalstats command, output the data, use the brng filter
+
signalstats=out=brng
tells ffplay to use the signalstats command, output the data, use the brng filter
:
indicates there’s another parameter coming
color=cyan[out]
sets the color of out-of-range pixels to cyan
"
quotation mark to end the lavfi filtergraph