Openclaw-ecommerce-ad-skills tvc-transition-master

TVC级转场设计。实现丝滑转场、匹配剪辑、节奏蒙太奇等电影级转场效果,提升广告的视觉连续性和高级感。

install
source · Clone the upstream repo
git clone https://github.com/lujiaheng-artpivot/openclaw-ecommerce-ad-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/lujiaheng-artpivot/openclaw-ecommerce-ad-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/tvc-transition-master" ~/.claude/skills/lujiaheng-artpivot-openclaw-ecommerce-ad-skills-tvc-transition-master && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/lujiaheng-artpivot/openclaw-ecommerce-ad-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/tvc-transition-master" ~/.openclaw/skills/lujiaheng-artpivot-openclaw-ecommerce-ad-skills-tvc-transition-master && rm -rf "$T"
manifest: skills/tvc-transition-master/SKILL.md
source content

TVC 转场设计 Skill

转场是区分"业余视频"和"品牌TVC"的关键标志。本Skill基于顶级广告片的转场规律,生成专业转场方案。

转场类型库

类型说明适用场景难度
match_cut形状/动作/颜色匹配剪辑产品与场景切换⭐⭐⭐
silk_smooth丝滑速度变化过渡小红书/抖音种草⭐⭐
whip_pan急速甩镜头转场节奏快的促销广告⭐⭐
morph形态渐变(A融入B)品牌片概念表达⭐⭐⭐⭐
light_leak光晕/光斑过渡温暖感、复古感
zoom_through穿越式缩放科技、空间感⭐⭐⭐
rhythmic_cut节奏剪辑(压音乐拍)节奏型TVC、运动⭐⭐
invisible_cut隐形剪辑(伪一镜到底)高端品牌片⭐⭐⭐⭐
split_screen分屏对比A/B对比、时间对比⭐⭐
j_cut_l_cut声音先行/画面先行叙事型广告⭐⭐

使用方法

python3 scripts/generate_transitions.py \
  --storyboard ./storyboard.json \
  --style "cinematic" \
  --music-bpm 120 \
  --output ./transition_plan.json

参数说明

参数类型必填说明
--storyboard
string分镜脚本 JSON 路径
--style
string转场风格:cinematic/smooth/energetic/minimal/experimental
--music-bpm
number配乐 BPM(用于节奏剪辑)
--output
string输出路径

输出格式

{
  "transitions": [
    {
      "from_scene": 1,
      "to_scene": 2,
      "type": "match_cut",
      "detail": "水滴涟漪→精华液瓶身曲线,形状匹配",
      "duration_ms": 500,
      "audio_sync": "在弦乐上升的第2拍切入",
      "prompt_hint": "匹配剪辑,水面涟漪的弧线自然过渡为瓶身曲线"
    }
  ]
}

事件发布

生成完成后发布

transitions.generated
事件。