Closed dmccabe-snap closed 2 years ago
This change adds a new VideoReader class. This has a simpler interface than the VideoFileBuffer, supporting only reading every frame (without seeking) and RGBA frames. It supports multi-threaded decoding and scaling.
VideoReader
VideoFileBuffer
This change adds a new
VideoReader
class. This has a simpler interface than theVideoFileBuffer
, supporting only reading every frame (without seeking) and RGBA frames. It supports multi-threaded decoding and scaling.