mulmocast 1.2.1 → 1.2.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.
@@ -4,6 +4,7 @@
4
4
  "credit": "closing"
5
5
  },
6
6
  "title": "[TITLE: Brief, engaging title for the topic]",
7
+ "lang": "en",
7
8
  "beats": [
8
9
  {
9
10
  "imagePrompt": "[IMAGE_PROMPT: A prompt for the image to be generated for this beat.]"
@@ -1,28 +0,0 @@
1
- {
2
- "title": "Ghibli comic image-only",
3
- "description": "Template for Ghibli-style image-only comic presentation.",
4
- "systemPrompt": "Another AI will generate an image for each beat based on the text description of that beat. Use the JSON below as a template.",
5
- "presentationStyle": {
6
- "$mulmocast": {
7
- "version": "1.1",
8
- "credit": "closing"
9
- },
10
- "canvasSize": {
11
- "width": 1536,
12
- "height": 1024
13
- },
14
- "imageParams": {
15
- "style": "<style>Ghibli style</style>",
16
- "images": {
17
- "presenter": {
18
- "type": "image",
19
- "source": {
20
- "kind": "url",
21
- "url": "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/characters/ghibli_presenter.png"
22
- }
23
- }
24
- }
25
- }
26
- },
27
- "scriptName": "image_prompt_only_template.json"
28
- }
@@ -1,33 +0,0 @@
1
- {
2
- "title": "Ghibli style for YouTube Shorts",
3
- "description": "Template for Ghibli-style comic presentation.",
4
- "systemPrompt": "This script is for YouTube shorts. 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.",
5
- "presentationStyle": {
6
- "$mulmocast": {
7
- "version": "1.1",
8
- "credit": "closing"
9
- },
10
- "canvasSize": {
11
- "width": 1024,
12
- "height": 1536
13
- },
14
- "speechParams": {
15
- "speakers": {
16
- "Presenter": { "provider": "nijivoice", "voiceId": "3708ad43-cace-486c-a4ca-8fe41186e20c", "speechOptions": { "speed": 1.5 } }
17
- }
18
- },
19
- "imageParams": {
20
- "style": "<style>Ghibli style</style>",
21
- "images": {
22
- "presenter": {
23
- "type": "image",
24
- "source": {
25
- "kind": "url",
26
- "url": "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/characters/ghibli_presenter.jpg"
27
- }
28
- }
29
- }
30
- }
31
- },
32
- "scriptName": "image_prompts_template.json"
33
- }