update components

This commit is contained in:
Luke Pulverenti
2016-11-19 02:51:07 -05:00
parent 65a1ef020b
commit ffb1ec76a7
10 changed files with 44 additions and 17 deletions

View File

@@ -81,8 +81,9 @@ namespace MediaBrowser.MediaEncoding.Encoder
{
output = GetProcessOutput(encoderAppPath, "-decoders");
}
catch
catch (Exception )
{
//_logger.ErrorException("Error detecting available decoders", ex);
}
var found = new List<string>();

View File

@@ -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,