Opened 21 years ago
Closed 21 years ago
#862 closed patch (fixed)
Additional parsing of XDS data
| Reported by: | kkuphal | Owned by: | danielk |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.20 |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
This patch adds VERBOSE parsing of some XDS data. I was using this code to see if the V-Chip information chagned during commercials as a possible detection method, but it doesn't appear to be the case, at least with my XDS data. I'd be interested to see what others find using this. There is also a Program Type code that is parsed and has a possible value of Advertisement but this might be for late night paid programming vs. a commercial during a program.
Much of the information was gathered from http://www.geocities.com/mcpoodle43/SCC_TOOLS/DOCS/CC_XDS.HTML and http://captioning.robson.org/articles/general/nv-line21.html
Attachments (1)
Change History (3)
comment:1 by , 21 years ago
| Milestone: | 0.19 → 0.20 |
|---|---|
| Owner: | changed from to |
comment:2 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
(In [8946]) Closes #862, by applying patch from Kevin Kuphal.
This adds XDS parsing to CCDecoder. XDS contains information about the currently playing program during NTSC and some ATSC programs. We do not currently use the information, but if you run with '-v VBI' you can see all the information available.

Updated patch with more human readable information. Be warned, lots of VERBOSITY here as before.