{ “// — 1. 全局设定 (Global Settings) —“: “这部分定义了整个视频的基础属性,是项目的“总开关”。”, “project_title”: “赛博朋克雨夜”, // (可选) 项目标题,方便你自己管理和识别。 “video_length”: 8, // (必填) 视频最终的总时长,单位为秒。例如:8 “output_format”: { // (可选) 输出视频的格式。 “fps”: 24 // 帧率 (Frames Per Second),电影感常用24,游戏感常用30或60。 }, “style”: “cinematic, cyberpunk, neon-drenched, photorealistic, 8K, high contrast, moody lighting, Blade Runner aesthetic”, // (核心) 全局视觉风格,用逗号分隔的关键词,将贯穿所有镜头。 “negative_prompt”: “cartoon, anime, text, watermark, ugly, deformed”, // (可选) 全局负面提示词,避免在所有镜头中出现不想要的元素。 “// — 2. 分镜脚本 (Scene List) —“: “这是视频的主体,一个或多个场景(镜头)对象的数组,请按时间顺序填写。”, “scenes”: [ { “comment”: “场景一:故事的开端,建立环境和氛围。”, “scene_number”: 1, // (可选) 镜头编号。 “time”: { // (必填) 时间信息。 “start”: 0.0, // 这个镜头的开始时间。 “end”: 7.0 // 这个镜头的结束时间。 }, “visuals”: { // (必填) 视觉元素描述。 “prompt”: “A lone detective in a long trench coat stands in a dark, rain-soaked alley. His face is illuminated by the shifting neon signs from across the street. He looks down at a glowing data chip in his hand.”, // (核心) 对这个镜头画面的生动、详细描述。 “setting”: “A narrow alley in a futuristic cyberpunk city at night, heavy rain, wet pavement with neon reflections.”, // (可选) 更具体地描述场景环境。 “characters”: “A weary, middle-aged male detective.”, // (可选) 更具体地描述出场人物。 “actions”: “Standing still, observing the data chip.” // (可选) 更具体地描述人物动作。 }, “camera”: { // (必填) 摄影机指令。 “shot_type”: “medium shot”, // 景别。例如:”wide shot”(广角), “medium shot”(中景), “close-up”(特写), “extreme close-up”(大特写) “angle”: “eye level”, // 角度。例如:”eye level”(平视), “low angle”(仰拍), “high angle”(俯拍), “dutch angle”(斜角) “movement”: “static”, // 运动。例如:”static”(静止), “slow push-in”(缓慢前推), “pan left”(向左摇镜), “crane up”(摇臂上升) “lens_effects”: “shallow depth of field, anamorphic lens flare” // (可选) 镜头效果。例如:”shallow depth of field”(浅景深), “lens flare”(镜头光晕), “fisheye”(鱼眼) }, “transition_to_next”: “Hard cut to black for a moment.” // (可选) 从这个镜头到下一个镜头的转场方式。例如:”hard cut”(硬切), “dissolve”(溶解), “wipe”(划变) }, { “comment”: “场景二:故事的发展或转折。”, “scene_number”: 2, “time”: { “start”: 7.0, “end”: 12.0 }, “visuals”: { “prompt”: “Close-up on the detective s hand as he inserts the glowing data chip into a hidden slot on a weathered, old cybernetic arm.”, “actions”: “Inserting the chip.” }, “camera”: { “shot_type”: “extreme close-up”, “angle”: “top-down view”, “movement”: “static”, “lens_effects”: “” }, “transition_to_next”: “Fade to black.” } ], “// — 3. 音频设计 (Audio Design) —“: “控制视频的声音元素,可以分层叠加。”, “audio”: { “music”: [ // (可选) 背景音乐,可以添加多个音轨。 { “start”: 0.0, “end”: 12.0, “style”: “Dark, atmospheric synthwave music, with a melancholic saxophone melody.”, // 音乐风格描述。 “volume”: “-9dB” // (可选) 相对音量,负数表明比主音量小。 } ], “sfx”: [ // (可选) 音效,可以添加多个。 { “time”: 0.0, // 音效出现的时间点。 “description”: “Sound of heavy rain and distant sirens.”, // 音效描述。 “volume”: “-15dB” }, { “time”: 7.5, “description”: “A quiet click and a soft whirring sound as the chip is inserted.”, “volume”: “-3dB” } ], “voiceover”: { // (可选) 旁白。 “start”: 8.0, “end”: 11.0, “text”: “Every secret has a price…”, // 旁白内容。 “voice_style”: “Male, deep, gravelly voice, film noir style.”, // 旁白的声音风格。 “volume”: “0dB” } }}
© 版权声明
文章版权归作者所有,未经允许请勿转载。
暂无评论...