Interface IFfmpegConfiguration
Namespace: MediaBrowser.Controller.MediaEncoding
Assembly: MediaBrowser.Controller.dll
Syntax
public interface IFfmpegConfiguration
Properties
DetectPath
Gets or sets the path to the ffdetect executable.
Declaration
string DetectPath { get; }
Property Value
Type | Description |
---|---|
System.String | The ffdetect path. |
EncoderPath
Gets or sets the path to the ffmpeg executable.
Declaration
string EncoderPath { get; }
Property Value
Type | Description |
---|---|
System.String | The ffmpeg path. |
EnvironmentVariables
Gets a dictionary for specifying required environment variables.
Declaration
EnvironmentVariableSetting[] EnvironmentVariables { get; }
Property Value
Type | Description |
---|---|
EnvironmentVariableSetting[] | A System.Collections.Specialized.StringDictionary. |
ProbePath
Gets or sets the path to the ffprobe executable.
Declaration
string ProbePath { get; }
Property Value
Type | Description |
---|---|
System.String | The ffprobe path. |
ShowD3D9CodecVariants
Gets or sets a value indicating whether D3D9 codecs are shown.
Declaration
bool ShowD3D9CodecVariants { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
ApplyVariables(ProcessStartInfo)
Declaration
[Obsolete]
void ApplyVariables(ProcessStartInfo startInfo)
Parameters
Type | Name | Description |
---|---|---|
System.Diagnostics.ProcessStartInfo | startInfo |