[FFmpeg-trac] #10039(avfilter:new): drawtext over multiple lines
FFmpeg
trac at avcodec.org
Tue Nov 15 09:48:13 EET 2022
#10039: drawtext over multiple lines
----------------------------------+-------------------------------------
Reporter: ccpaging | Type: defect
Status: new | Priority: important
Component: avfilter | Version: 5.1.2
Keywords: drawtext | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
----------------------------------+-------------------------------------
Summary of the bug:
I try to drawtext over multiple lines in windows command by using \v and
\f. There is two lines text displayed. But some broken glyphs is displayed
also. It seems \v and \f is not filtered out when draw.
If multiple line text stored in textfile, everything is ok.
How to reproduce:
{{{
% ffplay -f lavfi "color, drawtext=text=TEST^LSecond:
fontfile=C\\:/Windows/fonts/tahomabd.ttf: fontcolor=white: fontsize=h/10:
x=(w-text_w)/2: y=(h-text_h)/2"
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10039>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list