首页 > 教程攻略 > ai资讯 >Google Veo 3.1/4.0提示词怎么写?万能公式直接套用【技巧】

Google Veo 3.1/4.0提示词怎么写?万能公式直接套用【技巧】

来源:互联网 时间:2026-06-16 13:31:07

先说几个硬性规则。想在Google Veo 3.1或新上线的Veo 4.0上输出稳定、高清、且带音效的电影级视频,提示词这关必须过。很多人不是描述太笼统导致画面飘忽不定,就是漏掉关键参数让AI自由发挥,结果生成出一堆穿模镜头。更别说中文语音、角色一致性、首尾帧衔接这些硬需求,稍不注意就翻车。

Google Veo 3.1/4.0提示词怎么写?万能公式直接套用【技巧】

先搞清Veo 3.1/4.0能认什么语言

Veo 3.1和4.0原生不支持中文提示词输入,所有指令必须用英文写。中文语音只能靠英文标注实现,格式是这样的:

Says in Mandarin: “你好,欢迎光临”

。注意,不要写“Chinese language”或“Putonghua”,Veo只认Mandarin。如果强行混入中文字符,整个提示词解析会直接失败,生成黑屏或报错。

万能结构化公式(JSON版)

放弃自由发挥式的长句吧。用JSON格式把指令拆解成AI能逐项执行的“拍摄清单”,实测比纯文本提示词的稳定性提升了62%,同一人物在5次生成中面部特征误差率低于8%。说白了,这是目前最稳妥的写法。

操作很简单。打开任意支持Veo的平台(比如Lovart或Flowith),进入Veo 3.1/4.0生成界面,点开“高级模式”或“JSON Prompt”开关,把下面这个模板直接贴进去:

{ "scene": "a sunlit rooftop cafe in Tokyo", "subject": "a young woman wearing round glasses and a beige trench coat, sipping matcha latte", "camera": { "shot": "medium close-up", "movement": "gentle dolly-in", "fps": 24 }, "lighting": "golden hour, soft directional light from left", "style": "cinematic realism, shallow depth of field, Fujifilm ETERNA film stock", "audio": { "ambient": "distant city hum and coffee shop chatter", "dialogue": "Says in Mandarin: '这杯抹茶,刚刚好。'" } }

接下来就是替换引号内的内容:scene换地点,subject换人物描述,camera调运镜方式,lighting改光线类型,style定画风,audio配声音。所有键名(比如scene、subject)必须原样保留,大小写敏感。还有一点必须警惕:双引号一定要用英文直角引号("),中文全角引号(“”)会导致JSON解析失败,卡在提交环节动不了。

三类高频场景速填模板

针对不同用途,有几个现成的模板可以直接套用。

方法一:产品广告类

(适合Veo 4.0新增的“商业级物理反射”能力)
“A matte-black wireless earbud rotates slowly on white marble, studio lighting highlights micro-texture of metal mesh, ultra-sharp focus, 1080p, product demo style, no text, no logo, ambient sound of gentle airflow”

方法二:短视频口播类

(Veo 3.1原生音频强项)
“Medium shot of a man in denim jacket speaking directly to camera, warm studio light, shallow DOF, confident smile, Says in Mandarin: '三步搞定账号起号',background music: upbeat acoustic guitar, 9:16 aspect ratio”

方法三:延展类

(Veo 3.1/4.0专属Scene Extension功能)
“Continue the motion from reference frame: a cat leaps onto windowsill → lands softly → blinks → watches rain outside, smooth motion continuity, natural fur physics, 4K, cinematic lighting, ambient sound of rainfall”

这里有个坑需要特别说明:延展类必须上传首帧参考图,否则Veo无法识别起始动作。这是很多人翻车的细节。