DEV Community

Cover image for How to create a video in java
Daniel Persson
Daniel Persson

Posted on

How to create a video in java

In this tutorial, I go through how to create a video in java. Using the framework Xuggle we can create a video file containing a stream of images. But you can use any BufferedImage to create these frames, so this library is super flexible and even support audio.

Top comments (2)

Collapse
 
samirsanvalero profile image
Samir-SanValero

Please could you show how to add local audio to video?

Collapse
 
kalaspuffar profile image
Daniel Persson

Hi Samir

Adding it would not be that challenging, as I said in the video. But audio sync is a science in of it self. Have not tried it yet. But I might look into it in the future.

Thank you for watching my videos.

Best regards
Daniel