Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMuhammad Faiz <mfcc64@gmail.com>2014-06-30 07:30:23 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-06-30 23:53:14 +0400
commit46563af79c6508d5bc919e5ec0d1fecc79ed9d42 (patch)
treec9240d6e47e1c81b3cdfaf61066e03508ffa1e30 /doc
parent9efa7f82ce4adb51aeaa08fe535bd62735900bb4 (diff)
avfilter/showcqt: adding freetype support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
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.