Crop and Remove Audio from Uploaded Video ?

Please provide the following:

  1. SDK Version: 38
  2. (Android/iOS/web/all): Android, iOS

I’m building an app where users upload 10 second videos and they are stored through Google Firebase Cloud Storage. To save space, I want to crop the videos squarely and remove the audio. I would welcome converting the videos to GIFs in order to do this, but I haven’t found any leads online for that either. Does anyone know of a package that will help me do this?
Thank you in advance!

GIFs are often larger than the corresponding video. GIF compression is quite crude compared to normal video codecs. These days a lot of things online that claim to be GIFs are actually just videos.

For cropping and stripping the audio you can probably use something like ffmpeg on the server. I doubt you would be able to do this in a Managed Expo app, but I would not be surprised if there were ways to do this in a Bare app.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.