Skip to content

Kam1k4dze/Video2ASCII

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video2ASCII

License: MIT GitHub release (latest by date) GitHub Repo stars

Video2ASCII allows you to play video in Windows CMD

Examples

Example.mp4
Examle2.mp4

Requirements

Installation

Or install them manually

  • 1.ffmpeg

    • Download latest build ffmpeg
    • Unpack to C:\
    • Add C:\ffmpeg\bin to PATH
  • 2.OpenCV

    • Download and install OpenCV version 4.5.4
    • Run in cmd
setx -m OPENCV_DIR C:\opencv\build\x64\vc15
  • 3

    • Download compiled code
    OR
    • Download the source code
git clone https://github.com/vadimkacool/Video2ASCII

Usage

Video2ASCII.exe PathToFile Width Height
  • PathToFile - path to file in "". Don't use \, replace it with / or \\
  • Width - The width of the command line in characters.
  • Height - The height of the command line in characters.

To keep the proportions, when choosing Width and Height, take into account the size of the font sign in cmd in pixels.

You can view and change it in:

  • right-click on the top panel cmd
    • Properties
      • Font