FFmpeg.Nightly.LGPL 20200831.1.0

dotnet add package FFmpeg.Nightly.LGPL --version 20200831.1.0
                    
NuGet\Install-Package FFmpeg.Nightly.LGPL -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.LGPL" 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.LGPL" Version="20200831.1.0" />
                    
Directory.Packages.props
<PackageReference Include="FFmpeg.Nightly.LGPL" />
                    
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.LGPL --version 20200831.1.0
                    
#r "nuget: FFmpeg.Nightly.LGPL, 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.LGPL@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.LGPL&version=20200831.1.0
                    
Install as a Cake Addin
#tool nuget:?package=FFmpeg.Nightly.LGPL&version=20200831.1.0
                    
Install as a Cake Tool

Headers and static libraries for FFmpeg (LGPL build).

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
20200831.1.0 6,368 9/8/2020
20200821.0.0 1,836 9/3/2020
20200816.0.0 1,631 8/21/2020
20200802.0.0 1,752 8/4/2020
20200730.2.0 1,561 8/4/2020
20200713.0.0 1,580 8/3/2020
20200628.0.0 1,743 7/1/2020
20200620.0.0 1,572 6/30/2020
20200615.0.0 1,629 6/18/2020
20200601.0.0 1,685 6/2/2020
20200527.0.0 1,659 5/29/2020
20200523.0.0 1,816 5/26/2020
20200515.0.0 1,834 5/22/2020
20200513.0.0 1,751 5/14/2020
20200504.0.0 1,740 5/5/2020
20200429.0.0 2,310 5/1/2020
20200424.0.0 1,651 4/28/2020
20200422.0.0 1,717 4/23/2020
20200311.0.0 1,758 3/11/2020
20200306.0.0 1,846 3/9/2020
Loading failed

See https://git.ffmpeg.org/gitweb/ffmpeg.git/log/4a11a6f for a full list of changes. The scripts for creating this nuget package are maintained at https://github.com/mcmtroffaes/ffmpeg-msvc-nuget and https://github.com/mcmtroffaes/ffmpeg-msvc-build 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-msvc-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 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.