From fe83c4be250c8ebf997584e0f914513871e4dedd Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 18 Nov 2022 13:58:19 +0100 Subject: [PATCH] Use pipewire and dmabuf as backends in MPV --- mpv/.config/mpv/mpv.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf index 8b5e6c2..38f6eca 100644 --- a/mpv/.config/mpv/mpv.conf +++ b/mpv/.config/mpv/mpv.conf @@ -5,8 +5,8 @@ sub-font='Roboto Condensed' sub-auto=all sub-file-paths=Subs:subs ## HW Decoding -hwdec=auto-safe -vo=gpu +hwdec=vaapi +vo=dmabuf-wayland profile=gpu-hq ## Volume settings volume-max=200 @@ -19,3 +19,5 @@ gpu-context=wayland geometry=70%x70% ## HACK use API instead of lcoal database for sponsorblock script-opts-append=sponsorblock-local_database=no +## Use pipewire for audio +ao=pipewire