I am trying to add text to a gif, but after I add it there is some image decolorization & pixilation that happens.
The command I am running on a to add text to the gif is as follows:
ffmpeg -i test.gif -vf "drawtext=fontfile=OpenSans.ttf:text='Stack Overflow':fontcolor=black:fontsize=24" copy output.gif
If anyone had any insight on why the distortion / decolorization might be happening. It would be appreciated!
Here is an example gif, then the result of running the command above.
Original Gif:
After: (post ffmpeg):
(don't worry he goes back to get the cat)


