Opened 2 years ago
Last modified 2 years ago
#9935 new defect
glyphs is broken at drawtext filter
Reported by: | zenix | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avfilter |
Version: | 4.3.5 | Keywords: | font |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
glyphs is broken at drawtext filter
when a sentence is mixed other character set
(ex. english+korean)
I ran ffmpeg on windows 10
However I found the solution at libass library
You have to set the substitution font by FcConfigSubstitute function when ffmpeg sets font on drawtext filter.
How to reproduce:
% ffplay -i anything -vf "[in]drawtext=font='Arial':text='ffmpeg 에프에프엠펙'" ffmpeg version 4.3 built on ... msys2
Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.
Attachments (1)
Change History (3)
by , 2 years ago
Attachment: | Cap 2022-09-22 14-47-34-621.jpg added |
---|
comment:1 by , 2 years ago
Component: | undetermined → avcodec |
---|---|
Version: | unspecified → 4.3.3 |
comment:2 by , 2 years ago
Component: | avcodec → avfilter |
---|
Note:
See TracTickets
for help on using tickets.