mpv: Move mono-mix key to input.conf
This commit is contained in:
parent
07c861f3cb
commit
2e60594a5d
@ -6,3 +6,6 @@ Alt+down add video-pan-y -0.01
|
|||||||
|
|
||||||
# Rotate video
|
# Rotate video
|
||||||
ctrl+r cycle_values video-rotate "90" "180" "270" "0"
|
ctrl+r cycle_values video-rotate "90" "180" "270" "0"
|
||||||
|
|
||||||
|
# For files with broken stereo
|
||||||
|
Alt+m af toggle "lavfi=[pan=1c|c0=0.5*c0+0.5*c1]" ; show-text "Audio mix set to Mono"
|
||||||
|
@ -4,4 +4,3 @@ ytdl-raw-options=cookies=/path/to/cookies.txt
|
|||||||
fullscreen
|
fullscreen
|
||||||
keep-open=yes
|
keep-open=yes
|
||||||
panscan=1.0
|
panscan=1.0
|
||||||
#; af toggle "lavfi=[pan=1c|c0=0.5*c0+0.5*c1]" ; show-text "Audio mix set to Mono"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user