https://github.com/maxadams0/textify
A terminal media-to-text converter and player
https://github.com/maxadams0/textify
Last synced: 3 months ago
JSON representation
A terminal media-to-text converter and player
- Host: GitHub
- URL: https://github.com/maxadams0/textify
- Owner: MaxAdams0
- Created: 2024-01-06T09:20:52.000Z (over 1 year ago)
- Default Branch: C
- Last Pushed: 2025-02-23T05:38:50.000Z (4 months ago)
- Last Synced: 2025-02-23T06:25:52.140Z (4 months ago)
- Language: C
- Homepage:
- Size: 7.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Textify
A program to convert image and video files into ASCII art.
Pretty pointless, but just a fun side project to work on when I'm bored.## Current Features
### C
- Sequence conversion & playback
### Go-new (dropped)
- Auto ffmpeg integration
- Sequence conversion & playback
### Go-old (dropped)
- Image conversion
- Sequence conversion & playback## Future Update Goals:
- Saveable text
- Synced audio playback
- Linux support
- Terminal color (option)?## Recources
From [STB](https://github.com/nothings/stb),
- [stb_image.h](https://github.com/nothings/stb/blob/master/stb_image.h)
From FFmpeg,
- [FFmpeg](https://ffmpeg.org/download.html)
- FFprobe (comes with FFmpeg dl)STB is held under the MIT Liscence:
[STB's Licenses](https://github.com/nothings/stb/blob/master/LICENSE)