def __init__(self, file_loc,frame_rate,frame_size): super().__init__() self.writer = VideoWriter(file_loc, VideoWriter_fourcc(*'DIVX'), float(frame_rate), frame_size)