Drastic.FFMpegKit.Audio.Android
5.1.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Drastic.FFMpegKit.Audio.Android --version 5.1.0
NuGet\Install-Package Drastic.FFMpegKit.Audio.Android -Version 5.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="Drastic.FFMpegKit.Audio.Android" Version="5.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Drastic.FFMpegKit.Audio.Android --version 5.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Drastic.FFMpegKit.Audio.Android, 5.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.
// Install Drastic.FFMpegKit.Audio.Android as a Cake Addin #addin nuget:?package=Drastic.FFMpegKit.Audio.Android&version=5.1.0 // Install Drastic.FFMpegKit.Audio.Android as a Cake Tool #tool nuget:?package=Drastic.FFMpegKit.Audio.Android&version=5.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Drastic.FFMpegKit.Android
.NET Android bindings of FFmpegKit
Installation
Install the package via NuGet. There are various packages depending on what you plan to use and if you require a GPL compatible package or not. These package variants match the different variants built in the FFmpegKit repository.
Usage
Include FFMpegKit.Droid
namespace
using FFMpegKit.Droid;
Execute your FFmpeg command
FFmpegKit.Execute("-i input.mov -c:v libx264 output.mp4");
More examples and usage can be found in the FFmpegKit wiki.
Building with build scripts
- Run
make download_build_android
- This should build the Android Nugets
Update the VERSION
tag in the MakeFile to try and build a newer version.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0-android33.0 is compatible. net8.0-android was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0-android33.0
- 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.