利用ffmpeg提取视频中的图片



ffmpeg.exe -i aa.mp4 -y -f image2 -ss 8 -t 0.01 -s 800x600 test.jpg

-f                 <string>     ..F... set commands file 
-ss time_off        set the start time offset 
-t duration         record or transcode "duration" seconds of audio/video 

猜你喜欢

转载自cuityang.iteye.com/blog/2255602