From 662b24e5385947f5118b5ae5bda9287394251cb5 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 4 Jun 2024 22:10:33 -0500 Subject: Add back osc in mpv; force enable hwdec Mpv should use hardware decoding, as my devices have the capability of using it. Additionally, I actually like having the OSC; I don't know why I disabled it. --- mpv/mpv.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 5521474..649af35 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -1,5 +1,5 @@ save-position-on-quit -osc=no ao=pipewire,pulse,jack vo=gpu +hwdec=yes audio-channels=2 -- cgit v1.2.3