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
采用gradle依赖(compile 'cn.dxjia:ffmpegexecutor:0.1.7') 同一个视频转码命令("ffmpeg -i /sdcard/Media/VID_1149.mp4 -r 30 -f gif /sdcard/1149_20.gif")第一次正常执行,第二次报错,错误信息如下: A/ffmpeg-jni: Option threads not found. E/ffmpeg-jni: Error, assert_avoptions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
采用gradle依赖(compile 'cn.dxjia:ffmpegexecutor:0.1.7')
同一个视频转码命令("ffmpeg -i /sdcard/Media/VID_1149.mp4 -r 30 -f gif /sdcard/1149_20.gif")第一次正常执行,第二次报错,错误信息如下:
A/ffmpeg-jni: Option threads not found.
E/ffmpeg-jni: Error, assert_avoptions
The text was updated successfully, but these errors were encountered: