Skip to content

Instantly share code, notes, and snippets.

@tpdn
Last active August 5, 2024 02:31
Show Gist options
  • Save tpdn/430ba7ef9cddf767344bd7e8d639e6e7 to your computer and use it in GitHub Desktop.
Save tpdn/430ba7ef9cddf767344bd7e8d639e6e7 to your computer and use it in GitHub Desktop.
重曹を舐める天才子役…?
#!/bin/bash
wget https://video.twimg.com/tweet_video/FuFZ2pBaAAInwJ6.mp4
ffmpeg -i FuFZ2pBaAAInwJ6.mp4 frame_%01d.png
rm frame_{7..72}.png
mogrify -fuzz 2% -transparent white *.png
convert -dispose previous frame_*.png -resize 128x128 animated_emoji.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment