[mythtv-commits] Ticket #10333: Commit 8038cb11da4e4f803e88f4476d9e49348bb3ca19 introduces various closed caption bugs

MythTV noreply at mythtv.org
Wed Feb 15 00:28:19 UTC 2012


#10333: Commit 8038cb11da4e4f803e88f4476d9e49348bb3ca19 introduces various closed
caption bugs
----------------------------------------------+----------------------------
 Reporter:  Clayton Smith <argilo@…>          |          Owner:  stichnot
     Type:  Bug Report - General              |         Status:  accepted
 Priority:  minor                             |      Milestone:  0.25
Component:  MythTV - Captions                 |        Version:  Master
 Severity:  medium                            |  Head
 Keywords:  cea-708                           |     Resolution:
                                              |  Ticket locked:  0
----------------------------------------------+----------------------------
Changes (by stichnot):

 * status:  new => accepted


Comment:

 Clayton, thanks for the deep testing of this.

 As background, the goal was to refactor cc608, cc708, and text subs into a
 common framework that supports all formatting controls and tries to give a
 consistent look across the subtitle types.  For consistency, cc608 was
 used as the basis since it doesn't offer much flexibility in layout.  The
 original cc608 code included gaps between lines, and that has been carried
 into cc708 and text as well.

 I haven't been able to reproduce issues 1 and 3.  What is your setting for
 OSDSubFont, and what is your playback resolution?  (Mine are FreeMono, and
 1280x720 and 1366x768.)

 Issue 2 is the result of improper CEA-708 encoding.  In this sample, the
 text is anchored relative to the top of the screen, so the first caption
 row should appear at a specific point, but there are no guarantees on
 subsequent rows.  You should see a similar effect in the old code if you
 change OSDCC708TextZoom.

 Issue 4 I plan to leave as it is for now, with future plans to make line
 spacing and other attributes customizable by the theme and/or the user.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10333#comment:2>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list