Opened 13 years ago

Closed 13 years ago

#9035 closed patch (fixed)

Add Horizontall zoom VideoPlayback

Reported by: ligverd@… Owned by: markk
Priority: minor Milestone: 0.25
Component: MythTV - Video Playback Version: Master Head
Severity: low Keywords: zoom
Cc: Ticket locked: no

Description

Proportional horizontall zoom
All video is stretched proportionally to the screen width, top and bottom are cut off.

Attachments (1)

patch.diff (1.7 KB) - added by ligverd@… 13 years ago.
Add new mode Horizontal Zoom

Download all attachments as: .zip

Change History (5)

comment:1 Changed 13 years ago by beirdo

Milestone: 0.24unknown

Please do not set the milestone for tickets.

Changed 13 years ago by ligverd@…

Attachment: patch.diff added

Add new mode Horizontal Zoom

comment:2 Changed 13 years ago by markk

Milestone: unknown0.25
Owner: changed from Janne Grunau to markk
Status: newaccepted

comment:3 Changed 13 years ago by stuartm

Milestone: 0.25

Milestone 0.25 deleted

comment:4 Changed 13 years ago by Github

Resolution: fixed
Status: acceptedclosed

VideoOutpuut?: Add 2 new video fill modes.

These fill the screen either horizontally or vertically with cropping top and bottom or left and right respectively.

These will be no-ops when no adjustment is required and are useful for making full use of all the available screen space.

The existing fill stretch modes cater to incorrectly encoded video (and I believe should be removed, as they should be handled with a combination of aspect and fill adjustment) and the half and full fill modes are 'hard coded', both in terms of the amount of fill applied and when it is applied (i.e. all of the time).

Closes #9035.

Changeset: 53bc658e860326209310a35d7ff803b60a8eaac9

Note: See TracTickets for help on using tickets.