在配置了ffmpeg之后,可以运行-i等命令,但是再java中调用就会出现问题
解决:java代码中添加:System.setProperty("ffmpeg.home", "xxx/ffmpeg/bin");