FFmpeg.stable.GZCR 3.4.1

dotnet add package FFmpeg.stable.GZCR --version 3.4.1
                    
NuGet\Install-Package FFmpeg.stable.GZCR -Version 3.4.1
                    
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.GZCR" Version="3.4.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FFmpeg.stable.GZCR" Version="3.4.1" />
                    
Directory.Packages.props
<PackageReference Include="FFmpeg.stable.GZCR" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FFmpeg.stable.GZCR --version 3.4.1
                    
#r "nuget: FFmpeg.stable.GZCR, 3.4.1"
                    
#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.
#addin nuget:?package=FFmpeg.stable.GZCR&version=3.4.1
                    
Install FFmpeg.stable.GZCR as a Cake Addin
#tool nuget:?package=FFmpeg.stable.GZCR&version=3.4.1
                    
Install FFmpeg.stable.GZCR as a Cake Tool

Headers, import libraries, and runtime dlls for FFmpeg, based on the official FFmpeg windows builds.

There are no supported framework assets in this 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
3.4.1 1,594 2/2/2018

See https://git.ffmpeg.org/gitweb/ffmpeg.git/log/57d0c24 for a full list of changes. All files are directly taken from the official FFmpeg windows builds at https://ffmpeg.zeranoe.com/builds/. 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/mcmtroffaes/ffmpeg-nuget on GitHub.