Skip to content

ignabelitzky/ascii-video-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.