This software converts videos into text animations with a lot of configurable options, such as fps, resolution and characters.
If you want to check their execution, here's an example of this code in action: Youtube - Vscode Lagtrain
- You should pick your .mp4 video and place it inside the
/assets
folder - Execute the command
npm start <videoName>.mp4
, it will run using default values.
If you want to customize fps, scale, palette and stuff click here and check the parameters guide
- It will start extracting the frames and generating them in Ascii
- After generating them, a countdown will appear, and the file
render-result.txt
will be available at the root of your project, click it and enjoy the video playing!