extract frame with FFMPEG


ffmpeg.exe -i sourcefile -r 0.1  -f image2 -s 240*180 foo-%03d.jpg 

extract 10frames per minute from the sourcefile, with the image size 240*180, and all of the file are saved as f00-%03d.jpg

posted on 2011-03-05 00:10  xueliangliu  阅读(194)  评论(0编辑  收藏  举报

导航