diff options
author | Muhammad Faiz <mfcc64@gmail.com> | 2016-10-17 05:59:57 +0700 |
---|---|---|
committer | Muhammad Faiz <mfcc64@gmail.com> | 2016-10-18 00:47:57 +0700 |
commit | 923488bdaaabfdf5646944b7bbe94a658771778b (patch) | |
tree | 375bbc796f7068491ee125cd63867f05f5f64a73 /doc/filters.texi | |
parent | 92de89d14acbb8160147dc9e7a62c2a4fd6423da (diff) | |
download | ffmpeg-923488bdaaabfdf5646944b7bbe94a658771778b.tar.gz |
avfilter/showcqt: add font option
this is fontconfig pattern
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index ad5969beeb..8fda8a1600 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -16870,6 +16870,10 @@ use embedded font. Note that drawing with font file or embedded font is not implemented with custom @var{basefreq} and @var{endfreq}, use @var{axisfile} option instead. +@item font +Specify fontconfig pattern. This has lower priority than @var{fontfile}. +The : in the pattern may be replaced by | to avoid unnecessary escaping. + @item fontcolor Specify font color expression. This is arithmetic expression that should return integer value 0xRRGGBB. It can contain variables: @@ -16993,6 +16997,12 @@ fontcolor='if(mod(floor(midi(f)+0.5),12), 0x0000FF, g(1))':fontfile=myfont.ttf @end example @item +Custom font using fontconfig: +@example +font='Courier New,Monospace,mono|bold' +@end example + +@item Custom frequency range with custom axis using image file: @example axisfile=myaxis.png:basefreq=40:endfreq=10000 |