How to compress video file in Android?

I have a list of video files in my SD card. When I click the selected video in gridview, I want to compress the selected video in android. How to compress a video file in android.is is there any code sample there?

+4
source share
1 answer

Video compression can be done using MediaCodec (from JB) and FFMPEG. Please refer to the FFMPEG docs for more information on compression.

Cm:

ffmpeg: compress video?

https://www.virag.si/2012/01/web-video-encoding-tutorial-with-ffmpeg-0-9/

0
source

Source: https://habr.com/ru/post/1491107/


All Articles