zouhouzi / mp4parser

Automatically exported from code.google.com/p/mp4parser
0 stars 0 forks source link

DefaultMp4Builder gives NPE for longer tracks #86

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 aakash14...@gmail.com on 26 Mar 2014 at 2:06

GoogleCodeExporter commented 8 years ago
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 aakash14...@gmail.com on 26 Mar 2014 at 2:21