>
cheatref
tmux
ffmpeg
> ffmpeg
/
gif-images
/
create-slideshow-from-images
Create slideshow from images
gif & images
// shell
$
ffmpeg -framerate 1 -i frame_%04d.png -c:v libx264 -pix_fmt yuv420p output.mp4
// related commands
> convert-video-to-gif
> convert-video-to-gif-with-optimized-palette
> extract-one-frame-per-second-as-images
> extract-a-single-frame-at-a-timestamp
> create-a-video-thumbnail-grid
> view all gif-images commands