midjourney_generate_video
Create AI-generated videos from text prompts and reference images. Animate still images or produce short video clips using Midjourney's video generation capabilities.
Instructions
Generate a video from text prompt and reference image using Midjourney.
This creates an AI-generated video based on your description and a starting
frame image. You can optionally specify an ending frame for more control.
Use this when:
- You want to animate a still image
- You want to create short video clips from descriptions
- You need AI-generated video content
The generation process returns 4 video variations.
Returns:
Task ID and video information including cover image and video URLs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_url | Yes | URL of the first frame reference image. This image will be used as the starting point for the video. | |
| prompt | Yes | Description of the video to generate. Examples: 'A cat walking on a table', 'Ocean waves crashing on the shore', 'Timelapse of clouds moving' | |
| mode | No | Generation mode. 'fast' is recommended for most use cases. | fast |
| resolution | No | Video resolution. '720p' or '1080p'. | 720p |
| end_image_url | No | Optional URL of the last frame reference image. Use this to control where the video ends. | |
| loop | No | If true, generate a looping video where the end seamlessly connects to the beginning. |