From 5bedbdb1076e0a954d4f3a895491bdde85c1cb85 Mon Sep 17 00:00:00 2001 From: K <28016308+yuqian5@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:45:14 -0600 Subject: [PATCH] Update README.md --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index b2df37a..716d85f 100644 --- a/README.md +++ b/README.md @@ -165,14 +165,7 @@ If you want to use `System.Drawing.Bitmap`s as `IVideoFrame`s, a `BitmapVideoFra ## 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 | - +This feature uses the api from [ffbinaries](https://ffbinaries.com/api). ## Manual Installation If you prefer to manually download them, visit [ffbinaries](https://ffbinaries.com/downloads) or [zeranoe Windows builds](https://ffmpeg.zeranoe.com/builds/).