diff options
author | Kyle K <kylek389@gmail.com> | 2025-09-24 12:55:14 -0500 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2025-09-24 12:55:14 -0500 |
commit | 48238c8aaa4d9415668ec29fcfe3887796d1324e (patch) | |
tree | 5e36a16ad843b01d48a49e62452e958e6f1db71d /macmini | |
parent | c4c7405f49d0ce4df21fa7b0ae00049823d5cf60 (diff) | |
download | configs-48238c8aaa4d9415668ec29fcfe3887796d1324e.tar.gz configs-48238c8aaa4d9415668ec29fcfe3887796d1324e.tar.bz2 configs-48238c8aaa4d9415668ec29fcfe3887796d1324e.zip |
Diffstat (limited to 'macmini')
-rw-r--r-- | macmini/mpv.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/macmini/mpv.conf b/macmini/mpv.conf new file mode 100644 index 0000000..01c08e6 --- /dev/null +++ b/macmini/mpv.conf @@ -0,0 +1,9 @@ +keep-open=yes +loop=inf + +# Use GPU rendering (Mesa AGX driver) +vo=gpu +gpu-api=opengl +profile=gpu-hq +hwdec=auto-safe +opengl-pbo=yes |