FFMPEG:Multiple Image frames + 1 Audio =1 Video

前端 未结 4 1697
囚心锁ツ
囚心锁ツ 2020-12-01 20:43

I am using this library Android-MJPEG-Video-Capture-FFMPEG to and getting the frames with using the camera..I am Using below FFMPEG command for this

String[         


        
4条回答
  •  隐瞒了意图╮
    2020-12-01 20:51

    From jagadish answer, i tried the command like this, this is worked for me.

    -y -i /storage/emulated/0/images.jpg -i /storage/emulated/0/rec.wav -acodec aac -vcodec mpeg4 -s 480*320 -f mp4 -r 2 /storage/emulated/0/result.mp4"

提交回复
热议问题