Overview
Comment: | yt-dlp: Prefer 1440p30 VP9 over H264 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fe0b81e845b50fb6423266eecfe9d766 |
User & Date: | js 2021-11-19 12:58:08 |
Context
2021-11-19
| ||
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 | |
2021-11-14
| ||
20:21 | ssh_config: Add config for pkgs.fedoraproject.org check-in: 380e2021e4 user: js tags: trunk | |
Changes
Changes to yt-dlp/config.
1 2 3 4 5 6 | # 315 2160p[56]0 vp9 # 308 1440p[56]0 vp9 # 264 1440p avc1 # 299 1080p[56]0 avc1 # 137 1080p avc1 | > < | | 1 2 3 4 5 6 7 8 9 10 | # 315 2160p[56]0 vp9 # 308 1440p[56]0 vp9 # 271 1440p30 vp9 # 264 1440p avc1 # 299 1080p[56]0 avc1 # 137 1080p avc1 -f 308+251/271+251/264+140/299+140/137+140/best --merge-output-format mkv |