diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf index d2ad3d4..5d866bb 100644 --- a/mpv/.config/mpv/mpv.conf +++ b/mpv/.config/mpv/mpv.conf @@ -12,7 +12,7 @@ profile=gpu-hq volume-max=200 af=acompressor ## Youtube-dl settings -ytdl-format=bestvideo[height<=?1080][vcodec!=vp9]+bestaudio/best +ytdl-format=bestvideo[height<=1080][vcodec!=av1]+bestaudio/best ## Wayland gpu-context=wayland ## Default window size diff --git a/yt-dlp/.config/yt-dlp/config b/yt-dlp/.config/yt-dlp/config index 1908d1f..a4d4035 100644 --- a/yt-dlp/.config/yt-dlp/config +++ b/yt-dlp/.config/yt-dlp/config @@ -1 +1,4 @@ --f bestvideo[height<=1080][vcodec=h264]+bestaudio/best +# Limit resolution to 1080p and exclude AV1 +-f bestvideo[height<=1080][vcodec!=av1]+bestaudio/best +# Use HEVC codec to save space +-S vcodec:h265