mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-18 20:46:43 +00:00
Merge branch 'master' into update/update-instances-dependency
Former-commit-id: 1022f88019
This commit is contained in:
commit
18fb77985a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue