Skip to content

OrdinaryHumanDAO/console-video

Repository files navigation

Console_Video

Made with JAVA
This program display a video on the console screen using javaCV

For more information about javaCV, please click here.
https://github.com/bytedeco/javacv

ANSI Escape Code must be enabled for this program to work

Getting Started

Clone, compile and run right away!

0. Make cmd or terminal full size

1. Clone the repository

git clone https://github.com/OrdinaryHumanDAO/console-video.git

2. Go to the src directory

cd your_path_to_project\console_video

3. Build the source files

gradle build

4. Run the program

gradle run --args="<your video file path>" --console=plain

Example

1. Prepare video file
Use this video this time
https://www.youtube.com/watch?v=M3Keg5XKJO8

2. Build the source files

gradle build

3. Run the program

gradle run --args="../mexican_cat.mp4" --console=plain

console_mexican_cat.mp4

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Releases

No releases published

Packages

No packages published

Languages