You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
414 B
37 lines
414 B
9 years ago
|
#
|
||
|
# mpv configuration file
|
||
|
#
|
||
|
|
||
|
# video settings #
|
||
|
|
||
|
vo=vdpau
|
||
|
|
||
|
geometry=50%:50%
|
||
|
|
||
|
# audio settings #
|
||
|
|
||
|
ao=oss
|
||
|
|
||
|
audio-channels=5.1
|
||
|
af=format=::fl-fr-fc-lfe-bl-br:::fl-fr-bl-br-fc-lfe
|
||
|
|
||
|
volume=15
|
||
|
|
||
|
# other settings #
|
||
|
|
||
|
cache-default=8192
|
||
|
cache=8192
|
||
|
cache-seek-min=1024
|
||
|
|
||
|
hwdec=auto
|
||
|
|
||
|
# Profiles #
|
||
|
|
||
|
[vdpau]
|
||
|
vo=vdpau
|
||
|
hwdec=vdpau
|
||
|
|
||
|
# You can also include other configuration files.
|
||
|
#include=/path/to/the/file/you/want/to/include
|
||
|
|