fix: 修复杜比视界合并后变为普通 HDR 的错误 (#333)
* fix: dolby hrd download not correct * chore: 仅保留对 dolby vision 有效的参数 --------- Co-authored-by: njzydark <njzydark@gmail.com>
This commit is contained in:
@@ -70,6 +70,8 @@ impl Downloader {
|
|||||||
audio_path.to_string_lossy().as_ref(),
|
audio_path.to_string_lossy().as_ref(),
|
||||||
"-c",
|
"-c",
|
||||||
"copy",
|
"copy",
|
||||||
|
"-strict",
|
||||||
|
"unofficial",
|
||||||
"-y",
|
"-y",
|
||||||
output_path.to_string_lossy().as_ref(),
|
output_path.to_string_lossy().as_ref(),
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user