[mythtv-commits] Ticket #9109: Wrong end time displayed for MPEG2-TS

MythTV mythtv at cvs.mythtv.org
Tue Nov 23 21:19:28 UTC 2010


#9109: Wrong end time displayed for MPEG2-TS
-------------------------------------+--------------------------------------
 Reporter:  outleradam@…             |           Owner:  tralph    
     Type:  defect                   |          Status:  closed    
 Priority:  minor                    |       Milestone:  unknown   
Component:  MythTV - Video Playback  |         Version:  Trunk Head
 Severity:  medium                   |      Resolution:  Fixed     
 Keywords:                           |   Ticket locked:  0         
-------------------------------------+--------------------------------------
Changes (by tralph):

  * status:  assigned => closed
  * resolution:  => Fixed


Comment:

 (In [27326]) Several changes to fix the current position and duration of
 the playback OSD
  * Start using the currently displayed video timecode for the OSD position
 instead of frame number and total frames which is inaccurate.
  * Use FFmpeg duration for pre-recorded and video playback length. LiveTV
 is already correct since it uses the actual recording times but in-
 progress recordings still uses frames written and fps which is obviously
 wrong for variable framerate and repeat frame material. The problem with
 in-progress duration should be able to be fixed by using recording times
 like livetv does. An update to mythplayer and the recorder class will be
 necessary.
  * Refactor and clean-up some timestamp/timecode handling.

 Refs #8631.

 Fixes #9109.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/9109#comment:33>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list