asciiframe 0.1.3

Watch any video in the terminal with ASCII
<h1 align="center">ASCIIFRAME</h1>
<p align="center">A CLI tool for viewing videos in the terminal with ASCII<p>
<p align="center">
    <a href="https://github.com/ltgr/asciiframe/actions?query=workflow%3ACICD"><img src="https://github.com/ltgr/asciiframe/workflows/CICD/badge.svg" alt="Build Status"></a>
    <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="LICENSE">
</p>

## How To Use
### Usage
```sh
$ 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
### Source

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
- [ltgr]https://github.com/ltgr(Luke T)

### License
[MIT License](https://github.com/ltgr/turbo/blob/master/LICENSE)