ASCII_bad_apple icon indicating copy to clipboard operation
ASCII_bad_apple copied to clipboard

Visual atrefacting when using mplayer

Open sasageyo76 opened this issue 4 years ago • 0 comments

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 &')

sasageyo76 avatar Jan 12 '21 12:01 sasageyo76