package documentation

Dataset implementation to load/save data from/to a video file.

Module video_dataset VideoDataSet loads/saves video data from an underlying filesystem (e.g.: local, S3, GCS). It uses OpenCV VideoCapture to read and decode videos and OpenCV VideoWriter to encode and write video.

From __init__.py:

Class VideoDataSet VideoDataSet loads / save video data from a given filepath as sequence of PIL.Image.Image using OpenCV.