>
cheatref
tmux
ffmpeg
> ffmpeg
/
gif-images
/
extract-one-frame-per-second-as-images
Extract one frame per second as images
gif & images
// shell
$
ffmpeg -i input.mp4 -vf fps=1 frame_%04d.png
// related commands
> convert-video-to-gif
> convert-video-to-gif-with-optimized-palette
> extract-a-single-frame-at-a-timestamp
> create-slideshow-from-images
> create-a-video-thumbnail-grid
> view all gif-images commands