From 1ec015856ba70b66eff96040e27d096eaacdee76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=80=E1=B4=8D=E1=B4=9B=E1=B4=8F=E1=B4=80=E1=B4=87?= =?UTF-8?q?=CA=80?= Date: Mon, 19 May 2025 20:57:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=9D=9C=E6=AF=94?= =?UTF-8?q?=E8=A7=86=E7=95=8C=E5=90=88=E5=B9=B6=E5=90=8E=E5=8F=98=E4=B8=BA?= =?UTF-8?q?=E6=99=AE=E9=80=9A=20HDR=20=E7=9A=84=E9=94=99=E8=AF=AF=20(#333)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: dolby hrd download not correct * chore: 仅保留对 dolby vision 有效的参数 --------- Co-authored-by: njzydark --- crates/bili_sync/src/downloader.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/bili_sync/src/downloader.rs b/crates/bili_sync/src/downloader.rs index 797221c..3594d6c 100644 --- a/crates/bili_sync/src/downloader.rs +++ b/crates/bili_sync/src/downloader.rs @@ -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(), ])