Opened 14 years ago

Closed 14 years ago

#8696 closed defect (fixed)

CC608 captions not getting recorded in nuv (bttv) file

Reported by: gregorio.gervasio@… 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)

cc_nvr-r25416.patch (3.4 KB) - added by gregorio.gervasio@… 14 years ago.
fix CC608 in nuv recording

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by gregorio.gervasio@…

Attachment: cc_nvr-r25416.patch added

fix CC608 in nuv recording

comment:1 Changed 14 years ago by danielk

Milestone: unknown0.24
Owner: set to markk
Severity: mediumlow
Status: newassigned
Version: UnspecifiedTrunk Head

comment:2 Changed 14 years ago by markk

Resolution: fixed
Status: assignedclosed

(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.