What problem does it solve? Writing video content programmatically requires a rendering pipeline that turns React/Remotion component code into actual MP4 files, which normally demands local Remotion setup, headless browser infrastructure, and encoding configuration. This Skill removes that burden by rendering TSX code remotely through the inference.sh platform. ## Core Features & Use Cases - Code-to-Video Rendering: Pass a TSX component that exports a default component and receive a rendered MP4 video. - Full Remotion API Support: Use useCurrentFrame, useVideoConfig, spring, interpolate, AbsoluteFill, Sequence, Audio, Video, and Img in your code. - Configurable Output: Control width, height, FPS, duration, codec, composition ID, and component props. - Use Case: Generate a data-driven animated dashboard summary video by passing a Remotion component with dynamic props, then download the resulting MP4 for embedding in a report. ## Quick Start Ask the AI to render a Remotion component as a video by running the belt CLI command with your TSX code, duration, FPS, and resolution, for example: render a 3-second 1080p fade-in title animation from this TSX code.