pub fn preprocess_video(
data_uri: &str,
vcfg: &VisionConfig,
max_pixels: Option<usize>,
target_fps: f32,
ffmpeg: &FfmpegPolicy,
) -> Result<PreprocessedVideo>Expand description
Full pipeline: a base64 data: URI holding an animated container becomes
temporal groups of patches.