Open hafiz013 opened 2 years ago
Hi I have project to implement with requirement whatever size more than 10mb compress it and dont trim it. What code should i use and which library that suitable that without increase more apk or aab size. Thank you
@hafiz013 you can use ffmpeg. it is a video processing library. you can find ffmpeg command for video compression online. to start with refer this repo https://github.com/yuanqing/ffmpeg-cheatsheet
Hi I have project to implement with requirement whatever size more than 10mb compress it and dont trim it. What code should i use and which library that suitable that without increase more apk or aab size. Thank you