diff options
| author | Anton Bobov <anton@bobov.name> | 2023-10-03 22:09:54 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-10-03 22:10:30 +0500 |
| commit | 757118fa689acabccf9c9f81dc123fdbda05ef9e (patch) | |
| tree | c150b48c66bd7a5eb1e934260a4147adfae7696f | |
| parent | 3749260d2d8ffd3cb924867d4b1764063dbac68a (diff) | |
[mpv] Updates
| -rw-r--r-- | files/.config/mpv/input.conf | 15 | ||||
| -rw-r--r-- | files/.config/mpv/mpv.conf | 3 |
2 files changed, 17 insertions, 1 deletions
diff --git a/files/.config/mpv/input.conf b/files/.config/mpv/input.conf index 327a604..827a13b 100644 --- a/files/.config/mpv/input.conf +++ b/files/.config/mpv/input.conf @@ -20,5 +20,20 @@ Shift+Down add chapter -1 m script-binding uosc/menu n script-message-to uosc show-submenu "Navigation" Tab script-binding uosc/toggle-ui +alt+> script-binding uosc/delete-file-next +alt+< script-binding uosc/delete-file-prev +alt+esc script-binding uosc/delete-file-quit + +HOME seek 00 absolute-percent +Ctrl+1 seek 10 absolute-percent +Ctrl+2 seek 20 absolute-percent +Ctrl+3 seek 30 absolute-percent +Ctrl+4 seek 40 absolute-percent +Ctrl+5 seek 50 absolute-percent +Ctrl+6 seek 60 absolute-percent +Ctrl+7 seek 70 absolute-percent +Ctrl+8 seek 80 absolute-percent +Ctrl+9 seek 90 absolute-percent +END seek 100 absolute-percent M cycle mute diff --git a/files/.config/mpv/mpv.conf b/files/.config/mpv/mpv.conf index 8bed5a8..c08cb0a 100644 --- a/files/.config/mpv/mpv.conf +++ b/files/.config/mpv/mpv.conf @@ -22,6 +22,7 @@ screenshot-template=mpv-shot-%F-%{media-title}-%p-%n hwdec=auto-safe # Enable any whitelisted hardware video decoding API interpolation=yes video-sync=display-resample +tscale=oversample # # OSD/OSC @@ -59,7 +60,7 @@ af=lavfi=[loudnorm] speed=1 [streams] -profile-cond=path:match('/streams/') ~= nil +profile-cond=path:match('/streams/.+[.]ts') ~= nil profile-restore=copy cache=no |
