diff options
author | wm4 <wm4@nowhere> | 2015-01-26 03:03:19 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-01-26 03:03:19 +0100 |
commit | 189087c2ed6b2fabcf4b4f4c3e51f408672cde94 (patch) | |
tree | ff331ec007d726543a8e993c26624b21496c3ad7 /etc | |
parent | f47b14b717c16fc82f3f33b0bc5259f446a1aafa (diff) |
input.conf: bind 'A' to cycling aspect ratios
Apparently broken files are popular enough that this is still needed.
It's relatively often asked on the IRC channel, and I also found it on
the archwiki mpv page.
The list of aspect ratios is taken from the archwiki page, with "16:10"
removed (because I doubt there are actually files with this aspect
ratio).
Diffstat (limited to 'etc')
-rw-r--r-- | etc/input.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/input.conf b/etc/input.conf index aa765ce293..87c199db20 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -119,6 +119,8 @@ #Alt+s screenshot - each-frame # automatically screenshot every frame #w add panscan -0.1 # zoom out with -panscan 0 -fs #e add panscan +0.1 # in +# cycle video aspect ratios; "-1" is the container aspect +#A cycle_values video-aspect "16:9" "4:3" "2.35:1" "-1" #POWER quit #MENU cycle osd #PLAY cycle pause |