首页>代码>Java调用ffmpeg工具生成视频缩略图实例>/src/com/zuidaima/ffmpeg/FfmpegDemo.java
package com.zuidaima.ffmpeg;

public class FfmpegDemo {
	public static void main(String[] args) {

		String dirStr=System.getProperty("user.dir");
		//视频文件  
		String videoRealPath =dirStr+ "\\Wildlife.wmv";  

		 //截图的路径(输出路径)  
	    String imageRealPath =dirStr+"//a.jpg";  
	    try {  
	        //调用批处理文件  
	        Runtime.getRuntime().exec("cmd /c start "+dirStr+"\\ffmpeg.bat " + videoRealPath + " " + imageRealPath);  

	    } catch (Exception e) {  
	        // TODO Auto-generated catch block  
	        e.printStackTrace();  
	    }
		   
	}

}
最近下载更多
fww1217  LV2 2020年2月27日
lwpwork  LV16 2020年2月25日
tongzh  LV2 2019年8月22日
luocheng  LV18 2019年8月8日
chenhaoideatech  LV1 2019年7月24日
myWayne  LV7 2019年6月7日
风间千月  LV13 2019年5月13日
ctyjsy  LV2 2019年4月20日
老子叫木子李  LV2 2019年4月7日
buptdxc  LV6 2019年3月27日
最近浏览更多
sky丶小十  LV7 2023年12月18日
xiaochoushishei 2023年8月22日
暂无贡献等级
我的最代码  LV20 2023年6月15日
zzhua195  LV6 2023年5月12日
1529860026  LV24 2023年4月27日
zhougan0508  LV1 2023年3月26日
微信网友_5992582549164032  LV6 2023年2月21日
crosa_Don  LV18 2022年7月22日
364502984  LV18 2022年6月2日
云破月  LV8 2022年4月19日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友