Merge branch 'master' into update/update-instances-dependency

This commit is contained in:
Malte Rosenbjerg 2022-03-12 19:07:05 +01:00
commit 1022f88019

View file

@ -201,7 +201,7 @@ private static ProcessArguments PrepareInstance(string arguments, FFOptions ffOp
{
FFProbeHelper.RootExceptionCheck();
FFProbeHelper.VerifyFFProbeExists(ffOptions);
var startInfo = new ProcessStartInfo(GlobalFFOptions.GetFFProbeBinaryPath(), arguments)
var startInfo = new ProcessStartInfo(GlobalFFOptions.GetFFProbeBinaryPath(ffOptions), arguments)
{
StandardOutputEncoding = ffOptions.Encoding,
StandardErrorEncoding = ffOptions.Encoding,