Overview of Image Processing Functions in Decord
masterDecord provides image processing capabilities primarily focused on two essential tasks:
- Color Space Conversion: Converting video frames from the original YUV format to RGB.
- Resizing: Reducing the resolution of frames to decrease the memory footprint during processing.
Implementation Details
- CPU: These functions are implemented using the FFMPEG filter graph.
- GPU: GPU-accelerated versions require the implementation of CUDA kernels.