关闭ffmpeg日志

This commit is contained in:
nilaoda 2022-12-10 15:55:10 +08:00
parent d8ead32d3e
commit 851542c7ca
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ namespace N_m3u8DL_RE.Util
CreateNoWindow = true, CreateNoWindow = true,
UseShellExecute = false UseShellExecute = false
}; };
p.StartInfo.Environment.Add("FFREPORT", "file=ffreport.log:level=42"); //p.StartInfo.Environment.Add("FFREPORT", "file=ffreport.log:level=42");
p.Start(); p.Start();
p.WaitForExit(); p.WaitForExit();