Welcome to VideoLIB!ΒΆ
VideoLIB is a library for simple video handling in Python. VideoLIB library provides an easy API for common image and video processing tasks like
Reading and writing videos from raw (YUV420p) or encoded (say, MP4) files using the
Videoclass.Color standard definitions (e.g. sRGB, ITU Rec.2020, etc.) for standard-accurate processing using the
Standardclass, including color gamut and transfer function definitions.Color space conversion on-demand to commonly used color spaces such as RGB, YUV, CIELAB, and HSV, among others, using the
Frameclass andcvt_colormodule.Color Adaptation Transforms and Uniform Color Spaces for advanced perceptually-uniform color-space conversions.
Convenient
CircularBufferclass to provide an intuitive API for online temporal filtering of video frames.