diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2014-01-16 11:08:58 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2014-01-16 11:08:58 +0100 |
commit | 4d34f770eb586ba06d7e60b90ad67102422cdb3a (patch) | |
tree | 669503cf5eb3cd14379281ac6b5da283ed5d8c9f | |
parent | f58668c0598a259f9d093d59f582db876fa14faf (diff) | |
download | dotfiles-4d34f770eb586ba06d7e60b90ad67102422cdb3a.tar.gz dotfiles-4d34f770eb586ba06d7e60b90ad67102422cdb3a.tar.bz2 dotfiles-4d34f770eb586ba06d7e60b90ad67102422cdb3a.zip |
Add mpv configuration file
-rw-r--r-- | .mpv/config | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.mpv/config b/.mpv/config new file mode 100644 index 0000000..062863c --- /dev/null +++ b/.mpv/config @@ -0,0 +1,13 @@ +ao=pulse +channels=6 +softvol=no +vo=vaapi + +[vo.vaapi] +hwdec=vaapi + +[protocol.dvd] +profile-desc="profile for dvd:// streams" +vf=pp=hb/vb/dr/al/fd +vo=vaapi +alang=ger,de,deu, |