[mythtv-commits] Ticket #1693: osd total time of quai-live 60fps shows gets doubled when recording completes

MythTV mythtv at cvs.mythtv.org
Sun Apr 16 17:25:08 UTC 2006


#1693: osd total time of quai-live 60fps shows gets doubled when recording
completes
----------------------------------+-----------------------------------------
 Reporter:  perveilerj at yahoo.com  |        Owner:  danielk
     Type:  patch                 |       Status:  closed 
 Priority:  minor                 |    Milestone:         
Component:  mythtv                |      Version:         
 Severity:  medium                |   Resolution:  wontfix
----------------------------------+-----------------------------------------
Changes (by danielk):

  * resolution:  => wontfix
  * status:  new => closed

Comment:

 This seems to make the problem worse by further entrencing an invalid
 assumption of a fixed number of frames per second.

 The underlying problem with the dtv recorders and the way MythTV tracks
 where we are in the recording is that the frame rate is not fixed when
 using these recorders. A network can switch to 24 fps for filmed programs
 and then to 30 fps for a commercial (see WB and UPN).

 The #799 problem is really a seperate problem, it is due to a misscounting
 of the frames in DTVRecorder::FindKeyframes(). This happens because we
 don't parse the PES packet properly. This patch would only hide one of the
 effects of this, skipping would still be broken because we would still be
 writing a broken position map.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/1693>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list