@revideo/create 0.5.11-beta.1106 → 0.10.1-alpha.1114

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.
Files changed (156) hide show
  1. package/examples/avatar-with-background/package.json +7 -14
  2. package/examples/avatar-with-background/src/{scenes/example.tsx → project.tsx} +19 -3
  3. package/examples/avatar-with-background/src/render.ts +4 -3
  4. package/examples/avatar-with-background/tsconfig.json +2 -1
  5. package/examples/default/package.json +6 -6
  6. package/examples/default/src/project.tsx +2 -2
  7. package/examples/github-stars-celebration/package.json +7 -11
  8. package/examples/github-stars-celebration/src/{scenes/example.tsx → project.tsx} +24 -4
  9. package/examples/github-stars-celebration/src/render.ts +1 -1
  10. package/examples/github-stars-celebration/tsconfig.json +2 -1
  11. package/examples/marketing-templates/marketing-template/README.md +19 -0
  12. package/examples/marketing-templates/marketing-template/package.json +7 -11
  13. package/examples/marketing-templates/marketing-template/src/{scenes/example.tsx → project.tsx} +23 -3
  14. package/examples/marketing-templates/marketing-template/src/render.ts +1 -1
  15. package/examples/marketing-templates/marketing-template/tsconfig.json +2 -1
  16. package/examples/marketing-templates/multiple-videos-in-one/README.md +19 -0
  17. package/examples/marketing-templates/multiple-videos-in-one/package.json +7 -11
  18. package/examples/marketing-templates/multiple-videos-in-one/src/{scenes/example.tsx → project.tsx} +21 -3
  19. package/examples/marketing-templates/multiple-videos-in-one/src/render.ts +1 -1
  20. package/examples/marketing-templates/multiple-videos-in-one/tsconfig.json +2 -1
  21. package/examples/minimal-drag-drop/README.md +14 -18
  22. package/examples/minimal-drag-drop/{next/app → app}/page.tsx +51 -39
  23. package/examples/minimal-drag-drop/{next/next-env.d.ts → next-env.d.ts} +1 -1
  24. package/examples/minimal-drag-drop/{next/package.json → package.json} +9 -4
  25. package/examples/minimal-drag-drop/revideo/project.tsx +54 -0
  26. package/examples/parallelized-aws-lambda/Dockerfile +0 -2
  27. package/examples/parallelized-aws-lambda/README.md +331 -100
  28. package/examples/parallelized-aws-lambda/revideo-project/package.json +9 -11
  29. package/examples/parallelized-aws-lambda/revideo-project/src/lambda.ts +2 -3
  30. package/examples/parallelized-aws-lambda/revideo-project/src/{scenes/example.tsx → project.tsx} +9 -5
  31. package/examples/parallelized-aws-lambda/revideo-project/src/render.ts +1 -1
  32. package/examples/parallelized-aws-lambda/revideo-project/tsconfig.json +1 -0
  33. package/examples/rive-explanation-video/README.md +0 -3
  34. package/examples/rive-explanation-video/package.json +8 -12
  35. package/examples/rive-explanation-video/src/project.tsx +234 -0
  36. package/examples/rive-explanation-video/src/render.ts +1 -1
  37. package/examples/rive-explanation-video/tsconfig.json +2 -1
  38. package/examples/saas-template/package.json +39 -39
  39. package/examples/stitching-videos/README.md +15 -3
  40. package/examples/stitching-videos/package.json +7 -10
  41. package/examples/stitching-videos/src/{scenes/example.tsx → project.tsx} +36 -3
  42. package/examples/stitching-videos/src/render.ts +4 -16
  43. package/examples/stitching-videos/tsconfig.json +2 -1
  44. package/examples/three-js-example/package.json +10 -13
  45. package/examples/three-js-example/src/project.tsx +105 -0
  46. package/examples/three-js-example/src/render.ts +1 -1
  47. package/examples/three-js-example/tsconfig.json +2 -1
  48. package/examples/youtube-shorts/README.md +14 -60
  49. package/examples/youtube-shorts/package.json +8 -12
  50. package/examples/youtube-shorts/src/{scenes/example.tsx → project.tsx} +20 -3
  51. package/examples/youtube-shorts/src/render.ts +11 -8
  52. package/examples/youtube-shorts/src/utils.ts +1 -1
  53. package/examples/youtube-shorts/tsconfig.json +2 -1
  54. package/index.js +2 -26
  55. package/package.json +9 -9
  56. package/examples/avatar-with-background/src/project.meta +0 -31
  57. package/examples/avatar-with-background/src/project.ts +0 -6
  58. package/examples/avatar-with-background/src/revideo.d.ts +0 -1
  59. package/examples/avatar-with-background/src/scenes/example.meta +0 -5
  60. package/examples/avatar-with-background/vite.config.ts +0 -8
  61. package/examples/github-stars-celebration/src/project.meta +0 -28
  62. package/examples/github-stars-celebration/src/project.ts +0 -8
  63. package/examples/github-stars-celebration/src/revideo.d.ts +0 -1
  64. package/examples/github-stars-celebration/src/scenes/example.meta +0 -5
  65. package/examples/github-stars-celebration/vite.config.ts +0 -8
  66. package/examples/google-cloud-run-parallelized/README.md +0 -127
  67. package/examples/google-cloud-run-parallelized/render-orchestrator/Dockerfile +0 -56
  68. package/examples/google-cloud-run-parallelized/render-orchestrator/package.json +0 -22
  69. package/examples/google-cloud-run-parallelized/render-orchestrator/src/index.ts +0 -72
  70. package/examples/google-cloud-run-parallelized/render-orchestrator/src/revideo.d.ts +0 -1
  71. package/examples/google-cloud-run-parallelized/render-orchestrator/tsconfig.json +0 -10
  72. package/examples/google-cloud-run-parallelized/render-worker/.gcloudignore +0 -17
  73. package/examples/google-cloud-run-parallelized/render-worker/.puppeteerrc.cjs +0 -9
  74. package/examples/google-cloud-run-parallelized/render-worker/package.json +0 -30
  75. package/examples/google-cloud-run-parallelized/render-worker/src/index.ts +0 -45
  76. package/examples/google-cloud-run-parallelized/render-worker/src/project.meta +0 -31
  77. package/examples/google-cloud-run-parallelized/render-worker/src/project.ts +0 -6
  78. package/examples/google-cloud-run-parallelized/render-worker/src/render.ts +0 -14
  79. package/examples/google-cloud-run-parallelized/render-worker/src/revideo.d.ts +0 -1
  80. package/examples/google-cloud-run-parallelized/render-worker/src/scenes/example.tsx +0 -30
  81. package/examples/google-cloud-run-parallelized/render-worker/tsconfig.json +0 -13
  82. package/examples/google-cloud-run-parallelized/render-worker/vite.config.ts +0 -9
  83. package/examples/marketing-templates/marketing-template/src/globals.css +0 -0
  84. package/examples/marketing-templates/marketing-template/src/project.meta +0 -28
  85. package/examples/marketing-templates/marketing-template/src/project.ts +0 -9
  86. package/examples/marketing-templates/marketing-template/src/revideo.d.ts +0 -1
  87. package/examples/marketing-templates/marketing-template/src/scenes/example.meta +0 -5
  88. package/examples/marketing-templates/marketing-template/vite.config.ts +0 -9
  89. package/examples/marketing-templates/multiple-videos-in-one/src/project.meta +0 -28
  90. package/examples/marketing-templates/multiple-videos-in-one/src/project.ts +0 -9
  91. package/examples/marketing-templates/multiple-videos-in-one/src/revideo.d.ts +0 -1
  92. package/examples/marketing-templates/multiple-videos-in-one/src/scenes/example.meta +0 -5
  93. package/examples/marketing-templates/multiple-videos-in-one/vite.config.ts +0 -9
  94. package/examples/minimal-drag-drop/next/package-lock.json +0 -5577
  95. package/examples/minimal-drag-drop/next/public/favicon.ico +0 -0
  96. package/examples/minimal-drag-drop/next/public/next.svg +0 -1
  97. package/examples/minimal-drag-drop/next/public/vercel.svg +0 -1
  98. package/examples/minimal-drag-drop/revideo/package-lock.json +0 -3771
  99. package/examples/minimal-drag-drop/revideo/package.json +0 -24
  100. package/examples/minimal-drag-drop/revideo/src/project.meta +0 -28
  101. package/examples/minimal-drag-drop/revideo/src/project.ts +0 -9
  102. package/examples/minimal-drag-drop/revideo/src/render.ts +0 -15
  103. package/examples/minimal-drag-drop/revideo/src/revideo.d.ts +0 -1
  104. package/examples/minimal-drag-drop/revideo/src/scenes/example.meta +0 -5
  105. package/examples/minimal-drag-drop/revideo/src/scenes/example.tsx +0 -44
  106. package/examples/minimal-drag-drop/revideo/tsconfig.json +0 -9
  107. package/examples/minimal-drag-drop/revideo/vite.config.ts +0 -6
  108. package/examples/parallelized-aws-lambda/revideo-project/.puppeteerrc.cjs +0 -9
  109. package/examples/parallelized-aws-lambda/revideo-project/src/project.meta +0 -28
  110. package/examples/parallelized-aws-lambda/revideo-project/src/project.ts +0 -7
  111. package/examples/parallelized-aws-lambda/revideo-project/src/revideo.d.ts +0 -1
  112. package/examples/parallelized-aws-lambda/revideo-project/src/scenes/example.meta +0 -5
  113. package/examples/parallelized-aws-lambda/revideo-project/vite.config.ts +0 -9
  114. package/examples/reddit-post-video/README.md +0 -84
  115. package/examples/reddit-post-video/package-lock.json +0 -2941
  116. package/examples/reddit-post-video/package.json +0 -27
  117. package/examples/reddit-post-video/src/global.css +0 -1
  118. package/examples/reddit-post-video/src/metadata.json +0 -576
  119. package/examples/reddit-post-video/src/project.meta +0 -31
  120. package/examples/reddit-post-video/src/project.ts +0 -9
  121. package/examples/reddit-post-video/src/render.ts +0 -157
  122. package/examples/reddit-post-video/src/revideo.d.ts +0 -1
  123. package/examples/reddit-post-video/src/scenes/example.meta +0 -5
  124. package/examples/reddit-post-video/src/scenes/example.tsx +0 -74
  125. package/examples/reddit-post-video/tsconfig.json +0 -9
  126. package/examples/reddit-post-video/vite.config.ts +0 -6
  127. package/examples/rive-explanation-video/src/project.meta +0 -31
  128. package/examples/rive-explanation-video/src/project.ts +0 -8
  129. package/examples/rive-explanation-video/src/revideo.d.ts +0 -1
  130. package/examples/rive-explanation-video/src/scenes/example.meta +0 -5
  131. package/examples/rive-explanation-video/src/scenes/example.tsx +0 -218
  132. package/examples/rive-explanation-video/vite.config.ts +0 -8
  133. package/examples/stitching-videos/src/project.meta +0 -28
  134. package/examples/stitching-videos/src/project.ts +0 -20
  135. package/examples/stitching-videos/src/revideo.d.ts +0 -1
  136. package/examples/stitching-videos/vite.config.ts +0 -8
  137. package/examples/three-js-example/README.md +0 -8
  138. package/examples/three-js-example/src/project.meta +0 -31
  139. package/examples/three-js-example/src/project.ts +0 -8
  140. package/examples/three-js-example/src/revideo.d.ts +0 -1
  141. package/examples/three-js-example/src/scenes/basic3D.meta +0 -5
  142. package/examples/three-js-example/src/scenes/basic3D.tsx +0 -89
  143. package/examples/three-js-example/vite.config.ts +0 -6
  144. package/examples/youtube-shorts/src/project.meta +0 -28
  145. package/examples/youtube-shorts/src/project.ts +0 -9
  146. package/examples/youtube-shorts/src/revideo.d.ts +0 -1
  147. package/examples/youtube-shorts/vite.config.ts +0 -8
  148. /package/examples/minimal-drag-drop/{next/app → app}/api/render/route.ts +0 -0
  149. /package/examples/minimal-drag-drop/{next/app → app}/globals.css +0 -0
  150. /package/examples/minimal-drag-drop/{next/app → app}/layout.tsx +0 -0
  151. /package/examples/minimal-drag-drop/{next/next.config.mjs → next.config.mjs} +0 -0
  152. /package/examples/minimal-drag-drop/{next/postcss.config.js → postcss.config.js} +0 -0
  153. /package/examples/minimal-drag-drop/revideo/{src/global.css → global.css} +0 -0
  154. /package/examples/minimal-drag-drop/{next/tailwind.config.ts → tailwind.config.ts} +0 -0
  155. /package/examples/minimal-drag-drop/{next/tsconfig.json → tsconfig.json} +0 -0
  156. /package/examples/minimal-drag-drop/{next/utils → utils}/parse.ts +0 -0
@@ -1,27 +0,0 @@
1
- {
2
- "name": "my-revideo-project",
3
- "private": true,
4
- "version": "0.0.0",
5
- "scripts": {
6
- "start": "vite",
7
- "serve": "vite",
8
- "build": "tsc && vite build",
9
- "render": "tsc && node dist/render.js"
10
- },
11
- "dependencies": {
12
- "@deepgram/sdk": "^3.2.0",
13
- "@revideo/2d": "0.5.10",
14
- "@revideo/core": "0.5.10",
15
- "@revideo/ffmpeg": "0.5.10",
16
- "@revideo/renderer": "0.5.10",
17
- "@revideo/vite-plugin": "0.5.10",
18
- "axios": "^1.6.8",
19
- "yargs": "^17.7.2"
20
- },
21
- "devDependencies": {
22
- "@revideo/ui": "0.5.10",
23
- "@types/yargs": "^17.0.32",
24
- "typescript": "5.5.4",
25
- "vite": "^4.5"
26
- }
27
- }
@@ -1 +0,0 @@
1
- @import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@@ -1,576 +0,0 @@
1
- {
2
- "audioFile": "/audio.wav",
3
- "text": [
4
- {
5
- "punctuated_word": "How",
6
- "start": 0.08,
7
- "end": 0.24
8
- },
9
- {
10
- "punctuated_word": "do",
11
- "start": 0.24,
12
- "end": 0.39999998
13
- },
14
- {
15
- "punctuated_word": "I",
16
- "start": 0.39999998,
17
- "end": 0.48
18
- },
19
- {
20
- "punctuated_word": "leave",
21
- "start": 0.48,
22
- "end": 0.71999997
23
- },
24
- {
25
- "punctuated_word": "a",
26
- "start": 0.71999997,
27
- "end": 0.88
28
- },
29
- {
30
- "punctuated_word": "job",
31
- "start": 0.88,
32
- "end": 1.12
33
- },
34
- {
35
- "punctuated_word": "I",
36
- "start": 1.12,
37
- "end": 1.28
38
- },
39
- {
40
- "punctuated_word": "hate,",
41
- "start": 1.28,
42
- "end": 1.52
43
- },
44
- {
45
- "punctuated_word": "but",
46
- "start": 1.52,
47
- "end": 1.68
48
- },
49
- {
50
- "punctuated_word": "it's",
51
- "start": 1.68,
52
- "end": 1.92
53
- },
54
- {
55
- "punctuated_word": "comfortable?",
56
- "start": 1.92,
57
- "end": 2.42
58
- },
59
- {
60
- "punctuated_word": "Pay",
61
- "start": 2.96,
62
- "end": 3.1999998
63
- },
64
- {
65
- "punctuated_word": "and",
66
- "start": 3.1999998,
67
- "end": 3.4399998
68
- },
69
- {
70
- "punctuated_word": "benefits",
71
- "start": 3.4399998,
72
- "end": 3.9199998
73
- },
74
- {
75
- "punctuated_word": "are",
76
- "start": 3.9199998,
77
- "end": 4.08
78
- },
79
- {
80
- "punctuated_word": "making",
81
- "start": 4.08,
82
- "end": 4.3199997
83
- },
84
- {
85
- "punctuated_word": "me",
86
- "start": 4.3199997,
87
- "end": 4.64
88
- },
89
- {
90
- "punctuated_word": "stay,",
91
- "start": 4.64,
92
- "end": 5.14
93
- },
94
- {
95
- "punctuated_word": "but",
96
- "start": 5.2799997,
97
- "end": 5.6
98
- },
99
- {
100
- "punctuated_word": "I",
101
- "start": 5.6,
102
- "end": 5.7599998
103
- },
104
- {
105
- "punctuated_word": "hate",
106
- "start": 5.7599998,
107
- "end": 6.16
108
- },
109
- {
110
- "punctuated_word": "job",
111
- "start": 6.16,
112
- "end": 6.48
113
- },
114
- {
115
- "punctuated_word": "itself.",
116
- "start": 6.48,
117
- "end": 6.98
118
- },
119
- {
120
- "punctuated_word": "I've",
121
- "start": 7.495,
122
- "end": 7.7349997
123
- },
124
- {
125
- "punctuated_word": "been",
126
- "start": 7.7349997,
127
- "end": 7.8149996
128
- },
129
- {
130
- "punctuated_word": "working",
131
- "start": 7.8149996,
132
- "end": 8.135
133
- },
134
- {
135
- "punctuated_word": "for",
136
- "start": 8.135,
137
- "end": 8.295
138
- },
139
- {
140
- "punctuated_word": "this",
141
- "start": 8.295,
142
- "end": 8.455
143
- },
144
- {
145
- "punctuated_word": "company",
146
- "start": 8.455,
147
- "end": 8.855
148
- },
149
- {
150
- "punctuated_word": "for",
151
- "start": 8.855,
152
- "end": 9.094999
153
- },
154
- {
155
- "punctuated_word": "about",
156
- "start": 9.094999,
157
- "end": 9.335
158
- },
159
- {
160
- "punctuated_word": "2",
161
- "start": 9.335,
162
- "end": 9.575
163
- },
164
- {
165
- "punctuated_word": "years",
166
- "start": 9.575,
167
- "end": 9.815
168
- },
169
- {
170
- "punctuated_word": "now.",
171
- "start": 9.815,
172
- "end": 10.295
173
- },
174
- {
175
- "punctuated_word": "It's",
176
- "start": 10.295,
177
- "end": 10.535
178
- },
179
- {
180
- "punctuated_word": "a",
181
- "start": 10.535,
182
- "end": 10.775
183
- },
184
- {
185
- "punctuated_word": "customer",
186
- "start": 10.775,
187
- "end": 11.254999
188
- },
189
- {
190
- "punctuated_word": "facing",
191
- "start": 11.254999,
192
- "end": 11.575
193
- },
194
- {
195
- "punctuated_word": "role.",
196
- "start": 11.575,
197
- "end": 12.075
198
- },
199
- {
200
- "punctuated_word": "I",
201
- "start": 12.215,
202
- "end": 12.455
203
- },
204
- {
205
- "punctuated_word": "used",
206
- "start": 12.455,
207
- "end": 12.615
208
- },
209
- {
210
- "punctuated_word": "to",
211
- "start": 12.615,
212
- "end": 12.695
213
- },
214
- {
215
- "punctuated_word": "love",
216
- "start": 12.695,
217
- "end": 12.934999
218
- },
219
- {
220
- "punctuated_word": "it.",
221
- "start": 12.934999,
222
- "end": 13.414999
223
- },
224
- {
225
- "punctuated_word": "At",
226
- "start": 13.414999,
227
- "end": 13.655
228
- },
229
- {
230
- "punctuated_word": "first,",
231
- "start": 13.655,
232
- "end": 13.8949995
233
- },
234
- {
235
- "punctuated_word": "it",
236
- "start": 13.8949995,
237
- "end": 13.975
238
- },
239
- {
240
- "punctuated_word": "was",
241
- "start": 13.975,
242
- "end": 14.215
243
- },
244
- {
245
- "punctuated_word": "really",
246
- "start": 14.215,
247
- "end": 14.535
248
- },
249
- {
250
- "punctuated_word": "exciting,",
251
- "start": 14.535,
252
- "end": 15.035
253
- },
254
- {
255
- "punctuated_word": "but",
256
- "start": 15.34,
257
- "end": 15.5
258
- },
259
- {
260
- "punctuated_word": "now",
261
- "start": 15.5,
262
- "end": 15.66
263
- },
264
- {
265
- "punctuated_word": "I",
266
- "start": 15.66,
267
- "end": 15.900001
268
- },
269
- {
270
- "punctuated_word": "genuinely",
271
- "start": 15.900001,
272
- "end": 16.400002
273
- },
274
- {
275
- "punctuated_word": "hate",
276
- "start": 16.54,
277
- "end": 16.7
278
- },
279
- {
280
- "punctuated_word": "it.",
281
- "start": 16.7,
282
- "end": 17.2
283
- },
284
- {
285
- "punctuated_word": "The",
286
- "start": 17.26,
287
- "end": 17.5
288
- },
289
- {
290
- "punctuated_word": "stress",
291
- "start": 17.5,
292
- "end": 17.82
293
- },
294
- {
295
- "punctuated_word": "I",
296
- "start": 17.82,
297
- "end": 17.98
298
- },
299
- {
300
- "punctuated_word": "get",
301
- "start": 17.98,
302
- "end": 18.220001
303
- },
304
- {
305
- "punctuated_word": "from",
306
- "start": 18.220001,
307
- "end": 18.380001
308
- },
309
- {
310
- "punctuated_word": "it,",
311
- "start": 18.380001,
312
- "end": 18.62
313
- },
314
- {
315
- "punctuated_word": "it's",
316
- "start": 18.62,
317
- "end": 18.94
318
- },
319
- {
320
- "punctuated_word": "crazy.",
321
- "start": 18.94,
322
- "end": 19.44
323
- },
324
- {
325
- "punctuated_word": "Even",
326
- "start": 19.82,
327
- "end": 20.06
328
- },
329
- {
330
- "punctuated_word": "when",
331
- "start": 20.06,
332
- "end": 20.3
333
- },
334
- {
335
- "punctuated_word": "I",
336
- "start": 20.3,
337
- "end": 20.380001
338
- },
339
- {
340
- "punctuated_word": "take",
341
- "start": 20.380001,
342
- "end": 20.619999
343
- },
344
- {
345
- "punctuated_word": "my",
346
- "start": 20.619999,
347
- "end": 20.86
348
- },
349
- {
350
- "punctuated_word": "ADHD",
351
- "start": 20.86,
352
- "end": 21.36
353
- },
354
- {
355
- "punctuated_word": "medication,",
356
- "start": 21.5,
357
- "end": 22
358
- },
359
- {
360
- "punctuated_word": "I",
361
- "start": 22.06,
362
- "end": 22.14
363
- },
364
- {
365
- "punctuated_word": "can",
366
- "start": 22.14,
367
- "end": 22.380001
368
- },
369
- {
370
- "punctuated_word": "barely",
371
- "start": 22.380001,
372
- "end": 22.78
373
- },
374
- {
375
- "punctuated_word": "tolerate",
376
- "start": 22.78,
377
- "end": 23.18
378
- },
379
- {
380
- "punctuated_word": "it.",
381
- "start": 23.18,
382
- "end": 23.655
383
- },
384
- {
385
- "punctuated_word": "I'm",
386
- "start": 23.815,
387
- "end": 24.055
388
- },
389
- {
390
- "punctuated_word": "25",
391
- "start": 24.055,
392
- "end": 24.535
393
- },
394
- {
395
- "punctuated_word": "years",
396
- "start": 24.535,
397
- "end": 24.775002
398
- },
399
- {
400
- "punctuated_word": "old.",
401
- "start": 24.775002,
402
- "end": 25.255001
403
- },
404
- {
405
- "punctuated_word": "I've",
406
- "start": 25.255001,
407
- "end": 25.495
408
- },
409
- {
410
- "punctuated_word": "completed",
411
- "start": 25.495,
412
- "end": 25.895
413
- },
414
- {
415
- "punctuated_word": "my",
416
- "start": 25.895,
417
- "end": 26.135
418
- },
419
- {
420
- "punctuated_word": "degree",
421
- "start": 26.135,
422
- "end": 26.455
423
- },
424
- {
425
- "punctuated_word": "less",
426
- "start": 26.455,
427
- "end": 26.695
428
- },
429
- {
430
- "punctuated_word": "than",
431
- "start": 26.695,
432
- "end": 26.855
433
- },
434
- {
435
- "punctuated_word": "a",
436
- "start": 26.855,
437
- "end": 26.935001
438
- },
439
- {
440
- "punctuated_word": "year",
441
- "start": 26.935001,
442
- "end": 27.175001
443
- },
444
- {
445
- "punctuated_word": "ago,",
446
- "start": 27.175001,
447
- "end": 27.675001
448
- },
449
- {
450
- "punctuated_word": "and",
451
- "start": 27.735,
452
- "end": 27.975
453
- },
454
- {
455
- "punctuated_word": "I",
456
- "start": 27.975,
457
- "end": 28.055
458
- },
459
- {
460
- "punctuated_word": "often",
461
- "start": 28.055,
462
- "end": 28.375
463
- },
464
- {
465
- "punctuated_word": "think",
466
- "start": 28.375,
467
- "end": 28.535
468
- },
469
- {
470
- "punctuated_word": "about",
471
- "start": 28.535,
472
- "end": 28.855
473
- },
474
- {
475
- "punctuated_word": "leaving,",
476
- "start": 28.855,
477
- "end": 29.355
478
- },
479
- {
480
- "punctuated_word": "but",
481
- "start": 29.47925,
482
- "end": 29.71925
483
- },
484
- {
485
- "punctuated_word": "the",
486
- "start": 29.71925,
487
- "end": 29.95925
488
- },
489
- {
490
- "punctuated_word": "pay",
491
- "start": 29.95925,
492
- "end": 30.19925
493
- },
494
- {
495
- "punctuated_word": "and",
496
- "start": 30.19925,
497
- "end": 30.439249
498
- },
499
- {
500
- "punctuated_word": "benefits",
501
- "start": 30.439249,
502
- "end": 30.83925
503
- },
504
- {
505
- "punctuated_word": "at",
506
- "start": 30.83925,
507
- "end": 30.99925
508
- },
509
- {
510
- "punctuated_word": "my",
511
- "start": 30.99925,
512
- "end": 31.23925
513
- },
514
- {
515
- "punctuated_word": "current",
516
- "start": 31.23925,
517
- "end": 31.55925
518
- },
519
- {
520
- "punctuated_word": "job",
521
- "start": 31.55925,
522
- "end": 32.05925
523
- },
524
- {
525
- "punctuated_word": "make",
526
- "start": 32.11925,
527
- "end": 32.27925
528
- },
529
- {
530
- "punctuated_word": "it",
531
- "start": 32.27925,
532
- "end": 32.51925
533
- },
534
- {
535
- "punctuated_word": "really",
536
- "start": 32.51925,
537
- "end": 32.75925
538
- },
539
- {
540
- "punctuated_word": "hard",
541
- "start": 32.75925,
542
- "end": 32.99925
543
- },
544
- {
545
- "punctuated_word": "for",
546
- "start": 32.99925,
547
- "end": 33.15925
548
- },
549
- {
550
- "punctuated_word": "me",
551
- "start": 33.15925,
552
- "end": 33.31925
553
- },
554
- {
555
- "punctuated_word": "to",
556
- "start": 33.31925,
557
- "end": 33.479248
558
- },
559
- {
560
- "punctuated_word": "leave.",
561
- "start": 33.479248,
562
- "end": 33.979248
563
- },
564
- {
565
- "punctuated_word": "Any",
566
- "start": 34.11925,
567
- "end": 34.43925
568
- },
569
- {
570
- "punctuated_word": "suggestions?",
571
- "start": 34.43925,
572
- "end": 34.93925
573
- }
574
- ],
575
- "textColor": "red"
576
- }
@@ -1,31 +0,0 @@
1
- {
2
- "version": 0,
3
- "shared": {
4
- "background": null,
5
- "range": [
6
- 0,
7
- null
8
- ],
9
- "size": {
10
- "x": 1080,
11
- "y": 1920
12
- },
13
- "audioOffset": 0
14
- },
15
- "preview": {
16
- "fps": 30,
17
- "resolutionScale": 1
18
- },
19
- "rendering": {
20
- "fps": 30,
21
- "resolutionScale": 1,
22
- "colorSpace": "srgb",
23
- "exporter": {
24
- "name": "@revideo/core/wasm",
25
- "options": {
26
- "fastStart": true,
27
- "includeAudio": true
28
- }
29
- }
30
- }
31
- }
@@ -1,9 +0,0 @@
1
- import { makeProject } from "@revideo/core";
2
- import example from "./scenes/example?scene";
3
- import metadata from "./metadata.json";
4
- import "./global.css";
5
-
6
- export default makeProject({
7
- scenes: [example],
8
- variables: { data: metadata },
9
- });