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

Segfault when combining 2 files on Android. #81

Open
GoogleCodeExporter opened this issue Jul 13, 2015 · 1 comment
Open

Segfault when combining 2 files on Android. #81

GoogleCodeExporter opened this issue Jul 13, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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 joshhayw...@gmail.com on 22 Jan 2014 at 10:02

Attachments:

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