-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
- Combine 2 mp4 file where the total length will be over 30min
Using attached code when combing the below movie files a segfault error occurs:
A/libc﹕ Fatal signal 11 (SIGSEGV) at 0x54c3f8a0 (code=2), thread 14090
(Compiler)
File 1 (15min) + File 2 (15min) = Segfault
File 1 (15min) + File 2 (14min 30sec) = Segfault
File 1 (15min) + File 2 (13min 30sec) = Works fine
All files used the same codecs & settings, recorded by android:
mp4 - H264/ACC - 640x480 15fps
Device: Samsung Galaxy S2
What is the expected output? What do you see instead?
The concatenation of the two files
What version of the product are you using? On what operating system?
Android 4.4.2 & Android 4.0.2
Please provide any additional information below.
Android Studio Test project used to reproduce the error attached.
Original issue reported on code.google.com by [email protected] on 22 Jan 2014 at 10:02
Attachments: