Display two videos together then output as a merged video on a single screen

前端 未结 3 772
北恋
北恋 2021-02-14 01:35

This question may sound a little bit complex or ambiguous, but I\'ll try to make it as clear as I can. I have done lots of Googling and spent lots of time but didn\'t find anyth

3条回答
  •  花落未央
    2021-02-14 01:55

    ffmpeg is a very active project, lot's of changes and releases all the time.

    You should look at the Xuggler project, this provides a Java API for what you want to do, and they have tight integration with ffmpeg.

    http://www.xuggle.com/xuggler/

    Should you choose to go down the Runtime.exec() path, this Red5 thread should be useful:

    http://www.nabble.com/java-call-ffmpeg-ts15886850.html

提交回复
热议问题