Bootstrap

ffmpeg视频滤镜:提取缩略图-framestep

滤镜描述

官网地址 => FFmpeg Filters Documentation

这个滤镜会间隔N帧抽取一帧图片,因此这个可以用于设置视频的缩略图。总体上这个滤镜比较简单。

滤镜使用

滤镜参数

framestep AVOptions:
   step              <int>        ..FV....... set frame step (from 1 to INT_MAX) (default 1)

step代表着间隔的帧数。

ffmpeg -i ffm_media/gee_short.mp4 -filter_complex "framestep=100" result/framestep/gee_%d.jpg
## 祝你好运
 
hope("大神多多指点")
topic("有问题可以交流呀")
concat("球", "球" ," QUN", "61480", "9646")
include("学习","=", "用的","书")

;