diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-08-24 18:55:05 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-08-25 11:16:09 +0200 |
commit | feb2ea6e09bfe4048bfd2c3a59d3976f3d9e9835 (patch) | |
tree | 12f91719297d081442cffff288ee067fc178c369 /doc/filters.texi | |
parent | 5d7743019b327b3333947f5e96ca6289654c4aa7 (diff) | |
download | ffmpeg-feb2ea6e09bfe4048bfd2c3a59d3976f3d9e9835.tar.gz |
avfilter: add yuvtestsrc source filter
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index d4eca3a3c9..4d1f5a20e7 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14867,7 +14867,8 @@ ffplay -f lavfi life=s=300x200:mold=10:r=60:ratio=0.1:death_color=#C83232:life_c @anchor{smptehdbars} @anchor{testsrc} @anchor{testsrc2} -@section allrgb, allyuv, color, haldclutsrc, nullsrc, rgbtestsrc, smptebars, smptehdbars, testsrc, testsrc2 +@anchor{yuvtestsrc} +@section allrgb, allyuv, color, haldclutsrc, nullsrc, rgbtestsrc, smptebars, smptehdbars, testsrc, testsrc2, yuvtestsrc The @code{allrgb} source returns frames of size 4096x4096 of all rgb colors. @@ -14900,6 +14901,9 @@ 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 @code{yuvtestsrc} source generates an YUV test pattern. You should +see a y, cb and cr stripe from top to bottom. + The sources accept the following parameters: @table @option |