I was looking into various options in dynamically creating a video in Java and came across xuggler, it’s really cool and it works works nicely in a maven project. The recent updates to the library means you don’t have to install the binaries before you run your Java program.
I had to use this repository below to pull down the artifact as it wasn’t hosted on Maven Central.
<repository>
<id>xuggleRepository</id>
<name>Xuggle Repository</name>
<url>http://xuggle.googlecode.com/svn/trunk/repo/share/java</url>
</repository>
<id>xuggleRepository</id>
<name>Xuggle Repository</name>
<url>http://xuggle.googlecode.com/svn/trunk/repo/share/java</url>
</repository>