mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
update use of shellexecute
This commit is contained in:
parent
c7d520555b
commit
e936f49518
13 changed files with 20 additions and 20 deletions
|
|
@ -989,7 +989,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
var process = _processFactory.Create(new ProcessOptions
|
||||
{
|
||||
CreateNoWindow = true,
|
||||
UseShellExecute = true,
|
||||
UseShellExecute = false,
|
||||
FileName = FFMpegPath,
|
||||
Arguments = args,
|
||||
IsHidden = true,
|
||||
|
|
@ -1092,7 +1092,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
var process = _processFactory.Create(new ProcessOptions
|
||||
{
|
||||
CreateNoWindow = true,
|
||||
UseShellExecute = true,
|
||||
UseShellExecute = false,
|
||||
FileName = FFMpegPath,
|
||||
Arguments = args,
|
||||
IsHidden = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue