What problem does it solve? Writing video animations in code is powerful, but rendering Remotion compositions locally requires a full Node.js toolchain, browser binaries, and render infrastructure. This Skill removes that setup by rendering TSX component code to MP4 through the inference.sh cloud service. ## Core Features & Use Cases - Code-to-Video Rendering: Pass React/Remotion TSX code and receive an MP4 video, with support for useCurrentFrame, useVideoConfig, spring, interpolate, AbsoluteFill, and Sequence. - Configurable Output: Control resolution, FPS, duration, codec, composition ID, and component props for data-driven videos. - CLI and Python SDK Access: Run renders via the belt CLI or the inferencesh Python SDK, including streaming progress updates. - Use Case: Generate a branded animated intro by passing a TSX component with spring animations and custom title props, then download the resulting 1080p MP4. ## Quick Start Ask the assistant to render a Remotion video from your TSX component code with a specified duration, resolution, and frame rate using the belt CLI.