Opened 20 years ago
Closed 20 years ago
#668 closed enhancement (fixed)
Support for ATSC Closed Captions
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
This patch adds support for decoding Closed Captions in ATSC mpeg streams. These are the "old-style" EIA-608 captions which seem to be present in most ATSC broadcasts. This patch also includes decoding of Closed Captions (not subtitles) in DVD mpeg streams. Both caption-styles are contained in User Data mpeg packets. For the captions to be correctly displayed, the patch in Ticket #667 is required.
The patch is in two parts. The first part moves the existing CC decoding support from NuppelVideoRecorder to a new CCDecoder class so that it can be shared with the frontend. The second part adds the actual support for ATSC and DVD decoding.
Attachments (2)
Change History (5)
by , 20 years ago
Attachment: | ccdecoder-r7892.patch added |
---|
by , 20 years ago
Attachment: | atsc_cc-r7892.patch added |
---|
comment:1 by , 20 years ago
Milestone: | → 0.20 |
---|---|
Owner: | changed from | to
Version: | → head |
ATSC/DVD CC support (dependent on ccdecoder patch)