cawa0505 / video-to-ascii-rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video to ASCII Rust

This is a Rust program that converts an video into ASCII video.

Prerequisites

Usage

  1. Clone the repository:

    git clone https://github.com/iamvasanth07/video-to-ascii-rust.git
  2. Navigate to the project directory:

    cd video-to-ascii-rust
  3. Build the project:

    cargo build --release
  4. Run the program with an video file as an argument:

    cargo run --release -- <video>

    Replace <video> with the path to your video file.

Example

Suppose you have an video named 'example.mp4'. To convert it into ASCII video, you would run:

cargo run --release -- example.mp4

About


Languages

Language:Rust 100.0%