How can I capture and save a sequence of images or videos on a pygame screen?
Basically, I want to share my video on YouTube. In addition, you want to make a tutorial.
The game is displayed mainly in the loop:
def main(): while True: GetInput() Move() Shift() Draw()
Using the Draw() function that does all blit() and stuff before doing pygame.display.flip()
python video-capture pygame
lalli
source share