moviepy.video.io.ffplay_previewer.FFPLAY_VideoPreviewer#
- class moviepy.video.io.ffplay_previewer.FFPLAY_VideoPreviewer(size, fps, pixel_format)[source]#
A class for FFPLAY-based video preview.
- Parameters:
size (tuple or list) -- Size of the output video in pixels (width, height).
fps (int) -- Frames per second in the output video file.
pixel_format (str) -- Pixel format for the output video file,
rgb24for normal video,rgbaif video with mask.