hello!
i am trying to make a super generic lightweight screen recorder with python
i have managed to make the frame saving part, now comes the part where i shove all of them together into a video
i've tried cv2 (!pypi opencv-python) but the resulting video plays faster (more than 2x) than i wanted it to
i'm open to also using any other library that can do this for me
i split the project into two files
recorder: https://paste.pythondiscord.com/BH6Q
constructor: https://paste.pythondiscord.com/U6SA