Closed nunohorta closed 5 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.
I'll give it a try, thanks!
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