moviepy.video.VideoClip.BitmapClip# class moviepy.video.VideoClip.BitmapClip(bitmap_frames, *, fps=None, duration=None, color_dict=None, is_mask=False)[source]# Clip made of color bitmaps. Mainly designed for testing purposes. to_bitmap(color_dict=None)[source]# Returns a valid bitmap list that represents each frame of the clip. If color_dict is not specified, then it will use the same color_dict that was used to create the clip.