Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 322 Bytes

File metadata and controls

8 lines (6 loc) · 322 Bytes

Websketches

Useful commands

ffmpeg -y -framerate 60 -i [folder]/%07d.png -c:v libx264 -pix_fmt yuv420p -movflags +faststart -preset veryslow -crf 17 -tune animation video.mp4
ffmpeg -y -i video.mp4 -vf "scale=(iw*sar)*max(256/(iw*sar)\,256/ih):ih*max(256/(iw*sar)\,256/ih), crop=256:256" video-thumb.mp4