Error During Video Compression #1072
Labels
android
Affect Android platform
needs-more-details
We need more details to understand what the problem is
v6.0
Hello,
I encounter an error while compressing a video on my Android device running version 13. Below is the configuration I use for compression:
"String[] command = {"-y", "-i", videoPath, "-r", "6", "-b:v", "100", "-an", outputPath};"
The process works fine on other devices but fails on Android 13. I cannot figure out the reason. The only error message I receive is as follows
Expected behavior
The video compression process should complete successfully on Android 13 devices, just as it does on other devices. The output video should have the specified frame rate (6 fps), bit rate (100 kbps), and no audio, saved to the specified outputPath.
No errors or warnings should occur during the process.
Current behavior
On Android 13 devices, the video compression process fails with the following error message:
Could you please help me understand and resolve this issue?
Thank you,
Environment
Android
/`arm-v7a
,arm-v7a-neon
,arm64-v8a
,x86
,x86_64
6.0.2
main
,The text was updated successfully, but these errors were encountered: