fix: 修复杜比视界合并后变为普通 HDR 的错误 (#333)

* fix: dolby hrd download not correct

* chore: 仅保留对 dolby vision 有效的参数

---------

Co-authored-by: njzydark <njzydark@gmail.com>
This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2025-05-19 20:57:42 +08:00
committed by GitHub
parent 99d4d900e6
commit 1ec015856b

View File

@@ -70,6 +70,8 @@ impl Downloader {
audio_path.to_string_lossy().as_ref(),
"-c",
"copy",
"-strict",
"unofficial",
"-y",
output_path.to_string_lossy().as_ref(),
])