zipsaja-remotion-render

Render 30-second zipsaja reels via Remotion data-driven pipelines.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/zerowater-may/howzero_threads --skill zipsaja-remotion-render
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zipsaja-remotion-render
Source: https://github.com/zerowater-may/howzero_threads/tree/main/.claude/skills/zipsaja-remotion-render
Command: npx skills add https://github.com/zerowater-may/howzero_threads --skill zipsaja-remotion-render

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Render zipsaja reels using Remotion only, ensuring consistent, high-quality 30-second social videos and avoiding HyperFrames.

Core Features & Use Cases

  • Remotion-only rendering workflow for zipsaja reels.
  • Data-driven pipelines using pipeline-state.json and data.json, with optional storyboard.json to drive timeline generation.
  • Wrapper usage: python3 -m scripts.content_reels coupled with the existing project at .claude/skills/carousel/brands/zipsaja/reels to produce final output.
  • Output validation of full.mp4 and zipsaja-reel-30s.mp4, with deterministic file paths.

Quick Start

Run the Remotion-based wrapper to generate reels using your data with python3 -m scripts.content_reels --data brands/zipsaja/zipsaja_pipeline_<slug>/data.json --out brands/zipsaja/zipsaja_pipeline_<slug>/reels/.

Frequently Asked Questions about zipsaja-remotion-render

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

FAQPage Schema
How do I render 30-second Remotion reels using a data-driven pipeline?

To render 30-second Remotion reels, run the content_reels script wrapper, which uses pipeline-state.json and data.json to drive timeline generation and output full.mp4 and zipsaja-reel-30s.mp4 files.

What data files are required to drive Remotion video rendering for zipsaja reels?

Remotion video rendering requires pipeline-state.json and data.json to drive the pipeline, while an optional storyboard.json can be included to guide timeline generation for each reel.

Can I use HyperFrames when rendering reels with Remotion?

No, you cannot use HyperFrames when rendering reels with Remotion. The workflow explicitly forbids HyperFrames to ensure consistent, high-quality 30-second social video productions.

How do I validate output files after running the Remotion rendering pipeline?

To validate output files after Remotion rendering, check for deterministic file paths to confirm both full.mp4 and zipsaja-reel-30s.mp4 are successfully generated in the specified output directory.

What is the correct command to start a Remotion-only rendering workflow for social reels?

The correct command to start Remotion-only rendering is python3 -m scripts.content_reels, coupled with your data.json file and a specified output directory to produce final reel videos.