FFmpeg library to run ffmeg commands over Xamarin.Android.
- Created to support a solution that needed ffmpeg to control camera devices.
- FFmpeg library adapted from https://github.com/neurospeech/xamarin-android-ffmpeg
- Original library in java https://github.com/WritingMinds/ffmpeg-android-java
- MIT
- Besides that, to use this library you must accept the licensing terms mentioned in the source project at https://github.com/WritingMinds/ffmpeg-android-java
You can download Xamarin.FFmpeg package from Nuget Package Manager or run following command in Nuget Package Console.
Install-Package Xamarin.FFmpeg -Version 1.0.4
On the way...