Overview
Comment: | yt-dlp: Prefer 1080p30 VP9 over H264 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e07aad159c73a5b8beb9ef0613db2d91 |
User & Date: | js 2021-11-20 09:32:34 |
Context
2022-01-07
| ||
16:06 | Use full host for tmux and sudo check-in: 856c0f0060 user: js tags: trunk | |
2021-11-20
| ||
09:32 | yt-dlp: Prefer 1080p30 VP9 over H264 check-in: e07aad159c user: js tags: trunk | |
2021-11-19
| ||
13:42 | yt-dlp: Enable SponsorBlock integration check-in: aa41a15405 user: js tags: trunk | |
Changes
Changes to yt-dlp/config.
1 2 3 4 5 6 7 8 9 | # Format numbers: # 315 2160p[56]0 vp9 # 308 1440p[56]0 vp9 # 271 1440p30 vp9 # 303 1080p60 vp9 # 264 1440p avc1 # 299 1080p[56]0 avc1 # 137 1080p avc1 | > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # Format numbers: # 315 2160p[56]0 vp9 # 308 1440p[56]0 vp9 # 271 1440p30 vp9 # 303 1080p60 vp9 # 248 1080p30 vp9 # 264 1440p avc1 # 299 1080p[56]0 avc1 # 137 1080p avc1 -f 308+251/271+251/303+251/248+251/264+140/299+140/137+140/best --merge-output-format mkv --sponsorblock-mark all |