From 6dba4eccf5a5af9161197496c122c43d527160be Mon Sep 17 00:00:00 2001 From: nilaoda Date: Mon, 15 Aug 2022 14:22:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9F=90=E4=BA=9B=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E6=97=A0=E6=B3=95=E9=80=80=E5=87=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/N_m3u8DL-RE/Util/MP4DecryptUtil.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/N_m3u8DL-RE/Util/MP4DecryptUtil.cs b/src/N_m3u8DL-RE/Util/MP4DecryptUtil.cs index 7afe7db..e819cbd 100644 --- a/src/N_m3u8DL-RE/Util/MP4DecryptUtil.cs +++ b/src/N_m3u8DL-RE/Util/MP4DecryptUtil.cs @@ -69,8 +69,9 @@ namespace N_m3u8DL_RE.Util { FileName = name, Arguments = arg, - RedirectStandardOutput = true, - RedirectStandardError = true, + //RedirectStandardOutput = true, + //RedirectStandardError = true, + CreateNoWindow = true, UseShellExecute = false })!.WaitForExitAsync(); }