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