video-generate
Video Generate
Generates a video from a text prompt using AI video generation models. Supports both text-to-video and image-to-video (animating a static image).
Command
npx agent-media@latest video generate --prompt <text> [options]
Inputs
| Option | Required | Description |
|---|---|---|
--prompt |
Yes | Text description of the video to generate |
--in |
No | Input image path or URL for image-to-video |
--duration |
No | Duration in seconds (6, 8, 10, 12, 14, 16, 18, 20; default: 6) |
--resolution |
No | Video resolution (720p, 1080p, 1440p, 2160p; default: 720p) |
--fps |
No | Frame rate (25 or 50; default: 25) |
More from agntswrm/agent-media
audio-transcribe
Transcribes audio to text with timestamps and optional speaker identification. Use when you need to convert speech to text, create subtitles, transcribe meetings, or process voice recordings.
136image-remove-background
Removes the background from an image, leaving the foreground subject with transparency. Use when you need to isolate subjects, create cutouts, or prepare images for compositing.
134image-crop
Crops an image to specified dimensions around a focal point. Use when you need to extract a portion of an image, create thumbnails with custom positioning, or prepare images for specific aspect ratios.
88image-generate
Generates an image from a text prompt using AI models. Use when you need to create images from descriptions, generate artwork, or produce visual content from text.
82image-edit
Edits an existing image using a text prompt. Use when you need to modify, enhance, or transform an image based on text instructions.
66image-resize
Resizes an image to specified dimensions. Use when you need to change image size, create thumbnails, or prepare images for specific display requirements.
52