Use pipewire and dmabuf as backends in MPV
This commit is contained in:
parent
91c92e08d2
commit
fe83c4be25
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue