Create a photorealistic, stable, 360-degree rotating video of the product using the provided front and back studio images. The product must appear naturally filled with internal volume as if worn by an invisible person (ghost mannequin effect), preserving exact geometry, proportions, fabric structure, and identity. No visible person, mannequin, or support structure.
1{2 "model": "veo-3.1",3 "task": "image_to_video_360_product_rotation",4 "objective": "Generate a photorealistic, silent, 360-degree rotation video from the provided front and back images of the exact same product. Preserve 100% of the original product identity without modification, addition, removal, or hallucination. The product must appear naturally filled internally using ghost mannequin volume reconstruction, while remaining completely faithful to the original images. Output must contain absolutely no audio.",5 "input": {6 "type": "multi_image",7 "views": [8 {9 "name": "front",10 "role": "primary_reference",11 "weight": 112 },13 {14 "name": "back",15 "role": "secondary_reference",16 "weight": 117 }18 ],19 "forensic_identity_lock": {20 "mode": "strict",21 "geometry_lock": true,22 "silhouette_lock": true,23 "mesh_lock": true,24 "texture_lock": true,25 "fabric_pattern_lock": true,26 "stitching_lock": true,27 "wrinkle_lock": true,28 "color_lock": true,29 "material_lock": true,30 "surface_lock": true,31 "logo_lock": true,32 "label_lock": true,33 "branding_lock": true,34 "proportion_lock": true,35 "measurement_lock": true,36 "prevent_hallucination": true,37 "prevent_detail_invention": true,38 "prevent_detail_removal": true39 }40 },41 "geometry_reconstruction": {42 "method": "constrained_true_3d_reconstruction",43 "source_constraint": "only_use_information_present_in_input_images",44 "volume_generation": {45 "enabled": true,46 "type": "ghost_mannequin_volume",47 "visibility": "none"48 },49 "reconstruction_rules": {50 "interpolate_only": true,51 "no_detail_creation": true,52 "no_surface_modification": true,53 "no_topology_change": true,54 "no_design_interpretation": true55 },56 "mesh_constraints": {57 "rigid": true,58 "no_deformation": true,59 "no_shape_change": true,60 "no_texture_shift": true61 }62 },63 "animation": {64 "type": "360_degree_rotation",65 "axis": "vertical",66 "degrees": 360,67 "direction": "clockwise",68 "speed": "constant",69 "duration_seconds": 6,70 "motion_constraints": {71 "no_wobble": true,72 "no_jitter": true,73 "no_mesh_change": true,74 "no_texture_shift": true,75 "no_geometry_shift": true76 },77 "start_state": "exact_front_view",78 "end_state": "exact_front_view",79 "loop": true80 },81 "ghost_mannequin": {82 "enabled": true,83 "visibility": "invisible",84 "constraints": {85 "must_not_be_visible": true,86 "must_not_modify_surface": true,87 "must_not_modify_shape": true,88 "must_not_modify_wrinkles": true,89 "must_not_modify_fit": true90 }91 },92 "scene": {93 "background": {94 "type": "pure_white",95 "color": "#FFFFFF",96 "uniform": true97 },98 "product_state": {99 "floating": true,100 "no_support_visible": true101 },102 "shadow": {103 "type": "soft_contact",104 "stable": true,105 "physically_correct": true106 }107 },108 "camera": {109 "type": "fixed",110 "movement": "none",111 "rotation": "none",112 "zoom": "none",113 "center_lock": true,114 "lens": "85mm",115 "distortion": false116 },117 "lighting": {118 "type": "studio_softbox",119 "consistency": "locked",120 "variation": false,121 "flicker": false,122 "must_not_change_during_rotation": true123 },124 "rendering": {125 "mode": "photorealistic",126 "texture_source": "input_images_only",127 "no_texture_generation": true,128 "no_creative_interpretation": true,129 "no_artificial_enhancement": true130 },131 "audio": {132 "enabled": false,133 "generate_audio": false,134 "include_audio_track": false,135 "music": false,136 "sound_effects": false,137 "voice": false,138 "ambient_sound": false,139 "silence": true140 },141 "output": {142 "resolution": "2160x2160",143 "fps": 30,144 "duration_seconds": 6,145 "format": "mp4",146 "video_codec": "H.264",147 "audio_codec": "none",148 "include_audio_track": false,149 "loop": true,150 "background": "pure_white",151 "silent": true152 },153 "hard_constraints": [154 "NO audio",155 "NO music",156 "NO sound effects",157 "NO voice",158 "NO ambient sound",159 "DO NOT add details",160 "DO NOT remove details",161 "DO NOT modify stitching",162 "DO NOT modify logos",163 "DO NOT modify texture",164 "DO NOT modify structure",165 "DO NOT change proportions",166 "DO NOT stylize",167 "DO NOT hallucinate"168 ],169 "negative_prompt": [170 "music",171 "sound",172 "voice",173 "audio",174 "ambient audio",175 "sound effects",176 "hallucinated details",177 "modified stitching",178 "different fabric",179 "shape morphing",180 "geometry distortion",181 "creative reinterpretation"182 ]183}