moviepy.video.io.ffmpeg_writer#

On the long term this will implement several methods to make videos out of VideoClips

Classes

FFMPEG_VideoWriter(filename, size, fps[, ...])

A class for FFMPEG-based video writing.

Functions

ffmpeg_write_image(filename, image[, ...])

Writes an image (HxWx3 or HxWx4 numpy array) to a file, using ffmpeg.

ffmpeg_write_video(clip, filename, fps[, ...])

Write the clip to a videofile.