mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
Merge pull request #1 from Notheisz57/Notheisz57-patch-1
Update FFProbe.cs
This commit is contained in:
commit
b5476c9d7b
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ private static Instance PrepareInstance(string arguments, int outputCapacity, FF
|
|||
{
|
||||
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