Home / v1.0.4
Name Modified Size InfoDownloads / Week
Parent folder
asciigen-x86_64-linux 2024-09-08 8.8 MB
asciigen-aarch64-linux 2024-09-08 10.7 MB
asciigen-aarch64-macos 2024-09-08 1.4 MB
ffmpeg + video support source code.tar.gz 2024-09-08 138.1 kB
ffmpeg + video support source code.zip 2024-09-08 141.5 kB
README.md 2024-09-08 536 Bytes
Totals: 6 Items   21.3 MB 2

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:

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

on macos you would do

:::bash
brew install ffmpeg

on windows:

:::bash
choco install ffmpeg-full
Source: README.md, updated 2024-09-08