Opened 11 years ago

Closed 4 years ago

#11605 closed Bug Report - General (Abandoned)

mythtranscode --fifoinfo --honorcutlist ignores pixel aspect

Reported by: mythtv@… Owned by:
Priority: minor Milestone: unknown
Component: MythTV - Mythtranscode Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

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();

Change History (1)

comment:1 Changed 4 years ago by Stuart Auchterlonie

Resolution: Abandoned
Status: newclosed

Closing old tickets

Note: See TracTickets for help on using tickets.