diff options
-rw-r--r-- | mpv/mpv.conf | 6 |
1 files changed, 6 insertions, 0 deletions
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 |