Expected behavior of the wanted feature
Option like --sub-file-paths=, but for fonts folders.
For example:
sub-file-paths=subs:/or/absolute/path/to/
font-file-paths=subs/fonts:/or/absolute/path/to/
ffmpeg has similar functionality:
https://ffmpeg.org/ffmpeg-filters.html#subtitles-1
11.201 subtitles
Draw subtitles on top of input video using the libass library.
...
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.
Expected behavior of the wanted feature
Option like --sub-file-paths=, but for fonts folders.
For example:
sub-file-paths=subs:/or/absolute/path/to/
font-file-paths=subs/fonts:/or/absolute/path/to/
ffmpeg has similar functionality:
https://ffmpeg.org/ffmpeg-filters.html#subtitles-1