.NET MAUI Android how to transcode the video resolution to 720p to reduce the upload time to server

112 Views Asked by At

I am researching ways to reduce upload time for videos to server in .NET MAUI Android. Without transcoding the video, it takes more than 30 seconds - 1 minute to upload the video. With IOS, I have used AVAsset and it works it's magic. However for Android, we used Xamarin.Android.MP4Transcoder in xamarin, however there are no library as such available for .NET Maui. Has anyone successfully implemented it on .NET Maui?

I have found few articles which I have tried to follow, but have not succeeded.
https://developer.android.com/media/platform/transcoding, https://ffmpeg.xabe.net/docs.html, https://bigflake.com/mediacodec/

Any suggestion/solution is highly appreciated.

0

There are 0 best solutions below