Movie Module

class Movie.Movie[source]

Class representing a movie

get_frame(index, channel, rgb=True)[source]

Return a frame (as a CV object) given its index and the channel where it comes from in the player. If rgb==True, the image is converted to rgb if needed: dimensions become: (size_x, size_y, 3)

get_frame_nb()[source]

Function that returns the number of frames of the Loader

get_save_dict()[source]

Returns a documented object to save the movie

get_size()[source]
load_save_dict(dic)[source]

Previous topic

Movies

Next topic

Movies Module

This Page