moviepy.video.io.ffmpeg_reader#

Implements all the functions to read a video or a picture using ffmpeg.

Classes

FFMPEG_VideoReader(filename[, decode_file, ...])

Class for video byte-level reading with ffmpeg.

FFmpegInfosParser(infos, filename[, ...])

Finite state ffmpeg -i command option file information parser.

Functions

ffmpeg_parse_infos(filename[, ...])

Get the information of a file using ffmpeg.

ffmpeg_read_image(filename[, with_mask, ...])

Read an image file (PNG, BMP, JPEG...).