mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
README.md updated to include ffmpegdownloader usage
This commit is contained in:
parent
d68ce8e953
commit
debb868b38
1 changed files with 13 additions and 1 deletions
14
README.md
14
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)
|
||||
|
|
Loading…
Reference in a new issue