从视频文件创建缩略图
Hujiuxiang
・1 分钟阅读
从视频文件创建缩略图
thumbnail() { ffmpeg -itsoffset -20 -i $i -vcodec mjpeg -vframes 1 -an -f rawvideo -s 640x272 ${i%.*}.jpg }