Changes between Version 14 and Version 15 of Create a thumbnail image every X seconds of the video


Ignore:
Timestamp:
Dec 5, 2022, 9:48:57 AM (4 years ago)
Author:
Elon Musk
Comment:

add thumbnail filter

Legend:

Unmodified
Added
Removed
Modified
  • Create a thumbnail image every X seconds of the video

    v14 v15  
    3737}}}
    3838
     39= `thumbnail` video filter =
     40
     41Pick one of the most representative frames in sequences of 100 consecutive frames:
     42
     43{{{
     44ffmpeg -i input.flv -vf thumbnail=n=100 thumb%04d.png
     45}}}
     46
    3947=== Also see ===
    40 * [https://trac.ffmpeg.org/wiki/Chinese_Font_从视频中每X秒创建一个缩略图 从视频中每X秒创建一个缩略图]
    4148* [[Create a video slideshow from images]]
    4249* [https://ffmpeg.org/ffmpeg-filters.html#fps fps video filter documentation]
    4350* [https://ffmpeg.org/ffmpeg-filters.html#select_002c-aselect select filter documentation]
     51* [https://ffmpeg.org/ffmpeg-filters.html#thumbnail thumbnail video filter documentation]
    4452* [http://superuser.com/questions/538112/meaningful-thumbnails-for-a-video-using-ffmpeg]