Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-04-24 13:14:27 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-05-03 20:37:54 +0400
commitf51aa92b0f165a24c4bd8c3b0b85c159048195d6 (patch)
tree140ab651ba21ad5042c561f9611fc6ceeb4e8a70 /doc
parentce322f4c191f0262066698ea08084dd79b6228cb (diff)
lavfi/testsrc: add support for color interactive command
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index f80df081eb..157b79371d 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -7350,6 +7350,16 @@ the @code{geq} filter:
nullsrc=s=256x256, geq=random(1)*255:128:128
@end example
+@subsection Commands
+
+The @code{color} source supports the following commands:
+
+@table @option
+@item c, color
+Set the color of the created image. Accepts the same syntax of the
+corresponding @option{color} option.
+@end table
+
@c man end VIDEO SOURCES
@chapter Video Sinks