[mythtv-commits] Ticket #162: The length of recorded programs are wrong in OSD where using PAL

MythTV mythtv at cvs.mythtv.org
Tue Jul 26 17:40:41 EDT 2005


#162: The length of recorded programs are wrong in OSD where using PAL
--------------------+-------------------------------------------------------
       Id:  162     |      Status:  new                     
Component:  mythtv  |    Modified:  Tue Jul 26 21:40:41 2005
 Severity:  medium  |   Milestone:  unknown                 
 Priority:  minor   |     Version:  head                    
    Owner:  ijr     |    Reporter:  Mats.cedergren at 5d.se    
--------------------+-------------------------------------------------------
 Due to the fact that PAL uses 25 fps instead of 24 fps the routine to
 calculate
 the length of a recorded show in OSD ( "i" key during playback) returns
 the
 wrong length.

 An example:
 1 hour PAL recording is 90000 frames (3600 second x 25 fps) .
 When using 24 fps to get the length this translates into 3750 secons
 (90000
 frames / 24 fps), with is 1 hour 2 minutes and 30 seconds.

 Only tested this on linux but I guess it's the same on all platforms.

 I'm running against source code version (updated a couple of weeks ago)
 but have seen this in
 any version I have tried.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/162>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list