Skip to content

Segfault when combining 2 files on Android. #81

@GoogleCodeExporter

Description

@GoogleCodeExporter
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:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions