All Projects → seggfault → asciiframe

seggfault / asciiframe

Licence: MIT license
A CLI tool that converts videos to ASCII and displays them to the terminal on the fly

Programming Languages

rust
11053 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to asciiframe

Ascii Telnet Server
Can stream an ~20 minutes ASCII movie via Telnet emulation as stand alone server or via xinetd daemon. Using famous ASCII art animation from www.asciimation.co.nz (Star ASCIIMATION Wars)
Stars: ✭ 189 (+845%)
Mutual labels:  ascii
Hex
🔮 Futuristic take on hexdump, made in Rust.
Stars: ✭ 242 (+1110%)
Mutual labels:  ascii
Picture-To-Ascii
Converts a picture to Ascii.
Stars: ✭ 18 (-10%)
Mutual labels:  ascii
Dd Plist
A java library providing support for ASCII, XML and binary property lists.
Stars: ✭ 201 (+905%)
Mutual labels:  ascii
Cowsay Files
A collection of additional/alternative cowsay files.
Stars: ✭ 216 (+980%)
Mutual labels:  ascii
emoticon
List of emoticons
Stars: ✭ 41 (+105%)
Mutual labels:  ascii
Tcharts.js
📉 Lightweight and fast terminal ASCII charts for nodejs and browser.
Stars: ✭ 172 (+760%)
Mutual labels:  ascii
ascii.js
A web-font-based rendering engine for displaying DOS/Amiga ASCII artwork on the web as text
Stars: ✭ 25 (+25%)
Mutual labels:  ascii
Go Asciibot
Golang ASCII Robot Generator
Stars: ✭ 231 (+1055%)
Mutual labels:  ascii
alfred-figlet
🔠 Alfred 3 workflow to asciify plain text using figlet.js
Stars: ✭ 16 (-20%)
Mutual labels:  ascii
Portable Ascii
🔡 Portable ASCII library - performance optimized (ascii) string functions for php.
Stars: ✭ 204 (+920%)
Mutual labels:  ascii
Ascii py
Make some ascii arts
Stars: ✭ 211 (+955%)
Mutual labels:  ascii
awesome-ascii-art
A curated list of ascii-art resources
Stars: ✭ 48 (+140%)
Mutual labels:  ascii
Diagon
Interactive ASCII art diagram generators. 🌟
Stars: ✭ 189 (+845%)
Mutual labels:  ascii
On-The-Roadside
A turn-based ASCII strategy game.
Stars: ✭ 21 (+5%)
Mutual labels:  ascii
Terminal dungeon
Doom-like raycasting engine that renders to ascii for playing in terminal
Stars: ✭ 179 (+795%)
Mutual labels:  ascii
bfetch
📠 Dynamic fetch displayer that SuperB
Stars: ✭ 114 (+470%)
Mutual labels:  ascii
asciiarena
Terminal multiplayer deathmatch game
Stars: ✭ 34 (+70%)
Mutual labels:  ascii
keras-sequential-ascii
ASCII summary for simple sequential models in Keras
Stars: ✭ 98 (+390%)
Mutual labels:  ascii
termtable
Simple and highly customizable library to display tables in the terminal.
Stars: ✭ 41 (+105%)
Mutual labels:  ascii

ASCIIFRAME

A CLI tool that converts videos to ASCII and displays them to the terminal on the fly

crates.io version CICD MIT license

Demo

Note: I am relatively new to rust so any sort of suggestions, questions, and contributions are completely welcome!

How To Use

Usage

$ asc [OPTIONS] --file <FILE>

Options

File

-f, --file <FILE

Specify the input video file to be convertered

Output

-o, --output <OUTPUT>

Optional filename for asciiframe to write rendered output to, which can be run later to display the video

Installation

Crates.io

cargo install asciiframe

Make sure ~/.cargo/bin is in your path

Git

Clone the repository then install it with

cargo install --path .

Make sure ~/.cargo/bin is in your path

Contributing

Building from source

To build from source, you'll need opencv and clang

About

Authors and Contributors

TODO

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].