00:00 / 00:00
# 奔驰S级夕阳行驶视频生成脚本
# 适用于多数文生视频AI平台

video_description = {
    "scene_type": "automotive_cinematic",
    "subject": "Mercedes-Benz S-Class W223",
    "color_palette": {
        "primary": ["golden_hour_orange", "luxury_silver", "shadow_black"],
        "lighting": "backlit_sunset"
    },
    "shot_sequence": [
        {
            "shot_type": "extreme_close_up",
            "subject_detail": "wheel_emblem",
            "camera": {
                "position": "wheel_level",
                "movement": "static",
                "lens": "macro_100mm"
            },
            "duration": 2.5  # 初始特写停留秒数
        },
        {
            "shot_type": "dolly_zoom_out",
            "movement": {
                "type": "smooth_retreat",
                "speed": "linear_slow",
                "end_frame": "full_vehicle_side_view"
            },
            "camera": {
                "final_position": "side_view_parallel",
                "height": "eye_level",
                "distance": "10m"
            },
            "duration": 5.0  # 镜头运动时长
        }
    ],
    "lighting_conditions": {
        "primary_source": {
            "type": "sun_backlight",
            "intensity": 0.85,
            "color_temp": 2200,
            "effects": ["lens_flare", "rim_light"]
        },
        "fill_light": {
            "type": "reflectors",
            "intensity": 0.2
        }
    },
    "motion_parameters": {
        "vehicle_speed": 60,  # km/h
        "wheel_spin": "natural_rotation",
        "environment_interaction": ["light_dust_trail", "hair_light_on_bodylines"]
    },
    "cinematic_effects": [
        "shallow_depth_of_field -> deep_focus_transition",
        "anamorphic_flares",
        "subtle_film_grain"
    ],
    "post_processing": {
        "color_grade": "warm_amber_contrast",
        "frame_rate": 24,
        "aspect_ratio": "2.35:1"
    }
}

# 使用提示词构造(适配AI视频生成平台)
prompt = f"Cinematic shot of Mercedes-Benz S-Class sedan driving on coastal road at sunset, "
pro by Hailuo AI Video Generator
小螺帽5735 by Hailuo AI Video Generator小螺帽5735
创意描述
复制

# 奔驰S级夕阳行驶视频生成脚本 # 适用于多数文生视频AI平台 video_description = { "scene_type": "automotive_cinematic", "subject": "Mercedes-Benz S-Class W223", "color_palette": { "primary": ["golden_hour_orange", "luxury_silver", "shadow_black"], "lighting": "backlit_sunset" }, "shot_sequence": [ { "shot_type": "extreme_close_up", "subject_detail": "wheel_emblem", "camera": { "position": "wheel_level", "movement": "static", "lens": "macro_100mm" }, "duration": 2.5 # 初始特写停留秒数 }, { "shot_type": "dolly_zoom_out", "movement": { "type": "smooth_retreat", "speed": "linear_slow", "end_frame": "full_vehicle_side_view" }, "camera": { "final_position": "side_view_parallel", "height": "eye_level", "distance": "10m" }, "duration": 5.0 # 镜头运动时长 } ], "lighting_conditions": { "primary_source": { "type": "sun_backlight", "intensity": 0.85, "color_temp": 2200, "effects": ["lens_flare", "rim_light"] }, "fill_light": { "type": "reflectors", "intensity": 0.2 } }, "motion_parameters": { "vehicle_speed": 60, # km/h "wheel_spin": "natural_rotation", "environment_interaction": ["light_dust_trail", "hair_light_on_bodylines"] }, "cinematic_effects": [ "shallow_depth_of_field -> deep_focus_transition", "anamorphic_flares", "subtle_film_grain" ], "post_processing": { "color_grade": "warm_amber_contrast", "frame_rate": 24, "aspect_ratio": "2.35:1" } } # 使用提示词构造(适配AI视频生成平台) prompt = f"Cinematic shot of Mercedes-Benz S-Class sedan driving on coastal road at sunset, " pro

Hailuo 01-Director
提示词优化
720p
内容由AI生成