remotion

Convert JSON timeline specs into Remotion video compositions.

Updated Dec 30, 2025
One-click install
npx skills add https://github.com/inpiniti/bitcoin-simulation --skill remotion-inpiniti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remotion
Source: https://github.com/inpiniti/bitcoin-simulation/tree/main/.agents/skills/remotion
Command: npx skills add https://github.com/inpiniti/bitcoin-simulation --skill remotion-inpiniti

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts JSON timeline specs into video compositions using Remotion, enabling automated video generation and catalog creation.

Core Features & Use Cases

  • Renderer for JSON timeline specs into Remotion video compositions.
  • Supports standard and custom components via catalog definitions.
  • Use cases include building video catalogs and rendering AI-generated timelines.

Quick Start

Install the @json-render/remotion package and pass your TimelineSpec to the Renderer inside a Remotion Player to render a video.

Frequently Asked Questions about remotion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I render a JSON timeline into a Remotion video composition?

To render a JSON timeline into a Remotion video composition, you pass your TimelineSpec to the Renderer API inside a Remotion Player. This converts the JSON inputs into automated video generation.

Can I use custom components when rendering JSON timelines with Remotion?

Yes, you can use custom components when rendering JSON timelines. The Skill supports standard and custom components via catalog definitions to integrate with Remotion and your specific component library.

What is a TimelineSpec in automated video generation?

A TimelineSpec is a JSON data structure that defines the sequence and properties of video elements. The Renderer API uses this TimelineSpec typing to convert your JSON timeline specs into Remotion video compositions.

Does the Remotion JSON renderer support building video catalogs?

Yes, the Remotion JSON renderer supports building video catalogs. It is specifically applied to workflows that build video catalogs or render AI-generated timelines from JSON inputs for automated video creation.

Do I need TypeScript to convert JSON timelines into Remotion video compositions?

TypeScript is used in this environment to provide TimelineSpec typings and catalog definitions. You need the @json-render/remotion package to pass your JSON timeline specs to the Renderer inside a Remotion Player.