FFMpegInstaller.Windows.x64
0.1.9
See the version list below for details.
dotnet add package FFMpegInstaller.Windows.x64 --version 0.1.9
NuGet\Install-Package FFMpegInstaller.Windows.x64 -Version 0.1.9
<PackageReference Include="FFMpegInstaller.Windows.x64" Version="0.1.9" />
paket add FFMpegInstaller.Windows.x64 --version 0.1.9
#r "nuget: FFMpegInstaller.Windows.x64, 0.1.9"
// Install FFMpegInstaller.Windows.x64 as a Cake Addin #addin nuget:?package=FFMpegInstaller.Windows.x64&version=0.1.9 // Install FFMpegInstaller.Windows.x64 as a Cake Tool #tool nuget:?package=FFMpegInstaller.Windows.x64&version=0.1.9
FFMpegInstaller
FFMpegInstaller is a set of NuGet packages to provide everyone with a convenient way to use FFmpeg command line programs from .NET-based projects. The following platform-specific packages are available at the moment:
Usage
Install the NuGet package corresponding to your target platform as a dependency to your project. This will configure the project's build process to copy the ffmpeg
and ffprobe
binaries (and all their libraries) into some place inside the build output directory. Your program can discover their exact location in runtime using FFMpegInstaller.Discover.InstallationDirectory
property.
Usage example
Many well-known dotnet libraries requires path to pre-installed FFmpeg. For example FFMpegCore may be used in tandem with FFMpegInstaller in the following way:
FFMpegCore.GlobalFFOptions.Configure(options => options.BinaryFolder = FFMpegInstaller.InstallationDirectory);
var mediaInfo = FFMpegCore.FFProbe.Analyse("<you video file name>");
When project is built FFmpeg binaries will be copied to FFMpegInstaller.InstallationDirectory
, so FFMpegCore will be configured and ready.
Upstream distributions
The FFMpegInstaller packages rebundle archives downloaded from gyan.dev (as suggested by the FFmpeg official website). To save users some internet traffic and disk space we only ship executables, libraries, LICENSE, and README.txt files from these archives. More specifically:
- FFMpegInstaller.Windows.x64 rebundles
ffmpeg-6.0-full_build-shared.7z
Licenses & Legal matters
The immediate code of FFMpegInstaller (FFMpegInstaller.cs
et al.) is provided under the terms of the MIT license. However, this license does not cover the bundled FFmpeg binaries which remain governed by GPL-3 (see the LICENSE file of the ffmpeg/ directory for more information).
The authors of FFMpegInstaller packages are not affiliated with, associated with, authorized by, endorsed by, sponsored by, or in any way officially connected with the FFmpeg project. The packages are provided as-is, with no warranties as to performance, merchantability, fitness for a particular purpose, or any other warranties whether expressed or implied.
FFmpeg official website: https://ffmpeg.org/. FFmpeg is a trademark of Fabrice Bellard, the originator of the FFmpeg project. FFmpeg might contain patented algorithms as mentioned on the FFmpeg legal page.
GPL is not viral here
According to the GPL FAQ, merely calling GPL'd executable from your program does not force you to adopt GPL for your code. Moreover, software installers are not required to do so either. This package is ultimately meant to be a NuGet-friendly installer for the FFmpeg.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FFMpegInstaller.Windows.x64:
Package | Downloads |
---|---|
StaticSharp.Core
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.