(in progress)
💡Tips:
- generate
- generate
GIF
withPIL
- convert MOV file to a GIF filter (typically a screencast movie) 👉 source and explanations
ffmpeg -i Integral.mov -filter_complex "[0:v] fps=12,scale=1000:-1,split [a][b];[a] palettegen [p];[b][p] paletteuse" Integral.gif
- resize a GIF that's too big 👉 source and explanations
~/programs/ffmpeg -hide_banner -i resampled-top-view_v01.gif -filter_complex "[0:v] scale=320:-1:flags=lanczos,split [a][b]; [a] palettegen=stats_mode=single [p]; [b][p] paletteuse=new=1" resampled-top-view_v02.gif