[mythtv-commits] Ticket #11605: mythtranscode --fifoinfo --honorcutlist ignores pixel aspect

MythTV noreply at mythtv.org
Mon Jun 17 10:00:50 UTC 2013


#11605: mythtranscode --fifoinfo --honorcutlist ignores pixel aspect
----------------------------------------+-------------------------
     Reporter:  mythtv@…                |      Owner:
         Type:  Bug Report - General    |     Status:  new
     Priority:  minor                   |  Milestone:  unknown
    Component:  MythTV - Mythtranscode  |    Version:  Master Head
     Severity:  medium                  |   Keywords:
Ticket locked:  0                       |
----------------------------------------+-------------------------
 I believe this fix actually causes problems, as it seems to use the actual
 frame size assuming square pixels.

 For instance, I have many DVB recordings at 704x576 with a DAR of 16:9, so
 that the output frame size is 1024x568. When mythtranscode -fifoinfo is
 run I get FifoVideoAspectRatio 1.77778 as expected, but adding
 -honorcutlist now gives me FifoVideoAspectRatio 1.22222.

 I am afraid I am not sure what the correct call is (having never read any
 of the source), but I am assuming it is the following line of the patch
 which needs changing to get the output frame size, rather that the source
 size:
 {{{
 video_aspect = player->GetVideoAspect();
 }}}

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11605>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list