diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-04-11 15:49:44 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-04-14 00:25:09 +0000 |
commit | 03e2ec32b88f410f90e696ec9ab3b744cc43de13 (patch) | |
tree | 6610dbe5b89202394bb4f67fac87f3460f011d65 /doc/filters.texi | |
parent | 2952ed2b60768027d126db86a4710868edb036c0 (diff) | |
download | ffmpeg-03e2ec32b88f410f90e696ec9ab3b744cc43de13.tar.gz |
lavfi: add smptehdbars source
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 0ff8da0ccb..391faff1b6 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6194,7 +6194,7 @@ ffplay -f lavfi life=s=300x200:mold=10:r=60:ratio=0.1:death_color=#C83232:life_c @end example @end itemize -@section color, nullsrc, rgbtestsrc, smptebars, testsrc +@section color, nullsrc, rgbtestsrc, smptebars, smptehdbars, testsrc The @code{color} source provides an uniformly colored input. @@ -6209,6 +6209,9 @@ stripe from top to bottom. The @code{smptebars} source generates a color bars pattern, based on the SMPTE Engineering Guideline EG 1-1990. +The @code{smptehdbars} source generates a color bars pattern, based on +the SMPTE RP 219-2002. + 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. |