Overview
Comment: | yt-dlp: Add 720p30 VP9 to list |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0d2260e8c1f0acd47e743e6b9a623755 |
User & Date: | js 2022-01-16 09:12:26 |
Context
2022-04-20
| ||
13:29 | mpv.conf: Save position check-in: 31698c19f4 user: js tags: trunk | |
2022-01-16
| ||
09:12 | yt-dlp: Add 720p30 VP9 to list check-in: 0d2260e8c1 user: js tags: trunk | |
09:11 | git: Use GitLab via SSH check-in: a1234d36b5 user: js tags: trunk | |
Changes
Changes to yt-dlp/config.
1 2 3 4 5 6 7 8 9 10 | # 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 | > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Format numbers: # 315 2160p[56]0 vp9 # 308 1440p[56]0 vp9 # 271 1440p30 vp9 # 303 1080p60 vp9 # 248 1080p30 vp9 # 247 720p30 vp9 # 264 1440p avc1 # 299 1080p[56]0 avc1 # 137 1080p avc1 -f 308+251/271+251/303+251/248+251/247+251/264+140/299+140/137+140/best --merge-output-format mkv --sponsorblock-mark all |