mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-10 07:27:23 +01:00
Merge pull request #283 (removes extra colon in BRNG recipe description)
This commit is contained in:
commit
0d68614c04
@ -1417,7 +1417,7 @@
|
|||||||
<dt>"</dt><dd>quotation mark to start the lavfi filtergraph</dd>
|
<dt>"</dt><dd>quotation mark to start the lavfi filtergraph</dd>
|
||||||
<dt>movie='<i>input.mp4</i>'</dt><dd>declares video file source to apply filter</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>,</dt><dd>comma signifies closing of video source assertion and ready for filter assertion</dd>
|
||||||
<dt>signalstats=out=brng:</dt><dd>tells ffplay to use the signalstats command, output the data, use the brng filter</dd>
|
<dt>signalstats=out=brng</dt><dd>tells ffplay to use the signalstats command, output the data, use the brng filter</dd>
|
||||||
<dt>:</dt><dd>indicates there’s another parameter coming</dd>
|
<dt>:</dt><dd>indicates there’s another parameter coming</dd>
|
||||||
<dt>color=cyan[out]</dt><dd>sets the color of out-of-range pixels to cyan</dd>
|
<dt>color=cyan[out]</dt><dd>sets the color of out-of-range pixels to cyan</dd>
|
||||||
<dt>"</dt><dd>quotation mark to end the lavfi filtergraph</dd>
|
<dt>"</dt><dd>quotation mark to end the lavfi filtergraph</dd>
|
||||||
|
Loading…
Reference in New Issue
Block a user