a914-gowtham / android-video-trimmer

Helps to trim local videos with compress option on Android applications using Exoplayer 2 and FFmpeg.
Other
371 stars 117 forks source link

How to compress only video and not trim the video #73

Open hafiz013 opened 2 years ago

hafiz013 commented 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

a914-gowtham commented 2 years ago

@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