Crates.io | asciiframe |
lib.rs | asciiframe |
version | 2.0.0 |
source | src |
created_at | 2022-01-12 04:34:05.547615 |
updated_at | 2023-12-28 16:12:51.161703 |
description | Convert any video to a stream of ASCII frames |
homepage | https://github.com/luke-rt/asciiframe |
repository | |
max_upload_size | |
id | 512578 |
size | 27,354 |
Convert any video to a stream of ASCII frames
$ asc [OPTIONS] --file <FILE>
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
Ensure opencv
and pkg-config
is installed!
cargo install asciiframe
Make sure ~/.cargo/bin
is in your path
MacOS:
brew install pkg-config opencv
dyld: Library not loaded: @rpath/libclang.dylib
then run export DYLD_FALLBACK_LIBRARY_PATH="$(xcode-select --print-path)/usr/lib/"
first