agent-media-cli 1.4.2 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -35
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/agent-media-cli)
|
|
6
6
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
7
7
|
|
|
8
|
-
agent-media CLI is a command-line tool for AI UGC video
|
|
8
|
+
agent-media CLI is a command-line tool for AI UGC video production. It connects to multiple AI providers through a single interface — no separate API keys needed.
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
|
@@ -22,11 +22,8 @@ agent-media login
|
|
|
22
22
|
# 2. Generate a UGC video from a script
|
|
23
23
|
agent-media ugc "Ever wonder why some videos go viral?" --sync
|
|
24
24
|
|
|
25
|
-
# 3.
|
|
26
|
-
agent-media
|
|
27
|
-
|
|
28
|
-
# 4. Generate an image
|
|
29
|
-
agent-media generate image -p "Mountain landscape at golden hour" --sync
|
|
25
|
+
# 3. Add subtitles to any video
|
|
26
|
+
agent-media subtitle ./video.mp4 --style hormozi --sync
|
|
30
27
|
```
|
|
31
28
|
|
|
32
29
|
## UGC Pipeline
|
|
@@ -53,29 +50,12 @@ Generate AI review videos for any SaaS product — provide name + screenshots:
|
|
|
53
50
|
agent-media review --saas "Postiz" --screenshots url1.png,url2.png --actor naomi --sync
|
|
54
51
|
```
|
|
55
52
|
|
|
56
|
-
## Usage Examples
|
|
57
|
-
|
|
58
|
-
```bash
|
|
59
|
-
# Text-to-video
|
|
60
|
-
agent-media generate video -p "A cat walking on the moon" --sync
|
|
61
|
-
|
|
62
|
-
# Image-to-video
|
|
63
|
-
agent-media generate video -p "Make it dance" --input photo.jpg --sync
|
|
64
|
-
|
|
65
|
-
# Generate image
|
|
66
|
-
agent-media generate image -p "Sunset over mountains" --sync
|
|
67
|
-
|
|
68
|
-
# Check credits
|
|
69
|
-
agent-media credits
|
|
70
|
-
```
|
|
71
|
-
|
|
72
53
|
## All Commands
|
|
73
54
|
|
|
74
55
|
```bash
|
|
75
56
|
agent-media ugc "script..." # Generate UGC video
|
|
76
57
|
agent-media review --saas "Name" ... # Generate SaaS review video
|
|
77
58
|
agent-media actor list # Browse 200+ AI actors
|
|
78
|
-
agent-media generate <model> -p "prompt" # Generate video or image
|
|
79
59
|
agent-media list # List your jobs
|
|
80
60
|
agent-media list --status completed # Filter by status
|
|
81
61
|
agent-media download <job-id> # Download completed media
|
|
@@ -93,18 +73,6 @@ agent-media doctor # Run diagnostics
|
|
|
93
73
|
agent-media help # Show all commands
|
|
94
74
|
```
|
|
95
75
|
|
|
96
|
-
## Key Flags
|
|
97
|
-
|
|
98
|
-
| Flag | Description |
|
|
99
|
-
|------|-------------|
|
|
100
|
-
| `-p, --prompt` | Generation prompt (required) |
|
|
101
|
-
| `-d, --duration` | Video duration in seconds (5, 10, 15) |
|
|
102
|
-
| `-r, --resolution` | Output resolution (720p, 1080p) |
|
|
103
|
-
| `--aspect-ratio` | Aspect ratio (16:9, 9:16, 1:1) |
|
|
104
|
-
| `--input` | Input image for image-to-video |
|
|
105
|
-
| `--sync, -s` | Wait for completion, print output URL |
|
|
106
|
-
| `--json` | Output as JSON |
|
|
107
|
-
|
|
108
76
|
## Pricing
|
|
109
77
|
|
|
110
78
|
| Plan | Price | Credits/month |
|