diff options
author | bashonly <bashonly@protonmail.com> | 2024-07-13 22:42:17 -0500 |
---|---|---|
committer | bashonly <88596187+bashonly@users.noreply.github.com> | 2024-07-14 22:56:28 -0500 |
commit | e62fa6b0e0186f8c5666c2c5ab64cf191abdafc1 (patch) | |
tree | 99a076b1aeadef96788e4c2f775fbbda5206ac82 /README.md | |
parent | cc0070f6496e501d77352bad475fb02d6a86846a (diff) |
[ie/digitalconcerthall] Extract HEVC and FLAC formats (#10470)
Authored by: bashonly
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1859,6 +1859,9 @@ The following extractors use this feature: #### bilibili * `prefer_multi_flv`: Prefer extracting flv formats over mp4 for older videos that still provide legacy formats +#### digitalconcerthall +* `prefer_combined_hls`: Prefer extracting combined/pre-merged video and audio HLS formats. This will exclude 4K/HEVC video and lossless/FLAC audio formats, which are only available as split video/audio HLS formats + **Note**: These options may be changed/removed in the future without concern for backward compatibility <!-- MANPAGE: MOVE "INSTALLATION" SECTION HERE --> |