返回顶部
m

morfeo-remotion-style莫菲奥视频风格

Morfeo Academy's Remotion video style guide. Use when creating Remotion videos, stories, or animations for Paul/Morfeo Academy. Triggers on "estilo Morfeo", "mi estilo Remotion", "video para Morfeo", "story estilo Morfeo", or any Remotion video request from Paul.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
1,677
下载量
免费
免费
3
收藏
概述
安装方式
版本历史

morfeo-remotion-style

Morfeo Remotion 样式

适用于 Morfeo Academy 品牌的 Remotion 视频样式指南。

品牌色

typescript
export const colors = {
lime: #cdff3d, // 主强调色 - 非常重要
black: #050508, // 背景色
darkGray: #111111, // 次要背景色
white: #FFFFFF, // 文字色
gray: #888888, // 弱化文字色
};

字体排版

typescript
import { loadFont as loadDMSans } from @remotion/google-fonts/DMSans;
import { loadFont as loadInstrumentSerif } from @remotion/google-fonts/InstrumentSerif;
import { loadFont as loadJetBrainsMono } from @remotion/google-fonts/JetBrainsMono;

export const fonts = {
heading: ${instrumentSerif}, serif, // 标题 - 始终使用斜体
body: ${dmSans}, sans-serif, // 正文
mono: ${jetBrainsMono}, monospace, // 代码
};

规则:

  • - 标题:Instrument Serif,始终使用斜体,字重 400
  • 正文:DM Sans,字重 400-600
  • 代码/技术:JetBrains Mono

表情符号

通过 CDN 使用 Apple 表情符号(Remotion 无法渲染系统表情符号):

typescript
// 完整组件请参见 references/AppleEmoji.tsx

// 用于与文字同行显示

品牌图标(WhatsApp、Telegram 等)

使用内联 SVG,不要使用图标库(在 Remotion 中无法正常工作):

typescript
// 完整组件请参见 references/BrandIcon.tsx

动画风格

弹簧配置

typescript spring({ frame, fps, from: 0, to: 1, config: { damping: 15 } // 标准阻尼 });

入场序列(交错显示)

  1. 1. 标签(第 0-15 帧):淡入 + 从顶部滑入
  2. 表情符号(第 15 帧起):从 0 开始缩放弹簧动画
  3. 标题(第 30-50 帧):淡入 + 从底部滑入
  4. 文本行(第 60、90、120 帧):交错淡入

脉冲效果(用于表情符号)

typescript const pulse = interpolate( frame % 60, [0, 30, 60], [1, 1.1, 1], { extrapolateRight: clamp } );

常见元素

青柠色标签(屏幕顶部)

typescript
此处填写文本

大号表情符号(居中)

typescript

标题(Instrument Serif 斜体)

typescript

文本中的 青柠色强调

视频规格

  • - 格式: 1080x1920(9:16 竖版故事)
  • 帧率: 30
  • 时长: 每个故事 5 秒(150 帧)
  • 背景: 始终使用 colors.black(#050508)

项目设置

bash
npx create-video@latest --template blank
npm i @remotion/google-fonts

文件结构

src/
├── styles.ts # 颜色和字体导出
├── AppleEmoji.tsx # 表情符号组件
├── BrandIcon.tsx # 品牌图标(WhatsApp、Telegram 等)
├── [StoryName].tsx # 单个故事
└── Root.tsx # 合成设置

参考文件

  • - references/styles.ts - 完整样式文件
  • references/AppleEmoji.tsx - Apple 表情符号组件
  • references/BrandIcon.tsx - 品牌图标组件
  • references/MorfeoStory-example.tsx - 完整故事示例

禁止事项

  • - ❌ 使用系统字体(无法渲染)
  • ❌ 使用 simple-icons 等图标库(无法正常工作)
  • ❌ 使用非斜体标题
  • ❌ 使用调色板以外的颜色
  • ❌ 忘记使用青柠色强调色

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 morfeo-remotion-style-1776360818 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 morfeo-remotion-style-1776360818 技能

通过命令行安装

skillhub install morfeo-remotion-style-1776360818

下载

⬇ 下载 morfeo-remotion-style v1.0.0(免费)

文件大小: 7.15 KB | 发布时间: 2026-4-17 15:38

v1.0.0 最新 2026-4-17 15:38
Morfeo Academy brand style guide for Remotion: colors, typography, animations, Apple emojis, brand icons

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部