asciiframe

Crates.ioasciiframe
lib.rsasciiframe
version2.0.0
sourcesrc
created_at2022-01-12 04:34:05.547615
updated_at2023-12-28 16:12:51.161703
descriptionConvert any video to a stream of ASCII frames
homepagehttps://github.com/luke-rt/asciiframe
repository
max_upload_size
id512578
size27,354
Luke Tong (luke-rt)

documentation

README

ASCIIFRAME

Convert any video to a stream of ASCII frames

crates.io version CICD MIT license

Demo

How To Use

Usage

$ asc [OPTIONS] --file <FILE>

Options

File

-f, --file <INPUT FILE>

Specify the input video file to be convertered

Output

-o, --output <OUTPUT FILE>

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

Installation

Ensure opencv and pkg-config is installed!

cargo install asciiframe

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

MacOS:

  • brew install pkg-config opencv
  • If you get dyld: Library not loaded: @rpath/libclang.dylib then run export DYLD_FALLBACK_LIBRARY_PATH="$(xcode-select --print-path)/usr/lib/" first

Contributing

About

Authors and Contributors

TODO

  • prebuilt binaries
  • examples

License

MIT License

Commit count: 0

cargo fmt