FFmpeg auto generated unsafe bindings for C#/.NET and Mono. The Dynamic Loading implementation relies on lazy import function resolution, and it allows for the specification of the location of native binaries via DynamicallyLoadedBindings.LibrariesPath.
$ dotnet add package FFmpeg.AutoGen.Bindings.DynamicallyLoadedThis project is undergoing a transition to a semi-managed model over the coming months.
Founder & Maintainer: Ruslan Balanukhin (Rationale One)
For questions and support, please continue using stackoverflow.com or the questions repository.
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 auto generated unsafe bindings for C#/.NET and Mono.
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.
ffmpeg.RootPath = with full path to FFmpeg libraries.The bindings generator uses CppSharp.
Prerequisites:
Steps to generate:
FFmpeg.AutoGen.CppSharpUnsafeGenerator;*.g.cs in FFmpeg.AutoGen project will be regenerated.Copyright © 2025 Ruslan Balanukhin (Rationale One)
All rights reserved.
Distributed under the MIT License.
See LICENSE.txt for full license text.
Note: FFmpeg binaries are distributed under their original licenses (GPL/LGPL) from the source. Please refer to FFmpeg License for details.