FFmpeg.Stable
6.1.0
dotnet add package FFmpeg.Stable --version 6.1.0
NuGet\Install-Package FFmpeg.Stable -Version 6.1.0
<PackageReference Include="FFmpeg.Stable" Version="6.1.0" />
paket add FFmpeg.Stable --version 6.1.0
#r "nuget: FFmpeg.Stable, 6.1.0"
// Install FFmpeg.Stable as a Cake Addin #addin nuget:?package=FFmpeg.Stable&version=6.1.0 // Install FFmpeg.Stable as a Cake Tool #tool nuget:?package=FFmpeg.Stable&version=6.1.0
Headers, import libraries, and runtime dlls for FFmpeg, based on the official FFmpeg windows builds.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
See https://git.ffmpeg.org/gitweb/ffmpeg.git/tag/n6.1 for a full list of changes. All files are directly taken from the official FFmpeg windows builds at https://github.com/GyanD/codexffmpeg/releases. However, to ensure support for MSVC's /DELAYLOAD, the import libraries have been regenerated using MSVC tools. The scripts for creating this nuget package are maintained at https://github.com/julusian/ffmpeg-nuget-stable on GitHub. Note that this package only targets native. In particular, it does not target C#. If you get an error message "You are trying to install this package into a project that targets '.NETFramework,Version=vX.X.X', but the package does not contain any assembly references or content files that are compatible with that framework." then please have a look at https://github.com/julusian/ffmpeg-nuget-stable/tree/master/test for examples of how to use the package.