Hi, Thanks for reply.
Another question: I want to print frame number on video, where each frame has their own frame number. If text is set to frame number, the width of some frame number will become different, such as 6, 13 and 370. Is there any way to show the text of frame number and keep the same width of text by adding some space at the same time? Thanks regards andrew | | qw 邮箱:[email protected] | 签名由 网易邮箱大师 定制 在2018年06月01日 22:55,Gyan Doshi 写道: On 01-06-2018 08:10 PM, qw wrote: > I don't find the description of print() in the vf filtergraph in ffmpeg > website, i.e. http://ffmpeg.org/ffmpeg-filters.html#drawtext-1 print() function is part of the eval API. All available functions are documented at https://ffmpeg.org/ffmpeg-utils.html#Expression-Evaluation > Where to get the detailed description of fontsize? The text is rasterized by the freetype lib, not ffmpeg. See some background on fontsizes at https://www.freetype.org/freetype2/docs/glyphs/glyphs-2.html Regards, Gyan _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
