Skip to content

FinnTheHero/v2a

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v2a

Video to ascii-art style video

Run with

mvn compile exec:java -Dexec.mainClass="main.Main"

Swap coloring

In Video.java, fg function, you can swap 38 with 48 to color background instead

return String.format("\u001b[38;2;%d;%d;%dm", r, g, b);

with

return String.format("\u001b[48;2;%d;%d;%dm", r, g, b);

Improves clarity for some videos

About

Video to ascii-art style video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages