-
Notifications
You must be signed in to change notification settings - Fork 626
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
SIGSEGV crash in android while converting MKV to MP4 #320
Comments
We don't have enough information to make a comment about this. A single log line is not enough to understand who is throwing that SIGSEGV signal. Consider adding console logs, the stack trace of SIGSEGV and a working command if you expect someone to investigate this. Your command includes |
Thank you for your quick response. This is the only error message I got, no stack trace. As I am adding prebuilt SO files, that's why couldn't get any detailed stack trace. I have attached the google drive link of the sample file, can you please try reproducing the issue? The |
When I try to verify your command on
If I use one of the GPL licensed packages, which include |
I'm sorry for not providing enough information in the first place. I was testing the from the build After your response, I upgraded the build version to |
Description
I am trying to convert a video from MKV to MP4 in Android using the test app from here-> ffmpeg-kit-test-maven-central
Expected behavior
Execute command successfully.
Current behavior
After processing a few frames app crashes for a particular video.
To Reproduce
Input this video,
For input path I am using
FFmpegKitConfig.getSafParameterForRead(context, inputUri)
And for output I am using
FFmpegKitConfig.getSafParameterForWrite(requireContext(), outUri)
Execute the following command:
Logs
Environment
Android
arm64-v8a
Other
I've just modified the test app a little to take an input file and use uri to get saf parameter.
The text was updated successfully, but these errors were encountered: