0

Iam trying to upload video and audio files from my app on android to backend using api. But before sending want to compress them to reduce size, how can we make it?

Thanks

user3863488
  • 227
  • 1
  • 13
  • It is answered in this https://stackoverflow.com/questions/11314375/android-compress-video-before-upload-to-server Hope it helps – Nitin Vats Jun 29 '21 at 09:14

1 Answers1

0

Yes, you can . You can use ffmpeg library for that . For more info visit ffmpeg

Mitesh
  • 1,544
  • 3
  • 13
  • 26