多是ffmpeg的文件使用的系统默认的致使,修改为本身下载的最新路径就能够了。java
class MyFFMpegLoader extends FFMPEGLocator{ @Override protected String getFFMPEGExecutablePath() { return "/usr/bin/ffmpeg"; //To change body of implemented methods use File | Settings | File Templates. } }