Video to ascii-art style video
mvn compile exec:java -Dexec.mainClass="main.Main"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