关闭ffmpeg日志
This commit is contained in:
parent
d8ead32d3e
commit
851542c7ca
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue