mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
update components
This commit is contained in:
parent
65a1ef020b
commit
ffb1ec76a7
10 changed files with 44 additions and 17 deletions
|
|
@ -932,7 +932,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
var process = _processFactory.Create(new ProcessOptions
|
||||
{
|
||||
CreateNoWindow = true,
|
||||
UseShellExecute = false,
|
||||
UseShellExecute = true,
|
||||
FileName = FFMpegPath,
|
||||
Arguments = args,
|
||||
IsHidden = true,
|
||||
|
|
@ -1035,7 +1035,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
var process = _processFactory.Create(new ProcessOptions
|
||||
{
|
||||
CreateNoWindow = true,
|
||||
UseShellExecute = false,
|
||||
UseShellExecute = true,
|
||||
FileName = FFMpegPath,
|
||||
Arguments = args,
|
||||
IsHidden = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue