Opened 16 years ago
Closed 16 years ago
#8696 closed defect (fixed)
CC608 captions not getting recorded in nuv (bttv) file
| Reported by: | Owned by: | markk | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24 |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
CC608 captions are not getting saved in nuv files (bttv recordings). There are also a lot of these messages during recording:
NVP::AddTextData(): Text buffer overflow
The problem is that the CC decoder should call NuppelVideoRecorder::AddTextData() instead of the player version (CC608Reader::AddTextData()). I believe this problem was introduced during the MythUI OSD merge.
The attached patch fixes the problem.
Attachments (1)
Change History (3)
by , 16 years ago
| Attachment: | cc_nvr-r25416.patch added |
|---|
comment:1 by , 16 years ago
| Milestone: | unknown → 0.24 |
|---|---|
| Owner: | set to |
| Severity: | medium → low |
| Status: | new → assigned |
| Version: | Unspecified → Trunk Head |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
(In [25703]) Fix recording of CC-608 captions in NuppelVideo files. With thanks to Gregorio for the patch.
Closes #8696
Note:
See TracTickets
for help on using tickets.

fix CC608 in nuv recording