From a8f60faae9f89232768aee62bf49e5c4b6e25d73 Mon Sep 17 00:00:00 2001 From: winscripter <142818255+winscripter@users.noreply.github.com> Date: Thu, 16 May 2024 15:30:51 +0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 89e604a..c181128 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ multiple operating systems, it's important to include ffmpeg.exe/ffprobe.exe for macOS or Linux release, and especially the version of ffmpeg for these systems. File naming plays an important role at locating ffmpeg/ffprobe. +If you're releasing a Class Library that uses dotnetVEE, like a wrapper or extension, then including ffmpeg/ffprobe is +*optional*. Well, including all of them for Windows, macOS, and Linux will probably yield the size of around 500MB, which +is quite a lot. + # Documentation Documentation can be found in the `doc` folder in the root of the GitHub repository.