Overview
Comment: | yt-dlp: Prefer 1080p60 VP9 over H264 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7820311ba16453947b5b781342e55975 |
User & Date: | js on 2021-11-19 13:01:21 |
Other Links: | manifest | tags |
Context
2021-11-19
| ||
13:42 | yt-dlp: Enable SponsorBlock integration check-in: aa41a15405 user: js tags: trunk | |
13:01 | yt-dlp: Prefer 1080p60 VP9 over H264 check-in: 7820311ba1 user: js tags: trunk | |
12:58 | yt-dlp: Prefer 1440p30 VP9 over H264 check-in: fe0b81e845 user: js tags: trunk | |
Changes
Modified yt-dlp/config from [abe0dc89d2] to [67660c4ff1].
1 2 3 4 5 6 7 | # 315 2160p[56]0 vp9 # 308 1440p[56]0 vp9 # 271 1440p30 vp9 # 264 1440p avc1 # 299 1080p[56]0 avc1 # 137 1080p avc1 | > | | 1 2 3 4 5 6 7 8 9 10 11 | # 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 -f 308+251/271+251/303+251/264+140/299+140/137+140/best --merge-output-format mkv |