mirror of https://github.com/mpv-player/mpv
input.conf: add example for aspect ratio cycling
This is requested oftem, but I don't know if it should be an actual default binding.
This commit is contained in:
parent
e40792c820
commit
f78488b1f0
|
@ -211,3 +211,5 @@
|
||||||
# ? cycle sub-forced-only # toggle DVD forced subs
|
# ? cycle sub-forced-only # toggle DVD forced subs
|
||||||
# ? cycle program # cycle transport stream programs
|
# ? cycle program # cycle transport stream programs
|
||||||
# ? stop # stop playback (quit or enter idle mode)
|
# ? stop # stop playback (quit or enter idle mode)
|
||||||
|
# Cycle aspect ratio:
|
||||||
|
# ? cycle_values video-aspect "16:9" "16:10" "4:3" "2.35:1" "-1"
|
||||||
|
|
Loading…
Reference in New Issue