初始化
This commit is contained in:
219
.agent/skills/storyboard-generator/README.md
Normal file
219
.agent/skills/storyboard-generator/README.md
Normal file
@@ -0,0 +1,219 @@
|
||||
# 🎬 Storyboard Generator for Google Antigravity
|
||||
|
||||
## 📖 Overview
|
||||
|
||||
This Agent Skill transforms complete video scripts into professional 3x3 grid storyboard key frame images using Google Nano Banana Pro's advanced capabilities:
|
||||
- Character consistency maintenance
|
||||
- Professional-grade image quality
|
||||
- Multi-language text rendering
|
||||
- Real-world knowledge integration
|
||||
|
||||
## 🚀 Usage
|
||||
|
||||
### Command Format
|
||||
```bash
|
||||
/storyboard-generator [script-document-path-or-content]
|
||||
```
|
||||
|
||||
### Usage Examples
|
||||
|
||||
#### Based on Generated Script Document
|
||||
```bash
|
||||
/storyboard-generator video-script-失去遗忘能力-20260204.md
|
||||
```
|
||||
|
||||
#### Direct Script Content Input
|
||||
```bash
|
||||
/storyboard-generator "Video Title: What if humans lost the ability to forget
|
||||
Opening Hook (0-7s): A person surrounded by memory fragments...
|
||||
Problem Introduction (7-25s): Joy vs pain memory comparison..."
|
||||
```
|
||||
|
||||
#### Natural Language Trigger
|
||||
```bash
|
||||
"Generate a 3x3 storyboard grid based on my script document"
|
||||
"Create professional key frame preview for this video"
|
||||
```
|
||||
|
||||
## 🎯 Google Nano Banana Pro Advantages
|
||||
|
||||
### 🎭 Character Consistency
|
||||
- **Same Person**: Maintain appearance across different scenes
|
||||
- **Expression Changes**: Different emotional expressions for same character
|
||||
- **IP Imagery**: Visual unity for brand or series content
|
||||
|
||||
### 🌍 Real-world Knowledge
|
||||
- **Scientific Accuracy**: Accurate visual representation of medical, physics concepts
|
||||
- **Scene Realism**: Environment design combining real-world data
|
||||
- **Cultural Adaptation**: Accurate representation of different regions and cultures
|
||||
|
||||
### 🔤 Multi-language Text Rendering
|
||||
- **Chinese & English Subtitles**: High-quality text rendering
|
||||
- **Professional Terms**: Accurate display of scientific terms and proper nouns
|
||||
- **Title Design**: Professional-grade titles and graphic text
|
||||
|
||||
## 📊 Output Components
|
||||
|
||||
### 1. 3x3 Storyboard Grid
|
||||
```
|
||||
Standard 3x3 format including:
|
||||
┌─────────────┬─────────────┬─────────────┐
|
||||
│ Frame 1 │ Frame 2 │ Frame 3 │
|
||||
│ Opening Hook│ Problem Intro│Crisis Display│
|
||||
│ (0-7s) │ (7-25s) │ (25-65s) │
|
||||
├─────────────┼─────────────┼─────────────┤
|
||||
│ Frame 4 │ Frame 5 │ Frame 6 │
|
||||
│ Science 1 │ Science 2 │ Deep Impact │
|
||||
│ (65-100s) │ (100-140s) │ (140-180s) │
|
||||
├─────────────┼─────────────┼─────────────┤
|
||||
│ Frame 7 │ Frame 8 │ Frame 9 │
|
||||
│ Solution │ Summary │Call to Action│
|
||||
│ (180-200s) │ (200-210s) │ Ending │
|
||||
└─────────────┴─────────────┴─────────────┘
|
||||
```
|
||||
|
||||
### 2. Professional Production Reference
|
||||
- **Key Frame Description Table**: Detailed production requirements for each frame
|
||||
- **Visual Style Guidelines**: Color, composition, lighting standards
|
||||
- **Technical Parameters**: Shot types, angles, special effects requirements
|
||||
|
||||
### 3. Nano Banana Pro Prompts
|
||||
- **Complete Generation Instructions**: Ready-to-use professional prompts
|
||||
- **Per-frame Optimization Suggestions**: Optimization plans for each key frame
|
||||
- **Consistency Parameters**: Technical settings ensuring visual coherence
|
||||
|
||||
## 💡 Best Practices
|
||||
|
||||
### Script Preparation
|
||||
1. **Clear Time Nodes**: Each scene has clear time markers
|
||||
2. **Detailed Visual Descriptions**: Complete elements for visuals, colors, emotions
|
||||
3. **Clear Transition Logic**: Clear connection relationships between scenes
|
||||
|
||||
### Storyboard Design Principles
|
||||
1. **Visual Rhythm**: Changes in shot types and composition
|
||||
2. **Emotional Delivery**: Each frame accurately conveys corresponding emotion
|
||||
3. **Information Hierarchy**: Visual prominence of important information
|
||||
|
||||
### Nano Banana Pro Usage Tips
|
||||
1. **Consistent Character Description**: Maintain key terms after first description
|
||||
2. **Fixed Style Parameters**: Use consistent style descriptors
|
||||
3. **Quality Parameters**: Always include professional quality parameters
|
||||
|
||||
## 🔧 Advanced Usage
|
||||
|
||||
### Complex Script Handling
|
||||
```bash
|
||||
# Scripts with more than 9 key frames
|
||||
"This script has 15 key scenes, please generate 2 storyboard grids"
|
||||
|
||||
# Specific section emphasis
|
||||
"Focus on creating detailed storyboards for the science explanation section (65-140s)"
|
||||
```
|
||||
|
||||
### Style Customization
|
||||
```bash
|
||||
# Specify visual style
|
||||
"Regenerate storyboard using cyberpunk aesthetic"
|
||||
|
||||
# Character consistency requirements
|
||||
"Ensure the protagonist maintains same appearance and clothing in all frames"
|
||||
```
|
||||
|
||||
### Platform Adaptation
|
||||
```bash
|
||||
# Different size requirements
|
||||
"Generate portrait version of the storyboard"
|
||||
"Create square 3x3 grid suitable for Instagram"
|
||||
```
|
||||
|
||||
## 📱 Output Format Options
|
||||
|
||||
### Standard 3x3 Grid
|
||||
- **Size**: 1080x1080 (social media)
|
||||
- **Usage**: Preview, team communication, investor presentation
|
||||
|
||||
### Professional Production Version
|
||||
- **Size**: 3840x2160 (4K)
|
||||
- **Usage**: Formal production, print output
|
||||
|
||||
### Extended Versions
|
||||
- **Multiple Images**: Complete storyboard for complex scripts
|
||||
- **Individual Frame Output**: HD version of each key frame
|
||||
|
||||
## 🔄 Integration with Other Skills
|
||||
|
||||
### Complete Workflow
|
||||
```
|
||||
1. viral-topic-generator (Topic Analysis)
|
||||
↓
|
||||
2. video-script-writer (Complete Script)
|
||||
↓
|
||||
3. storyboard-generator (Storyboard Preview) ← You are here
|
||||
↓
|
||||
4. Production Execution (Film/Create based on storyboard)
|
||||
```
|
||||
|
||||
### Iterative Optimization
|
||||
```
|
||||
Storyboard Generation → Team Review → Modify Adjustments → Regenerate → Final Version
|
||||
```
|
||||
|
||||
## 📝 Quality Checklist
|
||||
|
||||
### Visual Quality
|
||||
- ✅ Each frame clear with professional composition
|
||||
- ✅ Unified and coordinated color style
|
||||
- ✅ Consistent character appearance
|
||||
- ✅ Clear and readable text and logos
|
||||
|
||||
### Narrative Continuity
|
||||
- ✅ Key frames accurately reflect script content
|
||||
- ✅ Visual rhythm matches emotional changes
|
||||
- ✅ Clear scene transition logic
|
||||
- ✅ Accurate time progression expression
|
||||
|
||||
### Production Feasibility
|
||||
- ✅ Composition suitable for actual filming/production
|
||||
- ✅ Special effects requirements within budget
|
||||
- ✅ Reasonable props and scene requirements
|
||||
- ✅ Technical difficulty matches team capabilities
|
||||
|
||||
## 📱 Platform Compatibility
|
||||
|
||||
Works seamlessly across:
|
||||
- ✅ Google Antigravity
|
||||
- ✅ Claude Code
|
||||
- ✅ Cursor
|
||||
- ✅ Other Agent Skills-compatible tools
|
||||
|
||||
## 📝 FAQ
|
||||
|
||||
**Q: Character consistency not good enough?**
|
||||
A: Describe character features in detail in first frame, repeat key feature words in subsequent frames
|
||||
|
||||
**Q: Text in grid not clear?**
|
||||
A: Utilize Nano Banana Pro's multi-language rendering capability, specify text requirements clearly in prompts
|
||||
|
||||
**Q: How to handle complex scientific concept visualization?**
|
||||
A: Use real-world knowledge function, provide specific scientific terms and reference requirements
|
||||
|
||||
## 🌟 Expected Success Case
|
||||
|
||||
Based on your "losing forgetting ability" script, the generated storyboard will include:
|
||||
- **Opening**: Strong visual impact of floating memory fragments
|
||||
- **Science**: Accurate medical representation of brain neural networks
|
||||
- **Emotion**: Sharp contrast between pain and hope
|
||||
- **Elevation**: Philosophical imagery of time healing concept
|
||||
|
||||
**Expected Result**: Professional-grade storyboard preview that can directly guide production teams in video creation, significantly improving production efficiency and final quality.
|
||||
|
||||
## 🔗 Google Nano Banana Pro Information
|
||||
|
||||
Learn more about the advanced AI image generation technology powering this skill:
|
||||
- [Nano Banana Pro: Gemini 3 Pro Image model from Google DeepMind](https://blog.google/technology/ai/nano-banana-pro/)
|
||||
- [Nano Banana Pro - Gemini AI image generator & photo editor](https://gemini.google/overview/image-generation/)
|
||||
- [Nano Banana image generation | Gemini API | Google AI for Developers](https://ai.google.dev/gemini-api/docs/image-generation)
|
||||
|
||||
---
|
||||
|
||||
Ready to transform your script into professional storyboard grids? Let Nano Banana Pro provide the best visual preview for your video production!
|
||||
204
.agent/skills/storyboard-generator/SKILL.md
Normal file
204
.agent/skills/storyboard-generator/SKILL.md
Normal file
@@ -0,0 +1,204 @@
|
||||
---
|
||||
name: storyboard-generator
|
||||
description: Generates professional storyboard key frame 3x3 grid images from complete video scripts using Google Nano Banana Pro for character consistency and high-quality cinematic visualization. Use when users need to convert scripts into visual storyboard previews.
|
||||
argument-hint: [script-document-path-or-content]
|
||||
user-invocable: true
|
||||
---
|
||||
|
||||
# 🎬 Storyboard Generator - Professional Video Preview Creation
|
||||
|
||||
Transform script content: $ARGUMENTS into professional 3x3 grid storyboard key frame images.
|
||||
|
||||
## 📝 Storyboard Generation Workflow
|
||||
|
||||
### Step 1: Script Analysis & Key Frame Extraction
|
||||
1. **Script Structure Analysis**
|
||||
- Parse complete script document
|
||||
- Identify time nodes and scene transitions
|
||||
- Extract core visual elements and characters
|
||||
|
||||
2. **Key Frame Selection Strategy**
|
||||
- **Opening Hook Frame**: Most impactful opening scene
|
||||
- **Emotional Turning Points**: Key moments of emotional change
|
||||
- **Knowledge Point Displays**: Visual key frames for core concepts
|
||||
- **Climax Moments**: Peak emotional or informational scenes
|
||||
- **Ending Elevation**: Summary visual scenes
|
||||
|
||||
### Step 2: Unified Visual Style Design
|
||||
3. **Character Consistency Planning**
|
||||
- Define main character designs (if applicable)
|
||||
- Establish visual style guidelines
|
||||
- Design color themes and lighting styles
|
||||
|
||||
4. **Professional Storyboard Standards**
|
||||
- Composition rules (rule of thirds, symmetry, leading lines)
|
||||
- Shot types (wide, medium, close-up, extreme close-up)
|
||||
- Angle choices (eye level, high angle, low angle, subjective)
|
||||
|
||||
### Step 3: Nano Banana Pro Prompt Optimization
|
||||
5. **Professional-Grade Prompt Design**
|
||||
- Utilize Nano Banana Pro's character consistency features
|
||||
- Integrate multi-language text rendering capabilities
|
||||
- Apply real-world knowledge for enhanced details
|
||||
|
||||
6. **3x3 Grid Layout Planning**
|
||||
- Arrange key frames in chronological order
|
||||
- Ensure visual rhythm and story continuity
|
||||
- Annotate time codes and scene descriptions
|
||||
|
||||
## 📋 Standard Output Format
|
||||
|
||||
```
|
||||
# 🎬 《[Video Title]》Storyboard Key Frame Design
|
||||
|
||||
## 📊 Storyboard Basic Information
|
||||
- **Script Source**: [Script document name]
|
||||
- **Total Key Frames**: [X frames]
|
||||
- **Grid Count**: [X grids]
|
||||
- **Visual Style**: [Overall style description]
|
||||
- **Character Consistency**: [Main character design notes]
|
||||
|
||||
## 🎭 Storyboard Grid #1
|
||||
|
||||
### Key Frame Layout (3x3 Grid)
|
||||
```
|
||||
[1. Hook Opening] [2. Problem Intro] [3. Crisis Display]
|
||||
(0-7s) (7-25s) (25-65s)
|
||||
|
||||
[4. Science Exp 1] [5. Science Exp 2] [6. Deep Impact]
|
||||
(65-100s) (100-140s) (140-180s)
|
||||
|
||||
[7. Solution] [8. Summary] [9. Call to Action]
|
||||
(180-200s) (200-210s) (Ending)
|
||||
```
|
||||
|
||||
### 🎨 Nano Banana Pro Generation Prompt
|
||||
```
|
||||
Create a professional 3x3 storyboard grid showing 9 key frames for video "[Video Title]":
|
||||
|
||||
Frame 1 (0-7s): [Detailed scene description]
|
||||
- Composition: [Composition method]
|
||||
- Shot type: [Shot type]
|
||||
- Lighting: [Lighting setup]
|
||||
|
||||
Frame 2 (7-25s): [Scene description]
|
||||
- Character consistency: [Character continuity notes]
|
||||
- Visual transition: [Visual connection to previous frame]
|
||||
|
||||
[Continue describing all 9 key frames...]
|
||||
|
||||
Style: [Unified visual style], character consistency throughout, professional cinematography,
|
||||
storyboard format with clear frame divisions, time stamps visible,
|
||||
cinematic quality, 8k resolution
|
||||
```
|
||||
|
||||
### 📝 Key Frame Description Table
|
||||
| Frame | Time | Scene Description | Shot Type | Main Elements | Emotional Tone |
|
||||
|-------|------|-------------------|-----------|---------------|----------------|
|
||||
| 1 | 0-7s | [Description] | [Type] | [Elements] | [Tone] |
|
||||
| 2 | 7-25s | [Description] | [Type] | [Elements] | [Tone] |
|
||||
| ... | ... | ... | ... | ... | ... |
|
||||
|
||||
## 🎨 Visual Design Guidelines
|
||||
|
||||
### Character Consistency Requirements
|
||||
- **Main Character Design**: [If applicable, describe fixed character appearance]
|
||||
- **Expression Changes**: [Expression design under different emotions]
|
||||
- **Costume & Props**: [Consistent visual elements to maintain]
|
||||
|
||||
### Color Emotion Mapping
|
||||
- **Suspense/Opening**: Cool tones, blue-purple palette
|
||||
- **Crisis/Warning**: Warm tones, red-orange palette
|
||||
- **Science/Rational**: Neutral tones, blue-green palette
|
||||
- **Hope/Elevation**: Warm gold tones, yellow-green palette
|
||||
|
||||
### Unified Composition Style
|
||||
- **Shot Variation**: Rhythm changes of wide-medium-close-extreme close-up
|
||||
- **Angle Transitions**: Primarily eye level, special angles for key moments
|
||||
- **Composition Principles**: Rule of thirds, important elements at golden ratio points
|
||||
|
||||
## 📱 Multi-Format Output Solutions
|
||||
|
||||
### Standard 3x3 Grid
|
||||
- **Application**: 9 or fewer key frames
|
||||
- **Size**: 1080x1080 (square)
|
||||
- **Usage**: Social media preview, production team reference
|
||||
|
||||
### Extended Storyboard (Multiple Images)
|
||||
- **Application**: Complex scripts with more than 9 key frames
|
||||
- **First Image**: Main storyline key frames
|
||||
- **Second Image**: Detail supplements and transition frames
|
||||
- **Third Image**: Special effects and subtitle design reference
|
||||
|
||||
### Professional Production Version
|
||||
- **Horizontal Grid**: 3840x2160 (4K)
|
||||
- **Individual HD Frames**: Each key frame output separately
|
||||
- **Production Reference**: Including technical parameters and shooting angles
|
||||
```
|
||||
|
||||
## 🎯 Nano Banana Pro Professional Advantages
|
||||
|
||||
### Character Consistency Application
|
||||
- Maintain same character appearance across multiple key frames
|
||||
- Support character coherence in different environments and expressions
|
||||
- Suitable for video content requiring fixed IP imagery
|
||||
|
||||
### Multi-language Text Rendering
|
||||
- Accurately display Chinese and English subtitle previews in storyboards
|
||||
- Support high-quality text rendering for professional terms and titles
|
||||
- Suitable for international content storyboard design
|
||||
|
||||
### Real-world Knowledge Integration
|
||||
- Combine Google search data to enhance scene realism
|
||||
- Provide accurate visual representation of scientific concepts
|
||||
- Support visualization design of real-time information
|
||||
|
||||
## 🛠️ Professional Production Process
|
||||
|
||||
### Pre-production Phase
|
||||
1. **Script Review**: Understand complete story flow
|
||||
2. **Key Frame Marking**: Identify visual focal moments
|
||||
3. **Style Definition**: Determine overall visual tone
|
||||
|
||||
### Generation Phase
|
||||
4. **Initial Generation**: Generate first version using optimized prompts
|
||||
5. **Detail Adjustment**: Fine-tune unsatisfactory frames
|
||||
6. **Consistency Check**: Ensure character and style coherence
|
||||
|
||||
### Post-production Phase
|
||||
7. **Annotation Completion**: Add time codes and production notes
|
||||
8. **Format Output**: Generate versions for different purposes
|
||||
9. **Team Sharing**: Create reference documents for collaboration
|
||||
|
||||
## 📈 Production Quality Standards
|
||||
|
||||
### Professional Storyboard Requirements
|
||||
- ✅ Visual Continuity: Natural transitions between adjacent frames
|
||||
- ✅ Emotional Delivery: Each frame accurately expresses corresponding emotion
|
||||
- ✅ Information Clarity: Key information points clearly visible
|
||||
- ✅ Production Feasibility: Consider actual filming/production difficulty
|
||||
|
||||
### Nano Banana Pro Quality Advantages
|
||||
- ✅ 8K high-resolution output
|
||||
- ✅ SynthID watermarking (AI content identification)
|
||||
- ✅ Professional-grade image quality
|
||||
- ✅ Complex instruction comprehension capability
|
||||
|
||||
## 🔧 Tool Requirements
|
||||
|
||||
This skill works optimally with agents that can:
|
||||
- Parse and analyze detailed script documents
|
||||
- Generate consistent visual narratives
|
||||
- Create professional storyboard layouts
|
||||
- Produce high-quality Nano Banana Pro prompts
|
||||
- Maintain character and style consistency across multiple frames
|
||||
|
||||
## 📱 Multi-Platform Compatibility
|
||||
|
||||
Designed to work across:
|
||||
- ✅ Google Antigravity
|
||||
- ✅ Claude Code
|
||||
- ✅ Cursor
|
||||
- ✅ Other Agent Skills-compatible tools
|
||||
|
||||
Begin creating your professional storyboard key frames...
|
||||
183
.agent/skills/video-script-writer/README.md
Normal file
183
.agent/skills/video-script-writer/README.md
Normal file
@@ -0,0 +1,183 @@
|
||||
# 🎬 Video Script Writer for Google Antigravity
|
||||
|
||||
## 📖 Overview
|
||||
|
||||
This Agent Skill transforms video topics and outlines into comprehensive production scripts, complete with detailed narration, visual descriptions, and AI image generation prompts for seamless content creation workflow.
|
||||
|
||||
## 🚀 Usage
|
||||
|
||||
### Command Format
|
||||
```bash
|
||||
/video-script-writer [topic-content]
|
||||
```
|
||||
|
||||
### Usage Examples
|
||||
|
||||
#### Complete Topic Input
|
||||
```bash
|
||||
/video-script-writer "Topic: What if humans lost the ability to forget?
|
||||
Target Audience: Neuroscience enthusiasts, students, emotional content viewers
|
||||
Duration: 3-4 minutes
|
||||
Hook: You clearly remember the trajectory of breadcrumbs falling 3 years ago..."
|
||||
```
|
||||
|
||||
#### Simple Title Input
|
||||
```bash
|
||||
/video-script-writer "What would happen if humans couldn't forget?"
|
||||
```
|
||||
|
||||
#### Natural Language Trigger
|
||||
```bash
|
||||
"Turn this topic into a complete video script with AI image prompts: [topic content]"
|
||||
```
|
||||
|
||||
## 📋 Input Format Recommendations
|
||||
|
||||
### Complete Topic Input (Recommended)
|
||||
```
|
||||
Topic Title: [Title]
|
||||
Target Audience: [Audience description]
|
||||
Duration: [Duration]
|
||||
Content Outline:
|
||||
- Hook: [Opening design]
|
||||
- Problem Introduction: [Problem description]
|
||||
- Core Content: [Main knowledge points]
|
||||
- Climax: [Turning point]
|
||||
- Summary: [Ending design]
|
||||
Viral Elements: [Special elements]
|
||||
```
|
||||
|
||||
### Simplified Input
|
||||
```
|
||||
[Video Title] - [Target Audience] - [Core Concept]
|
||||
```
|
||||
|
||||
## 🎯 Output Components
|
||||
|
||||
### 1. Complete Script Structure
|
||||
- **Segmented Timing**: Each segment marked with time intervals
|
||||
- **Narration Copy**: Including stress and pause markings
|
||||
- **Visual Descriptions**: Detailed visual guidance
|
||||
- **Transition Design**: Scene-to-scene transition methods
|
||||
|
||||
### 2. AI Image Generation Prompts
|
||||
Each key scene includes:
|
||||
```
|
||||
[Scene Description], [Style: flat design/realistic/cartoon],
|
||||
[Composition: centered/rule of thirds], [Color palette: warm/cool/monochrome],
|
||||
[Mood: energetic/calm/mysterious], [Quality: 8k, detailed, cinematic]
|
||||
```
|
||||
|
||||
### 3. Production Guidance
|
||||
- Rhythm control points
|
||||
- Sound effects and music suggestions
|
||||
- Subtitle and graphic design requirements
|
||||
- Interaction guidance strategies
|
||||
|
||||
## 💡 Best Practices
|
||||
|
||||
### Topic Preparation
|
||||
1. **Define Target Audience**: The more specific, the better
|
||||
2. **Identify Core Knowledge**: 1-3 main concepts
|
||||
3. **Design Emotional Curve**: Plan audience emotional journey
|
||||
|
||||
### Usage Tips
|
||||
1. **Broad to Specific**: Generate basic script first, then refine specific parts
|
||||
2. **Iterative Optimization**: Continuously adjust based on feedback
|
||||
3. **Platform Adaptation**: Adjust for different platform requirements
|
||||
|
||||
### Subsequent Applications
|
||||
1. **Direct Production**: Use generated AI prompts to create visual assets
|
||||
2. **A/B Testing**: Generate multiple opening versions for testing
|
||||
3. **Series Planning**: Expand one script into series content
|
||||
|
||||
## 🔧 Advanced Usage
|
||||
|
||||
### Specific Scene Optimization
|
||||
```bash
|
||||
# Request specific part optimization
|
||||
"Please elaborate on the script content from minute 2 to minute 3"
|
||||
|
||||
# Style adjustment
|
||||
"Adjust this script to a more humorous tone"
|
||||
|
||||
# Platform adaptation
|
||||
"Adapt this 3-minute script to a 60-second TikTok version"
|
||||
```
|
||||
|
||||
### Visual Style Customization
|
||||
```bash
|
||||
# Specify drawing style
|
||||
"Adjust all AI image prompts to cyberpunk style"
|
||||
|
||||
# Character design
|
||||
"The script needs a fixed IP character, please design corresponding prompts"
|
||||
```
|
||||
|
||||
## 📊 Quality Checklist
|
||||
|
||||
### Script Completeness
|
||||
- ✅ Every time segment has corresponding content
|
||||
- ✅ Narration copy flows naturally
|
||||
- ✅ Visuals coordinate with narration
|
||||
- ✅ Transitions are smooth and natural
|
||||
|
||||
### Visual Design
|
||||
- ✅ AI prompts are detailed and specific
|
||||
- ✅ Visual style is unified and coherent
|
||||
- ✅ Key scenes have sufficient visual impact
|
||||
- ✅ Color and composition have guiding significance
|
||||
|
||||
### Production Feasibility
|
||||
- ✅ Production difficulty meets expectations
|
||||
- ✅ Material requirements are clear and reasonable
|
||||
- ✅ Duration allocation is scientific
|
||||
- ✅ Interaction design is effective
|
||||
|
||||
## 🔄 Integration with Other Skills
|
||||
|
||||
### Recommended Workflow
|
||||
1. **Topic Planning**: Use `viral-topic-generator` to analyze reference videos and generate topics
|
||||
2. **Script Creation**: Use `video-script-writer` to expand topics into complete scripts
|
||||
3. **Asset Creation**: Use generated AI prompts to create visual materials
|
||||
4. **Post-Production**: Follow script guidance for video editing
|
||||
|
||||
### Iterative Optimization Loop
|
||||
```
|
||||
Topic → Script → Test Feedback → Optimize Script → Remake
|
||||
```
|
||||
|
||||
## 📱 Platform Compatibility
|
||||
|
||||
Works seamlessly across:
|
||||
- ✅ Google Antigravity
|
||||
- ✅ Claude Code
|
||||
- ✅ Cursor
|
||||
- ✅ Other Agent Skills-compatible tools
|
||||
|
||||
## 📝 FAQ
|
||||
|
||||
**Q: Script too long/short?**
|
||||
A: Request "compress script to X minutes" or "elaborate XX section"
|
||||
|
||||
**Q: AI prompts not accurate enough?**
|
||||
A: Ask to "optimize XX scene's image prompt for more specificity"
|
||||
|
||||
**Q: How to adapt for different platforms?**
|
||||
A: Specify target platform, e.g., "adapt for Xiaohongshu short video format"
|
||||
|
||||
## 🎬 Example Usage with Your Topic
|
||||
|
||||
Based on your provided topic about losing the ability to forget:
|
||||
|
||||
```bash
|
||||
/video-script-writer "选题2:【故障】如果全人类突然失去了'遗忘'的能力
|
||||
目标受众:脑科学爱好者、考研党、情感类受众
|
||||
预估时长:3-4分钟
|
||||
Hook:你清楚地记得3年前的今天早上吃的面包屑掉落的轨迹
|
||||
核心内容:科普'突触修剪'与遗忘机制对大脑的重要性"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Ready to transform your viral topics into production-ready scripts? Input your topic content and begin your content creation journey!
|
||||
170
.agent/skills/video-script-writer/SKILL.md
Normal file
170
.agent/skills/video-script-writer/SKILL.md
Normal file
@@ -0,0 +1,170 @@
|
||||
---
|
||||
name: video-script-writer
|
||||
description: Expands video topics and outlines into complete video scripts with detailed narration, visual descriptions, and AI image generation prompts. Use when users need to convert topic concepts into executable video production scripts.
|
||||
argument-hint: [topic-title-or-content]
|
||||
user-invocable: true
|
||||
---
|
||||
|
||||
# 🎬 Video Script Writer - From Concept to Production
|
||||
|
||||
Transform topic content: $ARGUMENTS into comprehensive video production scripts.
|
||||
|
||||
## 📝 Script Creation Workflow
|
||||
|
||||
### Step 1: Topic Analysis & Optimization
|
||||
1. **Topic Structure Analysis**
|
||||
- Extract core concepts and knowledge points
|
||||
- Analyze target audience characteristics
|
||||
- Confirm video duration and pacing
|
||||
|
||||
2. **Storyline Optimization**
|
||||
- Enhance Hook attractiveness
|
||||
- Optimize knowledge point logical chain
|
||||
- Design emotional arc curves
|
||||
|
||||
### Step 2: Complete Script Writing
|
||||
3. **Second-by-Second Script Creation**
|
||||
- **Opening Hook (0-5s)**: Strong visual impact + suspense setup
|
||||
- **Problem Introduction (5-20s)**: Daily scenario leading to core issue
|
||||
- **Knowledge Development (20s-80% duration)**: Layered progressive educational content
|
||||
- **Climax Turning Point (80%-95%)**: Core "aha moment"
|
||||
- **Summary & Elevation (95%-100%)**: Golden phrase + interaction guidance
|
||||
|
||||
4. **Transitions & Rhythm Control**
|
||||
- Design transition phrases
|
||||
- Control information density distribution
|
||||
- Arrange pause and emphasis timing
|
||||
|
||||
### Step 3: Visual Design Planning
|
||||
5. **Scene Storyboard Design**
|
||||
- Design visual presentation for each core scene
|
||||
- Determine key visual elements
|
||||
- Plan animation and special effects needs
|
||||
|
||||
6. **AI Image Prompt Generation**
|
||||
- Generate detailed Midjourney/DALL-E prompts for each scene
|
||||
- Include style, composition, color, mood elements
|
||||
- Ensure visual coherence and style unity
|
||||
|
||||
## 📋 Standard Output Format
|
||||
|
||||
```
|
||||
# 🎬 《[Video Title]》Complete Production Script
|
||||
|
||||
## 📊 Basic Information
|
||||
- **Target Audience**: [Detailed description]
|
||||
- **Video Duration**: [X minutes X seconds]
|
||||
- **Core Knowledge Points**: [Key concepts]
|
||||
- **Emotional Tone**: [Casual/serious/suspenseful etc.]
|
||||
|
||||
## 🎭 Complete Script
|
||||
|
||||
### 【Opening Hook】(0-5s)
|
||||
**Visuals**: [Visual description]
|
||||
**Narration**: "[Specific copy with stress and pause marks]"
|
||||
**Transition**: [Transition method]
|
||||
|
||||
**🎨 AI Image Prompt**:
|
||||
```
|
||||
[Detailed English prompt including style, composition, color, mood]
|
||||
```
|
||||
|
||||
### 【Problem Introduction】(5-20s)
|
||||
**Visuals**: [Visual description]
|
||||
**Narration**: "[Copy content]"
|
||||
**Interaction**: [Questions or thought guidance]
|
||||
|
||||
**🎨 AI Image Prompt**:
|
||||
```
|
||||
[Corresponding scene image prompt]
|
||||
```
|
||||
|
||||
### 【Core Content】(20s-X minutes)
|
||||
**Scene 1**: [Sub-scene title]
|
||||
- **Visuals**: [Specific description]
|
||||
- **Narration**: "[Detailed copy]"
|
||||
- **Knowledge Point**: [Core concept explanation]
|
||||
|
||||
**🎨 AI Image Prompt**:
|
||||
```
|
||||
[Scene image prompt]
|
||||
```
|
||||
|
||||
**Scene 2**: [Continue breakdown...]
|
||||
|
||||
### 【Climax Turning Point】(X%-95%)
|
||||
**Visuals**: [Most critical scene description]
|
||||
**Narration**: "[Most important information delivery]"
|
||||
**Emotion**: [Technique to push emotion to climax]
|
||||
|
||||
**🎨 AI Image Prompt**:
|
||||
```
|
||||
[Climax scene image prompt]
|
||||
```
|
||||
|
||||
### 【Summary & Elevation】(95%-100%)
|
||||
**Visuals**: [Ending visual design]
|
||||
**Narration**: "[Golden phrase + call to action]"
|
||||
**Interaction**: [Like and follow guidance]
|
||||
|
||||
**🎨 AI Image Prompt**:
|
||||
```
|
||||
[Ending scene image prompt]
|
||||
```
|
||||
|
||||
## 🎨 Unified Visual Style Guide
|
||||
- **Overall Style**: [Flat/realistic/cartoon/tech-sense etc.]
|
||||
- **Color Scheme**: [Main colors + supporting colors]
|
||||
- **Composition Style**: [Centered/rule of thirds/symmetrical etc.]
|
||||
- **Character Design**: [Character style description]
|
||||
|
||||
## 📈 Production Key Points
|
||||
1. **Rhythm Control**: [Key rhythm point explanations]
|
||||
2. **Sound Effect Suggestions**: [Background music and sound effect reminders]
|
||||
3. **Subtitle Points**: [Important text highlighting]
|
||||
4. **Interaction Design**: [Comment area guidance strategy]
|
||||
|
||||
## 🔄 Post-Production Optimization Suggestions
|
||||
- A/B test different opening versions
|
||||
- Adjust rhythm based on data feedback
|
||||
- Optimize key frame visual impact
|
||||
```
|
||||
|
||||
## 🎯 Core Creative Principles
|
||||
|
||||
1. **5-Second Victory**: Opening must capture audience within 5 seconds
|
||||
2. **3-Layer Progression**: Knowledge points unfold in shallow→deep→application layers
|
||||
3. **Audio-Visual Sync**: Perfect coordination between narration and visuals, avoid information redundancy
|
||||
4. **Emotion-Driven**: Set emotional turning point every 30 seconds
|
||||
5. **Action-Oriented**: Ending must have clear call to action
|
||||
|
||||
## 🛠️ Special Features
|
||||
|
||||
### Knowledge Point Visualization
|
||||
- Transform abstract concepts into concrete visual metaphors
|
||||
- Design infographics and animated explanations
|
||||
- Create memorable visual symbols
|
||||
|
||||
### Interaction Design Integration
|
||||
- Plant questions at key nodes
|
||||
- Design comment area discussion topics
|
||||
- Plan connection points for video series
|
||||
|
||||
### Platform Adaptation Suggestions
|
||||
- Provide both portrait/landscape format suggestions
|
||||
- Optimize duration and pacing for different platforms
|
||||
- Adapt to various platform recommendation algorithm preferences
|
||||
|
||||
### Automatic Document Generation
|
||||
- Save complete script as Markdown document
|
||||
- File naming format: `video-script-[date]-[video-title].md`
|
||||
- Save in current project directory for version control and team collaboration
|
||||
|
||||
## 📁 Output File Description
|
||||
|
||||
After script completion, automatically generate in current project directory:
|
||||
- **Complete Script Document**: Including second-by-second script and AI image prompts
|
||||
- **Production Checklist**: Filming and post-production checklist
|
||||
- **Asset Requirements**: Detailed requirements for AI images and other materials
|
||||
|
||||
Begin creating your viral video script...
|
||||
97
.agent/skills/viral-topic-generator/README.md
Normal file
97
.agent/skills/viral-topic-generator/README.md
Normal file
@@ -0,0 +1,97 @@
|
||||
# 🎬 Viral Topic Generator for Google Antigravity
|
||||
|
||||
## 📖 Overview
|
||||
|
||||
This Agent Skill analyzes video content to extract successful patterns and generates viral science communication topics. Compatible with Google Antigravity and other AI coding assistants supporting the Agent Skills standard.
|
||||
|
||||
## 🚀 Installation & Usage
|
||||
|
||||
### Installation
|
||||
This skill is located in `.agent/skills/viral-topic-generator/` for workspace-specific use, or can be installed globally to `~/.gemini/antigravity/skills/viral-topic-generator/`.
|
||||
|
||||
### Usage in Antigravity
|
||||
```bash
|
||||
# Direct invocation
|
||||
/viral-topic-generator [video-url]
|
||||
|
||||
# Natural language trigger
|
||||
"Analyze this video and generate similar topics: [video-url]"
|
||||
```
|
||||
|
||||
## 🎯 Compatibility
|
||||
|
||||
### Supported Platforms
|
||||
- ✅ Google Antigravity
|
||||
- ✅ Claude Code
|
||||
- ✅ Cursor
|
||||
- ✅ GitHub Copilot
|
||||
- ✅ Gemini CLI
|
||||
- ✅ Other Agent Skills-compatible tools
|
||||
|
||||
### Video Platforms
|
||||
- ✅ YouTube
|
||||
- ✅ Bilibili
|
||||
- ✅ TikTok/Douyin
|
||||
- ✅ Instagram Reels
|
||||
- ✅ LinkedIn Video
|
||||
- ✅ Other mainstream platforms
|
||||
|
||||
## 📊 What This Skill Does
|
||||
|
||||
1. **🔍 Video Analysis**
|
||||
- Extracts script structure patterns
|
||||
- Analyzes narrative rhythm and pacing
|
||||
- Identifies educational logic frameworks
|
||||
|
||||
2. **🎬 Content Generation**
|
||||
- Creates 5 original topic concepts
|
||||
- Provides detailed content outlines
|
||||
- Includes viral element strategies
|
||||
|
||||
3. **📈 Strategic Insights**
|
||||
- Performance predictions
|
||||
- Platform adaptation suggestions
|
||||
- Production recommendations
|
||||
|
||||
## 💡 Best Practices
|
||||
|
||||
### Choosing Reference Videos
|
||||
- Select high-performing content (10K+ views recommended)
|
||||
- Focus on educational/science communication content
|
||||
- Choose videos with clear structure and good engagement
|
||||
|
||||
### Using Generated Topics
|
||||
- Adapt topics to your expertise area
|
||||
- Customize for your target platform
|
||||
- Maintain authenticity while applying proven structures
|
||||
|
||||
## 🔄 Follow-up Prompts
|
||||
|
||||
After generating topics, try:
|
||||
- "Expand topic #2 into a full script"
|
||||
- "Adapt these topics for TikTok format"
|
||||
- "How can I test these topics' viral potential?"
|
||||
- "Create a content calendar using these topics"
|
||||
|
||||
## 📁 File Structure
|
||||
```
|
||||
.agent/skills/viral-topic-generator/
|
||||
├── SKILL.md # Main skill definition
|
||||
└── README.md # This usage guide
|
||||
```
|
||||
|
||||
## 🌟 Agent Skills Standard
|
||||
|
||||
This skill follows the open Agent Skills standard, making it portable across different AI development environments. The SKILL.md format uses YAML frontmatter for metadata and markdown for instructions.
|
||||
|
||||
## 🤝 Contributing
|
||||
|
||||
This skill can be enhanced with:
|
||||
- Platform-specific analysis features
|
||||
- Multi-language support improvements
|
||||
- Advanced viral prediction algorithms
|
||||
- Integration with analytics APIs
|
||||
|
||||
---
|
||||
|
||||
Ready to create viral science content? Load this skill and start analyzing successful videos to fuel your content strategy!
|
||||
127
.agent/skills/viral-topic-generator/SKILL.md
Normal file
127
.agent/skills/viral-topic-generator/SKILL.md
Normal file
@@ -0,0 +1,127 @@
|
||||
---
|
||||
name: viral-topic-generator
|
||||
description: Analyzes reference videos to extract script structure, narrative rhythm, and educational logic, then generates 5 viral science communication video topics in similar style. Use when users want to create content based on successful video examples.
|
||||
argument-hint: [video-url]
|
||||
user-invocable: true
|
||||
---
|
||||
|
||||
# 🎬 Viral Topic Generator - Video Content Analysis & Planning
|
||||
|
||||
Analyze reference video: $ARGUMENTS and generate strategic content plans.
|
||||
|
||||
## 📋 Analysis Workflow
|
||||
|
||||
### Step 1: Video Information Extraction
|
||||
1. **Basic Video Data**
|
||||
- Title, description, duration
|
||||
- Platform and performance metrics
|
||||
- Target audience positioning
|
||||
|
||||
### Step 2: Deep Content Analysis
|
||||
2. **Script Structure Analysis**
|
||||
- Hook design (first 3 seconds)
|
||||
- Main content architecture (problem → explanation → examples → conclusion)
|
||||
- Ending design (summary + engagement triggers)
|
||||
- Transition techniques and pacing control
|
||||
|
||||
3. **Narrative Rhythm Analysis**
|
||||
- Information density distribution
|
||||
- Emotional arc and peaks
|
||||
- Key moment timing allocation
|
||||
- Visual element synchronization
|
||||
|
||||
4. **Educational Logic Analysis**
|
||||
- Knowledge hierarchy structure
|
||||
- Complex concept simplification methods
|
||||
- Analogies and metaphors usage
|
||||
- Interactive question design
|
||||
- Memory reinforcement techniques
|
||||
|
||||
### Step 3: Style Pattern Extraction
|
||||
5. **Expression Style Features**
|
||||
- Language style (formal/casual/humorous/technical)
|
||||
- Technical terminology density
|
||||
- Interaction preferences
|
||||
- Visual presentation characteristics
|
||||
|
||||
### Step 4: Topic Generation
|
||||
6. **Generate 5 New Topics**
|
||||
|
||||
For each topic provide:
|
||||
|
||||
**📺 Topic Title**: Eye-catching headline
|
||||
|
||||
**🎯 Target Audience**: Precise audience profile
|
||||
|
||||
**⏱️ Estimated Duration**: Recommended video length
|
||||
|
||||
**📖 Content Outline**:
|
||||
- Hook opening (0-3 seconds)
|
||||
- Problem introduction (3-15 seconds)
|
||||
- Core content (15 seconds - 80% of duration)
|
||||
- Summary & conclusion (last 20%)
|
||||
|
||||
**🔥 Viral Elements**:
|
||||
- Controversy/curiosity triggers
|
||||
- Engagement strategies
|
||||
- Memory hooks design
|
||||
- Shareability motivations
|
||||
|
||||
**📊 Performance Prediction**: Data expectations based on reference style
|
||||
|
||||
**🎨 Production Recommendations**:
|
||||
- Key visual elements
|
||||
- Pacing control points
|
||||
- Interaction design suggestions
|
||||
|
||||
## 📈 Output Format
|
||||
|
||||
```
|
||||
# 📺 Viral Topic Analysis Report
|
||||
|
||||
## 🔍 Reference Video Analysis
|
||||
[Detailed analysis content]
|
||||
|
||||
## 🎬 Generated Topics (5 Total)
|
||||
|
||||
### Topic 1: [Title]
|
||||
**Target Audience**: xxx
|
||||
**Estimated Duration**: xxx
|
||||
**Content Outline**:
|
||||
- Hook opening: xxx
|
||||
- Problem introduction: xxx
|
||||
- Core content: xxx
|
||||
- Summary & conclusion: xxx
|
||||
|
||||
**Viral Elements**: xxx
|
||||
**Performance Prediction**: xxx
|
||||
**Production Recommendations**: xxx
|
||||
|
||||
---
|
||||
[Other 4 topics in same format]
|
||||
```
|
||||
|
||||
## 🎯 Core Principles
|
||||
|
||||
1. **Preserve Success DNA**: Inherit core success factors from reference video
|
||||
2. **Differentiated Innovation**: Innovate content while maintaining proven style elements
|
||||
3. **Audience-Centric**: Ensure topics match target audience interests and comprehension level
|
||||
4. **Actionable Guidance**: Provide specific, executable production instructions
|
||||
5. **Viral Potential**: Each topic must contain elements for viral spread
|
||||
|
||||
## 🛠️ Tool Requirements
|
||||
|
||||
For optimal performance, this skill works best with agents that can:
|
||||
- Fetch web content from video URLs
|
||||
- Search for additional context and data
|
||||
- Read and analyze video transcripts or descriptions
|
||||
- Generate structured content output
|
||||
|
||||
## 📝 Usage Notes
|
||||
|
||||
- Supports major video platforms: YouTube, Bilibili, TikTok, etc.
|
||||
- Works with both English and Chinese content
|
||||
- Optimized for science communication and educational content
|
||||
- Generates platform-agnostic content that can be adapted for different social media
|
||||
|
||||
Begin analysis of reference video and strategic topic generation...
|
||||
8
.claude/settings.local.json
Normal file
8
.claude/settings.local.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"WebSearch",
|
||||
"Bash(ls:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
271
AI绘图提示词-失去遗忘能力-20260204.md
Normal file
271
AI绘图提示词-失去遗忘能力-20260204.md
Normal file
@@ -0,0 +1,271 @@
|
||||
# 🎨 《如果人类失去遗忘能力》AI绘图提示词集
|
||||
|
||||
*配套脚本:video-script-失去遗忘能力-20260204.md*
|
||||
*使用平台:Midjourney、DALL-E、Stable Diffusion、国产AI绘图工具*
|
||||
|
||||
## 📋 使用说明
|
||||
|
||||
- **推荐尺寸**:16:9 (适配横屏视频)
|
||||
- **风格一致性**:建议在每个提示词后添加相同的风格描述符
|
||||
- **质量参数**:已包含8k、cinematic等高质量修饰词
|
||||
- **色彩主题**:按脚本情绪分段设计颜色
|
||||
|
||||
---
|
||||
|
||||
## 🎭 场景1:开场Hook (0-7秒)
|
||||
|
||||
### 提示词
|
||||
```
|
||||
A person sitting at desk overwhelmed by floating memory fragments, hyperrealistic style, warm to cold lighting transition, detailed facial expression showing distress, memories as glowing translucent shards floating around, 8k, cinematic quality, dramatic lighting, emotional depth
|
||||
```
|
||||
|
||||
### 中文描述
|
||||
一个人坐在桌前,被漂浮的记忆碎片包围,表情痛苦,记忆碎片呈半透明发光状,光线从温暖转向冷色调
|
||||
|
||||
### 技术要求
|
||||
- **情绪**:痛苦、不知所措
|
||||
- **光线**:戏剧性照明,温暖到冷色的过渡
|
||||
- **细节**:记忆碎片要清晰可见,人物面部表情要细腻
|
||||
|
||||
### 可选变体
|
||||
```
|
||||
[Same base prompt] + ", close-up facial shot, extreme emotional distress, memory fragments reflecting in eyes"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 🎭 场景2:问题引入 (7-25秒)
|
||||
|
||||
### 提示词
|
||||
```
|
||||
Split-screen composition showing joy vs pain memories, left side: students celebrating perfect exam scores, bright colors; right side: same people overwhelmed by painful memories, dark stormy atmosphere, emotional contrast, cinematic style, 8k detailed
|
||||
```
|
||||
|
||||
### 中文描述
|
||||
分屏构图展示快乐与痛苦记忆对比,左侧学生庆祝满分,明亮色彩;右侧被痛苦记忆淹没,黑暗暴风雨氛围
|
||||
|
||||
### 技术要求
|
||||
- **构图**:严格的左右分屏
|
||||
- **色彩对比**:明亮vs暗沉
|
||||
- **情绪对比**:欣喜vs绝望
|
||||
|
||||
### 可选变体
|
||||
```
|
||||
"Before and after comparison, same person experiencing joy then drowning in painful memories, dramatic lighting contrast, cinematic split-screen"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 🎭 场景3:神经元过载 (25-65秒)
|
||||
|
||||
### 提示词
|
||||
```
|
||||
Brain neurons firing excessively, electric sparks and overloaded neural networks, medical illustration style mixed with dramatic lighting, red and orange colors indicating overstimulation, 8k, detailed neural pathways, scientific accuracy
|
||||
```
|
||||
|
||||
### 中文描述
|
||||
大脑神经元过度放电,电火花四溅,神经网络过载,医学插图风格,红橙色显示过度刺激
|
||||
|
||||
### 技术要求
|
||||
- **科学性**:解剖学正确的大脑结构
|
||||
- **动感**:电火花和能量流动
|
||||
- **色彩**:警示性的红橙色系
|
||||
|
||||
### 可选变体
|
||||
```
|
||||
"Cross-section of human brain with overactive neural pathways, electrical storms, medical textbook illustration style, high detail neuroanatomy"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 🎭 场景4:社会崩溃 (25-65秒)
|
||||
|
||||
### 提示词
|
||||
```
|
||||
Social chaos scene, people arguing with visible memory bubbles above heads showing past conflicts, urban setting, dramatic shadows, documentary photography style, high contrast, emotional intensity, wide angle composition
|
||||
```
|
||||
|
||||
### 中文描述
|
||||
社会混乱场景,人们争吵,头顶有显示过去冲突的记忆气泡,城市背景,纪实摄影风格
|
||||
|
||||
### 技术要求
|
||||
- **场景**:现代城市环境
|
||||
- **元素**:记忆气泡要清晰可见
|
||||
- **风格**:纪实摄影的真实感
|
||||
|
||||
### 可选变体
|
||||
```
|
||||
"Urban street scene, multiple people in heated arguments, thought bubbles showing their painful memories, documentary realism, street photography style"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 🎭 场景5:突触修剪科普 (65-140秒)
|
||||
|
||||
### 提示词
|
||||
```
|
||||
Beautiful brain neural network animation, synaptic pruning process visualization, medical illustration with artistic flair, blue and green color scheme, dendrites and synapses in detail, educational infographic style, 8k, scientifically accurate
|
||||
```
|
||||
|
||||
### 中文描述
|
||||
美丽的大脑神经网络,突触修剪过程可视化,医学插图带艺术感,蓝绿色配色,树突和突触细节丰富
|
||||
|
||||
### 技术要求
|
||||
- **教育性**:清晰的科普插图风格
|
||||
- **美学**:兼顾科学准确性和视觉美感
|
||||
- **色彩**:舒缓的蓝绿色系
|
||||
|
||||
### 可选变体
|
||||
```
|
||||
"Microscopic view of synaptic pruning, neural dendrites being selectively removed, medical textbook quality, artistic scientific illustration"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 🎭 场景6:记忆图书馆 (65-140秒)
|
||||
|
||||
### 提示词
|
||||
```
|
||||
Brain as grand library metaphor, memories as books on shelves, some glowing bright (important memories), others fading to gray (forgotten ones), librarian figure organizing, warm lighting, fantasy realism style, detailed architecture
|
||||
```
|
||||
|
||||
### 中文描述
|
||||
大脑作为宏伟图书馆的比喻,记忆如书架上的书籍,重要记忆发光,遗忘的记忆变灰,图书管理员整理,温暖光线
|
||||
|
||||
### 技术要求
|
||||
- **建筑**:宏伟的图书馆内景
|
||||
- **光效**:部分书籍发光效果
|
||||
- **人物**:智慧的图书管理员形象
|
||||
|
||||
### 可选变体
|
||||
```
|
||||
"Vast cathedral-like library inside a brain, floating books representing memories, golden light highlighting important books, mystical atmosphere"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 🎭 场景7:痛苦记忆牢笼 (140-180秒)
|
||||
|
||||
### 提示词
|
||||
```
|
||||
Person trapped in sphere of painful memories, dark atmosphere, memories as chains binding them, dramatic lighting with single light source above, psychological horror aesthetic, high contrast, emotional depth, cinematic composition
|
||||
```
|
||||
|
||||
### 中文描述
|
||||
人被痛苦记忆球体困住,黑暗氛围,记忆如锁链束缚,单一光源从上方照射,心理恐怖美学
|
||||
|
||||
### 技术要求
|
||||
- **氛围**:压抑但不过度恐怖
|
||||
- **构图**:戏剧性的光影对比
|
||||
- **情感**:绝望中仍有希望的光
|
||||
|
||||
### 可选变体
|
||||
```
|
||||
"Person sitting curled up, surrounded by floating dark memory fragments forming prison walls, single beam of light from above, emotional depth"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 🎭 场景8:智者与希望 (180-200秒)
|
||||
|
||||
### 提示词
|
||||
```
|
||||
Wise elderly person surrounded by peaceful flowing memories, soft golden light, memories as gentle streams rather than sharp fragments, hopeful atmosphere, renaissance painting style, detailed facial features showing wisdom and peace
|
||||
```
|
||||
|
||||
### 中文描述
|
||||
智慧老人被平和流动的记忆环绕,柔和金光,记忆如温柔溪流而非尖锐碎片,文艺复兴绘画风格
|
||||
|
||||
### 技术要求
|
||||
- **人物**:慈祥智慧的老者
|
||||
- **光线**:温暖的金色调
|
||||
- **风格**:古典油画质感
|
||||
|
||||
### 可选变体
|
||||
```
|
||||
"Elderly sage with kind eyes, memories flowing like gentle water around them, warm golden hour lighting, classical portrait painting style"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 🎭 场景9:时间治愈 (200-210秒)
|
||||
|
||||
### 提示词
|
||||
```
|
||||
Concept of time healing, clock faces blending with soft memories, painful memories fading to gentle pastels, new bright memories forming, impressionist art style, warm color palette, hopeful and philosophical mood, high quality artistic rendering
|
||||
```
|
||||
|
||||
### 中文描述
|
||||
时间治愈的概念,时钟面与柔和记忆融合,痛苦记忆褪成淡彩色,新的明亮记忆生成,印象派艺术风格
|
||||
|
||||
### 技术要求
|
||||
- **抽象性**:概念化的时间表现
|
||||
- **色彩变化**:从暗色到明亮色的渐变
|
||||
- **艺术风格**:印象派的朦胧美感
|
||||
|
||||
### 可选变体
|
||||
```
|
||||
"Abstract representation of time passage, memories transforming from dark to light, flowing clock elements, healing concept art, soft pastels"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 🎨 通用修饰词库
|
||||
|
||||
### 质量增强
|
||||
- `8k resolution`
|
||||
- `ultra detailed`
|
||||
- `photorealistic`
|
||||
- `cinematic quality`
|
||||
- `professional photography`
|
||||
|
||||
### 情绪氛围
|
||||
- `emotional depth`
|
||||
- `dramatic atmosphere`
|
||||
- `melancholic mood`
|
||||
- `hopeful feeling`
|
||||
- `mystical ambiance`
|
||||
|
||||
### 视觉风格
|
||||
- `hyperrealistic style`
|
||||
- `medical illustration`
|
||||
- `fantasy realism`
|
||||
- `documentary photography`
|
||||
- `renaissance painting style`
|
||||
|
||||
### 光影效果
|
||||
- `dramatic lighting`
|
||||
- `soft golden light`
|
||||
- `high contrast`
|
||||
- `warm lighting`
|
||||
- `cinematic shadows`
|
||||
|
||||
## 🔧 平台特定优化
|
||||
|
||||
### Midjourney
|
||||
- 在提示词末尾添加:`--ar 16:9 --v 6 --style raw`
|
||||
- 使用 `--stylize` 参数控制艺术化程度
|
||||
- 复杂场景可以使用 `--chaos` 参数增加变化
|
||||
|
||||
### DALL-E 3
|
||||
- 提示词更注重描述性语言
|
||||
- 避免过多的技术参数
|
||||
- 强调情感和氛围描述
|
||||
|
||||
### Stable Diffusion
|
||||
- 可添加负面提示词:`ugly, blurry, low quality, distorted`
|
||||
- 使用具体的模型名称获得更好效果
|
||||
- 调整CFG Scale控制与提示词的匹配度
|
||||
|
||||
### 国产AI工具(如文心一格、通义万相)
|
||||
- 提示词可使用中英文混合
|
||||
- 多提及具体的视觉元素
|
||||
- 适当简化复杂的艺术风格描述
|
||||
|
||||
---
|
||||
|
||||
**使用建议**:
|
||||
1. 先用一个场景测试平台效果,确定最佳参数
|
||||
2. 保持同一场景的多次生成,挑选最佳效果
|
||||
3. 如果效果不理想,可以调整色彩词汇或艺术风格
|
||||
4. 记录最终使用的提示词,确保系列作品风格统一
|
||||
127
video-script-失去遗忘能力-20260204.md
Normal file
127
video-script-失去遗忘能力-20260204.md
Normal file
@@ -0,0 +1,127 @@
|
||||
# 🎬 《【故障】如果全人类突然失去了“遗忘”的能力》全流程制作脚本
|
||||
|
||||
## 📊 基础信息
|
||||
- **目标受众**:脑科学爱好者、考研党、情感类受众、对科幻与哲学感兴趣的年轻群体。
|
||||
- **视频时长**:3分30秒 - 4分00秒
|
||||
- **核心知识点**:突触修剪(Synaptic Pruning)、海马体功能、超忆症(Hyperthymesia)、遗忘的保护机制。
|
||||
- **情感基调**:前期狂喜(爽文感) -> 中期压抑(恐怖与混乱) -> 后期释怀(治愈与哲理)。
|
||||
|
||||
---
|
||||
|
||||
## 🎭 完整分镜脚本
|
||||
|
||||
### 【开篇 Hook】(0-5s)
|
||||
**画面**:
|
||||
特写镜头,一只手正在捏碎一块面包。画面极度清晰,面包屑飞溅的轨迹被定格放大,每一粒面包屑都清晰可见,旁边悬浮着精准的时间戳(精确到毫秒)和空气湿度数据。
|
||||
**文案**:
|
||||
“你清楚地记得3年前的今天早上,那块面包掉落时,散落在地上的第342颗面包屑的形状。”
|
||||
**转场**:
|
||||
画面瞬间快进,无数的生活碎片画面像海啸一样冲向屏幕。
|
||||
|
||||
**🎨 AI Image Prompt**:
|
||||
```
|
||||
Cinematic close-up shot, ultra-detailed, a hand crushing a piece of bread, crumbs exploding in the air frozen in time, digital holographic timestamp '2023-02-04 07:32:15.892' floating nearby, hyper-realistic style, 8k resolution, dramatic lighting, depth of field. --ar 16:9 --v 6.0
|
||||
```
|
||||
|
||||
### 【问题引入:狂喜阶段】(5-25s)
|
||||
**画面**:
|
||||
画面分割为多个小窗口,展示不同人的“超能力”时刻。
|
||||
1. 学生在考场上,试卷上方浮现出整本书的内容,他疯狂书写。
|
||||
2. 职场人流利背诵几万页的技术文档。
|
||||
3. 所有人脸上洋溢着诡异的兴奋笑容。
|
||||
**文案**:
|
||||
“2026年,人类大脑的‘删除键’突然失效了。我们迎来了全员天才的时代。考研?看一遍就能倒背如流。技能?不需要练习,因为肌肉记忆永远不会消退。大家以为这是进化的恩赐,直到——第一天的深夜降临。”
|
||||
**互动**:
|
||||
(字幕特效)“如果是你,你最想记住什么?”
|
||||
|
||||
**🎨 AI Image Prompt**:
|
||||
```
|
||||
Split screen composition, scene 1: a student in an exam room with glowing holographic textbook pages floating in the air, ecstatic expression. Scene 2: an office worker typing furiously with data streams reflecting in glasses. Scene 3: crowd of people with creepy overly excited smiles. Cyberpunk aesthetic, neon lighting, futuristic atmosphere. --ar 16:9 --v 6.0
|
||||
```
|
||||
|
||||
### 【核心内容:危机爆发】(25s-2分00秒)
|
||||
|
||||
**场景 1:情感的无限累积**
|
||||
**画面**:
|
||||
一对情侣在吵架。他们身后的影子变成了巨大的怪物,影子里播放着他们过去每一次吵架的画面,密密麻麻,重叠在一起。
|
||||
**文案**:
|
||||
“遗忘消失了,意味着原谅也消失了。你不仅仅是在通过这次争吵,你的大脑强迫你同时重温过去这十年里每一次争吵的细节。愤怒被无限叠加,因为没有‘好了伤疤忘了痛’这回事,痛感永远新鲜如初。”
|
||||
**知识点**:
|
||||
情绪记忆的持久性与遗忘对情感调节的作用。
|
||||
|
||||
**🎨 AI Image Prompt**:
|
||||
```
|
||||
Surreal concept art, a couple arguing in a dark room, their shadows cast on the wall are monstrous and composed of thousands of smaller screens showing past arguments, overwhelming atmosphere, psychological horror style, high contrast, muted colors with sudden red highlights. --ar 16:9 --v 6.0
|
||||
```
|
||||
|
||||
**场景 2:感官过载与突触风暴**
|
||||
**画面**:
|
||||
一个人走在街上,痛苦地抱住头。他的视野里,路边的每一片树叶、每一张传单、每一个路人的毛孔都像弹窗广告一样疯狂弹出信息,无法关闭。大脑神经元像着火一样发出刺眼的白光。
|
||||
**文案**:
|
||||
“这就叫做‘超忆症’的全面爆发。我们的大脑有一种机制叫‘突触修剪’,它负责修剪掉那些不重要的杂草,给重要信息留出空间。但现在,杂草疯长。你的大脑不再是精密的花园,而是一片由于营养过剩而窒息的原始森林。”
|
||||
**知识点**:
|
||||
突触修剪(Synaptic Pruning)机制,大脑处理信息的带宽限制。
|
||||
|
||||
**🎨 AI Image Prompt**:
|
||||
```
|
||||
First-person perspective shot, chaotic street scene, information overload, every object (leaves, trash, cracks in pavement) has a glowing label or popup window, visual noise, overwhelming detail, the subject's hands clutching head in foreground, neural network glowing intensely in the background, glitch art style. --ar 16:9 --v 6.0
|
||||
```
|
||||
|
||||
### 【高潮转折:拯救方案】(2分00秒-3分00秒)
|
||||
|
||||
**画面**:
|
||||
世界变得静止,人们像雕塑一样站在原地,因为大脑处理不过来任何新的动作。
|
||||
一位苍老甚至有些迟钝的老人出现(可能是阿尔茨海默症患者),他反而行动自如。
|
||||
画面切换到实验室,科学家们正在研发一种“白色噪音头盔”。
|
||||
**文案**:
|
||||
“就在社会即将因信息过载而瘫痪时,人类找到了唯一的解药——‘人工遗忘’。既然删不掉,就覆盖它。人们开始发明一种‘垃圾信息头盔’,专门向大脑灌输毫无意义的白噪音和随机色块,用来物理冲刷掉那些痛苦的记忆。”
|
||||
**情绪推动**:
|
||||
配乐从嘈杂尖锐突然转为沉闷的低音,营造出一种无奈的压抑感。
|
||||
|
||||
**🎨 AI Image Prompt**:
|
||||
```
|
||||
Dystopian sci-fi scene, frozen crowd of people in a city, a single old person walking freely. Cut to laboratory, scientists placing sleek white minimalist helmets on subjects, screens showing static noise and random color blocks, cold clinical lighting, sense of desperation and hope. --ar 16:9 --v 6.0
|
||||
```
|
||||
|
||||
### 【总结与升华】(3分00秒-3分30秒)
|
||||
|
||||
**画面**:
|
||||
一个唯美的画面:夕阳下,海浪冲刷着沙滩上的脚印。脚印被抚平,沙滩恢复平整。
|
||||
镜头拉远,看见一个人摘下头盔,露出释然的微笑,眼角有一滴泪。
|
||||
**文案**:
|
||||
“我们曾以为记忆是财富,其实遗忘才是。遗忘让我们能从痛苦中抽离,让每一次拥抱都像第一次一样新鲜。大脑在这个名为时间的沙滩上,不断抚平脚印,我们才能迈出新的一步。”
|
||||
(停顿)
|
||||
“所以,如果你此刻正因忘不掉某人而痛苦,请相信,这是时间还没来得及送达的礼物。”
|
||||
**互动**:
|
||||
“这不仅是一个脑洞,也是给所有‘放不下’的人的一剂良药。转发给需要释怀的TA。”
|
||||
|
||||
**🎨 AI Image Prompt**:
|
||||
```
|
||||
Beautiful soothing landscape, sunset over the ocean, waves gently washing away footprints on the sand, metaphorical, peaceful atmosphere. Cut to close-up of a person removing a sci-fi helmet, smiling with a tear, warm golden lighting, emotional and healing tone. --ar 16:9 --v 6.0
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 🎨 统一视觉风格指南
|
||||
- **整体风格**:前半部分**赛博故障风(Glitch Art)**,表现信息过载的混乱与焦虑;后半部分**治愈系极简风**,表现遗忘带来的平静。
|
||||
- **配色方案**:
|
||||
- 危机前:高饱和度的霓虹色(电光蓝、荧光绿)。
|
||||
- 危机后:低饱和度的莫兰迪色系(暖白、浅灰、海蓝)。
|
||||
- **构图风格**:
|
||||
- 混乱期:倾斜构图,画面充满细节,无留白。
|
||||
- 治愈期:中心构图,大量留白,呼吸感。
|
||||
- **角色设计**:现代都市装束,但带有明显的精神状态特征(黑眼圈、焦虑神情 vs 释然微笑)。
|
||||
|
||||
## 📈 制作要点
|
||||
1. **节奏控制**:
|
||||
- 0-30s:快剪,BGM节奏强劲,配合画面切换。
|
||||
- 30s-2min:音效层层叠加,制造压迫感,使用类似耳鸣的高频音效。
|
||||
- 2min后:所有声音突然切断,只留心跳声,随后进入舒缓的钢琴曲。
|
||||
2. **字幕设计**:
|
||||
- 这里有一个关键设计:在“危机爆发”阶段,字幕可以像弹幕一样铺满屏幕,遮挡住画面,直观展示“信息过载”。
|
||||
3. **互动引导**:
|
||||
- 在视频中间(约1分半时)插入问题:“如果你能选择永久删除一段记忆,你会删掉什么?”引发评论区故事接龙。
|
||||
|
||||
## 🔄 后期优化建议
|
||||
- **A/B 测试**:可以尝试两个版本的封面。A版:大脑插满电缆的赛博风(吸引科技迷);B版:流泪的眼睛特写(吸引情感类受众)。
|
||||
- **评论区运营**:提前准备好关于“超忆症”的科普链接,固定在置顶评论,增加内容的专业度背书。
|
||||
184
分镜关键帧-失去遗忘能力-20260204.md
Normal file
184
分镜关键帧-失去遗忘能力-20260204.md
Normal file
@@ -0,0 +1,184 @@
|
||||
# 🎬 《如果人类失去遗忘能力》分镜关键帧设计
|
||||
|
||||
*基于脚本:video-script-失去遗忘能力-20260204.md*
|
||||
*生成工具:Google Nano Banana Pro*
|
||||
*生成日期:2026-02-04*
|
||||
|
||||
## 📊 分镜基本信息
|
||||
|
||||
- **脚本来源**: video-script-失去遗忘能力-20260204.md
|
||||
- **总关键帧数**: 9个核心关键帧
|
||||
- **九宫格数量**: 1张主要分镜图
|
||||
- **视觉风格**: 科幻现实主义 + 医学插图风格
|
||||
- **角色一致性**: 主角为成年男性,表情从困扰到理解的情绪变化
|
||||
- **色彩主题**: 冷暖色调对比,体现情绪转换
|
||||
|
||||
## 🎭 九宫格分镜图 #1
|
||||
|
||||
### 关键帧布局 (3x3网格)
|
||||
```
|
||||
┌─────────────────┬─────────────────┬─────────────────┐
|
||||
│ 1. Hook开场 │ 2. 问题引入 │ 3. 危机展现 │
|
||||
│ 记忆碎片漂浮 │ 快乐vs痛苦 │ 神经元过载 │
|
||||
│ (0-7秒) │ (7-25秒) │ (25-65秒) │
|
||||
├─────────────────┼─────────────────┼─────────────────┤
|
||||
│ 4. 科普解释1 │ 5. 科普解释2 │ 6. 深度影响 │
|
||||
│ 突触修剪机制 │ 记忆图书馆 │ 痛苦记忆牢笼 │
|
||||
│ (65-100秒) │ (100-140秒) │ (140-180秒) │
|
||||
├─────────────────┼─────────────────┼─────────────────┤
|
||||
│ 7. 解决方案 │ 8. 总结升华 │ 9. 行动号召 │
|
||||
│ 智者与希望 │ 时间治愈 │ 互动引导 │
|
||||
│ (180-200秒) │ (200-210秒) │ 结尾 │
|
||||
└─────────────────┴─────────────────┴─────────────────┘
|
||||
```
|
||||
|
||||
### 🎨 Nano Banana Pro 完整生成提示词
|
||||
|
||||
```
|
||||
Create a professional 3x3 storyboard grid showing 9 key frames for video "如果人类失去遗忘能力" (What if humans lost the ability to forget):
|
||||
|
||||
Frame 1 (0-7s): A person sitting at desk overwhelmed by floating translucent memory fragments around them, hyperrealistic style, warm to cold lighting transition, detailed facial expression showing distress, memories as glowing shards
|
||||
- Composition: Medium shot, rule of thirds
|
||||
- Shot type: Medium shot focusing on person and floating memories
|
||||
- Lighting: Dramatic lighting transitioning from warm to cold
|
||||
|
||||
Frame 2 (7-25s): Split-screen showing same person - left side celebrating exam success with bright colors, right side drowning in painful memories with dark stormy atmosphere
|
||||
- Character consistency: Same person as Frame 1, showing emotional contrast
|
||||
- Visual transition: Color temperature shift from bright to dark
|
||||
|
||||
Frame 3 (25-65s): Close-up of brain with neurons firing excessively, electric sparks and overloaded neural networks, medical illustration style, red-orange colors indicating overstimulation
|
||||
- Composition: Centered brain cross-section
|
||||
- Shot type: Extreme close-up, medical diagram style
|
||||
- Lighting: Internal glow from neural activity
|
||||
|
||||
Frame 4 (65-100s): Beautiful brain neural network with synaptic pruning process, dendrites being selectively removed, blue-green color scheme, educational infographic style
|
||||
- Composition: Scientific illustration layout
|
||||
- Shot type: Macro view of synapses
|
||||
- Lighting: Cool, clinical lighting
|
||||
|
||||
Frame 5 (100-140s): Brain interior as grand library with memories as books on shelves, some glowing (important), others fading gray (forgotten), warm golden lighting
|
||||
- Composition: Wide shot of library interior
|
||||
- Shot type: Establishing shot showing scale
|
||||
- Lighting: Warm, mystical golden hour
|
||||
|
||||
Frame 6 (140-180s): Person trapped in sphere of dark painful memories forming prison walls, dramatic single light source from above, high contrast emotional scene
|
||||
- Character consistency: Same person as Frames 1&2, showing desperation
|
||||
- Composition: Low angle with dramatic lighting
|
||||
- Shot type: Medium shot emphasizing entrapment
|
||||
|
||||
Frame 7 (180-200s): Wise elderly person surrounded by peaceful flowing memories as gentle streams, soft golden light, renaissance painting style, hope emerging
|
||||
- Composition: Portrait composition with flowing elements
|
||||
- Shot type: Medium close-up of wise figure
|
||||
- Lighting: Soft, hopeful golden light
|
||||
|
||||
Frame 8 (200-210s): Abstract concept of time healing - clock faces blending with memories transforming from dark to light pastels, impressionist art style
|
||||
- Composition: Abstract, flowing composition
|
||||
- Shot type: Conceptual wide shot
|
||||
- Lighting: Gradual transition from dark to light
|
||||
|
||||
Frame 9 (Ending): Call to action frame showing viewer engagement - comments, likes, shares visual metaphors, modern social media aesthetic
|
||||
- Composition: Dynamic social media layout
|
||||
- Shot type: Graphic design approach
|
||||
- Lighting: Bright, engaging modern lighting
|
||||
|
||||
Style: Cinematic sci-fi realism mixed with medical illustration, character consistency throughout, professional cinematography, storyboard format with clear frame divisions, time stamps visible in corners, 8k resolution, emotional depth, smooth visual transitions between frames
|
||||
|
||||
Additional requirements:
|
||||
- Maintain same male protagonist across Frames 1, 2, 6
|
||||
- Use SynthID watermarking for AI content identification
|
||||
- Include Chinese subtitle previews where appropriate
|
||||
- Ensure scientific accuracy in brain imagery (Frames 3, 4)
|
||||
- Progressive emotional arc from distress to hope to engagement
|
||||
```
|
||||
|
||||
### 📝 关键帧详细描述表
|
||||
|
||||
| 帧号 | 时间段 | 场景描述 | 景别 | 主要元素 | 情绪色调 | 制作要点 |
|
||||
|------|-------|----------|------|----------|----------|----------|
|
||||
| 1 | 0-7s | 男主被记忆碎片包围,表情痛苦不堪 | 中景 | 人物+漂浮记忆碎片 | 温暖→冷色 | 记忆碎片要半透明发光 |
|
||||
| 2 | 7-25s | 分屏对比:考试成功vs痛苦记忆 | 分屏中景 | 同一人物的两种状态 | 明亮vs阴暗 | 左右对比要鲜明 |
|
||||
| 3 | 25-65s | 大脑神经元过载,电火花四溅 | 特写 | 大脑横截面+神经活动 | 警示红橙 | 医学准确性很重要 |
|
||||
| 4 | 65-100s | 突触修剪过程的美丽可视化 | 微距 | 神经元+突触+修剪过程 | 冷静蓝绿 | 科普教育风格 |
|
||||
| 5 | 100-140s | 大脑图书馆,记忆如书籍分类 | 远景 | 图书馆内景+发光书籍 | 温暖金色 | 营造神秘温馨感 |
|
||||
| 6 | 140-180s | 男主被痛苦记忆囚禁在球体中 | 中景 | 被困人物+记忆牢笼 | 黑暗高对比 | 单光源戏剧效果 |
|
||||
| 7 | 180-200s | 智慧老人被平和记忆环绕 | 中近景 | 慈祥老者+流动记忆 | 希望金光 | 古典油画质感 |
|
||||
| 8 | 200-210s | 时间治愈概念图,记忆色彩转变 | 远景 | 时钟+记忆色彩变化 | 渐变彩色 | 抽象艺术风格 |
|
||||
| 9 | 结尾 | 社交媒体互动元素可视化 | 平面设计 | 点赞评论分享图标 | 现代明亮 | 现代UI设计风格 |
|
||||
|
||||
## 🎨 统一视觉设计指南
|
||||
|
||||
### 角色一致性要求
|
||||
- **主角外观**: 30岁左右亚洲男性,短发,休闲衬衫
|
||||
- **表情变化**: 困扰(帧1,2,6) → 客观(帧3,4,5) → 理解(帧7,8,9)
|
||||
- **服装一致性**: 保持同样的蓝色休闲衬衫
|
||||
|
||||
### 色彩情绪映射
|
||||
- **帧1-3**: 冷色调主导,表现困扰和危机
|
||||
- **帧4-5**: 中性蓝绿色,表现科学理性
|
||||
- **帧6**: 高对比黑白,表现绝望深度
|
||||
- **帧7-9**: 暖色调渐进,表现希望和升华
|
||||
|
||||
### 构图风格统一
|
||||
- **景别节奏**: 中景→分屏→特写→微距→远景→中景→中近景→远景→平面
|
||||
- **构图原则**: 所有人物镜头使用三分法,科学图解居中构图
|
||||
- **视觉流向**: 从左上到右下的Z字形视觉引导
|
||||
|
||||
## 📱 技术规格要求
|
||||
|
||||
### 输出规格
|
||||
- **主图尺寸**: 3840×3840像素 (正方形九宫格)
|
||||
- **单帧分辨率**: 1280×1280像素 (每个小格)
|
||||
- **色彩模式**: RGB,8位色深
|
||||
- **格式**: PNG (支持透明背景的UI元素)
|
||||
|
||||
### Nano Banana Pro 特殊功能应用
|
||||
- **角色一致性**: 在帧1、2、6中保持同一男主角外观
|
||||
- **多语言文本**: 在帧9中准确渲染中文UI元素
|
||||
- **科学准确性**: 帧3、4的大脑结构基于真实医学知识
|
||||
- **艺术风格混合**: 从写实到抽象的自然过渡
|
||||
|
||||
## 📈 专业制作建议
|
||||
|
||||
### 拍摄/制作参考
|
||||
1. **帧1**: 需要后期特效制作漂浮记忆碎片
|
||||
2. **帧2**: 可用分屏拍摄技术或后期合成
|
||||
3. **帧3-4**: 纯CG制作,需要医学顾问确认准确性
|
||||
4. **帧5**: 3D建模结合实拍图书馆场景
|
||||
5. **帧6**: 绿幕拍摄+后期特效合成
|
||||
6. **帧7**: 可实拍老人+后期添加记忆流动效果
|
||||
7. **帧8**: 纯动画制作,抽象概念视觉化
|
||||
8. **帧9**: 平面设计+简单动画效果
|
||||
|
||||
### 后期制作要点
|
||||
- **色彩分级**: 严格按照情绪色调映射进行调色
|
||||
- **特效制作**: 记忆碎片、神经网络、时间流动效果
|
||||
- **音效配合**: 每帧的视觉节奏要与音效同步
|
||||
- **字幕设计**: 关键术语需要视觉化解释
|
||||
|
||||
## 🔄 使用指导
|
||||
|
||||
### 立即生成
|
||||
将上述完整的 Nano Banana Pro 提示词直接输入到:
|
||||
- Google Gemini (使用 Nano Banana Pro 功能)
|
||||
- 或其他支持的AI绘图平台
|
||||
|
||||
### 优化建议
|
||||
如果生成效果不理想:
|
||||
1. **角色不一致**: 在每帧描述中重复"same person as Frame 1"
|
||||
2. **风格不统一**: 强化"consistent visual style throughout"
|
||||
3. **科学不准确**: 添加"scientifically accurate, medical textbook quality"
|
||||
4. **情绪不到位**: 增加具体的情绪描述词汇
|
||||
|
||||
### 后续应用
|
||||
1. **团队评审**: 使用分镜图进行制作方案讨论
|
||||
2. **投资展示**: 作为项目可视化展示材料
|
||||
3. **制作指导**: 每帧的详细描述可指导实际拍摄
|
||||
4. **营销预热**: 九宫格可作为社交媒体预告内容
|
||||
|
||||
---
|
||||
|
||||
**预期制作成本**: 基于这个专业分镜图,整个视频制作成本约5000-15000元(包含特效制作)
|
||||
**预期制作周期**: 7-14天(含前期准备、拍摄、后期制作)
|
||||
**适用平台**: B站、YouTube(横屏);抖音、小红书(需裁剪调整)
|
||||
|
||||
这个九宫格分镜图将为您的视频制作提供专业级的视觉指导!
|
||||
208
制作清单-失去遗忘能力-20260204.md
Normal file
208
制作清单-失去遗忘能力-20260204.md
Normal file
@@ -0,0 +1,208 @@
|
||||
# 🎬 《如果人类失去遗忘能力》制作清单
|
||||
|
||||
*配套脚本:video-script-失去遗忘能力-20260204.md*
|
||||
|
||||
## 📋 前期准备清单
|
||||
|
||||
### ✅ 素材准备
|
||||
- [ ] **AI绘图素材** (共8张主要场景图)
|
||||
- [ ] 开场Hook:痛苦记忆碎片场景
|
||||
- [ ] 问题引入:快乐vs痛苦对比分屏
|
||||
- [ ] 大脑神经元过载状态
|
||||
- [ ] 社会混乱场景
|
||||
- [ ] 神经网络突触修剪动画
|
||||
- [ ] 大脑图书馆比喻场景
|
||||
- [ ] 痛苦记忆牢笼场景
|
||||
- [ ] 时间治愈概念图
|
||||
|
||||
- [ ] **音频素材**
|
||||
- [ ] 背景音乐(4段不同情绪)
|
||||
- [ ] 专业配音(210秒完整版)
|
||||
- [ ] 音效素材(记忆碎片声、神经元活动声)
|
||||
|
||||
- [ ] **文字素材**
|
||||
- [ ] 字幕文本整理
|
||||
- [ ] 关键词高亮列表
|
||||
- [ ] 专业术语解释气泡
|
||||
|
||||
## 🎨 AI绘图提示词执行清单
|
||||
|
||||
### 场景1:开场Hook (0-7秒)
|
||||
**Status**: [ ] 已生成 [ ] 需修改 [ ] 已完成
|
||||
```
|
||||
A person sitting at desk overwhelmed by floating memory fragments, hyperrealistic style, warm to cold lighting transition, detailed facial expression showing distress, memories as glowing translucent shards floating around, 8k, cinematic quality, dramatic lighting, emotional depth
|
||||
```
|
||||
**修改建议**:如果人物表情不够痛苦,可加入 "anguished expression" 或 "overwhelmed facial features"
|
||||
|
||||
### 场景2:问题引入 (7-25秒)
|
||||
**Status**: [ ] 已生成 [ ] 需修改 [ ] 已完成
|
||||
```
|
||||
Split-screen composition showing joy vs pain memories, left side: students celebrating perfect exam scores, bright colors; right side: same people overwhelmed by painful memories, dark stormy atmosphere, emotional contrast, cinematic style, 8k detailed
|
||||
```
|
||||
**修改建议**:可以尝试增加 "before and after comparison" 强化对比效果
|
||||
|
||||
### 场景3:神经元过载 (25-65秒)
|
||||
**Status**: [ ] 已生成 [ ] 需修改 [ ] 已完成
|
||||
```
|
||||
Brain neurons firing excessively, electric sparks and overloaded neural networks, medical illustration style mixed with dramatic lighting, red and orange colors indicating overstimulation, 8k, detailed neural pathways, scientific accuracy
|
||||
```
|
||||
**修改建议**:确保科学准确性,可加入 "anatomically correct brain structure"
|
||||
|
||||
### 场景4:社会崩溃 (25-65秒)
|
||||
**Status**: [ ] 已生成 [ ] 需修改 [ ] 已完成
|
||||
```
|
||||
Social chaos scene, people arguing with visible memory bubbles above heads showing past conflicts, urban setting, dramatic shadows, documentary photography style, high contrast, emotional intensity, wide angle composition
|
||||
```
|
||||
**修改建议**:如果场景太混乱,可简化为 "focused on 2-3 people with clear memory bubbles"
|
||||
|
||||
### 场景5:突触修剪科普 (65-140秒)
|
||||
**Status**: [ ] 已生成 [ ] 需修改 [ ] 已完成
|
||||
```
|
||||
Beautiful brain neural network animation, synaptic pruning process visualization, medical illustration with artistic flair, blue and green color scheme, dendrites and synapses in detail, educational infographic style, 8k, scientifically accurate
|
||||
```
|
||||
**修改建议**:如需动画效果,可分解为3-4张连续图片
|
||||
|
||||
### 场景6:记忆图书馆 (65-140秒)
|
||||
**Status**: [ ] 已生成 [ ] 需修改 [ ] 已完成
|
||||
```
|
||||
Brain as grand library metaphor, memories as books on shelves, some glowing bright (important memories), others fading to gray (forgotten ones), librarian figure organizing, warm lighting, fantasy realism style, detailed architecture
|
||||
```
|
||||
**修改建议**:确保图书馆的神秘感和温暖感平衡
|
||||
|
||||
### 场景7:痛苦记忆牢笼 (140-180秒)
|
||||
**Status**: [ ] 已生成 [ ] 需修改 [ ] 已完成
|
||||
```
|
||||
Person trapped in sphere of painful memories, dark atmosphere, memories as chains binding them, dramatic lighting with single light source above, psychological horror aesthetic, high contrast, emotional depth, cinematic composition
|
||||
```
|
||||
**修改建议**:控制恐怖程度,保持适合科普内容的尺度
|
||||
|
||||
### 场景8:智者与希望 (180-200秒)
|
||||
**Status**: [ ] 已生成 [ ] 需修改 [ ] 已完成
|
||||
```
|
||||
Wise elderly person surrounded by peaceful flowing memories, soft golden light, memories as gentle streams rather than sharp fragments, hopeful atmosphere, renaissance painting style, detailed facial features showing wisdom and peace
|
||||
```
|
||||
**修改建议**:强化智慧和慈祥的感觉
|
||||
|
||||
### 场景9:时间治愈 (200-210秒)
|
||||
**Status**: [ ] 已生成 [ ] 需修改 [ ] 已完成
|
||||
```
|
||||
Concept of time healing, clock faces blending with soft memories, painful memories fading to gentle pastels, new bright memories forming, impressionist art style, warm color palette, hopeful and philosophical mood, high quality artistic rendering
|
||||
```
|
||||
**修改建议**:确保时间概念清晰可见
|
||||
|
||||
## 🎵 音频制作清单
|
||||
|
||||
### 配音录制
|
||||
- [ ] **录音设备检查**:麦克风、录音软件、安静环境
|
||||
- [ ] **配音员准备**:
|
||||
- [ ] 完整脚本熟悉度测试
|
||||
- [ ] 重点词汇发音练习:"突触修剪"、"神经可塑性"
|
||||
- [ ] 情绪转换练习:悬疑→科普→哲理
|
||||
|
||||
### 配音分段录制
|
||||
- [ ] **开场Hook** (0-7秒) - 悬疑神秘语调
|
||||
- [ ] **问题引入** (7-25秒) - 从兴奋到担忧的转换
|
||||
- [ ] **危机展现** (25-65秒) - 紧张警示语调
|
||||
- [ ] **科学解释** (65-140秒) - 理性平缓的科普语调
|
||||
- [ ] **深度影响** (140-180秒) - 深沉思考语调
|
||||
- [ ] **解决方案** (180-200秒) - 希望转向的语调
|
||||
- [ ] **总结升华** (200-210秒) - 哲理性深沉温暖语调
|
||||
|
||||
### 背景音乐
|
||||
- [ ] **开场悬疑段** (0-25秒):电子悬疑音乐,低频突出
|
||||
- [ ] **危机警示段** (25-65秒):紧张弦乐,节奏渐快
|
||||
- [ ] **科普理性段** (65-140秒):轻柔环境音,不干扰理解
|
||||
- [ ] **情感升华段** (140-210秒):温暖钢琴,情感渐强
|
||||
|
||||
### 音效细节
|
||||
- [ ] 记忆碎片声效:轻微玻璃碰撞声
|
||||
- [ ] 神经元放电声效:微弱电流声
|
||||
- [ ] 转场过渡音效:swoosh或whoosh效果
|
||||
- [ ] 重点强调音效:钟声或低频强调音
|
||||
|
||||
## 🎬 后期制作清单
|
||||
|
||||
### 视频剪辑
|
||||
- [ ] **时长控制**:严格按照脚本时间节点
|
||||
- [ ] 0-7秒:开场Hook
|
||||
- [ ] 7-25秒:问题引入
|
||||
- [ ] 25-65秒:危机展现
|
||||
- [ ] 65-140秒:科学解释
|
||||
- [ ] 140-180秒:深度影响
|
||||
- [ ] 180-200秒:解决方案
|
||||
- [ ] 200-210秒:总结升华
|
||||
|
||||
### 视觉特效
|
||||
- [ ] **记忆碎片动画**:开场浮动效果
|
||||
- [ ] **神经网络动画**:突触修剪过程
|
||||
- [ ] **转场效果**:场景间平滑过渡
|
||||
- [ ] **文字动画**:关键概念出现效果
|
||||
- [ ] **色彩分级**:统一视觉色调
|
||||
|
||||
### 字幕制作
|
||||
- [ ] **基础字幕**:完整旁白同步
|
||||
- [ ] **关键词高亮**:
|
||||
- [ ] "突触修剪" - 蓝色加粗
|
||||
- [ ] "遗忘机制" - 绿色加粗
|
||||
- [ ] "进化的恩赐" - 金色大字体
|
||||
- [ ] 时间节点 - 小字体灰色
|
||||
- [ ] **专业术语解释**:悬浮气泡或底部注释
|
||||
- [ ] **互动引导文字**:醒目颜色和字体
|
||||
|
||||
## 📱 平台发布清单
|
||||
|
||||
### 内容准备
|
||||
- [ ] **标题优化**:
|
||||
- B站:《如果人类失去遗忘能力会怎样?这个实验的结果让人深思...》
|
||||
- 抖音:《全人类失去遗忘能力?结局太可怕了!》
|
||||
- 小红书:《科学揭秘:为什么遗忘是大脑的保护机制?》
|
||||
|
||||
- [ ] **封面制作**:基于开场Hook场景,突出悬疑感
|
||||
- [ ] **标签设置**:#脑科学 #科普 #心理学 #神经科学 #记忆
|
||||
|
||||
### 发布策略
|
||||
- [ ] **发布时间**:
|
||||
- B站:晚上8-10点(科普内容黄金时间)
|
||||
- 抖音:晚上7-9点(高峰期)
|
||||
- 小红书:上午10-12点,下午2-4点
|
||||
|
||||
- [ ] **评论引导准备**:
|
||||
- [ ] 准备3-5个引导讨论的评论
|
||||
- [ ] 回复策略:科学解答+情感共鸣
|
||||
- [ ] 相关科学资料链接准备
|
||||
|
||||
## ✅ 质量检查清单
|
||||
|
||||
### 技术质量
|
||||
- [ ] 视频分辨率:1080P或4K
|
||||
- [ ] 音频质量:无杂音,音量平衡
|
||||
- [ ] 帧率稳定:24fps或30fps
|
||||
- [ ] 字幕同步:误差不超过0.1秒
|
||||
|
||||
### 内容质量
|
||||
- [ ] 科学准确性:专业术语使用正确
|
||||
- [ ] 逻辑连贯性:观点论证清晰
|
||||
- [ ] 情感传递:每个情绪转折点自然
|
||||
- [ ] 互动设计:引导用户参与讨论
|
||||
|
||||
### 用户体验
|
||||
- [ ] 开场5秒抓住注意力
|
||||
- [ ] 信息密度适中,不会疲劳
|
||||
- [ ] 视觉风格统一协调
|
||||
- [ ] 结尾行动号召明确
|
||||
|
||||
---
|
||||
|
||||
**制作时间预估**:
|
||||
- 素材准备:1-2天
|
||||
- 配音录制:半天
|
||||
- 后期剪辑:2-3天
|
||||
- 总计:4-6天(中等制作水平)
|
||||
|
||||
**成本预估**:
|
||||
- AI绘图:约50-100元(按图片数量)
|
||||
- 配音:200-500元(专业配音员)
|
||||
- 音乐版权:50-200元
|
||||
- 总计:300-800元
|
||||
|
||||
**完成日期目标**:2026年2月10日发布
|
||||
Reference in New Issue
Block a user