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