Changes between Initial Version and Version 2 of Ticket #10531
- Timestamp:
- Aug 29, 2023, 8:10:21 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10531 – Description
initial v2 1 1 Summary of the bug: 2 2 3 Prior to 1 or more of the below commits to vf_drawtext, it was possible to draw running timecode, justified to the centre or right edge and not have any horizontal jitter as the numbers ticked up. After the below commits, this is no longer the case and the numbers move around horizontally as the width of the characters changes, even though a monospaced font is being used.3 Prior to the below commit to vf_drawtext, it was possible to draw running timecode, justified to the centre or right edge and not have any horizontal jitter as the numbers ticked up. After the commit, this is no longer the case and the numbers move around horizontally as the width of the characters changes, even though a monospaced font is being used. 4 4 5 5 avfilter/vf_drawtext: improve glyph shaping and positioning 6 6 [https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/1eeb59a2099479eeead8cdc0d4586443fb301a8a] 7 8 avfilter/vf_drawtext: implement text alignment9 [https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/5f2d907de2ddefd024d161b66d63f8da6208d4d0]10 11 avfilter/vf_drawtext: use flags type of option for text_align12 [https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/ea190b8a2385ae527c2539ab63e668d02ca56b00]13 7 14 8 How to reproduce:


