TqkLibrary.FFmpeg.Gpl3.Tools.Linux.arm64
9.0.2
dotnet add package TqkLibrary.FFmpeg.Gpl3.Tools.Linux.arm64 --version 9.0.2
NuGet\Install-Package TqkLibrary.FFmpeg.Gpl3.Tools.Linux.arm64 -Version 9.0.2
<PackageReference Include="TqkLibrary.FFmpeg.Gpl3.Tools.Linux.arm64" Version="9.0.2" />
<PackageVersion Include="TqkLibrary.FFmpeg.Gpl3.Tools.Linux.arm64" Version="9.0.2" />
<PackageReference Include="TqkLibrary.FFmpeg.Gpl3.Tools.Linux.arm64" />
paket add TqkLibrary.FFmpeg.Gpl3.Tools.Linux.arm64 --version 9.0.2
#r "nuget: TqkLibrary.FFmpeg.Gpl3.Tools.Linux.arm64, 9.0.2"
#:package TqkLibrary.FFmpeg.Gpl3.Tools.Linux.arm64@9.0.2
#addin nuget:?package=TqkLibrary.FFmpeg.Gpl3.Tools.Linux.arm64&version=9.0.2
#tool nuget:?package=TqkLibrary.FFmpeg.Gpl3.Tools.Linux.arm64&version=9.0.2
TqkLibrary.FFmpeg.Gpl3 — Linux arm64
FFmpeg 9.0.2 shared build · Linux arm64 · GPL-3.0-or-later
Upstream build tag: ffmpeg-n9.0-2-g03d9533176-linuxarm64-gpl-shared-9.0
This FFmpeg build is published as two NuGet packages:
| Package | Contents |
|---|---|
TqkLibrary.FFmpeg.Gpl3.Native.Linux.arm64 |
Shared libraries: avcodec, avdevice, avfilter, avformat, avutil, swresample, swscale + C headers |
TqkLibrary.FFmpeg.Gpl3.Tools.Linux.arm64 |
Command-line tools: ffmpeg, ffplay, ffprobe; depends on TqkLibrary.FFmpeg.Gpl3.Native.Linux.arm64 |
How the binaries are delivered
Native binaries ship under runtimes/linux-arm64/native/:
- .NET SDK-style projects resolve them automatically when the build/publish RID matches
linux-arm64(e.g.dotnet publish -r linux-arm64, 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-3.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.
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.
Learn more about Target Frameworks and .NET Standard.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.