An open API service indexing awesome lists of open source software.

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

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)