Changes between Version 14 and Version 15 of Create a thumbnail image every X seconds of the video
- Timestamp:
- Dec 5, 2022, 9:48:57 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Create a thumbnail image every X seconds of the video
v14 v15 37 37 }}} 38 38 39 = `thumbnail` video filter = 40 41 Pick one of the most representative frames in sequences of 100 consecutive frames: 42 43 {{{ 44 ffmpeg -i input.flv -vf thumbnail=n=100 thumb%04d.png 45 }}} 46 39 47 === Also see === 40 * [https://trac.ffmpeg.org/wiki/Chinese_Font_从视频中每X秒创建一个缩略图 从视频中每X秒创建一个缩略图]41 48 * [[Create a video slideshow from images]] 42 49 * [https://ffmpeg.org/ffmpeg-filters.html#fps fps video filter documentation] 43 50 * [https://ffmpeg.org/ffmpeg-filters.html#select_002c-aselect select filter documentation] 51 * [https://ffmpeg.org/ffmpeg-filters.html#thumbnail thumbnail video filter documentation] 44 52 * [http://superuser.com/questions/538112/meaningful-thumbnails-for-a-video-using-ffmpeg]
