ASCII_bad_apple
ASCII_bad_apple copied to clipboard
Visual atrefacting when using mplayer
mplayer's status line sometimes causes visual artefacting in the ascii art. can be fixed by changing line 9 from os.system('mplayer -vo null -vc null video.mp4 &') to os.system('mplayer -quiet -vo null -vc null video.mp4 &')