mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avfilter/vf_subtitles: allow using embedded fonts
ASS subtitles can have encoded fonts embedded into the subtitle file itself. Allow libass to load those, to render subs as intended.
This commit is contained in:
parent
ebedd26eef
commit
3300625c6f
@ -111,6 +111,7 @@ static av_cold int init(AVFilterContext *ctx)
|
||||
ass_set_message_cb(ass->library, ass_log, ctx);
|
||||
|
||||
ass_set_fonts_dir(ass->library, ass->fontsdir);
|
||||
ass_set_extract_fonts(ass->library, 1);
|
||||
|
||||
ass->renderer = ass_renderer_init(ass->library);
|
||||
if (!ass->renderer) {
|
||||
|
Loading…
Reference in New Issue
Block a user