mulmocast 1.1.0 → 1.1.1
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/assets/templates/ani.json +2 -2
- package/assets/templates/ani_ja.json +2 -2
- package/lib/actions/image_agents.d.ts +21 -0
- package/lib/actions/image_agents.js +7 -0
- package/lib/actions/images.js +33 -4
- package/lib/actions/movie.js +3 -2
- package/lib/agents/index.d.ts +2 -1
- package/lib/agents/index.js +2 -1
- package/lib/agents/lipsync_replicate_agent.d.ts +5 -0
- package/lib/agents/lipsync_replicate_agent.js +57 -0
- package/lib/data/index.d.ts +2 -0
- package/lib/data/index.js +2 -0
- package/lib/data/promptTemplates.d.ts +695 -0
- package/lib/data/promptTemplates.js +957 -0
- package/lib/data/scriptTemplates.d.ts +233 -0
- package/lib/data/scriptTemplates.js +580 -0
- package/lib/index.browser.d.ts +2 -1
- package/lib/index.browser.js +2 -1
- package/lib/methods/mulmo_presentation_style.d.ts +8 -0
- package/lib/methods/mulmo_presentation_style.js +8 -1
- package/lib/tools/story_to_script.js +2 -2
- package/lib/types/agent.d.ts +10 -0
- package/lib/types/schema.d.ts +230 -0
- package/lib/types/schema.js +9 -0
- package/lib/types/type.d.ts +1 -1
- package/lib/utils/context.d.ts +15 -0
- package/lib/utils/context.js +1 -0
- package/lib/utils/file.d.ts +8 -3
- package/lib/utils/file.js +46 -20
- package/lib/utils/preprocess.d.ts +10 -0
- package/lib/utils/provider2agent.d.ts +11 -0
- package/lib/utils/provider2agent.js +13 -0
- package/lib/utils/utils.js +3 -0
- package/package.json +8 -4
- package/scripts/templates/business.json +1 -1
- package/scripts/templates/children_book.json +1 -1
- package/scripts/templates/coding.json +1 -1
- package/scripts/templates/html.json +1 -1
- package/scripts/templates/image_prompt_only_template.json +1 -1
- package/scripts/templates/image_prompts_template.json +1 -1
- package/scripts/templates/image_refs.json +1 -1
- package/scripts/templates/movie_prompts_no_text_template.json +1 -1
- package/scripts/templates/movie_prompts_template.json +1 -1
- package/scripts/templates/presentation.json +1 -1
- package/scripts/templates/sensei_and_taro.json +1 -1
- package/scripts/templates/shorts_template.json +1 -1
- package/scripts/templates/text_only_template.json +1 -1
- package/scripts/templates/voice_over.json +1 -1
|
@@ -0,0 +1,957 @@
|
|
|
1
|
+
export const promptTemplates = [
|
|
2
|
+
{
|
|
3
|
+
description: "Template for Akira style comic presentation.",
|
|
4
|
+
filename: "akira_comic",
|
|
5
|
+
presentationStyle: {
|
|
6
|
+
$mulmocast: {
|
|
7
|
+
credit: "closing",
|
|
8
|
+
version: "1.1",
|
|
9
|
+
},
|
|
10
|
+
audioParams: {
|
|
11
|
+
audioVolume: 1,
|
|
12
|
+
bgmVolume: 0.2,
|
|
13
|
+
closingPadding: 0.8,
|
|
14
|
+
introPadding: 1,
|
|
15
|
+
outroPadding: 1,
|
|
16
|
+
padding: 0.3,
|
|
17
|
+
suppressSpeech: false,
|
|
18
|
+
},
|
|
19
|
+
canvasSize: {
|
|
20
|
+
height: 1024,
|
|
21
|
+
width: 1536,
|
|
22
|
+
},
|
|
23
|
+
imageParams: {
|
|
24
|
+
images: {
|
|
25
|
+
girl: {
|
|
26
|
+
source: {
|
|
27
|
+
kind: "url",
|
|
28
|
+
url: "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/characters/akira_presenter.png",
|
|
29
|
+
},
|
|
30
|
+
type: "image",
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
provider: "openai",
|
|
34
|
+
style: "<style>AKIRA aesthetic.</style>",
|
|
35
|
+
},
|
|
36
|
+
movieParams: {
|
|
37
|
+
provider: "replicate",
|
|
38
|
+
},
|
|
39
|
+
soundEffectParams: {
|
|
40
|
+
provider: "replicate",
|
|
41
|
+
},
|
|
42
|
+
speechParams: {
|
|
43
|
+
speakers: {
|
|
44
|
+
Presenter: {
|
|
45
|
+
displayName: {
|
|
46
|
+
en: "Presenter",
|
|
47
|
+
},
|
|
48
|
+
voiceId: "shimmer",
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
},
|
|
52
|
+
},
|
|
53
|
+
scriptName: "image_prompts_template.json",
|
|
54
|
+
systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate images for each beat based on the image prompt of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
55
|
+
title: "Akira style",
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
description: "Template for presentation with Ani.",
|
|
59
|
+
filename: "ani",
|
|
60
|
+
presentationStyle: {
|
|
61
|
+
$mulmocast: {
|
|
62
|
+
credit: "closing",
|
|
63
|
+
version: "1.1",
|
|
64
|
+
},
|
|
65
|
+
audioParams: {
|
|
66
|
+
audioVolume: 1,
|
|
67
|
+
bgm: {
|
|
68
|
+
kind: "url",
|
|
69
|
+
url: "https://github.com/receptron/mulmocast-media/raw/refs/heads/main/bgms/morning001.mp3",
|
|
70
|
+
},
|
|
71
|
+
bgmVolume: 0.2,
|
|
72
|
+
closingPadding: 0.8,
|
|
73
|
+
introPadding: 1,
|
|
74
|
+
outroPadding: 1,
|
|
75
|
+
padding: 0.3,
|
|
76
|
+
suppressSpeech: false,
|
|
77
|
+
},
|
|
78
|
+
canvasSize: {
|
|
79
|
+
height: 1536,
|
|
80
|
+
width: 1024,
|
|
81
|
+
},
|
|
82
|
+
imageParams: {
|
|
83
|
+
images: {
|
|
84
|
+
ani: {
|
|
85
|
+
source: {
|
|
86
|
+
kind: "url",
|
|
87
|
+
url: "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/characters/ani.png",
|
|
88
|
+
},
|
|
89
|
+
type: "image",
|
|
90
|
+
},
|
|
91
|
+
},
|
|
92
|
+
provider: "openai",
|
|
93
|
+
style: "<style>A highly polished 2D digital illustration in anime and manga style, featuring clean linework, soft shading, vivid colors, and expressive facial detailing. The composition emphasizes clarity and visual impact with a minimalistic background and a strong character focus. The lighting is even and bright, giving the image a crisp and energetic feel, reminiscent of high-quality character art used in Japanese visual novels or mobile games.</style>",
|
|
94
|
+
},
|
|
95
|
+
movieParams: {
|
|
96
|
+
model: "bytedance/seedance-1-lite",
|
|
97
|
+
provider: "replicate",
|
|
98
|
+
},
|
|
99
|
+
soundEffectParams: {
|
|
100
|
+
provider: "replicate",
|
|
101
|
+
},
|
|
102
|
+
speechParams: {
|
|
103
|
+
speakers: {
|
|
104
|
+
Presenter: {
|
|
105
|
+
speechOptions: {
|
|
106
|
+
instruction: "Speak in a slightly high-pitched, curt tone with sudden flustered shifts—like a tsundere anime girl.",
|
|
107
|
+
},
|
|
108
|
+
voiceId: "shimmer",
|
|
109
|
+
},
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
},
|
|
113
|
+
scriptName: "image_prompts_template.json",
|
|
114
|
+
systemPrompt: "Generate a script for a presentation of the given topic. 言葉づかいは少しツンデレにして。Another AI will generate comic for each beat based on the image prompt of that beat. You don't need to specify the style of the image, just describe the scene. Mention the reference in one of beats, if it exists. Use the JSON below as a template. Create appropriate amount of beats, and make sure the beats are coherent and flow well.",
|
|
115
|
+
title: "Presentation with Ani",
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
description: "Template for presentation with Ani in Japanese.",
|
|
119
|
+
filename: "ani_ja",
|
|
120
|
+
presentationStyle: {
|
|
121
|
+
$mulmocast: {
|
|
122
|
+
credit: "closing",
|
|
123
|
+
version: "1.1",
|
|
124
|
+
},
|
|
125
|
+
audioParams: {
|
|
126
|
+
audioVolume: 1,
|
|
127
|
+
bgm: {
|
|
128
|
+
kind: "url",
|
|
129
|
+
url: "https://github.com/receptron/mulmocast-media/raw/refs/heads/main/bgms/morning001.mp3",
|
|
130
|
+
},
|
|
131
|
+
bgmVolume: 0.2,
|
|
132
|
+
closingPadding: 0.8,
|
|
133
|
+
introPadding: 1,
|
|
134
|
+
outroPadding: 1,
|
|
135
|
+
padding: 0.3,
|
|
136
|
+
suppressSpeech: false,
|
|
137
|
+
},
|
|
138
|
+
canvasSize: {
|
|
139
|
+
height: 1536,
|
|
140
|
+
width: 1024,
|
|
141
|
+
},
|
|
142
|
+
imageParams: {
|
|
143
|
+
images: {
|
|
144
|
+
ani: {
|
|
145
|
+
source: {
|
|
146
|
+
kind: "url",
|
|
147
|
+
url: "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/characters/ani.png",
|
|
148
|
+
},
|
|
149
|
+
type: "image",
|
|
150
|
+
},
|
|
151
|
+
},
|
|
152
|
+
provider: "openai",
|
|
153
|
+
style: "<style>A highly polished 2D digital illustration in anime and manga style, featuring clean linework, soft shading, vivid colors, and expressive facial detailing. The composition emphasizes clarity and visual impact with a minimalistic background and a strong character focus. The lighting is even and bright, giving the image a crisp and energetic feel, reminiscent of high-quality character art used in Japanese visual novels or mobile games.</style>",
|
|
154
|
+
},
|
|
155
|
+
movieParams: {
|
|
156
|
+
model: "bytedance/seedance-1-lite",
|
|
157
|
+
provider: "replicate",
|
|
158
|
+
},
|
|
159
|
+
soundEffectParams: {
|
|
160
|
+
provider: "replicate",
|
|
161
|
+
},
|
|
162
|
+
speechParams: {
|
|
163
|
+
speakers: {
|
|
164
|
+
Presenter: {
|
|
165
|
+
provider: "nijivoice",
|
|
166
|
+
voiceId: "9d9ed276-49ee-443a-bc19-26e6136d05f0",
|
|
167
|
+
},
|
|
168
|
+
},
|
|
169
|
+
},
|
|
170
|
+
},
|
|
171
|
+
scriptName: "image_prompts_template.json",
|
|
172
|
+
systemPrompt: "Generate a Japanese script for a presentation of the given topic. 言葉づかいは少しツンデレにして。Another AI will generate comic for each beat based on the image prompt of that beat. You don't need to specify the style of the image, just describe the scene. Mention the reference in one of beats, if it exists. Use the JSON below as a template. Create appropriate amount of beats, and make sure the beats are coherent and flow well.",
|
|
173
|
+
title: "Presentation with Ani in Japanese",
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
description: "Template for business presentation.",
|
|
177
|
+
filename: "business",
|
|
178
|
+
scriptName: "business.json",
|
|
179
|
+
systemPrompt: "Generate a script for a business presentation of the given topic. Use textSlides, markdown, mermaid, or chart to show slides. Extract image links in the article (from <img> tag) to reuse them in the presentation. Mention the reference in one of beats, if it exists. Use the JSON below as a template. chartData is the data for Chart.js",
|
|
180
|
+
title: "Business presentation",
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
description: "Template for story with multiple characters.",
|
|
184
|
+
filename: "characters",
|
|
185
|
+
presentationStyle: {
|
|
186
|
+
$mulmocast: {
|
|
187
|
+
credit: "closing",
|
|
188
|
+
version: "1.1",
|
|
189
|
+
},
|
|
190
|
+
audioParams: {
|
|
191
|
+
audioVolume: 1,
|
|
192
|
+
bgmVolume: 0.2,
|
|
193
|
+
closingPadding: 0.8,
|
|
194
|
+
introPadding: 1,
|
|
195
|
+
outroPadding: 1,
|
|
196
|
+
padding: 0.3,
|
|
197
|
+
suppressSpeech: false,
|
|
198
|
+
},
|
|
199
|
+
canvasSize: {
|
|
200
|
+
height: 1024,
|
|
201
|
+
width: 1536,
|
|
202
|
+
},
|
|
203
|
+
imageParams: {
|
|
204
|
+
images: {},
|
|
205
|
+
provider: "openai",
|
|
206
|
+
},
|
|
207
|
+
movieParams: {
|
|
208
|
+
provider: "replicate",
|
|
209
|
+
},
|
|
210
|
+
soundEffectParams: {
|
|
211
|
+
provider: "replicate",
|
|
212
|
+
},
|
|
213
|
+
speechParams: {
|
|
214
|
+
speakers: {
|
|
215
|
+
Presenter: {
|
|
216
|
+
displayName: {
|
|
217
|
+
en: "Presenter",
|
|
218
|
+
},
|
|
219
|
+
voiceId: "shimmer",
|
|
220
|
+
},
|
|
221
|
+
},
|
|
222
|
+
},
|
|
223
|
+
},
|
|
224
|
+
scriptName: "image_refs.json",
|
|
225
|
+
systemPrompt: "Generate a script for a the given story with multiple characters. Generate image prompts for each character, and make references to them in the beats. Use the JSON below as a template.",
|
|
226
|
+
title: "Story with multiple characters",
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
description: "Template for children book.",
|
|
230
|
+
filename: "children_book",
|
|
231
|
+
presentationStyle: {
|
|
232
|
+
$mulmocast: {
|
|
233
|
+
credit: "closing",
|
|
234
|
+
version: "1.1",
|
|
235
|
+
},
|
|
236
|
+
audioParams: {
|
|
237
|
+
audioVolume: 1,
|
|
238
|
+
bgmVolume: 0.2,
|
|
239
|
+
closingPadding: 0.8,
|
|
240
|
+
introPadding: 1,
|
|
241
|
+
outroPadding: 1,
|
|
242
|
+
padding: 0.3,
|
|
243
|
+
suppressSpeech: false,
|
|
244
|
+
},
|
|
245
|
+
canvasSize: {
|
|
246
|
+
height: 1024,
|
|
247
|
+
width: 1536,
|
|
248
|
+
},
|
|
249
|
+
imageParams: {
|
|
250
|
+
provider: "openai",
|
|
251
|
+
style: "A hand-drawn style illustration with a warm, nostalgic atmosphere. The background is rich with natural scenery—lush forests, cloudy skies, and traditional Japanese architecture. Characters have expressive eyes, soft facial features, and are portrayed with gentle lighting and subtle shading. The color palette is muted yet vivid, using earthy tones and watercolor-like textures. The overall scene feels magical and peaceful, with a sense of quiet wonder and emotional depth, reminiscent of classic 1980s and 1990s Japanese animation.",
|
|
252
|
+
},
|
|
253
|
+
movieParams: {
|
|
254
|
+
provider: "replicate",
|
|
255
|
+
},
|
|
256
|
+
soundEffectParams: {
|
|
257
|
+
provider: "replicate",
|
|
258
|
+
},
|
|
259
|
+
speechParams: {
|
|
260
|
+
speakers: {
|
|
261
|
+
Presenter: {
|
|
262
|
+
displayName: {
|
|
263
|
+
en: "Presenter",
|
|
264
|
+
},
|
|
265
|
+
voiceId: "shimmer",
|
|
266
|
+
},
|
|
267
|
+
},
|
|
268
|
+
},
|
|
269
|
+
},
|
|
270
|
+
scriptName: "children_book.json",
|
|
271
|
+
systemPrompt: "Please generate a script for a children book on the topic provided by the user. Each page (=beat) must haven an image prompt appropriate for the text.",
|
|
272
|
+
title: "Children Book",
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
description: "Template for software and coding presentation.",
|
|
276
|
+
filename: "coding",
|
|
277
|
+
scriptName: "coding.json",
|
|
278
|
+
systemPrompt: "Generate a script for a technical presentation of the given topic. Use markdown with a code block to show some code on a slide. Avoid long coding examples, which may not fit in a single slide. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
279
|
+
title: "Coding presentation",
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
description: "Template for Dilbert-style comic strips.",
|
|
283
|
+
filename: "comic_strips",
|
|
284
|
+
presentationStyle: {
|
|
285
|
+
$mulmocast: {
|
|
286
|
+
credit: "closing",
|
|
287
|
+
version: "1.1",
|
|
288
|
+
},
|
|
289
|
+
audioParams: {
|
|
290
|
+
audioVolume: 1,
|
|
291
|
+
bgmVolume: 0.2,
|
|
292
|
+
closingPadding: 0.8,
|
|
293
|
+
introPadding: 1,
|
|
294
|
+
outroPadding: 1,
|
|
295
|
+
padding: 0.3,
|
|
296
|
+
suppressSpeech: false,
|
|
297
|
+
},
|
|
298
|
+
canvasSize: {
|
|
299
|
+
height: 1024,
|
|
300
|
+
width: 1536,
|
|
301
|
+
},
|
|
302
|
+
imageParams: {
|
|
303
|
+
provider: "openai",
|
|
304
|
+
style: "<style>A multi panel comic strips. 1990s American workplace humor. Clean, minimalist line art with muted colors. One character is a nerdy office worker with glasses</style>",
|
|
305
|
+
},
|
|
306
|
+
movieParams: {
|
|
307
|
+
provider: "replicate",
|
|
308
|
+
},
|
|
309
|
+
soundEffectParams: {
|
|
310
|
+
provider: "replicate",
|
|
311
|
+
},
|
|
312
|
+
speechParams: {
|
|
313
|
+
speakers: {
|
|
314
|
+
Presenter: {
|
|
315
|
+
displayName: {
|
|
316
|
+
en: "Presenter",
|
|
317
|
+
},
|
|
318
|
+
voiceId: "shimmer",
|
|
319
|
+
},
|
|
320
|
+
},
|
|
321
|
+
},
|
|
322
|
+
},
|
|
323
|
+
scriptName: "text_only_template.json",
|
|
324
|
+
systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate comic strips for each beat based on the text description of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
325
|
+
title: "American Comic Strips",
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
description: "Template for Dr. Slump style comic presentation.",
|
|
329
|
+
filename: "drslump_comic",
|
|
330
|
+
presentationStyle: {
|
|
331
|
+
$mulmocast: {
|
|
332
|
+
credit: "closing",
|
|
333
|
+
version: "1.1",
|
|
334
|
+
},
|
|
335
|
+
audioParams: {
|
|
336
|
+
audioVolume: 1,
|
|
337
|
+
bgmVolume: 0.2,
|
|
338
|
+
closingPadding: 0.8,
|
|
339
|
+
introPadding: 1,
|
|
340
|
+
outroPadding: 1,
|
|
341
|
+
padding: 0.3,
|
|
342
|
+
suppressSpeech: false,
|
|
343
|
+
},
|
|
344
|
+
canvasSize: {
|
|
345
|
+
height: 1024,
|
|
346
|
+
width: 1536,
|
|
347
|
+
},
|
|
348
|
+
imageParams: {
|
|
349
|
+
images: {
|
|
350
|
+
girl: {
|
|
351
|
+
source: {
|
|
352
|
+
kind: "url",
|
|
353
|
+
url: "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/characters/slump_presenter.png",
|
|
354
|
+
},
|
|
355
|
+
type: "image",
|
|
356
|
+
},
|
|
357
|
+
},
|
|
358
|
+
provider: "openai",
|
|
359
|
+
style: "<style>Dragon Ball/Dr. Slump aesthetic.</style>",
|
|
360
|
+
},
|
|
361
|
+
movieParams: {
|
|
362
|
+
provider: "replicate",
|
|
363
|
+
},
|
|
364
|
+
soundEffectParams: {
|
|
365
|
+
provider: "replicate",
|
|
366
|
+
},
|
|
367
|
+
speechParams: {
|
|
368
|
+
speakers: {
|
|
369
|
+
Presenter: {
|
|
370
|
+
displayName: {
|
|
371
|
+
en: "Presenter",
|
|
372
|
+
},
|
|
373
|
+
voiceId: "shimmer",
|
|
374
|
+
},
|
|
375
|
+
},
|
|
376
|
+
},
|
|
377
|
+
},
|
|
378
|
+
scriptName: "image_prompts_template.json",
|
|
379
|
+
systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate images for each beat based on the image prompt of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
380
|
+
title: "Dr. Slump Style",
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
description: "Template for Ghibli-style comic presentation.",
|
|
384
|
+
filename: "ghibli_comic",
|
|
385
|
+
presentationStyle: {
|
|
386
|
+
$mulmocast: {
|
|
387
|
+
credit: "closing",
|
|
388
|
+
version: "1.1",
|
|
389
|
+
},
|
|
390
|
+
audioParams: {
|
|
391
|
+
audioVolume: 1,
|
|
392
|
+
bgmVolume: 0.2,
|
|
393
|
+
closingPadding: 0.8,
|
|
394
|
+
introPadding: 1,
|
|
395
|
+
outroPadding: 1,
|
|
396
|
+
padding: 0.3,
|
|
397
|
+
suppressSpeech: false,
|
|
398
|
+
},
|
|
399
|
+
canvasSize: {
|
|
400
|
+
height: 1024,
|
|
401
|
+
width: 1536,
|
|
402
|
+
},
|
|
403
|
+
imageParams: {
|
|
404
|
+
images: {
|
|
405
|
+
presenter: {
|
|
406
|
+
source: {
|
|
407
|
+
kind: "url",
|
|
408
|
+
url: "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/characters/ghibli_presenter.png",
|
|
409
|
+
},
|
|
410
|
+
type: "image",
|
|
411
|
+
},
|
|
412
|
+
},
|
|
413
|
+
provider: "openai",
|
|
414
|
+
style: "<style>Ghibli style</style>",
|
|
415
|
+
},
|
|
416
|
+
movieParams: {
|
|
417
|
+
provider: "replicate",
|
|
418
|
+
},
|
|
419
|
+
soundEffectParams: {
|
|
420
|
+
provider: "replicate",
|
|
421
|
+
},
|
|
422
|
+
speechParams: {
|
|
423
|
+
speakers: {
|
|
424
|
+
Presenter: {
|
|
425
|
+
displayName: {
|
|
426
|
+
en: "Presenter",
|
|
427
|
+
},
|
|
428
|
+
voiceId: "shimmer",
|
|
429
|
+
},
|
|
430
|
+
},
|
|
431
|
+
},
|
|
432
|
+
},
|
|
433
|
+
scriptName: "image_prompts_template.json",
|
|
434
|
+
systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate comic strips for each beat based on the text description of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
435
|
+
title: "Ghibli comic style",
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
description: "Template for Ghibli-style image-only comic presentation.",
|
|
439
|
+
filename: "ghibli_image_only",
|
|
440
|
+
presentationStyle: {
|
|
441
|
+
$mulmocast: {
|
|
442
|
+
credit: "closing",
|
|
443
|
+
version: "1.1",
|
|
444
|
+
},
|
|
445
|
+
audioParams: {
|
|
446
|
+
audioVolume: 1,
|
|
447
|
+
bgmVolume: 0.2,
|
|
448
|
+
closingPadding: 0.8,
|
|
449
|
+
introPadding: 1,
|
|
450
|
+
outroPadding: 1,
|
|
451
|
+
padding: 0.3,
|
|
452
|
+
suppressSpeech: false,
|
|
453
|
+
},
|
|
454
|
+
canvasSize: {
|
|
455
|
+
height: 1024,
|
|
456
|
+
width: 1536,
|
|
457
|
+
},
|
|
458
|
+
imageParams: {
|
|
459
|
+
images: {
|
|
460
|
+
presenter: {
|
|
461
|
+
source: {
|
|
462
|
+
kind: "url",
|
|
463
|
+
url: "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/characters/ghibli_presenter.png",
|
|
464
|
+
},
|
|
465
|
+
type: "image",
|
|
466
|
+
},
|
|
467
|
+
},
|
|
468
|
+
provider: "openai",
|
|
469
|
+
style: "<style>Ghibli style</style>",
|
|
470
|
+
},
|
|
471
|
+
movieParams: {
|
|
472
|
+
provider: "replicate",
|
|
473
|
+
},
|
|
474
|
+
soundEffectParams: {
|
|
475
|
+
provider: "replicate",
|
|
476
|
+
},
|
|
477
|
+
speechParams: {
|
|
478
|
+
speakers: {
|
|
479
|
+
Presenter: {
|
|
480
|
+
displayName: {
|
|
481
|
+
en: "Presenter",
|
|
482
|
+
},
|
|
483
|
+
voiceId: "shimmer",
|
|
484
|
+
},
|
|
485
|
+
},
|
|
486
|
+
},
|
|
487
|
+
},
|
|
488
|
+
scriptName: "image_prompt_only_template.json",
|
|
489
|
+
systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate an image for each beat based on the text description of that beat. Use the JSON below as a template.",
|
|
490
|
+
title: "Ghibli comic image-only",
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
description: "Template for Ghibli-style comic presentation.",
|
|
494
|
+
filename: "ghibli_shorts",
|
|
495
|
+
presentationStyle: {
|
|
496
|
+
$mulmocast: {
|
|
497
|
+
credit: "closing",
|
|
498
|
+
version: "1.1",
|
|
499
|
+
},
|
|
500
|
+
audioParams: {
|
|
501
|
+
audioVolume: 1,
|
|
502
|
+
bgmVolume: 0.2,
|
|
503
|
+
closingPadding: 0.8,
|
|
504
|
+
introPadding: 1,
|
|
505
|
+
outroPadding: 1,
|
|
506
|
+
padding: 0.3,
|
|
507
|
+
suppressSpeech: false,
|
|
508
|
+
},
|
|
509
|
+
canvasSize: {
|
|
510
|
+
height: 1536,
|
|
511
|
+
width: 1024,
|
|
512
|
+
},
|
|
513
|
+
imageParams: {
|
|
514
|
+
images: {
|
|
515
|
+
presenter: {
|
|
516
|
+
source: {
|
|
517
|
+
kind: "url",
|
|
518
|
+
url: "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/characters/ghibli_presenter.jpg",
|
|
519
|
+
},
|
|
520
|
+
type: "image",
|
|
521
|
+
},
|
|
522
|
+
},
|
|
523
|
+
provider: "openai",
|
|
524
|
+
style: "<style>Ghibli style</style>",
|
|
525
|
+
},
|
|
526
|
+
movieParams: {
|
|
527
|
+
provider: "replicate",
|
|
528
|
+
},
|
|
529
|
+
soundEffectParams: {
|
|
530
|
+
provider: "replicate",
|
|
531
|
+
},
|
|
532
|
+
speechParams: {
|
|
533
|
+
speakers: {
|
|
534
|
+
Presenter: {
|
|
535
|
+
provider: "nijivoice",
|
|
536
|
+
speechOptions: {
|
|
537
|
+
speed: 1.5,
|
|
538
|
+
},
|
|
539
|
+
voiceId: "3708ad43-cace-486c-a4ca-8fe41186e20c",
|
|
540
|
+
},
|
|
541
|
+
},
|
|
542
|
+
},
|
|
543
|
+
},
|
|
544
|
+
scriptName: "image_prompts_template.json",
|
|
545
|
+
systemPrompt: "Generate a Japanese script for a Youtube shorts of the given topic. Another AI will generate comic strips for each beat based on the text description of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
546
|
+
title: "Ghibli style for YouTube Shorts",
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
description: "Template for Ghost in the shell style comic presentation.",
|
|
550
|
+
filename: "ghost_comic",
|
|
551
|
+
presentationStyle: {
|
|
552
|
+
$mulmocast: {
|
|
553
|
+
credit: "closing",
|
|
554
|
+
version: "1.1",
|
|
555
|
+
},
|
|
556
|
+
audioParams: {
|
|
557
|
+
audioVolume: 1,
|
|
558
|
+
bgmVolume: 0.2,
|
|
559
|
+
closingPadding: 0.8,
|
|
560
|
+
introPadding: 1,
|
|
561
|
+
outroPadding: 1,
|
|
562
|
+
padding: 0.3,
|
|
563
|
+
suppressSpeech: false,
|
|
564
|
+
},
|
|
565
|
+
canvasSize: {
|
|
566
|
+
height: 1024,
|
|
567
|
+
width: 1536,
|
|
568
|
+
},
|
|
569
|
+
imageParams: {
|
|
570
|
+
images: {
|
|
571
|
+
optimus: {
|
|
572
|
+
source: {
|
|
573
|
+
kind: "url",
|
|
574
|
+
url: "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/characters/optimus.png",
|
|
575
|
+
},
|
|
576
|
+
type: "image",
|
|
577
|
+
},
|
|
578
|
+
presenter: {
|
|
579
|
+
source: {
|
|
580
|
+
kind: "url",
|
|
581
|
+
url: "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/characters/ghost_presenter.png",
|
|
582
|
+
},
|
|
583
|
+
type: "image",
|
|
584
|
+
},
|
|
585
|
+
},
|
|
586
|
+
provider: "openai",
|
|
587
|
+
style: "<style>Ghost in the shell aesthetic.</style>",
|
|
588
|
+
},
|
|
589
|
+
movieParams: {
|
|
590
|
+
provider: "replicate",
|
|
591
|
+
},
|
|
592
|
+
soundEffectParams: {
|
|
593
|
+
provider: "replicate",
|
|
594
|
+
},
|
|
595
|
+
speechParams: {
|
|
596
|
+
speakers: {
|
|
597
|
+
Presenter: {
|
|
598
|
+
displayName: {
|
|
599
|
+
en: "Presenter",
|
|
600
|
+
},
|
|
601
|
+
voiceId: "shimmer",
|
|
602
|
+
},
|
|
603
|
+
},
|
|
604
|
+
},
|
|
605
|
+
},
|
|
606
|
+
scriptName: "image_prompts_template.json",
|
|
607
|
+
systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate images for each beat based on the image prompt of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
608
|
+
title: "Ghost in the shell style",
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
description: "Template for business presentation in HTML.",
|
|
612
|
+
filename: "html",
|
|
613
|
+
scriptName: "html.json",
|
|
614
|
+
systemPrompt: "Generate a script for a business presentation of the given topic. Another LLM will generate actual slides from the prompt and data for each beat. Adding optional data would help it to generate more compelling slide. Mention the reference in one of beats, if it exists. The valid type of reference is 'article', 'paper', 'image', 'video', 'audio'. Use the JSON below as a template.",
|
|
615
|
+
title: "Business presentation in HTML",
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
description: "Template for One Piece style comic presentation.",
|
|
619
|
+
filename: "onepiece_comic",
|
|
620
|
+
presentationStyle: {
|
|
621
|
+
$mulmocast: {
|
|
622
|
+
credit: "closing",
|
|
623
|
+
version: "1.1",
|
|
624
|
+
},
|
|
625
|
+
audioParams: {
|
|
626
|
+
audioVolume: 1,
|
|
627
|
+
bgmVolume: 0.2,
|
|
628
|
+
closingPadding: 0.8,
|
|
629
|
+
introPadding: 1,
|
|
630
|
+
outroPadding: 1,
|
|
631
|
+
padding: 0.3,
|
|
632
|
+
suppressSpeech: false,
|
|
633
|
+
},
|
|
634
|
+
canvasSize: {
|
|
635
|
+
height: 1024,
|
|
636
|
+
width: 1536,
|
|
637
|
+
},
|
|
638
|
+
imageParams: {
|
|
639
|
+
images: {
|
|
640
|
+
presenter: {
|
|
641
|
+
source: {
|
|
642
|
+
kind: "url",
|
|
643
|
+
url: "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/characters/onepiece_presenter.png",
|
|
644
|
+
},
|
|
645
|
+
type: "image",
|
|
646
|
+
},
|
|
647
|
+
},
|
|
648
|
+
provider: "openai",
|
|
649
|
+
style: "<style>One Piece aesthetic.</style>",
|
|
650
|
+
},
|
|
651
|
+
movieParams: {
|
|
652
|
+
provider: "replicate",
|
|
653
|
+
},
|
|
654
|
+
soundEffectParams: {
|
|
655
|
+
provider: "replicate",
|
|
656
|
+
},
|
|
657
|
+
speechParams: {
|
|
658
|
+
speakers: {
|
|
659
|
+
Presenter: {
|
|
660
|
+
displayName: {
|
|
661
|
+
en: "Presenter",
|
|
662
|
+
},
|
|
663
|
+
voiceId: "shimmer",
|
|
664
|
+
},
|
|
665
|
+
},
|
|
666
|
+
},
|
|
667
|
+
},
|
|
668
|
+
scriptName: "image_prompts_template.json",
|
|
669
|
+
systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate images for each beat based on the image prompt of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
670
|
+
title: "One Piece style",
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
description: "Generic. No template.",
|
|
674
|
+
filename: "podcast_standard",
|
|
675
|
+
systemPrompt: "Please generate a podcast script based on the topic provided by the user.",
|
|
676
|
+
title: "Generic",
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
description: "Template for photo realistic movie in portrait mode.",
|
|
680
|
+
filename: "portrait_movie",
|
|
681
|
+
presentationStyle: {
|
|
682
|
+
$mulmocast: {
|
|
683
|
+
credit: "closing",
|
|
684
|
+
version: "1.1",
|
|
685
|
+
},
|
|
686
|
+
audioParams: {
|
|
687
|
+
audioVolume: 1,
|
|
688
|
+
bgmVolume: 0.2,
|
|
689
|
+
closingPadding: 0.8,
|
|
690
|
+
introPadding: 1,
|
|
691
|
+
outroPadding: 1,
|
|
692
|
+
padding: 0.3,
|
|
693
|
+
suppressSpeech: false,
|
|
694
|
+
},
|
|
695
|
+
canvasSize: {
|
|
696
|
+
height: 1536,
|
|
697
|
+
width: 1024,
|
|
698
|
+
},
|
|
699
|
+
imageParams: {
|
|
700
|
+
images: {
|
|
701
|
+
presenter: {
|
|
702
|
+
source: {
|
|
703
|
+
kind: "url",
|
|
704
|
+
url: "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/characters/female_presenter.png",
|
|
705
|
+
},
|
|
706
|
+
type: "image",
|
|
707
|
+
},
|
|
708
|
+
},
|
|
709
|
+
provider: "openai",
|
|
710
|
+
style: "<style>Photo realistic, cinematic.</style>",
|
|
711
|
+
},
|
|
712
|
+
movieParams: {
|
|
713
|
+
provider: "replicate",
|
|
714
|
+
},
|
|
715
|
+
soundEffectParams: {
|
|
716
|
+
provider: "replicate",
|
|
717
|
+
},
|
|
718
|
+
speechParams: {
|
|
719
|
+
speakers: {
|
|
720
|
+
Presenter: {
|
|
721
|
+
displayName: {
|
|
722
|
+
en: "Presenter",
|
|
723
|
+
},
|
|
724
|
+
voiceId: "shimmer",
|
|
725
|
+
},
|
|
726
|
+
},
|
|
727
|
+
},
|
|
728
|
+
},
|
|
729
|
+
scriptName: "movie_prompts_template.json",
|
|
730
|
+
systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate images for each beat based on the image prompt of that beat. Movie prompts must be written in English. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
731
|
+
title: "Photo realistic movie (portrait)",
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
description: "Template for photo realistic movie.",
|
|
735
|
+
filename: "realistic_movie",
|
|
736
|
+
presentationStyle: {
|
|
737
|
+
$mulmocast: {
|
|
738
|
+
credit: "closing",
|
|
739
|
+
version: "1.1",
|
|
740
|
+
},
|
|
741
|
+
audioParams: {
|
|
742
|
+
audioVolume: 1,
|
|
743
|
+
bgmVolume: 0.2,
|
|
744
|
+
closingPadding: 0.8,
|
|
745
|
+
introPadding: 1,
|
|
746
|
+
outroPadding: 1,
|
|
747
|
+
padding: 0.3,
|
|
748
|
+
suppressSpeech: false,
|
|
749
|
+
},
|
|
750
|
+
canvasSize: {
|
|
751
|
+
height: 1024,
|
|
752
|
+
width: 1536,
|
|
753
|
+
},
|
|
754
|
+
imageParams: {
|
|
755
|
+
images: {
|
|
756
|
+
presenter: {
|
|
757
|
+
source: {
|
|
758
|
+
kind: "url",
|
|
759
|
+
url: "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/characters/female_presenter.png",
|
|
760
|
+
},
|
|
761
|
+
type: "image",
|
|
762
|
+
},
|
|
763
|
+
},
|
|
764
|
+
provider: "openai",
|
|
765
|
+
style: "<style>Photo realistic, cinematic.</style>",
|
|
766
|
+
},
|
|
767
|
+
movieParams: {
|
|
768
|
+
provider: "replicate",
|
|
769
|
+
},
|
|
770
|
+
soundEffectParams: {
|
|
771
|
+
provider: "replicate",
|
|
772
|
+
},
|
|
773
|
+
speechParams: {
|
|
774
|
+
speakers: {
|
|
775
|
+
Presenter: {
|
|
776
|
+
displayName: {
|
|
777
|
+
en: "Presenter",
|
|
778
|
+
},
|
|
779
|
+
voiceId: "shimmer",
|
|
780
|
+
},
|
|
781
|
+
},
|
|
782
|
+
},
|
|
783
|
+
},
|
|
784
|
+
scriptName: "movie_prompts_template.json",
|
|
785
|
+
systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate images for each beat based on the image prompt of that beat. Movie prompts must be written in English. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
786
|
+
title: "Photo realistic movie template",
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
description: "Interactive discussion between a student and teacher",
|
|
790
|
+
filename: "sensei_and_taro",
|
|
791
|
+
presentationStyle: {
|
|
792
|
+
$mulmocast: {
|
|
793
|
+
credit: "closing",
|
|
794
|
+
version: "1.1",
|
|
795
|
+
},
|
|
796
|
+
audioParams: {
|
|
797
|
+
audioVolume: 1,
|
|
798
|
+
bgmVolume: 0.2,
|
|
799
|
+
closingPadding: 0.8,
|
|
800
|
+
introPadding: 1,
|
|
801
|
+
outroPadding: 1,
|
|
802
|
+
padding: 0.3,
|
|
803
|
+
suppressSpeech: false,
|
|
804
|
+
},
|
|
805
|
+
canvasSize: {
|
|
806
|
+
height: 1024,
|
|
807
|
+
width: 1536,
|
|
808
|
+
},
|
|
809
|
+
imageParams: {
|
|
810
|
+
provider: "openai",
|
|
811
|
+
style: "<style>Ghibli style. Student (Taro) is a young teenager with a dark short hair with glasses. Teacher is a middle-aged man with grey hair and moustache.</style>",
|
|
812
|
+
},
|
|
813
|
+
movieParams: {
|
|
814
|
+
provider: "replicate",
|
|
815
|
+
},
|
|
816
|
+
soundEffectParams: {
|
|
817
|
+
provider: "replicate",
|
|
818
|
+
},
|
|
819
|
+
speechParams: {
|
|
820
|
+
speakers: {
|
|
821
|
+
Announcer: {
|
|
822
|
+
displayName: {
|
|
823
|
+
ja: "アナウンサー",
|
|
824
|
+
},
|
|
825
|
+
provider: "nijivoice",
|
|
826
|
+
voiceId: "3708ad43-cace-486c-a4ca-8fe41186e20c",
|
|
827
|
+
},
|
|
828
|
+
Student: {
|
|
829
|
+
displayName: {
|
|
830
|
+
ja: "太郎",
|
|
831
|
+
},
|
|
832
|
+
provider: "nijivoice",
|
|
833
|
+
voiceId: "a7619e48-bf6a-4f9f-843f-40485651257f",
|
|
834
|
+
},
|
|
835
|
+
Teacher: {
|
|
836
|
+
displayName: {
|
|
837
|
+
ja: "先生",
|
|
838
|
+
},
|
|
839
|
+
provider: "nijivoice",
|
|
840
|
+
voiceId: "bc06c63f-fef6-43b6-92f7-67f919bd5dae",
|
|
841
|
+
},
|
|
842
|
+
},
|
|
843
|
+
},
|
|
844
|
+
},
|
|
845
|
+
scriptName: "sensei_and_taro.json",
|
|
846
|
+
systemPrompt: "この件について、内容全てを高校生にも分かるように、太郎くん(Student)と先生(Teacher)の会話、という形の台本をArtifactとして作って。ただし要点はしっかりと押さえて。以下に別のトピックに関するサンプルを貼り付けます。このJSONフォーマットに従って。",
|
|
847
|
+
title: "Student and Teacher",
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
description: "Template for Youtube shorts.",
|
|
851
|
+
filename: "shorts",
|
|
852
|
+
presentationStyle: {
|
|
853
|
+
$mulmocast: {
|
|
854
|
+
version: "1.1",
|
|
855
|
+
},
|
|
856
|
+
audioParams: {
|
|
857
|
+
audioVolume: 1,
|
|
858
|
+
bgmVolume: 0.2,
|
|
859
|
+
closingPadding: 0.8,
|
|
860
|
+
introPadding: 1,
|
|
861
|
+
outroPadding: 1,
|
|
862
|
+
padding: 0.3,
|
|
863
|
+
suppressSpeech: false,
|
|
864
|
+
},
|
|
865
|
+
canvasSize: {
|
|
866
|
+
height: 1280,
|
|
867
|
+
width: 720,
|
|
868
|
+
},
|
|
869
|
+
imageParams: {
|
|
870
|
+
provider: "openai",
|
|
871
|
+
style: "<style>Photo realistic, cinematic.</style>",
|
|
872
|
+
},
|
|
873
|
+
movieParams: {
|
|
874
|
+
provider: "replicate",
|
|
875
|
+
},
|
|
876
|
+
soundEffectParams: {
|
|
877
|
+
provider: "replicate",
|
|
878
|
+
},
|
|
879
|
+
speechParams: {
|
|
880
|
+
speakers: {
|
|
881
|
+
Presenter: {
|
|
882
|
+
displayName: {
|
|
883
|
+
en: "Presenter",
|
|
884
|
+
},
|
|
885
|
+
voiceId: "shimmer",
|
|
886
|
+
},
|
|
887
|
+
},
|
|
888
|
+
},
|
|
889
|
+
},
|
|
890
|
+
scriptName: "movie_prompts_template.json",
|
|
891
|
+
systemPrompt: "Generate a script for a Youtube shorts of the given topic. The first beat should be a hook, which describes the topic. Another AI will generate images for each beat based on the image prompt of that beat. Movie prompts must be written in English.",
|
|
892
|
+
title: "Short movie template",
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
description: "Template for Text and Image Script.",
|
|
896
|
+
filename: "text_and_image",
|
|
897
|
+
scriptName: "image_prompts_template.json",
|
|
898
|
+
systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate comic strips for each beat based on the imagePrompt of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
899
|
+
title: "Text and Image",
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
description: "Template for Text Only Script.",
|
|
903
|
+
filename: "text_only",
|
|
904
|
+
scriptName: "text_only_template.json",
|
|
905
|
+
systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate comic strips for each beat based on the text description of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
|
|
906
|
+
title: "Text Only",
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
description: "Template for A Movie Trailer.",
|
|
910
|
+
filename: "trailer",
|
|
911
|
+
presentationStyle: {
|
|
912
|
+
$mulmocast: {
|
|
913
|
+
version: "1.1",
|
|
914
|
+
},
|
|
915
|
+
audioParams: {
|
|
916
|
+
audioVolume: 1,
|
|
917
|
+
bgm: {
|
|
918
|
+
kind: "url",
|
|
919
|
+
url: "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/bgms/trailer_dramatic.mp3",
|
|
920
|
+
},
|
|
921
|
+
bgmVolume: 0.2,
|
|
922
|
+
closingPadding: 0,
|
|
923
|
+
introPadding: 0,
|
|
924
|
+
outroPadding: 2.5,
|
|
925
|
+
padding: 0,
|
|
926
|
+
suppressSpeech: false,
|
|
927
|
+
},
|
|
928
|
+
canvasSize: {
|
|
929
|
+
height: 720,
|
|
930
|
+
width: 1280,
|
|
931
|
+
},
|
|
932
|
+
imageParams: {
|
|
933
|
+
provider: "openai",
|
|
934
|
+
style: "<style>Photo realistic, cinematic.</style>",
|
|
935
|
+
},
|
|
936
|
+
movieParams: {
|
|
937
|
+
provider: "replicate",
|
|
938
|
+
},
|
|
939
|
+
soundEffectParams: {
|
|
940
|
+
provider: "replicate",
|
|
941
|
+
},
|
|
942
|
+
speechParams: {
|
|
943
|
+
speakers: {
|
|
944
|
+
Presenter: {
|
|
945
|
+
displayName: {
|
|
946
|
+
en: "Presenter",
|
|
947
|
+
},
|
|
948
|
+
voiceId: "shimmer",
|
|
949
|
+
},
|
|
950
|
+
},
|
|
951
|
+
},
|
|
952
|
+
},
|
|
953
|
+
scriptName: "movie_prompts_no_text_template.json",
|
|
954
|
+
systemPrompt: "Generate a script for a movie trailer of the given story. Another AI will generate images for each beat based on the image prompt of that beat. Movie prompts must be written in English.",
|
|
955
|
+
title: "Movie Trailer template",
|
|
956
|
+
},
|
|
957
|
+
];
|