Search code examples
javaflash-builderflvxuggle

Capturing Continuous Frames and merging them as one in java


I am pretty new to image capturing using java. Just started working in java.

  • What i want to ask is i have two flv videos i will like to combine. I searched the internet and many people said about xuggler.

I have a looked on it and did not found any documentation or tutorial regarding this.

  • I do have it that i will have to capture frames continuously and than add each frame with each other as i want a picture in picture video and than form the video from those frames.

Please can anyone help me out here , how to capture continuous frames from an flv file and join them so a new video output can be obtained. Any hint or tutorial will be great. Thank you. I am using adobe flash builder and red5.


Solution

  • If you need to tutorials to get started on Xuggle I suggest that you take a look at Xuggle Wiki. This page should help you to understand basic use of video encoding/decoding. Then you should be able to adapt the source code of examples. I think you could use this example to combine your 2 flv files. Of course, you will need to change it to combine 2 video files.