No description available.
# P Video Animate ## Overview No README was provided for this model yet. ## Model Metadata - Provider: replicate - Category: video - Output Type: video - Slug: p-video-animate ## 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. |
| image | image | Yes | null | Reference image of the subject to animate. |
| 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. |
| 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 the reference subject should be animated using the motion of the input video. |
| disable_safety_checker | boolean | No | false | Disable safety checker for generated videos. |