Opened 18 years ago
Closed 18 years ago
Last modified 18 years ago
#2481 closed enhancement (fixed)
Closed Captioning contained in MPEG user data fields
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | dvb | Version: | 0.20 |
Severity: | medium | Keywords: | |
Cc: | danielk | Ticket locked: | no |
Description
This is a patch to support closed captioning in MPEG user data fields that start with the bytes 0x05 0x02. It's basically a way to preserve line 21 data that some DVB providers use. This patch provides support for that closed captioning format.
Attachments (2)
Change History (7)
Changed 18 years ago by
Attachment: | dvb-na-cc-r11310.patch added |
---|
comment:1 Changed 18 years ago by
Just compiled it, and good part that something is working, however i'm getting bunch of garbage in addition to CC... (using DVB DN)
comment:2 Changed 18 years ago by
Thanks for the testing. It turns out I was doing too much work. In my 0.16 version I had to manually reorder predictive frame data because of the way it was implemented, but 0.20's decoder does that for me.
Here's the revised version of the patch. Let me know how it works.
Changed 18 years ago by
Attachment: | dvb-na-cc-r11313-v2.patch added |
---|
comment:3 Changed 18 years ago by
This one work great for DN, would be nice to put into the trunk now...
comment:4 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Revision 1 of MPEG user data CC patch.