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 關注
- 968 瀏覽
添加回答
舉報
0/150
提交
取消