agent-media-cli 1.4.2 → 1.4.4

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 CHANGED
@@ -5,7 +5,7 @@
5
5
  [![npm version](https://img.shields.io/npm/v/agent-media-cli)](https://www.npmjs.com/package/agent-media-cli)
6
6
  [![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
7
7
 
8
- agent-media CLI is a command-line tool for AI UGC video and image generation. It connects to 7 AI models from multiple providers through a single interface — no separate API keys needed.
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. Generate a standalone video
26
- agent-media generate video -p "A golden retriever surfing at sunset" --sync
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,33 +73,21 @@ 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 |
111
79
  |------|-------|---------------|
112
80
  | Creator | $39/mo | 2,500 |
113
81
  | Pro | $69/mo | 5,000 |
114
- | Pro Plus | $129/mo | 15,000 |
82
+ | Pro Plus | $129/mo | 10,000 |
115
83
 
116
- ~500 credits per 5s UGC · ~1,000 per 10s · ~1,500 per 15s. Pay-as-you-go credit packs also available. See [agent-media.ai](https://agent-media.ai) for details.
84
+ 80 credits/sec — ~800 credits per 10s video. Creator plan limited to 10s max. Pay-as-you-go credit packs also available. See [agent-media.ai](https://agent-media.ai) for details.
117
85
 
118
86
  ## Links
119
87
 
120
88
  - [Website & Docs](https://agent-media.ai/docs)
121
89
  - [Showcase](https://agent-media.ai/showcase)
122
- - [GitHub](https://github.com/yuvalsuede/agent-media)
90
+ - [GitHub](https://github.com/gitroomhq/agent-media)
123
91
 
124
92
  ## License
125
93
 
@@ -11,7 +11,7 @@ const PLAN_FEATURES = {
11
11
  price: '$19/month',
12
12
  features: [
13
13
  '1,000 credits/month',
14
- 'All models (up to 15s video)',
14
+ 'All models (up to 10s video)',
15
15
  '1080p resolution',
16
16
  'No watermark',
17
17
  'Email support',
@@ -21,7 +21,7 @@ const PLAN_FEATURES = {
21
21
  price: '$39/month',
22
22
  features: [
23
23
  '2,500 credits/month',
24
- 'All models (up to 15s video)',
24
+ 'All models (up to 10s video)',
25
25
  '1080p resolution',
26
26
  'No watermark',
27
27
  'Email support',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-media-cli",
3
- "version": "1.4.2",
3
+ "version": "1.4.4",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "license": "Apache-2.0",
@@ -8,7 +8,7 @@
8
8
  "homepage": "https://agent-media.ai",
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/yuvalsuede/agent-media.git"
11
+ "url": "git+https://github.com/gitroomhq/agent-media.git"
12
12
  },
13
13
  "keywords": [
14
14
  "ai",