We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2 #1 pc 0001aab5 /data/app/com.queen.oa.xt-RSeGMGnju_mOV_WpiwexCA==/lib/arm/librxffmpeg-invoke.so [armeabi-v7a] 3 #2 pc 00015365 /data/app/com.queen.oa.xt-RSeGMGnju_mOV_WpiwexCA==/lib/arm/librxffmpeg-invoke.so [armeabi-v7a] 4 #3 pc 00011ef5 /data/app/com.queen.oa.xt-RSeGMGnju_mOV_WpiwexCA==/lib/arm/librxffmpeg-invoke.so (run_ffmpeg_command+356) [armeabi-v7a] 5 #4 pc 0001164f /data/app/com.queen.oa.xt-RSeGMGnju_mOV_WpiwexCA==/lib/arm/librxffmpeg-invoke.so (Java_io_microshow_rxffmpeg_RxFFmpegInvoke_runFFmpegCmd+134) [armeabi-v7a] 6 #5 pc 00406a79 /system/lib/libart.so (ExecuteMterpImpl+36857) [armeabi-v8] 7 #6 pc 00402575 /system/lib/libart.so (ExecuteMterpImpl+19189) [armeabi-v8] 8 #7 pc 003db2dd /system/lib/libart.so (art_quick_invoke_stub+224) [armeabi-v8] 9 #8 pc 00095015 /system/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+136) [armeabi-v8]
// 压缩命令 String text = "ffmpeg -y -i " + videoPath + " -b 1800k -r 30 -vcodec libx264 -preset superfast " + outPath;
The text was updated successfully, but these errors were encountered:
是4k分辨率视频吗?如果是4k,压缩的时候需要缩放一下分辨率
Sorry, something went wrong.
不是,所有视频都一样,在一加7pro,视频压缩就crash,其他手机没问题
试下其它命令执行也会出现吗? demo apk也会crash?
No branches or pull requests
#00 pc 00749ae4 /data/app/com.queen.oa.xt-RSeGMGnju_mOV_WpiwexCA==/lib/arm/librxffmpeg-core.so (av_buffersink_get_frame_flags+4) [armeabi-v7a]
2 #1 pc 0001aab5 /data/app/com.queen.oa.xt-RSeGMGnju_mOV_WpiwexCA==/lib/arm/librxffmpeg-invoke.so [armeabi-v7a]
3 #2 pc 00015365 /data/app/com.queen.oa.xt-RSeGMGnju_mOV_WpiwexCA==/lib/arm/librxffmpeg-invoke.so [armeabi-v7a]
4 #3 pc 00011ef5 /data/app/com.queen.oa.xt-RSeGMGnju_mOV_WpiwexCA==/lib/arm/librxffmpeg-invoke.so (run_ffmpeg_command+356) [armeabi-v7a]
5 #4 pc 0001164f /data/app/com.queen.oa.xt-RSeGMGnju_mOV_WpiwexCA==/lib/arm/librxffmpeg-invoke.so (Java_io_microshow_rxffmpeg_RxFFmpegInvoke_runFFmpegCmd+134) [armeabi-v7a]
6 #5 pc 00406a79 /system/lib/libart.so (ExecuteMterpImpl+36857) [armeabi-v8]
7 #6 pc 00402575 /system/lib/libart.so (ExecuteMterpImpl+19189) [armeabi-v8]
8 #7 pc 003db2dd /system/lib/libart.so (art_quick_invoke_stub+224) [armeabi-v8]
9 #8 pc 00095015 /system/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+136) [armeabi-v8]
// 压缩命令
String text = "ffmpeg -y -i " + videoPath + " -b 1800k -r 30 -vcodec libx264 -preset superfast " + outPath;
The text was updated successfully, but these errors were encountered: