yt-dlp: moby: lower bandwidth preference

unlikely to be hit in practice, for the default low-res videos
This commit is contained in:
2025-08-03 09:28:47 +00:00
parent da2c808194
commit 55f06128ee

View File

@@ -71,7 +71,7 @@ in
# flowy HP display is 1920x1200. res~1200 causes priority: 1080 > 1440 > 720
--alias profile-mid-range -S\ lang,res~1200,vcodec:vp9,fps:60,br:3000
# PinePhone Pro display is 360x720. res~400 causes priority: 360 > 480 > 240
--alias profile-fast -S\ lang,vcodec:h264,res~400,fps:30,br:3000
--alias profile-fast -S\ lang,vcodec:h264,res~400,fps:30,br:1500
--profile-${cfg.config.defaultProfile}
'';