diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-04-24 11:14:27 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-05-03 18:37:54 +0200 |
commit | f51aa92b0f165a24c4bd8c3b0b85c159048195d6 (patch) | |
tree | 140ab651ba21ad5042c561f9611fc6ceeb4e8a70 /doc/filters.texi | |
parent | ce322f4c191f0262066698ea08084dd79b6228cb (diff) | |
download | ffmpeg-f51aa92b0f165a24c4bd8c3b0b85c159048195d6.tar.gz |
lavfi/testsrc: add support for color interactive command
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 10 |
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 |