Ticket #9030 (closed patch: Fixed)
Opened 3 years ago
Last modified 2 years ago
Left-justify EIA-608 captions
| Reported by: | Jim Stichnoth <stichnot@…> | Owned by: | markk |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24.1 |
| Component: | MythTV - Video Playback | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
This is related to #8954. When the paint-on style of captions is used (characters are drawn one by one from left to right), and at least when using the FreeMono? font, there is some "jitter" in the line being painted. The text shifts back and forth by a small number of pixels due to problems in text width calculation. Setting the alignment to left-justified instead of centered fixes the problem. The attached patch also makes sure there is still a black border to the left when the justification is changed.
It might be useful to apply the same change to EIA-708 captions if paint-on captions are used there, but maybe not for text captions.
Attachments
Change History
comment:1 Changed 3 years ago by markk
- Owner changed from janne to markk
- Status changed from new to accepted
comment:3 Changed 2 years ago by markk
- Status changed from accepted to closed
- Resolution set to Fixed
- Milestone changed from 0.25 to 0.24.1
Fixed in SHA 9bfe562c05dc65beae74a8b5a38a28052a007f5a
