Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    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

    true if D3D9 codecs should be shown; otherwise, false.

    Methods

    ApplyVariables(ProcessStartInfo)

    Declaration
    [Obsolete]
    void ApplyVariables(ProcessStartInfo startInfo)
    Parameters
    Type Name Description
    System.Diagnostics.ProcessStartInfo startInfo

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.