Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DefaultMp4Builder gives NPE for longer tracks #86

Open
GoogleCodeExporter opened this issue Apr 20, 2016 · 1 comment
Open

DefaultMp4Builder gives NPE for longer tracks #86

GoogleCodeExporter opened this issue Apr 20, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Create a movie, add an audio track and a video track of almost 3-4 mins.
2. Try to create the Container
3. It takes a lot of time and then gives a null pointer exception

What is the expected output? What do you see instead?
Expected output is to get a container that I can write to a file. Instead I get 
a null pointer exception.

What version of the product are you using? On what operating system?
RC-27 on Windows 7, 4 GBs of RAM, Core i3 processor

Please provide any additional information below.
Is there any limitation to sample size or samples count? Are there any 
limitations or hardware requirements to run it better?


Original issue reported on code.google.com by [email protected] on 26 Mar 2014 at 2:06

@GoogleCodeExporter
Copy link
Author

I am using the code from 
https://code.google.com/p/mp4parser/source/browse/trunk/examples/src/main/java/c
om/googlecode/mp4parser/AppendExample.java

Original comment by [email protected] on 26 Mar 2014 at 2:21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant