diff options
author | tsxv478 <vt0451@yandex.ru> | 2023-03-06 01:52:09 +0300 |
---|---|---|
committer | tsxv478 <vt0451@yandex.ru> | 2023-03-06 01:52:09 +0300 |
commit | 0127cb745e92c0927cde42338f7e017ed3c404d6 (patch) | |
tree | b26d8e5657e381e2e063f44725c1ff5a95416b8a | |
parent | b1d12bad15b487c1c3cdf1b256caca95b93f7e48 (diff) |
mpv
-rw-r--r-- | mpv/input.conf | 18 | ||||
-rw-r--r-- | mpv/mpv.conf | 3 |
2 files changed, 21 insertions, 0 deletions
diff --git a/mpv/input.conf b/mpv/input.conf new file mode 100644 index 0000000..2ef7f21 --- /dev/null +++ b/mpv/input.conf @@ -0,0 +1,18 @@ +l seek 5 exact +h seek -5 exact +L seek 2 exact +H seek -2 exact +j add volume -2 +k add volume +2 +a cycle audio +A cycle audio down +c cycle sub +C cycle sub down +b ab-loop +Ctrl+l seek 60 exact +Ctrl+h seek -60 exact +Ctrl+a cycle-values video-aspect-override "16:9" "4:3" "2.35:1" "-1" +WHEEL_UP add volume 2 +WHEEL_DOWN add volume -2 +WHEEL_LEFT ignore +WHEEL_RIGHT ignore diff --git a/mpv/mpv.conf b/mpv/mpv.conf new file mode 100644 index 0000000..5de0234 --- /dev/null +++ b/mpv/mpv.conf @@ -0,0 +1,3 @@ +osd-on-seek=msg-bar +volume-max=150 +ytdl-format=bestvideo[height<=?1080]+bestaudio/best |