Add audio to video in android

前端 未结 3 1227
你的背包
你的背包 2021-02-19 08:43

I want to develop an android application which can record a video (mp4), then I have some audio files (mp3) in my resources folder, and I want to add it to the end of the video.

3条回答
  •  北恋
    北恋 (楼主)
    2021-02-19 09:06

    After api version 18 android MediaCodec apis supports to access the low level api. MediaMuxer muxing the elementary streams.

    https://developer.android.com/reference/android/media/MediaMuxer.html

提交回复
热议问题