PotatoCider / bad-apple-discord

Bad apple on discord with animated emotes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bad apple on Discord with animated emotes


Bad Apple!! but it's animated emotes on Discord


Discord server

Requirements

Currently, the script is only tested on MacOS but it could work on Windows with a batch file or WSL.

Steps

  1. ./bad-apple.sh

Explanation

Basically, all I needed was ffmpeg to convert and crop the mp4 into small little gifs (x80 using a bash script) And after that I used gifsicle to compress them to under 256 kB to be within Discord's size limits.

Caveats

I have yet to figure out why I couldn't go above 12 FPS as the Discord app somehow resets them before the GIFs reached the end of the video. This results in the larger GIFs to reset earlier than expected and causes syncing issues with the other animated emotes midway through the video. However, playing the emotes on a regular HTML webpage does not yield syncing issues. If someone can figure out why the Discord app causes this, please let me know!

About

Bad apple on discord with animated emotes.

License:MIT License


Languages

Language:Shell 100.0%