public static boolean getVideoImg(String videoRealPath, String imageRealPath) {try {// 调用批处理文件Runtime.getRuntime().exec("cmd /c start E://ffmpeg//ffmpeg.bat " + videoRealPath + " "+ imageRealPath);} catch (IOException e) {// TODO Auto-generated catch blocke.printStackTrace();return false;}return true;}
- 2 回答
- 0 关注
- 936 浏览
添加回答
举报
0/150
提交
取消