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

    Show / Hide Table of Contents

    Interface IFfmpegManager

    Interface IServerConfigurationManager

    Inherited Members
    ITranscoderSupport.CanEncodeToAudioCodec(ReadOnlySpan<Char>)
    ITranscoderSupport.CanEncodeToSubtitleCodec(ReadOnlySpan<Char>)
    ITranscoderSupport.CanExtractSubtitles(String, EncodingContext)
    ITranscoderSupport.SupportsSubtitleConversionTo(MediaSourceInfo, MediaStream, ReadOnlySpan<Char>, EncodingContext, SubtitleDeliveryMethod)
    ITranscoderSupport.RequiresSubtitleProcessing(MediaSourceInfo, MediaStream, EncodingContext, SubtitleDeliveryMethod)
    Namespace: MediaBrowser.Controller.MediaEncoding
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public interface IFfmpegManager : ITranscoderSupport

    Properties

    FfmpegCapabilities

    Gets the ffmpeg capabilities.

    Declaration
    FfmpegCapabilities FfmpegCapabilities { get; set; }
    Property Value
    Type Description
    FfmpegCapabilities

    The ffmpeg capabilities.

    Remarks

    The setter is just a temporary workaround.

    FfmpegConfiguration

    Gets the ffmpeg configuration.

    Declaration
    IFfmpegConfiguration FfmpegConfiguration { get; }
    Property Value
    Type Description
    IFfmpegConfiguration

    The ffmpeg configuration.

    Methods

    CreateFfMpegRunner(String, String)

    Declaration
    IFfmpegRunner CreateFfMpegRunner(string name, string logFilePath)
    Parameters
    Type Name Description
    System.String name
    System.String logFilePath
    Returns
    Type Description
    IFfmpegRunner

    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.