Is it possible to compress video on Android? [clos

2019-01-17 03:58发布

I want to do video compression.

Actually in my application I want to have two options, one is low and another is high. If I choose the low option then the application will compress the video and then upload it. If I choose high then it will upload the original video which I have recorded itself.

I want to do this thing in my application and I'm confused. I have searched google a lot but I'm not able to find the useful way to solve this question please if anyone can help me out.

2条回答
狗以群分
2楼-- · 2019-01-17 04:52

Yes in android you can us ffmpeg4android for compress video it's native library

Please check this link

ffmpeg4android Code

Install the Android NDK First to Use it

查看更多
霸刀☆藐视天下
3楼-- · 2019-01-17 04:57

I used ffmpeg4android,

And was able to achieve this in about 10min using only java, Note that its a commercial library.

查看更多
登录 后发表回答