mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-14 02:04:14 +01:00
Update README.md
This commit is contained in:
parent
bba4a9f39b
commit
5bedbdb107
1 changed files with 1 additions and 8 deletions
|
@ -165,14 +165,7 @@ If you want to use `System.Drawing.Bitmap`s as `IVideoFrame`s, a `BitmapVideoFra
|
||||||
## Runtime Auto Installation
|
## Runtime Auto Installation
|
||||||
You can install a version of ffmpeg suite at runtime using `FFMpegDownloader.DownloadFFMpegSuite();`
|
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()`.
|
This feature uses the api from [ffbinaries](https://ffbinaries.com/api).
|
||||||
|
|
||||||
| OS | Support |
|
|
||||||
|---------|:-------------------------------------------------:|
|
|
||||||
| Windows | x64 Fully Supported, x86 Up to version V4.2.1 |
|
|
||||||
| Mac OSX | NOT YET |
|
|
||||||
| Linux | NOT YET |
|
|
||||||
|
|
||||||
|
|
||||||
## Manual Installation
|
## Manual Installation
|
||||||
If you prefer to manually download them, visit [ffbinaries](https://ffbinaries.com/downloads) or [zeranoe Windows builds](https://ffmpeg.zeranoe.com/builds/).
|
If you prefer to manually download them, visit [ffbinaries](https://ffbinaries.com/downloads) or [zeranoe Windows builds](https://ffmpeg.zeranoe.com/builds/).
|
||||||
|
|
Loading…
Reference in a new issue