>>106865000
When I am recording, my cpu usage always spikes and if I use nvenc, it just lags my entire computer to the point that it is not usable anymore.
I could record in raw format but that takes too much space. So I decided that I will make my own way for recording a terminal
I forked suckless terminal and I essentially dump the whole glyph matrix every time the draw function is called.
Now I just need to make a program to rerender it and feed it to ffmpeg.
Each frame has a timestamp so it should be easy to reconstruct.
Hopefully, this will allow me to get 60fps even on a shitty computer