android-video-trimmer
android-video-trimmer copied to clipboard
How to compress only video and not trim the video
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