remotion

仓库创建 2026年6月24日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

自动化生成产品演示视频,减少手工录制与后期剪辑工作量。

▸ 风险提示

可能需要在运行环境安装 Remotion 及本地渲染相关依赖。

这个 Skill 做什么

在 AppFactory 中使用 Remotion 自动生成与调试演示视频的能力。

在 App Factory 里用 Remotion 自动生成和调试演示视频:涵盖 demo-video/ 目录的合成、渲染、帧动画和常见渲染问题排查。适合在要生成演示视频、改写 Remotion 组合或运行 `/factory video` 时使用。特色是内置的视频流水线,能把应用画面按帧生成成 demo 视频并便于调试。

▸ 展开 SKILL.md 英文原文

Use when generating or modifying Remotion video code, creating demo videos, or working with the demo-video/ directory

开发编程Remotion视频生成Demo通用
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tomevault-io/skills-registry/main/0xaxiom--appfactory--remotion/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tomevault-io/skills-registry/main/0xaxiom--appfactory--remotion/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Remotion Video Generation Skills

App Factory includes an integrated Remotion video pipeline for generating demo videos of built applications.

## When This Skill Applies

- Working with files in `demo-video/` directory
- Running `/factory video` command
- Creating or modifying Remotion compositions
- Debugging video rendering issues
- Understanding frame-based animations

## Project Structure

```
demo-video/
├── src/
│   ├── index.ts              # Remotion entry point
│   ├── Root.tsx              # Composition registry
│   ├── compositions/
│   │   └── AppFactoryDemo.tsx # Main demo video (10s, 1920x1080)
│   └── components/
│       ├── Title.tsx         # Animated title
│       ├── Bu
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有