How to compress mp4 video using MediaCodec Android?

后端 未结 1 1939
长情又很酷
长情又很酷 2020-12-13 15:51

In my Android app, I want to compress mp4 video by changing its resolution, bitrate. I don\'t want to use FFmpeg (because I don\'t want to use NDK), so I decided to use Medi

1条回答
  •  攒了一身酷
    2020-12-13 16:11

    I have used this to see how to manipulate video in android: https://github.com/hoolrory/AndroidVideoSamples , check the VideoResampler.java in the CommonVideoLibrary .

    0 讨论(0)
提交回复
热议问题