Создайте фотореалистичное, стабильное, вращающееся на 360 градусов видео продукта, используя предоставленные изображения спереди и сзади (студийные). Продукт должен выглядеть естественно наполненным внутренним объемом, как если бы его носил невидимый человек (эффект призрачного манекена), с сохранением точной геометрии, пропорций, структуры ткани и идентичности. Никаких видимых людей, манекенов или опорных конструкций.
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. The garment must appear professionally ironed, perfectly smooth, crisp, and retail-ready while preserving all original details. Output must contain absolutely no audio.",5 "garment_condition_global_rule": {6 "all_clothing_must_be_ironed": true,7 "appearance": "perfectly pressed, crisp, smooth, structured, premium retail presentation",8 "no_new_wrinkles": true,9 "no_random_fabric_folding": true,10 "maintain_original_wrinkle_data_if_present": true,11 "no_artificial_wrinkle_generation": true,12 "clean_finish": true,13 "brand_new_look": true14 },15 "input": {16 "type": "multi_image",17 "views": [18 {19 "name": "front",20 "role": "primary_reference",21 "weight": 122 },23 {24 "name": "back",25 "role": "secondary_reference",26 "weight": 127 }28 ],29 "forensic_identity_lock": {30 "mode": "strict",31 "geometry_lock": true,32 "silhouette_lock": true,33 "mesh_lock": true,34 "texture_lock": true,35 "fabric_pattern_lock": true,36 "stitching_lock": true,37 "wrinkle_lock": true,38 "color_lock": true,39 "material_lock": true,40 "surface_lock": true,41 "logo_lock": true,42 "label_lock": true,43 "branding_lock": true,44 "proportion_lock": true,45 "measurement_lock": true,46 "prevent_hallucination": true,47 "prevent_detail_invention": true,48 "prevent_detail_removal": true49 }50 },51 "geometry_reconstruction": {52 "method": "constrained_true_3d_reconstruction",53 "source_constraint": "only_use_information_present_in_input_images",54 "volume_generation": {55 "enabled": true,56 "type": "ghost_mannequin_volume",57 "visibility": "none"58 },59 "reconstruction_rules": {60 "interpolate_only": true,61 "no_detail_creation": true,62 "no_surface_modification": true,63 "no_topology_change": true,64 "no_design_interpretation": true65 },66 "mesh_constraints": {67 "rigid": true,68 "no_deformation": true,69 "no_shape_change": true,70 "no_texture_shift": true71 }72 },73 "animation": {74 "type": "360_degree_rotation",75 "axis": "vertical",76 "degrees": 360,77 "direction": "clockwise",78 "speed": "constant",79 "duration_seconds": 6,80 "motion_constraints": {81 "no_wobble": true,82 "no_jitter": true,83 "no_mesh_change": true,84 "no_texture_shift": true,85 "no_geometry_shift": true86 },87 "start_state": "exact_front_view",88 "end_state": "exact_front_view",89 "loop": true90 },91 "ghost_mannequin": {92 "enabled": true,93 "visibility": "invisible",94 "constraints": {95 "must_not_be_visible": true,96 "must_not_modify_surface": true,97 "must_not_modify_shape": true,98 "must_not_modify_wrinkles": true,99 "must_not_modify_fit": true100 }101 },102 "scene": {103 "background": {104 "type": "pure_white",105 "color": "#FFFFFF",106 "uniform": true107 },108 "product_state": {109 "floating": true,110 "no_support_visible": true111 },112 "shadow": {113 "type": "soft_contact",114 "stable": true,115 "physically_correct": true116 }117 },118 "camera": {119 "type": "fixed",120 "movement": "none",121 "rotation": "none",122 "zoom": "none",123 "center_lock": true,124 "lens": "85mm",125 "distortion": false126 },127 "lighting": {128 "type": "studio_softbox",129 "consistency": "locked",130 "variation": false,131 "flicker": false,132 "must_not_change_during_rotation": true133 },134 "rendering": {135 "mode": "photorealistic",136 "texture_source": "input_images_only",137 "no_texture_generation": true,138 "no_creative_interpretation": true,139 "no_artificial_enhancement": true,140 "fabric_finish": "smooth_pressed_clean",141 "retail_presentation_standard": "premium_ecommerce_ready"142 },143 "audio": {144 "enabled": false,145 "generate_audio": false,146 "include_audio_track": false,147 "music": false,148 "sound_effects": false,149 "voice": false,150 "ambient_sound": false,151 "silence": true152 },153 "output": {154 "resolution": "2160x2160",155 "fps": 30,156 "duration_seconds": 6,157 "format": "mp4",158 "video_codec": "H.264",159 "audio_codec": "none",160 "include_audio_track": false,161 "loop": true,162 "background": "pure_white",163 "silent": true164 },165 "hard_constraints": [166 "NO audio",167 "NO music",168 "NO sound effects",169 "NO voice",170 "NO ambient sound",171 "DO NOT add details",172 "DO NOT remove details",173 "DO NOT modify stitching",174 "DO NOT modify logos",175 "DO NOT modify texture",176 "DO NOT modify structure",177 "DO NOT change proportions",178 "DO NOT stylize",179 "DO NOT hallucinate",180 "NO new wrinkles",181 "NO messy fabric folds",182 "MUST appear professionally ironed"183 ],184 "negative_prompt": [185 "music",186 "sound",187 "voice",188 "audio",189 "ambient audio",190 "sound effects",191 "hallucinated details",192 "modified stitching",193 "different fabric",194 "shape morphing",195 "geometry distortion",196 "creative reinterpretation",197 "wrinkled fabric",198 "messy folds",199 "creased clothing",200 "unpressed garment"201 ]202}