本文旨在帮助有一定基础的cc用户在0剪辑基础的情况下利用claudecode快速上手实现视频制作核心 “ Remotion ”一个基于“视频即代码”这一简单理念而开发的前端框架1.软件安装与环境配置安装remotion在终端运行npxskillsadd remotion-dev/skills如果你的电脑未安装Node.js先安装Node.js安装Bun在终端运行npm install -g bun // 如果你有npm就用这个命令powershell -c irm bun.sh/install.ps1|iex //没有npm就用这个命令2.立马快速看看它制作视频的样子运行命令bun create video出现以下输出用上下键切换选择示例我们切换到hello world看看这个简单示例选择到helloworld示例按下回车出现再按回车再在后续问题中都选择yes视频开始制作了完成后根据提示“get started by running”就可以查看它为你制作的视频了3.视频内容的规划真正使用cc制作视频之前先构建项目文件夹mkdir my-videocd my-video启用 Claude Code 的规划模式并输入详细的任务要求,这是至关重要的步骤——良好的规划直接决定了最终的输出效果写入你的需求这里是一些类举视频目标让观众学会/理解.......目标受众: 有编程经验用过claudecode会剪辑......时长规格60秒30帧120帧...可用资源简单图形文字动画...风格偏好简洁科幻浪漫像素风...根据你的需求要求Claude提供分镜脚本包括每个场景的内容、时长以及视觉元素复制内容旁白或字幕技术实现建议需要处理与移除相关的元素以及实现各种动画效果prompt示例I want to create a tutorial video introducing Claude Code. Please help me plan the content: **Video Objectives**: - Help developers who know nothing about Claude Code understand what it is and what it can do within 60 seconds - Inspire them to think “I want to try this” **Target Audience**: - Developers with basic programming experience - May have heard about AI-assisted programming but haven’t used Claude Code **Video Duration**: 60 seconds (30fps 1800 frames) **Available Assets**: - claudecode.png (Claude Code logo/screenshot) - Can generate simple graphics and text animations - Do not use live-action footage **Style Preferences**: - Clean and modern, similar to Apple keynote style - Color scheme: dark background bright text (high contrast) - Fast-paced animations, high information density Please provide: 1. Storyboard script (content, duration, and visual elements for each scene) 2. Copy (voiceover or subtitle text) 3. Technical implementation hints (which Remotion components and animation effects are needed)4.让Claude写出技术文档再生成视频技术文档非常重要这一步将创意转化为可执行的技术规范Claude 会生成包含帧数、组件结构以及动画参数在内的详细文档该文件相当于一份蓝图有助于消除实施过程中的各种歧义prompt示例Great! Now convert this storyboard into a Remotion project technical requirements document, saved as video_prompt.md. Include: 1. Project Structure: Which React components to create 2. Timeline Planning: Start frame and duration for each scene 3. Animation Specs: Entry/exit animations, easing functions for each element 4. Asset Checklist: Images, fonts, color variables 5. Copy Text: All text to display (for easy modification) Format requirements: - Use Markdown tables for timeline - Use code blocks for key animation logic examples - Extract all hardcoded values (colors, sizes, copy) as constants生成视频promptCreate this video project using Remotion based on video_prompt.md. Tell me how to preview it when youre done.之后在你的Claude指引下欣赏他生成的视频吧回顾本文你安装了remotion以及所需环境配置学会了如何使用ai生成视频提示词生成做视频所需的技术文档并用纯ai制作了一个还说得过去的视频完结撒花