# ~/.config/mpv/input.conf # # this file: # http://user.it.uu.se/~embe8573/conf/mv/input.conf # https://dataswamp.org/~incal/conf/mpv/input.conf # # config: # https://dataswamp.org/~incal/mpv.conf # # zsh: # https://dataswamp.org/~incal/conf/.zsh/mpv # show and tell Ctrl+s screenshot video F script-binding stats/display-stats-toggle f show-text ${filename} p show-progress # looks 2 cycle fullscreen h set saturation 0; set brightness 0 v add saturation 1; add brightness 1 V add saturation -1; add brightness -1 # play u playlist-prev o playlist-next SPACE cycle pause q quit # restart r no-osd seek -10000 # audio a cycle audio m cycle mute K add volume -1 I add volume 1 k add volume -3 i add volume 3 # speed = add speed 0.01 - add speed -0.01 + add speed 0.1 _ add speed -0.1 0 set speed 1 5 set speed 0.5 8 set speed 0.88 # reset zoom / move home set panscan 0; set video-zoom 0; set video-pan-x 0; set video-pan-y 0 # zoom ins add panscan 0.1 del add panscan -0.1 PgUp add video-zoom 0.05 PgDwn add video-zoom -0.05 # move up add video-pan-y 0.006 down add video-pan-y -0.006 left add video-pan-x 0.003 right add video-pan-x -0.003 ### seek # tiny , frame-back-step . frame-step # small Ctrl+j seek -1 Ctrl+l seek 1 # normal j seek -5 l seek 5 # big J seek -100 L seek 100