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

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

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,