From debb868b38ef11deee4335bc7d37a2f75bc9e333 Mon Sep 17 00:00:00 2001 From: Kerry Cao Date: Fri, 5 May 2023 01:34:21 -0600 Subject: [PATCH] README.md updated to include ffmpegdownloader usage --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 365d0be..74876a7 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,19 @@ If you want to use `System.Drawing.Bitmap`s as `IVideoFrame`s, a `BitmapVideoFra # Binaries -## Installation +## Runtime Auto Installation +You can install a version of ffmpeg suite at runtime using `FFMpegDownloader.DownloadFFMpegSuite();` + +Or you can download only the desired binary using `FFMpegDownloader.DownloadFFMpeg()`, `FFMpegDownloader.DownloadFFProbe()`, `FFMpegDownloader.DownloadFFPlay()`. + +| OS | Support | +|---------|:-------------------------------------------------:| +| Windows | x64 Fully Supported, x86 Up to version V4.2.1 | +| Mac OSX | NOT YET | +| Linux | NOT YET | + + +## Manual Installation If you prefer to manually download them, visit [ffbinaries](https://ffbinaries.com/downloads) or [zeranoe Windows builds](https://ffmpeg.zeranoe.com/builds/). ### Windows (using choco)