ignabelitzky / ascii-video-player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASCII Video Player

License SFML nCurses Linux

Overview

This C++ application uses OpenCV to play a video file in ASCII characters.

Video Player

Requirements

Getting Started

  1. Clone the repository
git clone https://github.com/ignabelitzky/ascii-video-player.git
cd ascii-video-player
  1. Build the project using the Makefile
make
  1. Run the executable
./video-player <path-video-file> <path-audio-file>

License

This project is licensed under the GNU General Public License v3.0. You can find the full text of the license here LICENSE.

About

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%Language:Makefile 0.0%