You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to hardware video decoding constraints, would it be possible to add a specific option to yt-dlp so when downloading video it could either grab vp9/avc1/av01 format etc.
Presently syncer downloads best (webm vp9 if available) version, maybe? before remuxing into mp4 if choosing mp4 in settings
example for avc1 1080 low bitrate
yt-dlp -f "bestvideo[vcodec^=avc1][height<=1080][filesize<100M]/best[vcodec^=avc1][height<=1080]"
or maybe even simply
yt-dlp -f 137
The text was updated successfully, but these errors were encountered:
Due to hardware video decoding constraints, would it be possible to add a specific option to yt-dlp so when downloading video it could either grab vp9/avc1/av01 format etc.
Presently syncer downloads best (webm vp9 if available) version, maybe? before remuxing into mp4 if choosing mp4 in settings
example for avc1 1080 low bitrate
yt-dlp -f "bestvideo[vcodec^=avc1][height<=1080][filesize<100M]/best[vcodec^=avc1][height<=1080]"
or maybe even simply
yt-dlp -f 137
The text was updated successfully, but these errors were encountered: