From b17fa4997469f7757c4a0741876158bca4d8ba4a Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Mon, 19 Nov 2018 19:20:35 +0200 Subject: [PATCH] Add mpv config --- .config/mpv/input.conf | 10 ++++++++++ .config/mpv/mpv.conf | 5 +++++ 2 files changed, 15 insertions(+) create mode 100644 .config/mpv/input.conf create mode 100644 .config/mpv/mpv.conf diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf new file mode 100644 index 0000000..4ba0548 --- /dev/null +++ b/.config/mpv/input.conf @@ -0,0 +1,10 @@ +ENTER playlist_next force +Shift+RIGHT seek 1 - exact +Shift+LEFT seek -1 - exact +Shift+UP seek 5 - exact +Shift+DOWN seek -5 - exact + +h add audio-delay 0.100 # this changes audio/video sync +j add audio-delay -0.100 + +d cycle-values deinterlace yes yes no yes; cycle-values field-dominance bottom top auto auto; show-text "deinterlace: ${deinterlace} ${field-dominance}" diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..027cea3 --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,5 @@ +#border=no +#vo=opengl-hq:interpolation:tscale-param1=0.0:scale=ewa_lanczos +vo=gpu +hwdec=vaapi +force-window=immediate