No description available.
# P Video Replace ## Overview No README was provided for this model yet. ## Model Metadata - Provider: replicate - Category: video - Output Type: video - Slug: p-video-replace ## Notes Use the Playground tab above to test prompts and parameters.
Model input reference derived from preset schema.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| seed | integer | No | null | Random seed. Leave blank for random. |
| no_op | boolean | No | false | no_op parameter |
| turbo | boolean | No | false | Turbo mode: faster generation for slightly lower quality. |
| video | video | Yes | null | Source RGB video (.mp4): motion + audio source. |
| images | image | Yes | [] | Identity reference image(s) (1-3) to place into the video. |
| resolution | select | No | "720p" | Target ~megapixel budget: 720p ≈ 1 MP, 1080p ≈ 2 MP (aspect ratio preserved). |
| save_audio | boolean | No | true | Save the video with audio. |
| target_fps | select | No | "original" | Target FPS for the working video. |
| ignore_audio | boolean | No | false | Ignore source audio during generation. If save_audio is true, the source audio is still saved with the final video. |
| instruction_prompt | string | No | "" | Further instruction on how to place the people from the reference images into the scene. |
| disable_safety_checker | boolean | No | false | Disable safety checker for generated videos. |