All Projects → Ruslan-B → Ffmpeg.autogen

Ruslan-B / Ffmpeg.autogen

Licence: lgpl-3.0
FFmpeg auto generated unsafe bindings for C#/.NET and Mono.

Projects that are alternatives of or similar to Ffmpeg.autogen

CAM
macOS camera recording using ffmpeg
Stars: ✭ 43 (-93.59%)
Mutual labels:  ffmpeg, osx
Ldap4net
OpenLdap port for DotNet Core (Linux\OSX\Windows)
Stars: ✭ 93 (-86.14%)
Mutual labels:  osx, mono
Xake
Another MAKE utility implementation on F#, fully declarative with no-brain parallelism, inspired by Shake
Stars: ✭ 24 (-96.42%)
Mutual labels:  osx, mono
Avane
Adobe Air Native Extension for building video encoding applications
Stars: ✭ 57 (-91.51%)
Mutual labels:  ffmpeg, osx
Ffmpeg Build Script
The FFmpeg build script provides an easy way to build a static FFmpeg on OSX and Linux with non-free codecs included.
Stars: ✭ 290 (-56.78%)
Mutual labels:  ffmpeg, osx
Docker Nginx Rtmp
🐋 A Dockerfile for nginx-rtmp-module + FFmpeg from source with basic settings for streaming HLS. Built on Alpine Linux.
Stars: ✭ 608 (-9.39%)
Mutual labels:  ffmpeg
Swcrypt
RSA public/private key generation, RSA, AES encryption/decryption, RSA sign/verify in Swift with CommonCrypto in iOS and OS X
Stars: ✭ 632 (-5.81%)
Mutual labels:  osx
Trinity
android video record editor muxer sdk
Stars: ✭ 609 (-9.24%)
Mutual labels:  ffmpeg
Wxrecodervideo
基于VCamera,仿微信录制短视频
Stars: ✭ 601 (-10.43%)
Mutual labels:  ffmpeg
Terminal Notifier
Send User Notifications on macOS from the command-line.
Stars: ✭ 5,766 (+759.31%)
Mutual labels:  osx
Nord Iterm2
An arctic, north-bluish clean and elegant iTerm2 color scheme.
Stars: ✭ 651 (-2.98%)
Mutual labels:  osx
Awesome Ffmpeg
👻 A curated list of awesome FFmpeg resources.
Stars: ✭ 623 (-7.15%)
Mutual labels:  ffmpeg
Staxrip
🎞 Video encoding GUI for Windows.
Stars: ✭ 609 (-9.24%)
Mutual labels:  ffmpeg
Fsmon
monitor filesystem on iOS / OS X / Android / FirefoxOS / Linux
Stars: ✭ 635 (-5.37%)
Mutual labels:  osx
Orsserialport
Serial port library for Objective-C and Swift macOS apps
Stars: ✭ 609 (-9.24%)
Mutual labels:  osx
Yubiswitch
OSX status bar application to enable/disable Yubikey Nano
Stars: ✭ 653 (-2.68%)
Mutual labels:  osx
Firesharp
An asynchronous cross-platform .Net library for Firebase
Stars: ✭ 601 (-10.43%)
Mutual labels:  mono
Videoshow
Simple node.js utility to create video slideshows from images with optional audio and visual effects using ffmpeg
Stars: ✭ 618 (-7.9%)
Mutual labels:  ffmpeg
Ini Parser
Read/Write an INI file the easy way!
Stars: ✭ 643 (-4.17%)
Mutual labels:  mono
Jarvis
Dotfiles for a powerful, web development-focused environment powered by Neovim, iTerm2, tmux, and zsh
Stars: ✭ 617 (-8.05%)
Mutual labels:  osx

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#.

FFmpeg.AutoGen

main travis nuget

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 static ffmpeg.RootPath = with full path to FFmpeg libraries.

Generation

The bindings generator uses CppSharp.

Prerequisites:

  • Visual Studio 2019 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 in FFmpeg.AutoGen project will be regenerated.

License

Copyright © Ruslan Balanukhin 2020 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].