Releases: seatedro/asciigen
Releases · seatedro/asciigen
ffmpeg + video support
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
- 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
okay i just found the wildest bug ever
v1.0.1
please work