TestMp4parser
TestMp4parser copied to clipboard
Project import issue
I have downloaded your project https://github.com/dadachi/TestMp4parser after importing this project into eclipse
it showed the
The import com.coremedia cannot be resolved
The import com.googlecode cannot be resolved
in both Java files AppendExample.java
and ShortenExample.java
So I created a new lib
folder in project root
directory and downloaded a isoparser-1.0.6.jar
jar and placed into lib folder. after these process it showed the below errors in that corresponding java files
The method build(IsoBufferWrapper) in the type MovieCreator is not applicable for the arguments (FileChannel)
The method getHandler() is undefined for the type Track
The method getBox(IsoOutputStream) in the type AbstractBox is not applicable for the arguments (FileChannel)
So help me to solve this import issue and run the example successfully
This project uses isoparser 1.0-RC-15.