# hellgrind-methodology-2026 **Repository Path**: JY2020/hellgrind-methodology-2026 ## Basic Information - **Project Name**: hellgrind-methodology-2026 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-10 - **Last Updated**: 2026-08-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hellgrind-methodology-2026 > 详解 Higgsfield《Hell Grind》95 分钟 AI 长片的方法论 — Remotion 4.x 6 段横版信息视频 > > Decode the methodology behind Higgsfield's 95-minute AI feature film — 6-segment Remotion explainer --- ## 项目说明 / Overview 《Hell Grind》是 2026 年戛纳电影节展映的 AI 长片,由 15 人团队用 50 万美元以下预算、14 天内容生成完成。本项目把这套**AI 电影制作方法论**提炼成 6 段横版信息视频。 *Hell Grind* is a 95-minute AI feature film screened at Cannes 2026, made by a 15-person team in 14 days for under $500K. This project distills its **AI cinema methodology** into a 6-segment horizontal explainer video. ### 视觉规范 / Visual Specs | 维度 | 值 | |---|---| | 比例 / Ratio | 16:9 横版 / 1920×1080 | | 时长 / Duration | ~257s (4min 17s) | | 帧率 / FPS | 30 | | 段数 / Segments | 6 | | 主色 / Primary | 米白 #F5F0E8 + 深蓝 #1A2B5C | | 强调色 / Accent | 红 #C53F3F + 桃 #E8A598 | | 字体 / Fonts | Georgia 700(标题)+ PingFang SC(正文) | | 工具 / Tool | Remotion 4.0.300 + Edge TTS | ### 6 段结构 / 6-Segment Structure 1. **项目震撼** — 95 min / 15 人 / 50 万$ / 14 天 2. **一致性难题** — 模型无记忆 → 形象/声音/行为三锁定 3. **提示词架构** — 15 模块 + 3000-4000 字 + 写作规则 4. **地理空间布局** — 角色瞬移问题 + 全景镜头原则 5. **表演法则** — 写行为不写感受 + 物理动作 vs 情感形容词 6. **收束金句** — AI 电影瓶颈是资产纪律 --- ## 文件结构 / Project Structure ``` hellgrind-methodology-2026/ ├── src/ │ ├── index.tsx # registerRoot 入口 │ ├── Root.tsx # Composition 注册 │ ├── Video.tsx # 6 段 Sequence + Audio 编排 │ ├── shots/ │ │ ├── S0_Hero.tsx # 项目震撼(大数字) │ │ ├── S1_Consistency.tsx # 一致性难题 │ │ ├── S2_Prompt.tsx # 提示词架构 │ │ ├── S3_Spatial.tsx # 地理空间布局 │ │ ├── S4_Acting.tsx # 表演法则 │ │ └── S5_Close.tsx # 收束金句 │ └── timeline.json # 段时长 + start 偏移 ├── public/audio/ # 6 段 Edge TTS 配音 ├── script.md # 6 段原始脚本 ├── out/ # 渲染输出 ├── package.json └── tsconfig.json ``` --- ## 快速开始 / Quick Start ```bash # 1. 装依赖 npm install # 2. 启动 Studio 预览(可选) npx remotion studio src/index.tsx # 3. 渲染(4min 17s · ~3-5 min) PUPPETEER_EXECUTABLE_PATH="/path/to/chrome" \ npx remotion render src/index.tsx HellGrindMethodology out/hellgrind.mp4 \ --concurrency=2 --jpeg-quality=85 --pixel-format=yuv420p ``` --- ## 关键设计 / Key Design Decisions ### 1. 数据驱动时间线 每段视觉时长 = 配音时长 × 1.2(呼吸位)。`timeline.json` 自动累加 start 偏移。 ### 2. 编辑感排版 - **标题**:Georgia 700(衬线) — 工程手册气质 - **元信息**:Georgia italic + letter-spacing — 学术注释风 - **数据**:Georgia 700 大号 — 数字震撼 - **正文**:PingFang SC — 中文阅读舒适 ### 3. 米白底 + 双强调色 - 米白 #F5F0E8(纸张感) - 深蓝 #1A2B5C(主体字色) - 红 #C53F3F(关键数字、警告) - 桃 #E8A598(次要强调) ### 4. 单一 hero 段(段 0)+ 5 个内容段 - 段 0 是震撼数字开场 - 段 1-4 是问题/解法的双列结构 - 段 5 是收束金句(深蓝底反色) --- ## 经验沉淀 / Lessons 1. **edge-tts 中文实际时长 ≈ 文本长度 × 0.06s/字** — 比英文比例要慢,按真实时长排时间线 2. **6 段 ≈ 4 分钟** — 信息密度合适,再长注意力衰减 3. **段 0 用大数字开场** — 95 / 15 / 50 万 / 14 是 4 个最有冲击力的数据 4. **段 5 反色收束** — 把整部片的"金句"放在深蓝底米白字上,给眼睛一个 resting point 5. **每个段都用 // NN / 06 — TITLE 的角标** — 强化"系列感",避免分散注意力 --- ## 依赖 / Dependencies ```json { "remotion": "4.0.300", "react": "18.2.0", "@remotion/cli": "4.0.300", "typescript": "4.9.5" } ``` --- ## 许可 / License MIT --- ## 致谢 / Acknowledgments - 内容来源:飞书 WayToAGI Wiki · Higgsfield《Hell Grind》开源资料 - 工具:Remotion 4.0.300 / Edge TTS / faster-whisper - 设计:v9 信息视频设计语言延续(米白+深蓝+红+编辑感排版)