Use pipewire and dmabuf as backends in MPV

This commit is contained in:
coolneng 2022-11-18 13:58:19 +01:00
parent 91c92e08d2
commit fe83c4be25
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 2 deletions

View File

@ -5,8 +5,8 @@ sub-font='Roboto Condensed'
sub-auto=all sub-auto=all
sub-file-paths=Subs:subs sub-file-paths=Subs:subs
## HW Decoding ## HW Decoding
hwdec=auto-safe hwdec=vaapi
vo=gpu vo=dmabuf-wayland
profile=gpu-hq profile=gpu-hq
## Volume settings ## Volume settings
volume-max=200 volume-max=200
@ -19,3 +19,5 @@ gpu-context=wayland
geometry=70%x70% geometry=70%x70%
## HACK use API instead of lcoal database for sponsorblock ## HACK use API instead of lcoal database for sponsorblock
script-opts-append=sponsorblock-local_database=no script-opts-append=sponsorblock-local_database=no
## Use pipewire for audio
ao=pipewire