remotion-best-practices

设计

Remotion 最佳实践 - 用React进行视频创作

热度35417Star2.8kUpdate2026-04-10
暂无实践

SKILL.md

前往 Source
namedescription
remotion-best-practicesBest practices for Remotion - Video creation in React

When to use

Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.

New project setup

When in an empty folder or workspace with no existing Remotion project, scaffold one using:

npx create-video@latest --yes --blank --no-tailwind my-video

Replace my-video with a suitable project name.

Starting preview

Stsrt the Remotion Studio to preview a video:

npx remotion studio

Optional: one-frame render check

You can render a single frame with the CLI to sanity-check layout, colors, or timing.
Skip it for trivial edits, pure refactors, or when you already have enough confidence from Studio or prior renders.

npx remotion still [composition-id] --scale=0.25 --frame=30

At 30 fps, --frame=30 is the one-second mark (--frame is zero-based).

Captions

When dealing with captions or subtitles, load the ./rules/subtitles.md file for more information.

Using FFmpeg

For some video operations, such as trimming videos or detecting silence, FFmpeg should be used. Load the ./rules/ffmpeg.md file for more information.

Silence detection

When needing to detect and trim silent segments from video or audio files, load the ./rules/silence-detection.md file.

Audio visualization

When needing to visualize audio (spectrum bars, waveforms, bass-reactive effects), load the ./rules/audio-visualization.md file for more information.

Sound effects

When needing to use sound effects, load the ./rules/sfx.md file for more information.

How to use

Read individual rule files for detailed explanations and code examples:

常见问题

remotion-best-practices 是什么?
remotion-best-practices 是一个 AI Agent Skill(智能体技能)。Remotion 最佳实践 - 用React进行视频创作
remotion-best-practices 怎么用?
你可以在 Skill Hub 中国下载 remotion-best-practices 的 SKILL.md 文件,放入你的项目目录中。AI Agent(如 Claude Code)会自动识别并加载该 Skill,按照其中定义的规则和流程来辅助你完成任务。目前已有 35 篇实践案例可供参考。
remotion-best-practices 有哪些实践案例?
目前 Skill Hub 中国收录了 35 篇 remotion-best-practices 的实践案例,涵盖真实项目中的使用场景、操作步骤和踩坑记录。你可以在本页面的「热门实践」区域查看完整列表。
remotion-best-practices 和 frontend-design 有什么区别?
remotion-best-practices 和 frontend-design 都属于「设计」类别的 AI Skill。remotion-best-practices 主要用于Remotion 最佳实践 - 用React进行视频创作。frontend-design 则侧重于使用此技能为用户创建具有高品质设计、可用于生产的独特前端界面。当用户要求构建网页组件、页面、工件、海报或应用程序时(例如。你可以根据具体场景选择最合适的 Skill。