Here is a Demo Youtube video.
- Node.js
- FFmpeg
- A terminal that supports unicode characters
Installs the required dependecies.
Extracts the video file into an image sequence.
Reads the image sequence and generates data.txt
containing the frames converted into text.
Plays the video in the console. Enjoy!
Note: If you want to play it again, run npm start
. You dont have to run the other commands, unless you delete the data.txt
file.
Note^2: Make sure the console font size is small enough, otherwise it might not form the image properly, or start flickering. You know the font is small enough if the console doesnt start scrolling down.