.NET MAUI Android how to transcode the video resolution to 720p to reduce the upload time to server #20459
Unanswered
SamantaSharma
asked this question in
Q&A
Replies: 2 comments
-
Hi, is built fo Xamarin.Android, but you can try to: |
Beta Was this translation helpful? Give feedback.
0 replies
-
did you find a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions