From a9deea870e500ab63fad8fa71b5da3e4806fe5e0 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 28 Nov 2024 21:29:51 +0000 Subject: Config for mpv to make it better on the laptop --- mpv/mpv.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mpv/mpv.conf b/mpv/mpv.conf index e51d0a2..fbd02a4 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -7,4 +7,10 @@ hwdec=vaapi audio-channels=2 save-position-on-quit=yes #ytdl-format=bestvideo[height <= 1080]+bestaudio/best + +# this reduces quality for streaming - say on data +# from https://github.com/mpv-player/mpv/issues/4241 +ytdl-format=bestvideo[height <= 720][fps<=30][vcodec!=vp9]+bestaudio/best[height<=720] +#ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best +#ytdl-format=bestvideo[height <= 720]+bestaudio/best script-opts-append=ytdl_hook-ytdl_path=yt-dlp -- cgit v1.2.3