You can get JCodec automatically with maven. For this just add below snippet to your pom.xml .

<dependency>
    <groupId>org.jcodec</groupId>
    <artifactId>jcodec-javase</artifactId>
    <version>0.1.9</version>
</dependency>