TqkLibrary.FFmpeg.Gpl2.Native.Linux.x64
9.0.2
dotnet add package TqkLibrary.FFmpeg.Gpl2.Native.Linux.x64 --version 9.0.2
NuGet\Install-Package TqkLibrary.FFmpeg.Gpl2.Native.Linux.x64 -Version 9.0.2
<PackageReference Include="TqkLibrary.FFmpeg.Gpl2.Native.Linux.x64" Version="9.0.2" />
<PackageVersion Include="TqkLibrary.FFmpeg.Gpl2.Native.Linux.x64" Version="9.0.2" />
<PackageReference Include="TqkLibrary.FFmpeg.Gpl2.Native.Linux.x64" />
paket add TqkLibrary.FFmpeg.Gpl2.Native.Linux.x64 --version 9.0.2
#r "nuget: TqkLibrary.FFmpeg.Gpl2.Native.Linux.x64, 9.0.2"
#:package TqkLibrary.FFmpeg.Gpl2.Native.Linux.x64@9.0.2
#addin nuget:?package=TqkLibrary.FFmpeg.Gpl2.Native.Linux.x64&version=9.0.2
#tool nuget:?package=TqkLibrary.FFmpeg.Gpl2.Native.Linux.x64&version=9.0.2
TqkLibrary.FFmpeg.Gpl2 — Linux x64
FFmpeg 9.0.2 shared build · Linux x64 · GPL-2.0-or-later
Upstream build tag: ffmpeg-n9.0-2-g03d9533176-linux64-gpl2-shared-9.0
This FFmpeg build is published as two NuGet packages:
| Package | Contents |
|---|---|
TqkLibrary.FFmpeg.Gpl2.Native.Linux.x64 |
Shared libraries: avcodec, avdevice, avfilter, avformat, avutil, swresample, swscale + C headers |
TqkLibrary.FFmpeg.Gpl2.Tools.Linux.x64 |
Command-line tools: ffmpeg, ffprobe; depends on TqkLibrary.FFmpeg.Gpl2.Native.Linux.x64 |
How the binaries are delivered
Native binaries ship under runtimes/linux-x64/native/:
- .NET SDK-style projects resolve them automatically when the build/publish RID matches
linux-x64(e.g.dotnet publish -r linux-x64, or a matching<RuntimeIdentifier>). - .NET Framework projects get them copied next to the build output by the bundled MSBuild targets.
- C++ (MSBuild) projects (Native package): the
build/nativetargets addinclude/to the compiler include path and the import libraries to the linker automatically.
Package matrix
Pick the sibling package that matches your target:
TqkLibrary.FFmpeg.{Gpl3|Lgpl3|Gpl2|Lgpl2}.{Native|Tools}.{Win|Linux}.{x64|x86|arm64}
- License:
Gpl3/Lgpl3= built with--enable-version3(GPL-3.0 / LGPL-3.0);Gpl2/Lgpl2= GPL-2.0 / LGPL-2.1. x86(win32) is not available for FFmpeg 5.0 and 6.1 (those versions fail to compile the 32-bit Vulkan code).
License
This package is GPL-2.0-or-later. FFmpeg is free software and redistributing these binaries carries that license's obligations — in particular, linking your application against a GPL build places your application under the GPL. Use an Lgpl* variant if you need to keep your application under a different license.
Note:
Gpl2/Lgpl2builds have OpenSSL and its dependents (srt, libssh, libcurl, libaribcaption, pulseaudio) disabled for license compatibility. On Linux,sdl2is also disabled, soffplayis not included.
See docs/LICENSE.txt in the package for the full license text.
Source
- Packaging & build scripts: https://github.com/tqk2811/FFmpegBuild
- Prebuilt binaries: https://github.com/tqk2811/FFmpegBuild/releases
- Built on top of BtbN/FFmpeg-Builds.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| native | native is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on TqkLibrary.FFmpeg.Gpl2.Native.Linux.x64:
| Package | Downloads |
|---|---|
|
TqkLibrary.FFmpeg.Gpl2.Tools.Linux.x64
FFmpeg Tools (ffmpeg, ffprobe) linux x64 (GPL-2.0-or-later) |
GitHub repositories
This package is not used by any popular GitHub repositories.