mulmocast 0.0.10 → 0.0.12
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 +18 -3
- package/assets/templates/ghibli_shorts.json +34 -0
- package/assets/templates/shorts.json +18 -0
- package/assets/templates/trailer.json +25 -0
- package/lib/actions/audio.d.ts +2 -1
- package/lib/actions/audio.js +35 -17
- package/lib/actions/captions.js +5 -5
- package/lib/actions/images.d.ts +2 -1
- package/lib/actions/images.js +90 -58
- package/lib/actions/movie.js +53 -16
- package/lib/actions/pdf.js +3 -3
- package/lib/actions/translate.d.ts +2 -1
- package/lib/actions/translate.js +21 -16
- package/lib/agents/combine_audio_files_agent.js +4 -0
- package/lib/agents/image_google_agent.d.ts +4 -1
- package/lib/agents/image_google_agent.js +3 -2
- package/lib/agents/image_openai_agent.d.ts +5 -3
- package/lib/agents/image_openai_agent.js +35 -7
- package/lib/agents/index.d.ts +2 -1
- package/lib/agents/index.js +2 -1
- package/lib/agents/movie_google_agent.d.ts +9 -2
- package/lib/agents/movie_google_agent.js +24 -16
- package/lib/agents/tts_elevenlabs_agent.d.ts +4 -0
- package/lib/agents/tts_elevenlabs_agent.js +60 -0
- package/lib/agents/tts_google_agent.js +1 -1
- package/lib/agents/tts_nijivoice_agent.js +3 -2
- package/lib/agents/tts_openai_agent.js +1 -1
- package/lib/cli/commands/audio/handler.js +4 -1
- package/lib/cli/commands/image/handler.js +4 -1
- package/lib/cli/commands/movie/handler.js +4 -1
- package/lib/cli/commands/pdf/handler.js +4 -1
- package/lib/cli/commands/translate/handler.js +4 -1
- package/lib/cli/helpers.d.ts +3 -3
- package/lib/cli/helpers.js +38 -20
- package/lib/index.d.ts +5 -0
- package/lib/index.js +5 -0
- package/lib/methods/mulmo_media_source.d.ts +1 -0
- package/lib/methods/mulmo_media_source.js +12 -0
- package/lib/methods/mulmo_script.d.ts +1 -1
- package/lib/methods/mulmo_script.js +9 -5
- package/lib/methods/mulmo_studio_context.d.ts +5 -0
- package/lib/methods/mulmo_studio_context.js +23 -0
- package/lib/types/index.d.ts +1 -0
- package/lib/types/index.js +1 -0
- package/lib/types/schema.d.ts +1513 -290
- package/lib/types/schema.js +26 -35
- package/lib/types/type.d.ts +4 -1
- package/lib/utils/file.d.ts +5 -15
- package/lib/utils/file.js +14 -21
- package/lib/utils/filters.js +4 -4
- package/lib/utils/image_plugins/beat.d.ts +4 -0
- package/lib/utils/image_plugins/beat.js +7 -0
- package/lib/utils/image_plugins/image.d.ts +1 -1
- package/lib/utils/image_plugins/index.d.ts +2 -1
- package/lib/utils/image_plugins/index.js +2 -1
- package/lib/utils/image_plugins/movie.d.ts +1 -1
- package/lib/utils/image_plugins/source.js +2 -2
- package/lib/utils/preprocess.d.ts +26 -23
- package/lib/utils/preprocess.js +4 -0
- package/package.json +8 -8
- package/scripts/templates/movie_prompts_no_text_template.json +50 -0
- package/scripts/templates/shorts_template.json +52 -0
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$mulmocast": {
|
|
3
|
+
"version": "1.0"
|
|
4
|
+
},
|
|
5
|
+
"title": "[TITLE: Brief, engaging title for the topic]",
|
|
6
|
+
"lang": "en",
|
|
7
|
+
"movieParams": {
|
|
8
|
+
"provider": "google"
|
|
9
|
+
},
|
|
10
|
+
"beats": [
|
|
11
|
+
{
|
|
12
|
+
"text": "[NARRATION: Short narration for the beat. Up to 20 words]",
|
|
13
|
+
"imagePrompt": "[IMAGE_PROMPT: A prompt for the image to be generated for this beat.]",
|
|
14
|
+
"moviePrompt": "[MOVIE_PROMPT: A movie prompt for that image.]"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"text": "[NARRATION: Short narration for the beat. Up to 20 words]",
|
|
18
|
+
"imagePrompt": "[IMAGE_PROMPT: A prompt for the image to be generated for this beat.]",
|
|
19
|
+
"moviePrompt": "[MOVIE_PROMPT: A movie prompt for that image.]"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"text": "[NARRATION: Short narration for the beat. Up to 20 words]",
|
|
23
|
+
"imagePrompt": "[IMAGE_PROMPT: A prompt for the image to be generated for this beat.]",
|
|
24
|
+
"moviePrompt": "[MOVIE_PROMPT: A movie prompt for that image.]"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"text": "[NARRATION: Short narration for the beat. Up to 20 words]",
|
|
28
|
+
"imagePrompt": "[IMAGE_PROMPT: A prompt for the image to be generated for this beat.]",
|
|
29
|
+
"moviePrompt": "[MOVIE_PROMPT: A movie prompt for that image.]"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"text": "[NARRATION: Short narration for the beat. Up to 20 words]",
|
|
33
|
+
"imagePrompt": "[IMAGE_PROMPT: A prompt for the image to be generated for this beat.]",
|
|
34
|
+
"moviePrompt": "[MOVIE_PROMPT: A movie prompt for that image.]"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"text": "[NARRATION: Short narration for the beat. Up to 20 words]",
|
|
38
|
+
"imagePrompt": "[IMAGE_PROMPT: A prompt for the image to be generated for this beat.]",
|
|
39
|
+
"moviePrompt": "[MOVIE_PROMPT: A movie prompt for that image.]"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"text": "[NARRATION: Short narration for the beat. Up to 20 words]",
|
|
43
|
+
"imagePrompt": "[IMAGE_PROMPT: A prompt for the image to be generated for this beat.]",
|
|
44
|
+
"moviePrompt": "[MOVIE_PROMPT: A movie prompt for that image.]"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"text": "[NARRATION: Short narration for the beat. Up to 20 words]",
|
|
48
|
+
"imagePrompt": "[IMAGE_PROMPT: A prompt for the image to be generated for this beat.]",
|
|
49
|
+
"moviePrompt": "[MOVIE_PROMPT: A movie prompt for that image.]"
|
|
50
|
+
}
|
|
51
|
+
]
|
|
52
|
+
}
|