stegosphere.containers.video package

Submodules

stegosphere.containers.video.video module

An experimental module for video containers.

class stegosphere.containers.video.video.VideoContainer(video)

Bases: Container

File container for video files.

flush(frames)

Flushes the modified frames

read()

Reads all frames from the video

save(path, flush=None, codec='FFV1')

Saves the flushed frames to path

Module contents

class stegosphere.containers.video.VideoContainer(video)

Bases: Container

File container for video files.

flush(frames)

Flushes the modified frames

read()

Reads all frames from the video

save(path, flush=None, codec='FFV1')

Saves the flushed frames to path