diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-11 16:27:09 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-10-19 07:09:08 +0200 |
commit | ec2ac9271c91633e5d88551867a7f03bb81852f1 (patch) | |
tree | 703f473c9bc4e728d6107c171d28669fef8dfc5c /doc | |
parent | 0244879f30b81db7b7a001ce2ac21fe81b849ba4 (diff) | |
download | ffmpeg-ec2ac9271c91633e5d88551867a7f03bb81852f1.tar.gz |
lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs
The licence was changed from GPL to LGPL with explicit approval from
the original author.
See thread:
Subject: [FFmpeg-devel] [PATCH] lavfi: add rgbtestsrc source,
ported from MPlayer libmpcodecs
Date: Mon, 11 Jul 2011 16:32:41 +0200
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index a50a0fa269..520a6cb31f 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1974,13 +1974,17 @@ Some examples follow: frei0r_src=200x200:10:partik0l=1234 [overlay]; [in][overlay] overlay @end example -@section testsrc +@section rgbtestsrc, testsrc -Generate a test video pattern, showing a color pattern, a scrolling -gradient and a timestamp. This is mainly intended for testing -purposes. +The @code{rgbtestsrc} source generates an RGB test pattern useful for +detecting RGB vs BGR issues. You should see a red, green and blue +stripe from top to bottom. -It accepts an optional sequence of @var{key}=@var{value} pairs, +The @code{testsrc} source generates a test video pattern, showing a +color pattern, a scrolling gradient and a timestamp. This is mainly +intended for testing purposes. + +Both sources accept an optional sequence of @var{key}=@var{value} pairs, separated by ":". The description of the accepted options follows. @table @option |