[mythtv-commits] Ticket #10301: [PATCH] mythtranscode: --fifoinfo reports aspect ratio of first uncut frame

MythTV noreply at mythtv.org
Fri Jan 4 23:57:34 UTC 2013


#10301: [PATCH] mythtranscode: --fifoinfo reports aspect ratio of first uncut frame
------------------------------------+-----------------------------
 Reporter:  Lawrence Rust <lvr@…>   |          Owner:  beirdo
     Type:  Patch - Bug Fix         |         Status:  closed
 Priority:  minor                   |      Milestone:  0.25
Component:  MythTV - Mythtranscode  |        Version:  Master Head
 Severity:  medium                  |     Resolution:  fixed
 Keywords:  fifoinfo                |  Ticket locked:  0
------------------------------------+-----------------------------

Comment (by mythtv@…):

 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/10301#comment:4>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list