Skip to content

Releases: seatedro/asciigen

ffmpeg + video support

08 Sep 05:21
99b8085
Compare
Choose a tag to compare

this release adds video support using ffmpeg libraries (libav). i'm attaching binaries for macos(arm64) and linux(arm64 and x86_64). i don't have access to other machines currently.

make sure you have ffmpeg installed (along with the respective headers)

usually on linux you just install the headers like so:

sudo apt-get install libavutil-dev libavformat-dev libavcodec-dev libswscale-dev

on macos you would do

brew install ffmpeg

on windows:

choco install ffmpeg-full

v1.0.3

30 Aug 20:44
Compare
Choose a tag to compare
  • Adds URL support for input images.
  • Adds a new option to control output image brightness.

Example usage:

# bonus (this is a sweet wallpaper)
asciigen -i "https://w.wallhaven.cc/full/p9/wallhaven-p9gr2p.jpg" -o output.png -c -e -b 1.5

Full Changelog: v1.0.2...v1.0.3

v1.0.2

28 Aug 23:58
Compare
Choose a tag to compare
okay i just found the wildest bug ever

v1.0.1

27 Aug 19:48
Compare
Choose a tag to compare
please work

v1.0.0

27 Aug 18:38
Compare
Choose a tag to compare
workflows + rename to asciigen