竟然SB的尝试FFMPEG生成视频缩略图
效率实在不敢恭维
换MPLAYER 速度呼呼的就上去了
附命令
mplayer file.flv -ss nn:nn -really-quiet -nojoystick -nolirc -nocache -nortc -noautosub -vf scale=150:150 -vo png:outdir=/sync/01 -nosound -frames 1
file.flv 是文件
nn:nn是时间
/sync01 是生成后的输出文件夹
scale 图像大小