FFmpeg.Nightly 20200831.1.0

dotnet add package FFmpeg.Nightly --version 20200831.1.0
                    
NuGet\Install-Package FFmpeg.Nightly -Version 20200831.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.Nightly" Version="20200831.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FFmpeg.Nightly" Version="20200831.1.0" />
                    
Directory.Packages.props
<PackageReference Include="FFmpeg.Nightly" />
                    
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.Nightly --version 20200831.1.0
                    
#r "nuget: FFmpeg.Nightly, 20200831.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.
#:package FFmpeg.Nightly@20200831.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FFmpeg.Nightly&version=20200831.1.0
                    
Install as a Cake Addin
#tool nuget:?package=FFmpeg.Nightly&version=20200831.1.0
                    
Install as a Cake Tool

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 (1)

Showing the top 1 NuGet packages that depend on FFmpeg.Nightly:

Package Downloads
Geb.Media.IO

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
20200831.1.0 31,990 9/7/2020
20200831.0.0 1,181 9/2/2020
20200821.0.0 1,314 8/21/2020
20200816.0.0 1,153 8/19/2020
20200802.0.0 1,137 8/4/2020
20200730.0.0 1,136 8/3/2020
20200713.0.0 1,204 7/14/2020
20200628.0.0 1,204 6/30/2020
20200620.0.0 1,385 6/23/2020
20200617.0.0 1,116 6/18/2020
20200615.0.0 1,092 6/16/2020
20200604.0.0 1,185 6/8/2020
20200601.0.0 1,117 6/2/2020
20200528.0.0 1,099 5/31/2020
20200527.0.0 1,075 5/28/2020
20200523.0.0 1,108 5/25/2020
20200522.0.0 1,288 5/22/2020
20200515.0.0 1,245 5/15/2020
20200513.0.0 1,105 5/13/2020
20200504.0.0 1,568 5/4/2020
Loading failed

See https://git.ffmpeg.org/gitweb/ffmpeg.git/log/4a11a6f 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. 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/mcmtroffaes/ffmpeg-nuget/tree/master/test for examples of how to use the package. IMPORTANT NOTICE: I am planning to retire this nuget package from October 1st 2020 onward, since zeranoe is closing and will no longer be providing any builds. Visual Studio has nowadays excellent integration with vcpkg. Pre-built vcpkg archives are available from https://github.com/mcmtroffaes/ffmpeg-msvc-build/releases or simply build ffmpeg yourself using vcpkg.