pub fn render_animated_webp(
prompt: &str,
_w: u32,
_h: u32,
seconds: f32,
) -> Result<Vec<u8>>Expand description
Synthetic “video”: an animated WebP made of frames frames. We
always emit WebP (decoders are everywhere); real video generation
would use the video-ffmpeg feature.