You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is very inefficient compared to the Buffer of bytes it already comes in as from ffmpeg, and all it does is immediately pull these values out to call asciify-pixel on each one. I suspect there will be a major performance improvement by bypassing this format and using something more efficient.
The text was updated successfully, but these errors were encountered:
asciify-pixel-matrix
uses a pixel matrix in the following format:This is very inefficient compared to the Buffer of bytes it already comes in as from ffmpeg, and all it does is immediately pull these values out to call
asciify-pixel
on each one. I suspect there will be a major performance improvement by bypassing this format and using something more efficient.The text was updated successfully, but these errors were encountered: