Ticket #1054 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Video isn't scaled down if it takes up too much of the window space

Reported by: verm Owned by: nielsm
Priority: normal Milestone: 2.1.8
Component: General Version: 1.10
Severity: minor Keywords:
Cc: Platform: All
Sub Component:

Description (last modified by nielsm) (diff)

If the user loads a video with a large resolution, it may take up so much of the window that the rest of the interface becomes unusable.

Aegisub should check the loaded video size against the window size, and change the zoom level if the video will take up a too large portion of the window.

Change History

comment:1 Changed 2 years ago by nielsm

  • Status changed from new to accepted
  • Description modified (diff)
  • Summary changed from Large videos take up entire screen on OSX to Video isn't scaled down if it takes up too much of the window space
  • Platform changed from OS X to All
  • Version changed from devel to 1.10
  • Owner set to nielsm

This is not specific to Mac but can happen on any platform.

I'll take a look at changing this, it shouldn't be very hard to do.

comment:2 Changed 2 years ago by nielsm

(In [3858]) Check video size on open and change zoom level to 50% or 25% if the video is greater than some proportions of the window size.
Updates #1054.

comment:3 Changed 2 years ago by nielsm

  • Status changed from accepted to closed
  • Resolution set to fixed

(In [3859]) Merge r3858. Closes #1054.

Note: See TracTickets for help on using tickets.