Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 249 Bytes

generate-video-thumbnail-using-ffmpeg.md

File metadata and controls

9 lines (7 loc) · 249 Bytes

Generate Video thumbnail using ffmpeg

Posted on 22 Jul, 2022

ffmpeg -hide_banner -loglevel error -stats -i <filepath> -ss 00:00:00.000 -vframes 1 thumbnail.jpg

Stuff to think about

  • How do you decide a new frame timestamp?