>
cheatref
tmux
ffmpeg
> ffmpeg
/
gif-images
/
extract-a-single-frame-at-a-timestamp
Extract a single frame at a timestamp
gif & images
// shell
$
ffmpeg -ss 00:00:05 -i input.mp4 -frames:v 1 thumbnail.jpg
// related commands
> convert-video-to-gif
> convert-video-to-gif-with-optimized-palette
> extract-one-frame-per-second-as-images
> create-slideshow-from-images
> create-a-video-thumbnail-grid
> view all gif-images commands