FFmpeg.Stable 6.1.0

dotnet add package FFmpeg.Stable --version 6.1.0
NuGet\Install-Package FFmpeg.Stable -Version 6.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FFmpeg.Stable" Version="6.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FFmpeg.Stable --version 6.1.0
#r "nuget: FFmpeg.Stable, 6.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
6.1.0 749 11/12/2023
6.0.0 979 4/13/2023
5.1.2 1,192 4/13/2023
4.2.2 3,681 3/3/2020

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.