iknow4x / Android-Video-Trimmer

The Android-Video-Trimmer project implements the selection of clips for long and short videos. It uses MediaMetadataRetriever to obtain video frames, and uses ffmpeg for video cropping and video compression.
Apache License 2.0
1.09k stars 262 forks source link

仅需要裁剪功能,如何减小apk大小 #25

Closed delaiwen-hgh closed 6 years ago

delaiwen-hgh commented 6 years ago

集成com.writingminds:FFmpegAndroid:0.3.2 会导致apk大小过大,如果仅需要裁剪功能,该如何操作

iknow4x commented 6 years ago

你去看看com.writingminds:FFmpegAndroid:0.3.2 源码,应该可以对里面的so库做裁剪,或者减少so库对cpu架构的支持

On 10 Sep 2018, at 4:41 PM, delaiwen-hgh notifications@github.com wrote:

集成com.writingminds:FFmpegAndroid:0.3.2 会导致apk大小过大,如果仅需要裁剪功能,该如何操作

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/iknow4/Android-Video-Trimmer/issues/25, or mute the thread https://github.com/notifications/unsubscribe-auth/AHDI1TY4VBW9yJ7z7O84JM2i7o3Cw4iAks5uZiWvgaJpZM4Wg9FD.

iknow4x commented 6 years ago

@delaiwen-hgh 这问题我先关闭了,有什么其他问题欢迎提你再提issue