Spaces:
Build error
Build error
Commit
·
67bf9db
1
Parent(s):
85a4d5d
up
Browse files- converter.js +24 -28
- database.json +420 -0
- src/types.mts +2 -0
- start.sh +2 -1
converter.js
CHANGED
@@ -1,42 +1,38 @@
|
|
1 |
const { v4 } = require('uuid')
|
2 |
-
const raw =
|
3 |
-
"input": "
|
4 |
"captions": [
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
"An extreme close-up shot of a robot DJ's hands manipulating the sliders and knobs, its metallic fingers reflecting the neon lights, showcasing the intricate designs of the robot. In the blurred background, one can make out the dancing figures of humans. The atmosphere is energetic and loud. Photorealistic, movie style, cinematic.",
|
26 |
-
|
27 |
-
"A wide shot of a human DJ surrounded by dancing robots in a simple, ambiently lit bar. The warm wooden tones of the bar contrast with the cool metallic tints of the robots. The room's mood is casual yet vibrant, with ecstatic robots moving in synchronized patterns. Cinematic, Photorealistic, Movie-style."
|
28 |
]
|
29 |
}
|
30 |
-
|
31 |
const result = {
|
32 |
"sequenceId": v4(),
|
33 |
"skip": false,
|
34 |
"lastGenerationAt": "",
|
35 |
"videoPrompt": raw.input,
|
36 |
-
"audioPrompt": "
|
37 |
"tags": [
|
38 |
"trailer",
|
39 |
-
"
|
40 |
],
|
41 |
"channel": "main",
|
42 |
"shots": raw.captions.map((cap, i) => ({
|
|
|
1 |
const { v4 } = require('uuid')
|
2 |
+
const raw ={
|
3 |
+
"input": "3D animation, blender renderings, simulations showcasing a variety of different effects",
|
4 |
"captions": [
|
5 |
+
|
6 |
+
"stunning 3D video of rippling water waves, reflected on hovering metal beads in an underwater setting. Rendered in Blender with subtle, whaling ambient light, captured in 8K UHD.",
|
7 |
+
|
8 |
+
"high-quality 3D animation of a cloth-like structure falling in a windless room, displaying the realistic physics of fabric movement. Rendered in ultra-detailed Blender, shot in 4K Cinema4D.",
|
9 |
+
|
10 |
+
"splendid video showing the fluid simulation of liquids as they interact with static and moving objects, set in a minimalistic, clean environment. Captured with 4K Cinema4D, showcases Blender render.",
|
11 |
+
|
12 |
+
"detailed 3D animation of cellular automata, using simple elements to create complex patterns in a uniform space. Exhibits award-winning lighting techniques and Blender rendering, shot in Cinema4D studio quality.",
|
13 |
+
|
14 |
+
"fabulous Blender rendering of a high-speed camera capture of metal beads impacting a flat surface, displaying brilliant n-body collision physics. Captured at a ripe evening with Cinema4D.",
|
15 |
+
|
16 |
+
"breathtakingly crisp 3D animation featuring a fluid mechanism, where treacle-thick liquid pours into a large vat. Beautifully lit by diffused, soft light. Rendered in Blender, captured at 8K UHD with Cinema4D.",
|
17 |
+
|
18 |
+
"surreal yet hyper-realistic 3D animation of cloth simulation, showcasing the realism of Blender's material simulation capabilities. With studio lighting illuminating the scene, shot at close-up with Cinema4D.",
|
19 |
+
|
20 |
+
"contemporary fine-art 3D animation showcasing the stunning interaction between thousands of metal beads under n-body simulation. Rendered with precision in Blender and captured at a high detail with Cinema4D.",
|
21 |
+
|
22 |
+
"Blender-rendered 3D animation of a glass cube falling into a pool of liquid, captured to showcase fluid dynamics and refraction of light effects. Caught under a soft diffused light with Cinema4D.",
|
23 |
+
|
24 |
+
"impressive 3D animation, of cellular automata, forming fascinating patterns in a confined environment. The geometrically exact elements are rendered with Blender. Shot at dusk, in crisp 8K UHD with Cinema4D."
|
|
|
|
|
|
|
25 |
]
|
26 |
}
|
|
|
27 |
const result = {
|
28 |
"sequenceId": v4(),
|
29 |
"skip": false,
|
30 |
"lastGenerationAt": "",
|
31 |
"videoPrompt": raw.input,
|
32 |
+
"audioPrompt": "electronic goal music from the 90s",
|
33 |
"tags": [
|
34 |
"trailer",
|
35 |
+
"cgi"
|
36 |
],
|
37 |
"channel": "main",
|
38 |
"shots": raw.captions.map((cap, i) => ({
|
database.json
CHANGED
@@ -2,6 +2,426 @@
|
|
2 |
"version": 1,
|
3 |
"startAtShotId": "",
|
4 |
"sequences": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
{
|
6 |
"sequenceId": "31730a8c-f5b9-4168-80ae-705c1540854a",
|
7 |
"skip": false,
|
|
|
2 |
"version": 1,
|
3 |
"startAtShotId": "",
|
4 |
"sequences": [
|
5 |
+
{
|
6 |
+
"sequenceId": "d344637d-247f-4dd1-8700-02741f36a94a",
|
7 |
+
"skip": false,
|
8 |
+
"lastGenerationAt": "",
|
9 |
+
"videoPrompt": "3D animation, blender renderings, simulations showcasing a variety of different effects",
|
10 |
+
"audioPrompt": "electronic goal music from the 90s",
|
11 |
+
"tags": [
|
12 |
+
"trailer",
|
13 |
+
"cgi"
|
14 |
+
],
|
15 |
+
"channel": "main",
|
16 |
+
"shots": [
|
17 |
+
{
|
18 |
+
"shotId": "fa3b74d1-f27f-4fc4-a5f3-f29dd0d2750e",
|
19 |
+
"index": 0,
|
20 |
+
"lastGenerationAt": "",
|
21 |
+
"videoPrompt": "stunning 3D video of rippling water waves, reflected on hovering metal beads in an underwater setting. Rendered in Blender with subtle, whaling ambient light, captured in 8K UHD.",
|
22 |
+
"audioPrompt": ""
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"shotId": "f89e600c-91e8-401d-a870-3286b779e5a3",
|
26 |
+
"index": 1,
|
27 |
+
"lastGenerationAt": "",
|
28 |
+
"videoPrompt": "high-quality 3D animation of a cloth-like structure falling in a windless room, displaying the realistic physics of fabric movement. Rendered in ultra-detailed Blender, shot in 4K Cinema4D.",
|
29 |
+
"audioPrompt": ""
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"shotId": "333aae1c-db8c-424e-bb05-d7161952beea",
|
33 |
+
"index": 2,
|
34 |
+
"lastGenerationAt": "",
|
35 |
+
"videoPrompt": "splendid video showing the fluid simulation of liquids as they interact with static and moving objects, set in a minimalistic, clean environment. Captured with 4K Cinema4D, showcases Blender render.",
|
36 |
+
"audioPrompt": ""
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"shotId": "a19a3e22-9009-449c-a011-6d6cdc660477",
|
40 |
+
"index": 3,
|
41 |
+
"lastGenerationAt": "",
|
42 |
+
"videoPrompt": "detailed 3D animation of cellular automata, using simple elements to create complex patterns in a uniform space. Exhibits award-winning lighting techniques and Blender rendering, shot in Cinema4D studio quality.",
|
43 |
+
"audioPrompt": ""
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"shotId": "694cb3a9-7f51-4f7e-86df-7ae56d34e433",
|
47 |
+
"index": 4,
|
48 |
+
"lastGenerationAt": "",
|
49 |
+
"videoPrompt": "fabulous Blender rendering of a high-speed camera capture of metal beads impacting a flat surface, displaying brilliant n-body collision physics. Captured at a ripe evening with Cinema4D.",
|
50 |
+
"audioPrompt": ""
|
51 |
+
},
|
52 |
+
{
|
53 |
+
"shotId": "d59ec76d-4769-44ab-9aea-09362764d35d",
|
54 |
+
"index": 5,
|
55 |
+
"lastGenerationAt": "",
|
56 |
+
"videoPrompt": "breathtakingly crisp 3D animation featuring a fluid mechanism, where treacle-thick liquid pours into a large vat. Beautifully lit by diffused, soft light. Rendered in Blender, captured at 8K UHD with Cinema4D.",
|
57 |
+
"audioPrompt": ""
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"shotId": "e170953f-4913-428d-a551-53128920e4c8",
|
61 |
+
"index": 6,
|
62 |
+
"lastGenerationAt": "",
|
63 |
+
"videoPrompt": "surreal yet hyper-realistic 3D animation of cloth simulation, showcasing the realism of Blender's material simulation capabilities. With studio lighting illuminating the scene, shot at close-up with Cinema4D.",
|
64 |
+
"audioPrompt": ""
|
65 |
+
},
|
66 |
+
{
|
67 |
+
"shotId": "1dcca91d-c9a4-4ed2-b011-1a55d990ca46",
|
68 |
+
"index": 7,
|
69 |
+
"lastGenerationAt": "",
|
70 |
+
"videoPrompt": "contemporary fine-art 3D animation showcasing the stunning interaction between thousands of metal beads under n-body simulation. Rendered with precision in Blender and captured at a high detail with Cinema4D.",
|
71 |
+
"audioPrompt": ""
|
72 |
+
},
|
73 |
+
{
|
74 |
+
"shotId": "a9296116-b5e5-43ef-914e-d75c7ad2750e",
|
75 |
+
"index": 8,
|
76 |
+
"lastGenerationAt": "",
|
77 |
+
"videoPrompt": "Blender-rendered 3D animation of a glass cube falling into a pool of liquid, captured to showcase fluid dynamics and refraction of light effects. Caught under a soft diffused light with Cinema4D.",
|
78 |
+
"audioPrompt": ""
|
79 |
+
},
|
80 |
+
{
|
81 |
+
"shotId": "6c8e7622-268e-491a-a6bc-0ad5b927c7c0",
|
82 |
+
"index": 9,
|
83 |
+
"lastGenerationAt": "",
|
84 |
+
"videoPrompt": "impressive 3D animation, of cellular automata, forming fascinating patterns in a confined environment. The geometrically exact elements are rendered with Blender. Shot at dusk, in crisp 8K UHD with Cinema4D.",
|
85 |
+
"audioPrompt": ""
|
86 |
+
}
|
87 |
+
]
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"sequenceId": "8b493d72-5cc4-42d3-8454-e2ae2e96687f",
|
91 |
+
"skip": false,
|
92 |
+
"lastGenerationAt": "",
|
93 |
+
"videoPrompt": "low-poly 3D models of various objects",
|
94 |
+
"audioPrompt": "electronic goal music from the 90s",
|
95 |
+
"tags": [
|
96 |
+
"trailer",
|
97 |
+
"cgi"
|
98 |
+
],
|
99 |
+
"channel": "main",
|
100 |
+
"shots": [
|
101 |
+
{
|
102 |
+
"shotId": "4e2edace-7ae5-4e98-a8ec-834ff73c2a6e",
|
103 |
+
"index": 0,
|
104 |
+
"lastGenerationAt": "",
|
105 |
+
"videoPrompt": "stylized low-poly video of a woman head, stationary in a minimalist monochromatic environment. It's illuminated by soft ambient light that highlights the geometric edges. Shot on 4K Cinema4D.",
|
106 |
+
"audioPrompt": ""
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"shotId": "d80b61b1-56c1-45a7-8844-2c8381567bd3",
|
110 |
+
"index": 1,
|
111 |
+
"lastGenerationAt": "",
|
112 |
+
"videoPrompt": "photorealistic video of abstract low-poly car, rotating slowly under the golden-hour ambiance within a minimal setting. The sharp shading enhances the geometric beauty captured in RAW by Cinema4D.",
|
113 |
+
"audioPrompt": ""
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"shotId": "09cbe794-6d6a-4e96-a2cf-58b37b7cd2c1",
|
117 |
+
"index": 2,
|
118 |
+
"lastGenerationAt": "",
|
119 |
+
"videoPrompt": "creative footage of a cluster of vibrant, low-poly bananas, bobbing in a whimsical manner, in a simple digital setting under neutral lighting. Shot using Cinema4D at 8K UHD resolution.",
|
120 |
+
"audioPrompt": ""
|
121 |
+
},
|
122 |
+
{
|
123 |
+
"shotId": "f06e66ae-2d24-4501-8d1a-f13f9b4b40b2",
|
124 |
+
"index": 3,
|
125 |
+
"lastGenerationAt": "",
|
126 |
+
"videoPrompt": "low-poly, stylized video of a bouncing desk lamp, showing physics simulation in a clean white backdrop. Spotlight shines on the object, casting sharp shadows. Captured at dusk with Cinema4D.",
|
127 |
+
"audioPrompt": ""
|
128 |
+
},
|
129 |
+
{
|
130 |
+
"shotId": "48b82756-abb9-474b-8b0c-b07499315c9b",
|
131 |
+
"index": 4,
|
132 |
+
"lastGenerationAt": "",
|
133 |
+
"videoPrompt": "stunning, ultra-high resolution video of a rotating, low-poly disco ball. The surface reflects a compact grid of ambient light, creating a dazzling spectacle in the minimalist room. Captured using Cinema4D.",
|
134 |
+
"audioPrompt": ""
|
135 |
+
},
|
136 |
+
{
|
137 |
+
"shotId": "db0ef02b-f957-4fe4-a689-53bb9ff0e217",
|
138 |
+
"index": 5,
|
139 |
+
"lastGenerationAt": "",
|
140 |
+
"videoPrompt": "short film showing low-poly woman head model, transforming into multiple low-poly bananas under studio quality lighting. Captured at street level view in 4K, using Cinema4D.",
|
141 |
+
"audioPrompt": ""
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"shotId": "d9dc2937-2227-4f18-b579-f09564d52add",
|
145 |
+
"index": 6,
|
146 |
+
"lastGenerationAt": "",
|
147 |
+
"videoPrompt": "spectacular clip of a low-poly desk lamp bouncing like a kangaroo in a simple, spacious room. Caught under softly diffused light, emphasizing the details. Filmed in the dusk with Cinema4D.",
|
148 |
+
"audioPrompt": ""
|
149 |
+
},
|
150 |
+
{
|
151 |
+
"shotId": "8373687b-192f-4b6c-992a-8adc5ffce3d2",
|
152 |
+
"index": 7,
|
153 |
+
"lastGenerationAt": "",
|
154 |
+
"videoPrompt": "artistic video of animated, low-poly disco ball illuminating bright lights in a bare environment. The scene contrasts with the stunning geometric detail of the ball. Shot in 8K UHD using Cinema4D.",
|
155 |
+
"audioPrompt": ""
|
156 |
+
}
|
157 |
+
]
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"sequenceId": "46e94a7b-dc27-4949-819e-bb9bce60c460",
|
161 |
+
"skip": false,
|
162 |
+
"lastGenerationAt": "",
|
163 |
+
"videoPrompt": "a photorealistic compilation of various computer renderings and simulation featuring classical 3D animation of torus, cube, phong, shading, cast shadow in a minimal textured setting, a teapot, a monkey head",
|
164 |
+
"audioPrompt": "electronic goal music from the 90s",
|
165 |
+
"tags": [
|
166 |
+
"trailer",
|
167 |
+
"cgi"
|
168 |
+
],
|
169 |
+
"channel": "main",
|
170 |
+
"shots": [
|
171 |
+
{
|
172 |
+
"shotId": "a1ef9eea-5e1c-46ef-a2b2-64469334605e",
|
173 |
+
"index": 0,
|
174 |
+
"lastGenerationAt": "",
|
175 |
+
"videoPrompt": "photorealistic video of matte-textured cube rotating slow-motion underneath a fluorescent light, casting sharp shadows, weather is clear, within a featureless minimalistic area, shot on RAW with Cinema4D quality.",
|
176 |
+
"audioPrompt": ""
|
177 |
+
},
|
178 |
+
{
|
179 |
+
"shotId": "a24aa6cc-2c4b-48fd-aa0d-a8f5cfb78e7b",
|
180 |
+
"index": 1,
|
181 |
+
"lastGenerationAt": "",
|
182 |
+
"videoPrompt": "high resolution, award-winning clip of a monkey head 3D model, spinning in place, smooth, shiny texture reflecting ambient light, shot with soft lighting on a 4k DSLR in a minimalistic space. Modern era.",
|
183 |
+
"audioPrompt": ""
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"shotId": "49d3b8e0-3a4b-47fb-afe3-e59e4b0162ff",
|
187 |
+
"index": 2,
|
188 |
+
"lastGenerationAt": "",
|
189 |
+
"videoPrompt": "cinematic video of a classical 3D torus, rotating in an elegant, slow manner, translucent surface glows under the ambient lighting, emphasized by high-detail shadows. Shot at dusk using a high-quality Cinema4D.",
|
190 |
+
"audioPrompt": ""
|
191 |
+
},
|
192 |
+
{
|
193 |
+
"shotId": "30b55f8a-66b7-4d76-ab47-e3341233c946",
|
194 |
+
"index": 3,
|
195 |
+
"lastGenerationAt": "",
|
196 |
+
"videoPrompt": "stunning photorealistic footage of a multitude of cubes colliding in slow-motion, reproducing physics. Bright neon light accentuates their metallic textures and reflections. Captured using RAW format with 4K resolution.",
|
197 |
+
"audioPrompt": ""
|
198 |
+
},
|
199 |
+
{
|
200 |
+
"shotId": "dff9c833-3a19-4335-973d-a7c3e8da08d7",
|
201 |
+
"index": 4,
|
202 |
+
"lastGenerationAt": "",
|
203 |
+
"videoPrompt": "beautiful video clip of a metal teapot, rotating against a minimalist background, reflecting the soft lighting, with detailed textures and shadows. Trending on Artstation, shot on ultra-wide angle 4K Cinema4D.",
|
204 |
+
"audioPrompt": ""
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"shotId": "3651707d-5578-4170-a561-65f03165f251",
|
208 |
+
"index": 5,
|
209 |
+
"lastGenerationAt": "",
|
210 |
+
"videoPrompt": "evocative fine-art video of phong shading on large torus displaying changing colours in a structured, minimalist environment. Ambient light, produces highly detailed dynamic shadows. Studio quality, shot with a 4K DSLR.",
|
211 |
+
"audioPrompt": ""
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"shotId": "afb33994-390a-4593-86e2-e364cdd5b1c0",
|
215 |
+
"index": 6,
|
216 |
+
"lastGenerationAt": "",
|
217 |
+
"videoPrompt": "spectacular, ultra-realistic video of translucent, rotating monkey head within a minimalist setting. The monkey head refracts incoming light in a colourful fashion. Shot with Cinema4D, in 8K UHD resolution.",
|
218 |
+
"audioPrompt": ""
|
219 |
+
},
|
220 |
+
{
|
221 |
+
"shotId": "82a4b145-a0ac-45ff-847c-ec23aa5aa183",
|
222 |
+
"index": 7,
|
223 |
+
"lastGenerationAt": "",
|
224 |
+
"videoPrompt": "video snippet of a sublime n-body cube collision simulation, reflecting concert lighting, naturalistic physics, in an artificial, dark-lighted environment. Captured with aerial view on 4K Cinema4D.",
|
225 |
+
"audioPrompt": ""
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"shotId": "31fdd32c-e19f-45e3-a8e4-0a7224ec9df3",
|
229 |
+
"index": 8,
|
230 |
+
"lastGenerationAt": "",
|
231 |
+
"videoPrompt": "engaging, hyper-realistic video of metallic torus spinning, casting long shadows under a spotlight, against a minimalist backdrop. Captured at a low angle using high-quality RAW footage from Cinema4D.",
|
232 |
+
"audioPrompt": ""
|
233 |
+
},
|
234 |
+
{
|
235 |
+
"shotId": "d3b09b46-43db-495e-bfc0-ca9fd7eba3c9",
|
236 |
+
"index": 9,
|
237 |
+
"lastGenerationAt": "",
|
238 |
+
"videoPrompt": "short film of numerable translucent cubes slowly colliding and bouncing off each other, illuminated by soft diffused light, in a spellbinding simulation. Filmed using Cinema4D, resulting in 8K UHD studio quality.",
|
239 |
+
"audioPrompt": ""
|
240 |
+
},
|
241 |
+
{
|
242 |
+
"shotId": "26012959-4003-4099-9edf-ab14fa4c8aea",
|
243 |
+
"index": 10,
|
244 |
+
"lastGenerationAt": "",
|
245 |
+
"videoPrompt": "strikingly realistic clip of torus and cube collision simulation, accentuated by theatre lighting, absorbing and reflecting colours on their matte surfaces. Captured at a wide-angle with 4K digital Cinema4D.",
|
246 |
+
"audioPrompt": ""
|
247 |
+
},
|
248 |
+
{
|
249 |
+
"shotId": "47e39e9f-3a96-413e-b34c-29f89bd7d3fc",
|
250 |
+
"index": 11,
|
251 |
+
"lastGenerationAt": "",
|
252 |
+
"videoPrompt": "exquisite, cinematic video of rotating teapot and monkey head, casting sharp, contrasting cast shadows in a minimalistic space. Backlight illumination, highly detailed, shot in 8K UHD with Cinema4D.",
|
253 |
+
"audioPrompt": ""
|
254 |
+
}
|
255 |
+
]
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"sequenceId": "0f7712f2-5586-4fbb-9d11-ea40d0af7c43",
|
259 |
+
"skip": false,
|
260 |
+
"lastGenerationAt": "",
|
261 |
+
"videoPrompt": "a photorealistic movie about various photorealistic shots of phenomena in dramatic lighting effects, with crisp details",
|
262 |
+
"audioPrompt": "lofi instrumental hiphop",
|
263 |
+
"tags": [
|
264 |
+
"trailer",
|
265 |
+
"ambient"
|
266 |
+
],
|
267 |
+
"channel": "main",
|
268 |
+
"shots": [
|
269 |
+
{
|
270 |
+
"shotId": "1deecc12-eaaa-42d5-9e3f-31b3e5e52f2f",
|
271 |
+
"index": 0,
|
272 |
+
"lastGenerationAt": "",
|
273 |
+
"videoPrompt": "RAW video footage of a radioactive material glowing in the dark, shadows casting starkly against a hidden bunker background, in a cinematic, gloomy light casting disturbing hues and wisps, photorealistic movie, shot on a DSLR with a wide-angle view, ultra-realistic, trending on artstation.",
|
274 |
+
"audioPrompt": ""
|
275 |
+
},
|
276 |
+
{
|
277 |
+
"shotId": "090f8ea3-c7f3-43b8-8f8c-ec7bb0c1299d",
|
278 |
+
"index": 1,
|
279 |
+
"lastGenerationAt": "",
|
280 |
+
"videoPrompt": "Highly detailed 4K footage of molten metal pouring, showing subtle variations in the glowing orange and red hues against the industrial setting, produced in a theatrical, photorealistic movie style, captured through a wide-angle lens under stark, dramatic lighting conditions.",
|
281 |
+
"audioPrompt": ""
|
282 |
+
},
|
283 |
+
{
|
284 |
+
"shotId": "9bb7e3f7-590d-42ed-8863-aad37232c491",
|
285 |
+
"index": 2,
|
286 |
+
"lastGenerationAt": "",
|
287 |
+
"videoPrompt": "Cinematic sequence of sparks erupting from a forge, mid-air, illuminating the dark smithy with a dance of fiery sparks, shot in high definition, ultra-realistic, movie quality footage, with intense, dramatic lighting.",
|
288 |
+
"audioPrompt": ""
|
289 |
+
},
|
290 |
+
{
|
291 |
+
"shotId": "8aaf89f0-7441-4128-82c0-19ac1220f646",
|
292 |
+
"index": 3,
|
293 |
+
"lastGenerationAt": "",
|
294 |
+
"videoPrompt": "High quality sequence of a vanilla ice cream cone melting against a bright, sunny background, shot in crisp, high definition quality, showcasing photorealistic textures and colors, under direct sunlight, with a fisheye camera view.",
|
295 |
+
"audioPrompt": ""
|
296 |
+
},
|
297 |
+
{
|
298 |
+
"shotId": "1902b5fa-96a4-474b-8a4d-88af706d29c6",
|
299 |
+
"index": 4,
|
300 |
+
"lastGenerationAt": "",
|
301 |
+
"videoPrompt": "RAW footage of a plasma lamp, with close-ups on the bright violet tendrils of light reaching out towards the glass, shot in a dark room providing a dramatic contrast, in high detailed, studio-quality, photorealistic movie style.",
|
302 |
+
"audioPrompt": ""
|
303 |
+
},
|
304 |
+
{
|
305 |
+
"shotId": "d7194860-2205-412b-831f-066c94f2e164",
|
306 |
+
"index": 5,
|
307 |
+
"lastGenerationAt": "",
|
308 |
+
"videoPrompt": "Cinematic shot of a lava lamp, the warm-colored blobs flowing and changing shape inside the glass container, with bokeh background for added depth of field, shot in 4K ultra high definition, in a photorealistic movie style, in atmospheric ambient lighting.",
|
309 |
+
"audioPrompt": ""
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"shotId": "c8f61299-e67c-4ab8-b010-d740d8d5913f",
|
313 |
+
"index": 6,
|
314 |
+
"lastGenerationAt": "",
|
315 |
+
"videoPrompt": "Direct footage of ferromagnetic fluid reacting, forming spikes and whirling shapes against a dark backdrop, under focused spotlight, shot in a high quality, photorealistic movie, through a wide-angle lens, highlighting the surreal fluid dynamics in the glow of soft blue light.",
|
316 |
+
"audioPrompt": ""
|
317 |
+
},
|
318 |
+
{
|
319 |
+
"shotId": "d711c0db-946b-4a22-9aed-fd93a8428506",
|
320 |
+
"index": 7,
|
321 |
+
"lastGenerationAt": "",
|
322 |
+
"videoPrompt": "High-resolution footage of mercury, glistening silver and dancing in the atmospheric ambient light, on black metallic surface, close-up shot emphasising the reflective nature of the liquid metal in a photorealistic movie, captured with a 4K DSLR camera.",
|
323 |
+
"audioPrompt": ""
|
324 |
+
},
|
325 |
+
{
|
326 |
+
"shotId": "dc297890-7f5e-432a-903b-8eea2c6d541a",
|
327 |
+
"index": 8,
|
328 |
+
"lastGenerationAt": "",
|
329 |
+
"videoPrompt": "Highly detailed 4K footage of oil sliding over multicoloured surfaces, pulsating with different patterns in a constant, hypnotic motion, shot in a surreal, cinematographic quality, under blacklight for a colourful rainbow effect.",
|
330 |
+
"audioPrompt": ""
|
331 |
+
},
|
332 |
+
{
|
333 |
+
"shotId": "8c1a2c9d-2a24-49ed-ab0c-a4f3ce2839c9",
|
334 |
+
"index": 9,
|
335 |
+
"lastGenerationAt": "",
|
336 |
+
"videoPrompt": "Cinematic sequence of a chemical explosion in a laboratory, creating swarms of colourful matter and smoke, under dramatic lighting, a wide-angle camera view capturing the breathtaking display in stunning, high-definition movie style.",
|
337 |
+
"audioPrompt": ""
|
338 |
+
},
|
339 |
+
{
|
340 |
+
"shotId": "efa2f42f-ca3e-43d2-80cf-9f9c280f620b",
|
341 |
+
"index": 10,
|
342 |
+
"lastGenerationAt": "",
|
343 |
+
"videoPrompt": "4K ultra high-definition footage of an old dusty book slapped close, releasing a cloud of dust under a window light, capturing the minute particles and dramatic shadows in a photorealistic movie, shot on a DSLR under natural lighting.",
|
344 |
+
"audioPrompt": ""
|
345 |
+
},
|
346 |
+
{
|
347 |
+
"shotId": "47176e6c-2e9f-4dd0-b9c3-9cee60e852bd",
|
348 |
+
"index": 11,
|
349 |
+
"lastGenerationAt": "",
|
350 |
+
"videoPrompt": "Crisp, high-resolution footage of bubbles bursting under the water’s surface, showcasing the physics and beauty of this commonplace action in a photorealistic movie style, shot with a fisheye lens, under diffuse sunlight, ultra-realistic, high-quality.",
|
351 |
+
"audioPrompt": ""
|
352 |
+
}
|
353 |
+
]
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"sequenceId": "bc905b23-f9b2-4cb8-86ea-ac9d541c23d8",
|
357 |
+
"skip": false,
|
358 |
+
"lastGenerationAt": "",
|
359 |
+
"videoPrompt": "a photorealistic compilation of various computer renderings and simulation with different texture, effects, and 3D fractal effects",
|
360 |
+
"audioPrompt": "electronic goal music from the 90s",
|
361 |
+
"tags": [
|
362 |
+
"trailer",
|
363 |
+
"cgi"
|
364 |
+
],
|
365 |
+
"channel": "main",
|
366 |
+
"shots": [
|
367 |
+
{
|
368 |
+
"shotId": "eae919fa-8456-4df8-9add-921df0b96878",
|
369 |
+
"index": 0,
|
370 |
+
"lastGenerationAt": "",
|
371 |
+
"videoPrompt": "photorealistic video of a wireframe cube amidst a minimalistic backdrop, capturing diffraction effects as it spins under ambient light, producing detailed cast shadows. Shot on RAW with Cinema4D.",
|
372 |
+
"audioPrompt": ""
|
373 |
+
},
|
374 |
+
{
|
375 |
+
"shotId": "8e61eb2b-974d-497b-a484-7eba3099fec9",
|
376 |
+
"index": 1,
|
377 |
+
"lastGenerationAt": "",
|
378 |
+
"videoPrompt": "impressive, high resolution clip of a rotating, bump-mapped monkey head 3D model set within a simple, digital environment. The intricate details are highlighted under a soft light, shot with 4K Cinema4D resolution.",
|
379 |
+
"audioPrompt": ""
|
380 |
+
},
|
381 |
+
{
|
382 |
+
"shotId": "bc8e2694-f9cf-4869-8d2c-8ac275eeb331",
|
383 |
+
"index": 2,
|
384 |
+
"lastGenerationAt": "",
|
385 |
+
"videoPrompt": "underwater video of rotating 3D torus, displaying refraction effects within water as light pierces through the surface. Its texture mimics the movement of fishes. Shot in 8K UHD, Cinema4D.",
|
386 |
+
"audioPrompt": ""
|
387 |
+
},
|
388 |
+
{
|
389 |
+
"shotId": "d576cc2d-9639-4f62-8311-c35a3c7e45f8",
|
390 |
+
"index": 3,
|
391 |
+
"lastGenerationAt": "",
|
392 |
+
"videoPrompt": "stunning video depicting an exquisite fractal effect, spiralling, in a torus shape, with a bump-mapped texture, within a minimally designed scene. It's illuminated by neon lights and shot with Cinema4D.",
|
393 |
+
"audioPrompt": ""
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"shotId": "7e26c116-4e73-40e3-84e5-f64b6e13b434",
|
397 |
+
"index": 4,
|
398 |
+
"lastGenerationAt": "",
|
399 |
+
"videoPrompt": "award-winning, high detail video of a cube, with a reflective metal surface, falling slowly in a viscous liquid-like medium. Captured with soft lighting in a spacious studio, shot on 8K UHD Cinema4D.",
|
400 |
+
"audioPrompt": ""
|
401 |
+
},
|
402 |
+
{
|
403 |
+
"shotId": "67b2f3e6-e027-493d-bb6e-b6750207be50",
|
404 |
+
"index": 5,
|
405 |
+
"lastGenerationAt": "",
|
406 |
+
"videoPrompt": "ultra-realistic snippet of wireframe monkey head filled with intricate fractal designs, rotating in a digitally created, minimalistic room under soft lighting. Captured with high-resolution Cinema4D in 4K.",
|
407 |
+
"audioPrompt": ""
|
408 |
+
},
|
409 |
+
{
|
410 |
+
"shotId": "e32ed44a-50a2-4087-93c8-8c7f468fe518",
|
411 |
+
"index": 6,
|
412 |
+
"lastGenerationAt": "",
|
413 |
+
"videoPrompt": "highly detailed video showing a 3D teapot, the surface of which mimics frosted glass. The environment is simple, the lights cause diffraction effects on the teapot, shot in Cinema4D.",
|
414 |
+
"audioPrompt": ""
|
415 |
+
},
|
416 |
+
{
|
417 |
+
"shotId": "47438208-f985-44e8-8e65-d31480e883ce",
|
418 |
+
"index": 7,
|
419 |
+
"lastGenerationAt": "",
|
420 |
+
"videoPrompt": "photo realistic footage of an array of cubes, each refracting and diffracting light as they collide, mimicking underwater physics. The scene is lit by soft glowing lights, filmed in 8K with Cinema4D.",
|
421 |
+
"audioPrompt": ""
|
422 |
+
}
|
423 |
+
]
|
424 |
+
},
|
425 |
{
|
426 |
"sequenceId": "31730a8c-f5b9-4168-80ae-705c1540854a",
|
427 |
"skip": false,
|
src/types.mts
CHANGED
@@ -4,6 +4,8 @@ export interface Shot {
|
|
4 |
lastGenerationAt: string
|
5 |
videoPrompt: string
|
6 |
audioPrompt: string
|
|
|
|
|
7 |
}
|
8 |
|
9 |
export interface Sequence {
|
|
|
4 |
lastGenerationAt: string
|
5 |
videoPrompt: string
|
6 |
audioPrompt: string
|
7 |
+
duration: number // no more than 3 (we don't have the ressources for it)
|
8 |
+
fps: number // typically 8, 12, 24
|
9 |
}
|
10 |
|
11 |
export interface Sequence {
|
start.sh
CHANGED
@@ -4,7 +4,8 @@
|
|
4 |
bash ./scripts/init.sh
|
5 |
|
6 |
# ------------ UPDATE MUSIC ------------
|
7 |
-
|
|
|
8 |
|
9 |
# ---------- CONTENT ALIGNMENT ---------
|
10 |
bash scripts/censorship.sh
|
|
|
4 |
bash ./scripts/init.sh
|
5 |
|
6 |
# ------------ UPDATE MUSIC ------------
|
7 |
+
echo "skipping new music download"
|
8 |
+
# bash scripts/download_fresh_music.sh
|
9 |
|
10 |
# ---------- CONTENT ALIGNMENT ---------
|
11 |
bash scripts/censorship.sh
|