mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-06-13 18:47:21 +02:00
mpv.conf: apparently I don't need to force vulkan to get it
This commit is contained in:
parent
78b8d5ba1d
commit
3b0d725756
@ -4,10 +4,18 @@
|
|||||||
ao=pipewire,pulse,
|
ao=pipewire,pulse,
|
||||||
# And same for video output drivers
|
# And same for video output drivers
|
||||||
vo=gpu-next,gpu,
|
vo=gpu-next,gpu,
|
||||||
# Use Vulkan when possible to also get free $MANGOHUD
|
|
||||||
hwdec=vulkan,auto
|
# Compatible options that apparently use vulkan for mangohud on my hardware
|
||||||
gpu-api=vulkan,auto
|
# anyway \o/
|
||||||
gpu-context=waylandvk,wayland,auto
|
profile=fast
|
||||||
|
hwdec=auto
|
||||||
|
gpu-api=auto
|
||||||
|
gpu-context=auto
|
||||||
|
|
||||||
|
# Resolve audio/video descynchronisation automatically by adjusting audio
|
||||||
|
# speed
|
||||||
|
video-sync=display-resample
|
||||||
|
interpolation
|
||||||
|
|
||||||
# Specify preferred audio and subtitle languages. Two subtitles are shown
|
# Specify preferred audio and subtitle languages. Two subtitles are shown
|
||||||
# simultaneously, one on top, another on bottom.
|
# simultaneously, one on top, another on bottom.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user