mpv-player/mpv

Missing 16:10 aspect-ratio

ahimta opened this issue · 6 comments

ahimta commented

Expected behavior of the wanted feature

When clicking Ctrl+A repeatedly never get 16:10 aspect-ratio.

I looked into two likely relevant-parts which are the following:

  1. RATIO_CASE(16.0 / 10.0, "16:10");
  2. else if (doubles_equal(aspect_ratio, 16.0 / 10.0))

But both don't help-much. Seems this is more concerned with mpv-properties which probably, and for very good-reasons, has significant-levels of indirection.

Honestly such changes better done by a maintainer as it's easier than even discussing/explaining to others. Unless what's needed/decided is to resolve some indirection or simplify the design/system to make such-details more tractable.

Alternative behavior of the wanted feature

When clicking Ctrl+A repeatedly and around 16:9 aspect-ratio, should get to 16:10 aspect-ratio.

Log File

No response

Sample Files

No response

That's defined in

#A cycle-values video-aspect-override "16:9" "4:3" "2.35:1" "-1" # cycle the video aspect ratio ("-1" is the container aspect)
. You can rebind shift+a to cycle through any aspect you want.