create_video_from_png_frames method

create_video_from_png_frames

Combines a list of PNG frames into a video.

def create_video_from_png_frames(self, png_frames, convert_options):
    ...
Parameter Type Description
png_frames List[io.RawIOBase] List of PNG frames.
convert_options VideoConvertOptions Video convert options.

Returns: Converted video.

See Also