diff options
author | Ricardo Constantino <wiiaboo@gmail.com> | 2015-08-30 23:52:10 +0100 |
---|---|---|
committer | wm4 <nfxjfg@googlemail.com> | 2015-09-02 00:47:52 +0200 |
commit | 9dbc50b4cdaf6de5a4d52bdaa3d4d1a0df5efadd (patch) | |
tree | c3148ac9c4016387b56ed3e65182654a25d30e64 /doc/filters.texi | |
parent | 642d2f9d558b946de6a92f2fad32286e74e14218 (diff) | |
download | ffmpeg-9dbc50b4cdaf6de5a4d52bdaa3d4d1a0df5efadd.tar.gz |
avfilter/vf_subtitles: allow setting fonts directory
This is mostly useful if libass was compiled with a font provider
other than fontconfig, but is still useful in that case.
Signed-off-by: Ricardo Constantino <wiiaboo@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 892347b21d..3e7d2a2adc 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -9939,6 +9939,10 @@ was composed. For the syntax of this option, check the Due to a misdesign in ASS aspect ratio arithmetic, this is necessary to correctly scale the fonts if the aspect ratio has been changed. +@item fontsdir +Set a directory path containing fonts that can be used by the filter. +These fonts will be used in addition to whatever the font provider uses. + @item charenc Set subtitles input character encoding. @code{subtitles} filter only. Only useful if not UTF-8. |