[FFmpeg-cvslog] doc/filters: document testsrc2 source filter

Lou Logan git at videolan.org
Mon Apr 11 20:29:54 CEST 2016


ffmpeg | branch: master | Lou Logan <lou at lrcd.com> | Fri Apr  8 17:07:10 2016 -0800| [03d8fee912a4a0a5cab7995d5c604e89bc4455b8] | committer: Lou Logan

doc/filters: document testsrc2 source filter

Signed-off-by: Lou Logan <lou at lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=03d8fee912a4a0a5cab7995d5c604e89bc4455b8
---

 doc/filters.texi |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 82be06d..b4af424 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -14330,7 +14330,8 @@ ffplay -f lavfi life=s=300x200:mold=10:r=60:ratio=0.1:death_color=#C83232:life_c
 @anchor{smptebars}
 @anchor{smptehdbars}
 @anchor{testsrc}
- at section allrgb, allyuv, color, haldclutsrc, nullsrc, rgbtestsrc, smptebars, smptehdbars, testsrc
+ at anchor{testsrc2}
+ at section allrgb, allyuv, color, haldclutsrc, nullsrc, rgbtestsrc, smptebars, smptehdbars, testsrc, testsrc2
 
 The @code{allrgb} source returns frames of size 4096x4096 of all rgb colors.
 
@@ -14359,6 +14360,10 @@ 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.
 
+The @code{testsrc2} source is similar to testsrc, but supports more
+pixel formats instead of just @code{rgb24}. This allows using it as an
+input for other tests without requiring a format conversion.
+
 The sources accept the following parameters:
 
 @table @option



More information about the ffmpeg-cvslog mailing list