[mythtv-commits] Ticket #1095: Add EIA-708 caption decoding

MythTV mythtv at cvs.mythtv.org
Fri Feb 24 23:49:57 UTC 2006


#1095: Add EIA-708 caption decoding
---------------------+------------------------------------------------------
 Reporter:  danielk  |        Owner:  danielk
     Type:  task     |       Status:  new    
 Priority:  minor    |    Milestone:  0.20   
Component:  mythtv   |      Version:  head   
 Severity:  medium   |   Resolution:         
---------------------+------------------------------------------------------
Comment (by danielk):

 (In [9140]) References #1095. Adds EIA-708 caption decoder.

 This is far from a complete implementation of EIA-708.

 But it does decode the plain left-to-right, scroll up captions still in
 use by most networks. The advantage over the the EIA-608 caption decoder
 already in SVN for ATSC is that this decodes additional caption streams
 available on some networks (PBS) and supports all unicode characters, not
 just an extended version of ASCII.

 Some caveats:
  * This does not decode the ATSC caption descriptors, so you won't know
 what streams are available, and in what languages they are in.
  * This does not work when the captions are out of order, this mean FOX,
 UPN and others probably won't work. This is because we are not yet
 reordering the captions out of picture order. So only networks that use
 only B frames for captions like CBS, NBC and others work.

 The default key to toggle the EIA-708 captions is '#', once I've resolved
 the caveats I'll integrate this into the 'T' binding. Defaulting to EIA-
 708 captions when they are available. The second caption stream is
 available via the menu.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/1095>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list