sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.76k stars 566 forks source link

Video Merge : java.lang.ExceptionInInitializerError #234

Open JayasenaMS opened 7 years ago

JayasenaMS commented 7 years ago

When call MovieCreator.build(path) it throws java.lang.ExceptionInInitializerError.

in MovieCreator class line 54 build() method, Calling IsoFile isoFile = new IsoFile(readableByteChannel);

How can i prevent this issue.