Answer the question
In order to leave comments, you need to log in
Low frame rate in pygame on macbook, how to fix?
There is this code:
import pygame
from moviepy.editor import *
pygame.init()
screen = pygame.display.set_mode((1000, 625))
clip = VideoFileClip('video.mp4')
clip.preview()
exit()
clip.preview(fps=)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question