diff options
author | Muhammad Faiz <mfcc64@gmail.com> | 2014-06-30 10:30:23 +0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-30 21:53:14 +0200 |
commit | 46563af79c6508d5bc919e5ec0d1fecc79ed9d42 (patch) | |
tree | c9240d6e47e1c81b3cdfaf61066e03508ffa1e30 /doc | |
parent | 9efa7f82ce4adb51aeaa08fe535bd62735900bb4 (diff) | |
download | ffmpeg-46563af79c6508d5bc919e5ec0d1fecc79ed9d42.tar.gz |
avfilter/showcqt: adding freetype support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index a5f6965948..bc41484e51 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -10430,6 +10430,9 @@ Specify gamma. Lower gamma makes the spectrum more contrast, higher gamma makes the spectrum having more range. Acceptable value is [1.0, 7.0]. Default value is @code{3.0}. +@item fontfile +Specify font file for use with freetype. If not specified, use embedded font. + @item fullhd If set to 1 (the default), the video size is 1920x1080 (full HD), if set to 0, the video size is 960x540. Use this option to make CPU usage lower. |