[mythtv] [mythtv-commits] Ticket #9109: Wrong end time displayed for MPEG2-TS
Jim Stichnoth
stichnot at gmail.com
Tue Nov 23 00:21:55 UTC 2010
On Mon, Nov 22, 2010 at 1:59 PM, MythTV <mythtv at cvs.mythtv.org> wrote:
> #9109: Wrong end time displayed for MPEG2-TS
> -------------------------------------+--------------------------------------
> Reporter: outleradam@… | Owner: tralph
> Type: defect | Status: assigned
> Priority: minor | Milestone: unknown
> Component: MythTV - Video Playback | Version: Trunk Head
> Severity: medium | Resolution:
> Keywords: | Ticket locked: 0
> -------------------------------------+--------------------------------------
>
> Comment (by danielk):
>
> We had a ticket for this in the 800-900 ticket # range, but I believe we
> eventually closed it as a wontfix. It would of course be nice to fix it,
> but the fix is non-trivial and the bugs it causes are of the trivial sort.
Daniel,
The two key issues here (accurate mapping of frame number to display
time, and accurate seeking within a recording) are very similar to the
patch in #8631, which handles these issues with respect to a cutlist.
If the recorder were to enter frame rate changes in the recordedmarkup
table, it seems like the #8631 patch could be leveraged.
The only other issue I can think of is that in lossless transcoding,
the frame rate markup would have to be updated with respect to the
cutlist, but that's simple.
Am I missing anything?
Jim
More information about the mythtv-dev
mailing list