Skip to content

Instantly share code, notes, and snippets.

@lextra2
Last active April 25, 2020 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lextra2/4ce8430b77c9b77514f3330b6c936372 to your computer and use it in GitHub Desktop.
Save lextra2/4ce8430b77c9b77514f3330b6c936372 to your computer and use it in GitHub Desktop.
My mpv input.conf
WHEEL_UP add volume 5
WHEEL_DOWN add volume -5
LEFT seek -5 exact
RIGHT seek 5 exact
CTRL+LEFT frame-back-step ; show-text "${estimated-frame-number}/${estimated-frame-count}"
CTRL+RIGHT frame-step ; show-text "${estimated-frame-number}/${estimated-frame-count}"
SHIFT+LEFT playlist-prev ; show-text "${playlist-pos-1}/${playlist-count}"
SHIFT+RIGHT playlist-next ; show-text "${playlist-pos-1}/${playlist-count}"
UP add chapter 1
DOWN add chapter -1
MOUSE_BTN1 quit # mousewheel to quit
#F1 cycle interpolation
#F1 cycle deband
#F3 set glsl-shaders ""
#F4 cycle-values vf hqdn3d=2:2:16:16 "" #denoise SD
#F4 cycle-values vf hqdn3d=1:1:8:8 "" #denoise HD
F4 cycle-values vf gradfun=2:8 "" #deband HD
#F3 cycle-values glsl-shaders "~~/adaptive-sharpen.glsl" ""
#F4 change-list glsl-shader toggle "~~/FSRCNNX_x2_8-0-4-1.glsl"
F4 cycle-values scale spline36 sinc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment