• Documentation
  • Api
  • Xabe.FFmpeg.Downloader
  • IFFMpegDownloaderBase
Show / Hide Table of Contents
  • System
    • TimeExtensions
  • Xabe.FFmpeg
    • AudioCodec
    • AudioStream
    • BitstreamFilter
    • Conversion
    • ConversionPreset
    • ConversionQueue
    • ConversionQueue.ConversionQueueEventHandler
    • FFmpeg
    • Flag
    • Format
    • HardwareAccelerator
    • Hash
    • IAudioStream
    • IConversion
    • IConversionResult
    • IFilterConfiguration
    • IInputBuilder
    • IMediaInfo
    • InputBuilder
    • IProbe
    • IStream
    • ISubtitleStream
    • IVideoStream
    • MediaInfo
    • ParameterPosition
    • PixelFormat
    • Position
    • Probe
    • RotateDegrees
    • StreamType
    • SubtitleStream
    • VideoCodec
    • VideoSize
    • VideoStream
  • Xabe.FFmpeg.Downloader
    • FFmpegDownloader
    • FFmpegVersion
    • IFFMpegDownloaderBase
  • Xabe.FFmpeg.Events
    • ConversionProgressEventArgs
    • ConversionProgressEventHandler
  • Xabe.FFmpeg.Exceptions
    • ConversionException
    • FFmpegNoSuitableOutputFormatFoundException
    • FFmpegNotFoundException
    • HardwareAcceleratorNotFoundException
    • InvalidBitstreamFilterException
    • InvalidInputException
    • UnknownDecoderException

Interface IFFMpegDownloaderBase

Downloads the Latest Version of FFMpeg

Namespace: Xabe.FFmpeg.Downloader
Assembly: Xabe.FFmpeg.Downloader.dll
Syntax
public interface IFFMpegDownloaderBase

Methods

GetLatestVersion(String)

Do the download and install FFMpeg

Declaration
Task GetLatestVersion(string path)
Parameters
Type Name Description
System.String path

FFmpeg executables destination directory

Returns
Type Description
System.Threading.Tasks.Task
In This Article
  • Methods
    • GetLatestVersion(String)
Back to top Xabe