Perfect, thank you.
One last thing. I download the source from svn and build ISO Parser in Netbeans. Everything fine.
But when I import in my project with
<dependency>
<groupId>com.googlecode.mp4parser</groupId>
<artifactId>isoparser</artifactId>
<version>1.0-RC-1-SNAPSHOT</version>
</dependency>
and compile I get
error: error while loading Track, Missing dependency 'class com.coremedia.iso.boxes.TimeToSampleBox$Entry', required by C:\Users\emanuele.bragagnolo\.m2\repository\com\googlecode\mp4parser\isoparser\1.0-RC-1-SNAPSHOT\isoparser-1.0-RC-1-SNAPSHOT.jar(com/googlecode/mp4parser/authoring/Track.class)
one error found
It's not a big problem, but
I just want to warn you. I never found error like this in maven.Emanuele