mpv conf
This commit is contained in:
@ -31,13 +31,14 @@ profile=gpu-hq # used for any other OS on modern hardware
|
|||||||
|
|
||||||
# Vulkan settings
|
# Vulkan settings
|
||||||
gpu-api=vulkan
|
gpu-api=vulkan
|
||||||
|
gpu-context=wayland
|
||||||
vulkan-async-compute=yes
|
vulkan-async-compute=yes
|
||||||
vulkan-async-transfer=yes
|
vulkan-async-transfer=yes
|
||||||
vulkan-queue-count=1
|
vulkan-queue-count=1
|
||||||
vd-lavc-dr=yes
|
vd-lavc-dr=yes
|
||||||
|
|
||||||
hwdec=auto # enable best HW decoder; turn off for software decoding
|
hwdec=auto # enable best HW decoder; turn off for software decoding
|
||||||
reset-on-next-file=audio-delay,mute,pause,speed,sub-delay,video-aspect-override,video-pan-x,video-pan-y,video-rotate,video-zoom,volume
|
reset-on-next-file=audio-delay,pause,speed,sub-delay,video-aspect-override,video-pan-x,video-pan-y,video-rotate,video-zoom,mute,volume
|
||||||
|
|
||||||
|
|
||||||
######
|
######
|
||||||
@ -55,6 +56,10 @@ cursor-autohide=1000 # autohide the curser after 1s
|
|||||||
# fullscreen = yes # start in fullscreen mode by default
|
# fullscreen = yes # start in fullscreen mode by default
|
||||||
loop-file=yes
|
loop-file=yes
|
||||||
|
|
||||||
|
save-position-on-quit=no
|
||||||
|
volume=50
|
||||||
|
mute=yes
|
||||||
|
|
||||||
|
|
||||||
############
|
############
|
||||||
# Playback #
|
# Playback #
|
||||||
|
Reference in New Issue
Block a user