Overview

GPU-accelerated video processing on CLORE.AI.

Available Guides

Tool
Use Case

GPU encoding

Frame interpolation

Common Tasks

  • Upscaling - Real-ESRGAN

  • Frame interpolation - 24fps → 60fps with RIFE

  • Fast encoding - 5-10x faster with NVENC

Quick Examples

# GPU encoding
ffmpeg -i input.mp4 -c:v h264_nvenc output.mp4

# Frame interpolation
python rife.py --input video.mp4 --fps 60

Last updated

Was this helpful?