android-video-trimmer icon indicating copy to clipboard operation
android-video-trimmer copied to clipboard

How to compress only video and not trim the video

Open hafiz013 opened this issue 2 years ago • 1 comments

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 avatar Feb 24 '22 06:02 hafiz013

@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

a914-gowtham avatar Feb 24 '22 08:02 a914-gowtham