Opened 15 years ago

Closed 14 years ago

#6763 closed defect (fixed)

DVD subtitles broken (new description)

Reported by: robert.mcnamara@… Owned by: Janne Grunau
Priority: minor Milestone: unknown
Component: MythTV - Video Playback Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

DVD subtitles seem not to display with the VDPAU renderer. They are functional in all other renderers. DVB subtitles (also bitmap) are reported as working (but not personally tested).

Change History (4)

comment:1 Changed 15 years ago by markk

Owner: changed from Isaac Richards to Janne Grunau
Status: newassigned
Summary: DVD subtitles broken w/ VDPAU rendererDVD subtitles broken (new description)

Testing suggests 2 distinct problems with trunk r21021 (irrespective of video renderer):-

  • certain dvds have serious av sync and related playback issues. Comparing the frame timecodes and the subtitle timecodes (NuppelVideoPlayer?.cpp line 7104) indicates that frame timecodes are often completely out of sync - suggesting they are actually mis-reported or broken (hence no subtitles and broken av sync)
  • on other dvd's subtitles fail because the AVSubtitleRect->type is reported as SUBTITLE_NONE instead of SUBTITLE_BITMAP - and display fails at line 7130 of NuppelVideoPlayer?.cpp

comment:2 Changed 15 years ago by Janne Grunau

(In [21028]) set type in AVSubtitleRect to SUBTITLE_BITMAP in DVDRingBuffer too, Refs #6763

comment:3 Changed 15 years ago by andrei@…

This is still broken in 21098.

comment:4 Changed 14 years ago by robertm

Resolution: fixed
Status: assignedclosed

All Fixed and working here, original reporter speaking.

Note: See TracTickets for help on using tickets.