Browse Source

Add mpv config

master
Arti Zirk 6 years ago
parent
commit
b17fa49974
  1. 10
      .config/mpv/input.conf
  2. 5
      .config/mpv/mpv.conf

10
.config/mpv/input.conf

@ -0,0 +1,10 @@ @@ -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}"

5
.config/mpv/mpv.conf

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
#border=no
#vo=opengl-hq:interpolation:tscale-param1=0.0:scale=ewa_lanczos
vo=gpu
hwdec=vaapi
force-window=immediate
Loading…
Cancel
Save