andriod程序运行出现ava.lang.NoClassDefFoundError错误

程序运行到
recorder=new FFmpegFrameRecorder("/storage/emulated/0/demo/1112.mp4",800,600,0);这一句后出现错误
图片说明

手机系统为8.1,请问有什么解决办法么

ffmpeg对应的jar包是否部署,是否兼容。

看下这里 mhmahmoodalam 的方法
https://github.com/bytedeco/javacv/issues/616