Method ConfigureWithFFmpegExecutables
ConfigureWithFFmpegExecutables(IAbsoluteDirectoryPath, int)
Configures the directory containing ffmpeg binaries to use for processing.
On Windows: should contain ffmpeg.exe and ffprobe.exe.
On Linux/macOS: should contain ffmpeg and ffprobe executables with appropriate execute permissions.
Declaration
public static void ConfigureWithFFmpegExecutables(IAbsoluteDirectoryPath dirPath, int maxConcurrentProcesses = -1)
Parameters
| Type | Name | Description |
|---|---|---|
| IAbsoluteDirectoryPath | dirPath | The directory path containing the ffmpeg executables. |
| int | maxConcurrentProcesses | The maximum number of concurrent ffmpeg processes to allow. Default is currently ProcessorCount. Note: there is an additional process added used for short-lived processes. |