FFmpeg.AutoGen.Bindings.DynamicallyLoaded
7.1.1
dotnet add package FFmpeg.AutoGen.Bindings.DynamicallyLoaded --version 7.1.1
NuGet\Install-Package FFmpeg.AutoGen.Bindings.DynamicallyLoaded -Version 7.1.1
<PackageReference Include="FFmpeg.AutoGen.Bindings.DynamicallyLoaded" Version="7.1.1" />
<PackageVersion Include="FFmpeg.AutoGen.Bindings.DynamicallyLoaded" Version="7.1.1" />
<PackageReference Include="FFmpeg.AutoGen.Bindings.DynamicallyLoaded" />
paket add FFmpeg.AutoGen.Bindings.DynamicallyLoaded --version 7.1.1
#r "nuget: FFmpeg.AutoGen.Bindings.DynamicallyLoaded, 7.1.1"
#addin nuget:?package=FFmpeg.AutoGen.Bindings.DynamicallyLoaded&version=7.1.1
#tool nuget:?package=FFmpeg.AutoGen.Bindings.DynamicallyLoaded&version=7.1.1
Important
The FFmpeg API is vast and complex and this project exposes it with minimum modifications - support is very limited. Please consider to ask how to questions on stackoverflow.com or in special repository on github.com. The community may be able to offer some assistance but you will largely be on your own. As another option you can search for a solution in C(lang) as with some effort you can convert it to C#. Here repository with C# converted examples: https://github.com/stjeong/ffmpeg_autogen_cs
FFmpeg.AutoGen
FFmpeg auto generated unsafe bindings for C#/.NET and Mono.
Usage
The basic example of the library usage: video decoding, conversion and frame extraction to jpeg is included in FFmpeg.AutoGen.Example
project.
For the more sophisticated operations please refer to offical ffmpeg Documentation expecially API section of it.
Nuget packages version uses semantic versioning and in sync with MAJOR and MINOR version of FFmpeg as PATCH incremets does not changing API.
on Windows:
Native ffmpeg libraries are pre bundled in this repository, please note the are GPL(!) libraries. The x64 libraries source from CODEX FFMPEG. Please check to example project it shows how specify path to libraries.on OS X:
Install ffmpeg via Homebrew:
brew install ffmpeg
Normally you need to set static ffmpeg.RootPath =
with full path to FFmpeg libraries.
- on Linux:
Use your package manager of choice. Normally you need to set staticffmpeg.RootPath =
with full path to FFmpeg libraries.
Generation
The bindings generator uses CppSharp.
Prerequisites:
- Visual Studio 2022 with C# and C++ desktop development workloads and Windows SDK for desktop.
Steps to generate:
- Run
FFmpeg.AutoGen.CppSharpUnsafeGenerator;
- All files with extension
*.g.cs
inFFmpeg.AutoGen
project will be regenerated.
License
Copyright © Ruslan Balanukhin 2023 All rights reserved.
Distributed under the GNU Lesser General Public License (LGPL) version 3.
http://www.gnu.org/licenses/lgpl.html
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- FFmpeg.AutoGen.Abstractions (>= 7.1.1)
-
.NETStandard 2.1
- FFmpeg.AutoGen.Abstractions (>= 7.1.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on FFmpeg.AutoGen.Bindings.DynamicallyLoaded:
Package | Downloads |
---|---|
SoundFingerprinting.Emy
SoundFingerprinting.Emy is a native C# client for Emy fingerprints storage. It provides ways to insert, query, delete entries from Emy. To learn more about SoundFingerprinting visit github page https://github.com/AddictedCS/soundfingerprinting. To learn more about Emy visit https://www.emysound.com |
|
CapCognition.Net
CapCognition library |
|
Evergine.Runtimes.Video
Package Description |
|
EmotionalCities.Pupil
Bonsai Library containing interfaces for streaming data from Pupil Labs eye tracking hardware. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on FFmpeg.AutoGen.Bindings.DynamicallyLoaded:
Repository | Stars |
---|---|
dorisoy/Dorisoy.Pan
Dorisoy.Pan 是基于.net core8 的跨平台文档管理系统,使用 MS SQL 2012 / MySql8.0(或更高版本)后端数据库,您可以在 Windows、Linux 或 Mac 上运行它,项目中的所有方法都是异步的,支持令牌基身份验证,项目体系结构遵循著名的软件模式和最佳安全实践。源代码是完全可定制的,热插拔且清晰的体系结构,使开发定制功能和遵循任何业务需求变得容易。 系统使用最新的 Microsoft 技术,高性能稳定性和安全性
|
Version | Downloads | Last updated |
---|---|---|
7.1.1 | 120 | 4 days ago |
7.0.0 | 8,666 | 4/18/2024 |
6.1.0.1 | 8,707 | 3/26/2024 |
6.1.0 | 2,900 | 11/14/2023 |
6.0.0.2 | 7,052 | 5/5/2023 |
6.0.0.1 | 3,193 | 5/5/2023 |
6.0.0 | 750 | 3/21/2023 |
5.1.2.3 | 8,082 | 5/5/2023 |
5.1.2.2 | 161 | 5/5/2023 |
5.1.2.1 | 1,312 | 3/16/2023 |
5.1.2 | 264 | 3/15/2023 |
5.1.1.1 | 2,168 | 9/19/2022 |
5.1.1 | 475 | 8/14/2022 |
4.3.2 | 22,007 | 9/19/2022 |