neurospeech / xamarin-android-ffmpeg

Xamarin Android FFMpeg binding
MIT License
30 stars 6 forks source link

How to rotate videos with Xamarin.Android.MP4Transcoder? #12

Closed nunohorta closed 5 years ago

nunohorta commented 7 years ago

Hi

Is it possible to rotate videos with the MP4Transcoder? Not changing the orientation metadata, but actually rotating the video. This was fairly simple with ffmpeg but now that we shouldn't be using it with Android 6+ I'm looking for an alternative. Thanks

neurospeech commented 7 years ago

This library uses https://github.com/ypresto/android-transcoder, you could ask them to create option of rotating then we can include it in our library. Transcoding entirely in .NET is slow, so we are relaying calls to native java library.

nunohorta commented 7 years ago

I'll give it a try, thanks!