GithubHelp home page GithubHelp logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 28, 2024
Two issues here:
-1- googlecode repository is outdated. Please use the github repository
-2- Do not download the sources. Use a released version. 

Original comment by Sebastian.Annies on 11 Aug 2014 at 12:37

  • Changed state: WontFix

from mp4parser.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 28, 2024
I already using the code download from github. I download the folder and create 
project for isoparser and make jar file but the above crash raise. Can you tell 
me where is release version. the github link take me 
https://github.com/sannies/mp4parser  and it has three folders isoparser, 
androidtest and examples. But could not find release.

Original comment by [email protected] on 12 Aug 2014 at 4:48

from mp4parser.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 28, 2024
At this link https://github.com/sannies/mp4parser/releases we have option only 
to download the source code.

Original comment by [email protected] on 12 Aug 2014 at 4:54

from mp4parser.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 28, 2024
It's a maven project, release are available at maven central. 

Original comment by Sebastian.Annies on 12 Aug 2014 at 6:25

from mp4parser.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 28, 2024
I download this file "isoparser-1.0.2.jar" from maven project and but app 
crashed with this crash report

08-18 17:32:20.571: E/AndroidRuntime(31446): FATAL EXCEPTION: main
08-18 17:32:20.571: E/AndroidRuntime(31446): 
java.lang.ExceptionInInitializerError
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
java.lang.Class.classForName(Native Method)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
java.lang.Class.forName(Class.java:217)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
java.lang.Class.forName(Class.java:172)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
com.coremedia.iso.PropertyBoxParserImpl.createBox(PropertyBoxParserImpl.java:86)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
com.coremedia.iso.AbstractBoxParser.parseBox(AbstractBoxParser.java:102)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
com.googlecode.mp4parser.BasicContainer.next(BasicContainer.java:155)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
com.googlecode.mp4parser.BasicContainer.hasNext(BasicContainer.java:131)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
com.googlecode.mp4parser.util.LazyList$1.hasNext(LazyList.java:55)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
com.coremedia.iso.IsoFile.getMovieBox(IsoFile.java:109)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
com.googlecode.mp4parser.authoring.container.mp4.MovieCreator.build(MovieCreator
.java:48)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
com.googlecode.mp4parser.authoring.container.mp4.MovieCreator.build(MovieCreator
.java:35)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
com.coderzheaven.pack.CustomCameraActivity.MergeVideos(CustomCameraActivity.java
:200)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
com.coderzheaven.pack.CustomCameraActivity$1.onClick(CustomCameraActivity.java:1
08)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
android.view.View.performClick(View.java:3517)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
android.view.View$PerformClick.run(View.java:14155)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
android.os.Handler.handleCallback(Handler.java:605)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
android.os.Handler.dispatchMessage(Handler.java:92)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
android.os.Looper.loop(Looper.java:137)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
android.app.ActivityThread.main(ActivityThread.java:4666)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
java.lang.reflect.Method.invokeNative(Native Method)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
java.lang.reflect.Method.invoke(Method.java:511)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:809)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:576)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
dalvik.system.NativeStart.main(Native Method)
08-18 17:32:20.571: E/AndroidRuntime(31446): Caused by: 
java.lang.NoClassDefFoundError: org.aspectj.runtime.reflect.Factory
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
com.coremedia.iso.boxes.FileTypeBox.ajc$preClinit(FileTypeBox.java:1)
08-18 17:32:20.571: E/AndroidRuntime(31446):    at 
com.coremedia.iso.boxes.FileTypeBox.<clinit>(FileTypeBox.java:1)
08-18 17:32:20.571: E/AndroidRuntime(31446):    ... 24 more

Original comment by [email protected] on 18 Aug 2014 at 12:37

from mp4parser.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.