Last active
January 3, 2016 21:39
-
-
Save henry0312/8522863 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# vim: syntax=config | |
# https://github.com/pigoz/dotfiles/blob/master/mpv/config | |
################################################################################ | |
# General | |
################################################################################ | |
#use-filedir-conf=yes # load config file from file directory | |
correct-pts=yes | |
msgcolor=yes | |
cache=50176 | |
cache-min=10 | |
volume=100 | |
screenshot-format=png | |
screenshot-template=/Users/henry/Desktop/SS/mpv-ss-%ty%tm%td-%tH%tM%tS-%wHh%wMm%wSs%wT | |
################################################################################ | |
# Video Filters | |
################################################################################ | |
#deinterlace=auto | |
vf=yadif | |
vf-defaults=yadif=frame | |
################################################################################ | |
# Video Output | |
################################################################################ | |
vo=opengl-hq | |
hwdec=vda | |
hwdec-codecs=h264,mpeg2video | |
osc=no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment