Hacker News new | ask | show | jobs
by yoz 922 days ago
can I use ffmpeg to embed a gif in a Hacker News comment, because I want that so much right now
1 comments

No, but you can use ffmpeg to create a GIF from ASCII art embedded in a Hacker News comment:

  $ ffmpeg -v quiet -codecs | egrep -i 'gif|ascii'
   D.V.L. ansi                 ASCII/ANSI art
   DEV..S gif                  CompuServe GIF (Graphics Interchange Format)
(ā€œDā€ and ā€œEā€ in the first field indicate support for decoding and encoding)