@revideo/create 0.5.8-alpha.1083 → 0.5.8-beta.1082

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 (175) hide show
  1. package/package.json +9 -9
  2. package/examples/README.md +0 -43
  3. package/examples/avatar-with-background/package-lock.json +0 -3223
  4. package/examples/avatar-with-background/package.json +0 -26
  5. package/examples/avatar-with-background/src/project.meta +0 -31
  6. package/examples/avatar-with-background/src/project.ts +0 -6
  7. package/examples/avatar-with-background/src/render.ts +0 -14
  8. package/examples/avatar-with-background/src/revideo.d.ts +0 -1
  9. package/examples/avatar-with-background/src/scenes/example.meta +0 -5
  10. package/examples/avatar-with-background/src/scenes/example.tsx +0 -27
  11. package/examples/avatar-with-background/tsconfig.json +0 -9
  12. package/examples/avatar-with-background/vite.config.ts +0 -8
  13. package/examples/default/package.json +0 -24
  14. package/examples/default/src/project.meta +0 -31
  15. package/examples/default/src/project.ts +0 -7
  16. package/examples/default/src/render.ts +0 -15
  17. package/examples/default/src/revideo.d.ts +0 -1
  18. package/examples/default/src/scenes/example.tsx +0 -38
  19. package/examples/default/tsconfig.json +0 -9
  20. package/examples/default/vite.config.ts +0 -8
  21. package/examples/github-stars-celebration/package-lock.json +0 -3833
  22. package/examples/github-stars-celebration/package.json +0 -24
  23. package/examples/github-stars-celebration/src/global.css +0 -1
  24. package/examples/github-stars-celebration/src/project.meta +0 -28
  25. package/examples/github-stars-celebration/src/project.ts +0 -8
  26. package/examples/github-stars-celebration/src/render.ts +0 -15
  27. package/examples/github-stars-celebration/src/revideo.d.ts +0 -1
  28. package/examples/github-stars-celebration/src/scenes/example.meta +0 -5
  29. package/examples/github-stars-celebration/src/scenes/example.tsx +0 -51
  30. package/examples/github-stars-celebration/tsconfig.json +0 -9
  31. package/examples/github-stars-celebration/vite.config.ts +0 -8
  32. package/examples/google-cloud-run-parallelized/README.md +0 -127
  33. package/examples/google-cloud-run-parallelized/render-orchestrator/Dockerfile +0 -56
  34. package/examples/google-cloud-run-parallelized/render-orchestrator/package.json +0 -22
  35. package/examples/google-cloud-run-parallelized/render-orchestrator/src/index.ts +0 -72
  36. package/examples/google-cloud-run-parallelized/render-orchestrator/src/revideo.d.ts +0 -1
  37. package/examples/google-cloud-run-parallelized/render-orchestrator/tsconfig.json +0 -10
  38. package/examples/google-cloud-run-parallelized/render-worker/.gcloudignore +0 -17
  39. package/examples/google-cloud-run-parallelized/render-worker/.puppeteerrc.cjs +0 -9
  40. package/examples/google-cloud-run-parallelized/render-worker/package.json +0 -30
  41. package/examples/google-cloud-run-parallelized/render-worker/src/index.ts +0 -45
  42. package/examples/google-cloud-run-parallelized/render-worker/src/project.meta +0 -31
  43. package/examples/google-cloud-run-parallelized/render-worker/src/project.ts +0 -6
  44. package/examples/google-cloud-run-parallelized/render-worker/src/render.ts +0 -14
  45. package/examples/google-cloud-run-parallelized/render-worker/src/revideo.d.ts +0 -1
  46. package/examples/google-cloud-run-parallelized/render-worker/src/scenes/example.tsx +0 -30
  47. package/examples/google-cloud-run-parallelized/render-worker/tsconfig.json +0 -13
  48. package/examples/google-cloud-run-parallelized/render-worker/vite.config.ts +0 -9
  49. package/examples/logo.svg +0 -6
  50. package/examples/logo_dark.svg +0 -6
  51. package/examples/marketing-templates/README.md +0 -10
  52. package/examples/marketing-templates/marketing-template/package-lock.json +0 -3824
  53. package/examples/marketing-templates/marketing-template/package.json +0 -24
  54. package/examples/marketing-templates/marketing-template/src/globals.css +0 -0
  55. package/examples/marketing-templates/marketing-template/src/project.meta +0 -28
  56. package/examples/marketing-templates/marketing-template/src/project.ts +0 -9
  57. package/examples/marketing-templates/marketing-template/src/render.ts +0 -15
  58. package/examples/marketing-templates/marketing-template/src/revideo.d.ts +0 -1
  59. package/examples/marketing-templates/marketing-template/src/scenes/example.meta +0 -5
  60. package/examples/marketing-templates/marketing-template/src/scenes/example.tsx +0 -67
  61. package/examples/marketing-templates/marketing-template/tsconfig.json +0 -9
  62. package/examples/marketing-templates/marketing-template/vite.config.ts +0 -9
  63. package/examples/marketing-templates/multiple-videos-in-one/package-lock.json +0 -3824
  64. package/examples/marketing-templates/multiple-videos-in-one/package.json +0 -24
  65. package/examples/marketing-templates/multiple-videos-in-one/src/project.meta +0 -28
  66. package/examples/marketing-templates/multiple-videos-in-one/src/project.ts +0 -9
  67. package/examples/marketing-templates/multiple-videos-in-one/src/render.ts +0 -15
  68. package/examples/marketing-templates/multiple-videos-in-one/src/revideo.d.ts +0 -1
  69. package/examples/marketing-templates/multiple-videos-in-one/src/scenes/example.meta +0 -5
  70. package/examples/marketing-templates/multiple-videos-in-one/src/scenes/example.tsx +0 -122
  71. package/examples/marketing-templates/multiple-videos-in-one/tsconfig.json +0 -9
  72. package/examples/marketing-templates/multiple-videos-in-one/vite.config.ts +0 -9
  73. package/examples/parallelized-aws-lambda/.dockerignore +0 -3
  74. package/examples/parallelized-aws-lambda/Dockerfile +0 -21
  75. package/examples/parallelized-aws-lambda/Dockerfile.base +0 -64
  76. package/examples/parallelized-aws-lambda/README.md +0 -197
  77. package/examples/parallelized-aws-lambda/revideo-project/.puppeteerrc.cjs +0 -9
  78. package/examples/parallelized-aws-lambda/revideo-project/package-lock.json +0 -4133
  79. package/examples/parallelized-aws-lambda/revideo-project/package.json +0 -31
  80. package/examples/parallelized-aws-lambda/revideo-project/src/lambda.ts +0 -144
  81. package/examples/parallelized-aws-lambda/revideo-project/src/project.meta +0 -28
  82. package/examples/parallelized-aws-lambda/revideo-project/src/project.ts +0 -7
  83. package/examples/parallelized-aws-lambda/revideo-project/src/render.ts +0 -16
  84. package/examples/parallelized-aws-lambda/revideo-project/src/revideo.d.ts +0 -1
  85. package/examples/parallelized-aws-lambda/revideo-project/src/scenes/example.meta +0 -5
  86. package/examples/parallelized-aws-lambda/revideo-project/src/scenes/example.tsx +0 -29
  87. package/examples/parallelized-aws-lambda/revideo-project/tsconfig.json +0 -10
  88. package/examples/parallelized-aws-lambda/revideo-project/vite.config.ts +0 -9
  89. package/examples/reddit-post-video/README.md +0 -84
  90. package/examples/reddit-post-video/package-lock.json +0 -2941
  91. package/examples/reddit-post-video/package.json +0 -27
  92. package/examples/reddit-post-video/src/global.css +0 -1
  93. package/examples/reddit-post-video/src/metadata.json +0 -576
  94. package/examples/reddit-post-video/src/project.meta +0 -31
  95. package/examples/reddit-post-video/src/project.ts +0 -9
  96. package/examples/reddit-post-video/src/render.ts +0 -157
  97. package/examples/reddit-post-video/src/revideo.d.ts +0 -1
  98. package/examples/reddit-post-video/src/scenes/example.meta +0 -5
  99. package/examples/reddit-post-video/src/scenes/example.tsx +0 -74
  100. package/examples/reddit-post-video/tsconfig.json +0 -9
  101. package/examples/reddit-post-video/vite.config.ts +0 -6
  102. package/examples/rive-explanation-video/README.md +0 -9
  103. package/examples/rive-explanation-video/package-lock.json +0 -3706
  104. package/examples/rive-explanation-video/package.json +0 -25
  105. package/examples/rive-explanation-video/src/global.css +0 -1
  106. package/examples/rive-explanation-video/src/project.meta +0 -31
  107. package/examples/rive-explanation-video/src/project.ts +0 -8
  108. package/examples/rive-explanation-video/src/render.ts +0 -15
  109. package/examples/rive-explanation-video/src/revideo.d.ts +0 -1
  110. package/examples/rive-explanation-video/src/scenes/example.meta +0 -5
  111. package/examples/rive-explanation-video/src/scenes/example.tsx +0 -218
  112. package/examples/rive-explanation-video/tsconfig.json +0 -9
  113. package/examples/rive-explanation-video/vite.config.ts +0 -8
  114. package/examples/saas-template/.prettierrc +0 -9
  115. package/examples/saas-template/README.md +0 -28
  116. package/examples/saas-template/next/app/actions.tsx +0 -113
  117. package/examples/saas-template/next/app/api/render/route.ts +0 -22
  118. package/examples/saas-template/next/app/globals.css +0 -3
  119. package/examples/saas-template/next/app/layout.tsx +0 -25
  120. package/examples/saas-template/next/app/page.tsx +0 -187
  121. package/examples/saas-template/next/next.config.mjs +0 -4
  122. package/examples/saas-template/next/package.json +0 -34
  123. package/examples/saas-template/next/postcss.config.js +0 -6
  124. package/examples/saas-template/next/public/favicon.ico +0 -0
  125. package/examples/saas-template/next/public/next.svg +0 -1
  126. package/examples/saas-template/next/public/vercel.svg +0 -1
  127. package/examples/saas-template/next/tailwind.config.ts +0 -30
  128. package/examples/saas-template/next/tsconfig.json +0 -26
  129. package/examples/saas-template/next/utils/parse.ts +0 -35
  130. package/examples/saas-template/revideo/package.json +0 -24
  131. package/examples/saas-template/revideo/src/global.css +0 -1
  132. package/examples/saas-template/revideo/src/project.meta +0 -27
  133. package/examples/saas-template/revideo/src/project.ts +0 -9
  134. package/examples/saas-template/revideo/src/render.ts +0 -15
  135. package/examples/saas-template/revideo/src/revideo.d.ts +0 -1
  136. package/examples/saas-template/revideo/src/scenes/example.meta +0 -5
  137. package/examples/saas-template/revideo/src/scenes/example.tsx +0 -178
  138. package/examples/saas-template/revideo/tsconfig.json +0 -9
  139. package/examples/saas-template/revideo/vite.config.ts +0 -6
  140. package/examples/stitching-videos/README.md +0 -7
  141. package/examples/stitching-videos/package-lock.json +0 -2801
  142. package/examples/stitching-videos/package.json +0 -23
  143. package/examples/stitching-videos/src/project.meta +0 -28
  144. package/examples/stitching-videos/src/project.ts +0 -20
  145. package/examples/stitching-videos/src/render.ts +0 -26
  146. package/examples/stitching-videos/src/revideo.d.ts +0 -1
  147. package/examples/stitching-videos/src/scenes/example.tsx +0 -30
  148. package/examples/stitching-videos/tsconfig.json +0 -9
  149. package/examples/stitching-videos/vite.config.ts +0 -8
  150. package/examples/three-js-example/README.md +0 -8
  151. package/examples/three-js-example/package-lock.json +0 -2753
  152. package/examples/three-js-example/package.json +0 -25
  153. package/examples/three-js-example/src/components/Three.ts +0 -166
  154. package/examples/three-js-example/src/global.css +0 -1
  155. package/examples/three-js-example/src/project.meta +0 -31
  156. package/examples/three-js-example/src/project.ts +0 -8
  157. package/examples/three-js-example/src/render.ts +0 -15
  158. package/examples/three-js-example/src/revideo.d.ts +0 -1
  159. package/examples/three-js-example/src/scenes/basic3D.meta +0 -5
  160. package/examples/three-js-example/src/scenes/basic3D.tsx +0 -89
  161. package/examples/three-js-example/tsconfig.json +0 -9
  162. package/examples/three-js-example/vite.config.ts +0 -6
  163. package/examples/youtube-shorts/README.md +0 -65
  164. package/examples/youtube-shorts/package-lock.json +0 -3914
  165. package/examples/youtube-shorts/package.json +0 -30
  166. package/examples/youtube-shorts/src/global.css +0 -3
  167. package/examples/youtube-shorts/src/metadata.json +0 -635
  168. package/examples/youtube-shorts/src/project.meta +0 -28
  169. package/examples/youtube-shorts/src/project.ts +0 -9
  170. package/examples/youtube-shorts/src/render.ts +0 -43
  171. package/examples/youtube-shorts/src/revideo.d.ts +0 -1
  172. package/examples/youtube-shorts/src/scenes/example.tsx +0 -211
  173. package/examples/youtube-shorts/src/utils.ts +0 -123
  174. package/examples/youtube-shorts/tsconfig.json +0 -9
  175. package/examples/youtube-shorts/vite.config.ts +0 -8
@@ -1,30 +0,0 @@
1
- {
2
- "name": "revideo",
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.3.1",
13
- "@revideo/2d": "^0.4.5",
14
- "@revideo/cli": "^0.4.5",
15
- "@revideo/core": "^0.4.5",
16
- "@revideo/ffmpeg": "^0.4.5",
17
- "@revideo/renderer": "^0.4.5",
18
- "@revideo/vite-plugin": "^0.4.5",
19
- "dotenv": "^16.4.5",
20
- "express": "^4.19.2",
21
- "openai": "^4.40.2",
22
- "uuid": "^9.0.1"
23
- },
24
- "devDependencies": {
25
- "@revideo/ui": "^0.4.5",
26
- "@types/uuid": "^9.0.8",
27
- "typescript": "^5.2.2",
28
- "vite": "^4.5"
29
- }
30
- }
@@ -1,3 +0,0 @@
1
- @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
2
- @import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
3
- @import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@@ -1,635 +0,0 @@
1
- {
2
- "audioUrl": "https://revideo-example-assets.s3.amazonaws.com/12c4cb20-36b8-4ccf-a1bd-7a68b6b47173/audio.wav",
3
- "images": [
4
- "https://revideo-example-assets.s3.amazonaws.com/12c4cb20-36b8-4ccf-a1bd-7a68b6b47173/image-0.png",
5
- "https://revideo-example-assets.s3.amazonaws.com/12c4cb20-36b8-4ccf-a1bd-7a68b6b47173/image-1.png",
6
- "https://revideo-example-assets.s3.amazonaws.com/12c4cb20-36b8-4ccf-a1bd-7a68b6b47173/image-2.png",
7
- "https://revideo-example-assets.s3.amazonaws.com/12c4cb20-36b8-4ccf-a1bd-7a68b6b47173/image-3.png",
8
- "https://revideo-example-assets.s3.amazonaws.com/12c4cb20-36b8-4ccf-a1bd-7a68b6b47173/image-4.png"
9
- ],
10
- "words": [
11
- {
12
- "word": "ready",
13
- "start": 0.08,
14
- "end": 0.39999998,
15
- "confidence": 0.9988054,
16
- "punctuated_word": "Ready"
17
- },
18
- {
19
- "word": "to",
20
- "start": 0.39999998,
21
- "end": 0.48,
22
- "confidence": 0.99993455,
23
- "punctuated_word": "to"
24
- },
25
- {
26
- "word": "have",
27
- "start": 0.48,
28
- "end": 0.71999997,
29
- "confidence": 0.99994206,
30
- "punctuated_word": "have"
31
- },
32
- {
33
- "word": "your",
34
- "start": 0.71999997,
35
- "end": 0.88,
36
- "confidence": 0.9997631,
37
- "punctuated_word": "your"
38
- },
39
- {
40
- "word": "mind",
41
- "start": 0.88,
42
- "end": 1.28,
43
- "confidence": 0.99993217,
44
- "punctuated_word": "mind"
45
- },
46
- {
47
- "word": "blown",
48
- "start": 1.28,
49
- "end": 1.68,
50
- "confidence": 0.99995804,
51
- "punctuated_word": "blown"
52
- },
53
- {
54
- "word": "by",
55
- "start": 1.68,
56
- "end": 1.8399999,
57
- "confidence": 0.9996729,
58
- "punctuated_word": "by"
59
- },
60
- {
61
- "word": "the",
62
- "start": 1.8399999,
63
- "end": 2,
64
- "confidence": 0.99946827,
65
- "punctuated_word": "the"
66
- },
67
- {
68
- "word": "world's",
69
- "start": 2,
70
- "end": 2.48,
71
- "confidence": 0.9884629,
72
- "punctuated_word": "world's"
73
- },
74
- {
75
- "word": "largest",
76
- "start": 2.48,
77
- "end": 2.98,
78
- "confidence": 0.9995808,
79
- "punctuated_word": "largest"
80
- },
81
- {
82
- "word": "volksfest",
83
- "start": 3.04,
84
- "end": 3.54,
85
- "confidence": 0.94936365,
86
- "punctuated_word": "Volksfest?"
87
- },
88
- {
89
- "word": "welcome",
90
- "start": 4.16,
91
- "end": 4.56,
92
- "confidence": 0.999281,
93
- "punctuated_word": "Welcome"
94
- },
95
- {
96
- "word": "to",
97
- "start": 4.56,
98
- "end": 4.64,
99
- "confidence": 0.99980026,
100
- "punctuated_word": "to"
101
- },
102
- {
103
- "word": "the",
104
- "start": 4.64,
105
- "end": 4.7999997,
106
- "confidence": 0.99983585,
107
- "punctuated_word": "the"
108
- },
109
- {
110
- "word": "heart",
111
- "start": 4.7999997,
112
- "end": 5.04,
113
- "confidence": 0.9977786,
114
- "punctuated_word": "heart"
115
- },
116
- {
117
- "word": "of",
118
- "start": 5.04,
119
- "end": 5.2,
120
- "confidence": 0.9982095,
121
- "punctuated_word": "of"
122
- },
123
- {
124
- "word": "munich",
125
- "start": 5.2,
126
- "end": 5.68,
127
- "confidence": 0.99278367,
128
- "punctuated_word": "Munich,"
129
- },
130
- {
131
- "word": "germany",
132
- "start": 5.68,
133
- "end": 6.16,
134
- "confidence": 0.999559,
135
- "punctuated_word": "Germany"
136
- },
137
- {
138
- "word": "for",
139
- "start": 6.16,
140
- "end": 6.3999996,
141
- "confidence": 0.8465627,
142
- "punctuated_word": "for"
143
- },
144
- {
145
- "word": "the",
146
- "start": 6.3999996,
147
- "end": 6.48,
148
- "confidence": 0.99971575,
149
- "punctuated_word": "the"
150
- },
151
- {
152
- "word": "legendary",
153
- "start": 6.48,
154
- "end": 6.98,
155
- "confidence": 0.99840206,
156
- "punctuated_word": "legendary"
157
- },
158
- {
159
- "word": "oktoberfest",
160
- "start": 7.3599997,
161
- "end": 7.8599997,
162
- "confidence": 0.9987529,
163
- "punctuated_word": "Oktoberfest."
164
- },
165
- {
166
- "word": "imagine",
167
- "start": 8.724999,
168
- "end": 9.045,
169
- "confidence": 0.9981363,
170
- "punctuated_word": "Imagine"
171
- },
172
- {
173
- "word": "a",
174
- "start": 9.045,
175
- "end": 9.285,
176
- "confidence": 0.99952865,
177
- "punctuated_word": "a"
178
- },
179
- {
180
- "word": "festival",
181
- "start": 9.285,
182
- "end": 9.764999,
183
- "confidence": 0.99793196,
184
- "punctuated_word": "festival"
185
- },
186
- {
187
- "word": "stretching",
188
- "start": 9.764999,
189
- "end": 10.245,
190
- "confidence": 0.9995197,
191
- "punctuated_word": "stretching"
192
- },
193
- {
194
- "word": "over",
195
- "start": 10.245,
196
- "end": 10.485,
197
- "confidence": 0.9997055,
198
- "punctuated_word": "over"
199
- },
200
- {
201
- "word": "18",
202
- "start": 10.485,
203
- "end": 10.884999,
204
- "confidence": 0.9971296,
205
- "punctuated_word": "18"
206
- },
207
- {
208
- "word": "days",
209
- "start": 10.884999,
210
- "end": 11.384999,
211
- "confidence": 0.901999,
212
- "punctuated_word": "days,"
213
- },
214
- {
215
- "word": "featuring",
216
- "start": 11.684999,
217
- "end": 12.084999,
218
- "confidence": 0.9996741,
219
- "punctuated_word": "featuring"
220
- },
221
- {
222
- "word": "the",
223
- "start": 12.084999,
224
- "end": 12.245,
225
- "confidence": 0.99989414,
226
- "punctuated_word": "the"
227
- },
228
- {
229
- "word": "world's",
230
- "start": 12.245,
231
- "end": 12.6449995,
232
- "confidence": 0.99881995,
233
- "punctuated_word": "world's"
234
- },
235
- {
236
- "word": "most",
237
- "start": 12.6449995,
238
- "end": 13.125,
239
- "confidence": 0.99981004,
240
- "punctuated_word": "most"
241
- },
242
- {
243
- "word": "extravagant",
244
- "start": 13.125,
245
- "end": 13.625,
246
- "confidence": 0.9998173,
247
- "punctuated_word": "extravagant"
248
- },
249
- {
250
- "word": "beer",
251
- "start": 13.764999,
252
- "end": 14.084999,
253
- "confidence": 0.9997545,
254
- "punctuated_word": "beer"
255
- },
256
- {
257
- "word": "halls",
258
- "start": 14.084999,
259
- "end": 14.584999,
260
- "confidence": 0.99831164,
261
- "punctuated_word": "halls,"
262
- },
263
- {
264
- "word": "thrilling",
265
- "start": 14.804999,
266
- "end": 15.205,
267
- "confidence": 0.99957234,
268
- "punctuated_word": "thrilling"
269
- },
270
- {
271
- "word": "fun",
272
- "start": 15.205,
273
- "end": 15.525,
274
- "confidence": 0.9991985,
275
- "punctuated_word": "fun"
276
- },
277
- {
278
- "word": "rides",
279
- "start": 15.525,
280
- "end": 16.025,
281
- "confidence": 0.99723136,
282
- "punctuated_word": "rides,"
283
- },
284
- {
285
- "word": "traditional",
286
- "start": 16.28,
287
- "end": 16.78,
288
- "confidence": 0.99739826,
289
- "punctuated_word": "traditional"
290
- },
291
- {
292
- "word": "bavarian",
293
- "start": 16.84,
294
- "end": 17.320002,
295
- "confidence": 0.99255073,
296
- "punctuated_word": "Bavarian"
297
- },
298
- {
299
- "word": "music",
300
- "start": 17.320002,
301
- "end": 17.800001,
302
- "confidence": 0.97201467,
303
- "punctuated_word": "music,"
304
- },
305
- {
306
- "word": "and",
307
- "start": 17.800001,
308
- "end": 18.12,
309
- "confidence": 0.99851114,
310
- "punctuated_word": "and"
311
- },
312
- {
313
- "word": "lederhosen",
314
- "start": 18.12,
315
- "end": 18.62,
316
- "confidence": 0.849826,
317
- "punctuated_word": "Lederhosen"
318
- },
319
- {
320
- "word": "as",
321
- "start": 19.080002,
322
- "end": 19.240002,
323
- "confidence": 0.81338906,
324
- "punctuated_word": "as"
325
- },
326
- {
327
- "word": "far",
328
- "start": 19.240002,
329
- "end": 19.400002,
330
- "confidence": 0.9995309,
331
- "punctuated_word": "far"
332
- },
333
- {
334
- "word": "as",
335
- "start": 19.400002,
336
- "end": 19.560001,
337
- "confidence": 0.99795973,
338
- "punctuated_word": "as"
339
- },
340
- {
341
- "word": "the",
342
- "start": 19.560001,
343
- "end": 19.720001,
344
- "confidence": 0.99738353,
345
- "punctuated_word": "the"
346
- },
347
- {
348
- "word": "eye",
349
- "start": 19.720001,
350
- "end": 19.960001,
351
- "confidence": 0.9982356,
352
- "punctuated_word": "eye"
353
- },
354
- {
355
- "word": "can",
356
- "start": 19.960001,
357
- "end": 20.12,
358
- "confidence": 0.99665534,
359
- "punctuated_word": "can"
360
- },
361
- {
362
- "word": "see",
363
- "start": 20.12,
364
- "end": 20.62,
365
- "confidence": 0.99476826,
366
- "punctuated_word": "see."
367
- },
368
- {
369
- "word": "starting",
370
- "start": 20.920002,
371
- "end": 21.240002,
372
- "confidence": 0.998594,
373
- "punctuated_word": "Starting"
374
- },
375
- {
376
- "word": "in",
377
- "start": 21.240002,
378
- "end": 21.400002,
379
- "confidence": 0.9951212,
380
- "punctuated_word": "in"
381
- },
382
- {
383
- "word": "late",
384
- "start": 21.400002,
385
- "end": 21.640001,
386
- "confidence": 0.9984485,
387
- "punctuated_word": "late"
388
- },
389
- {
390
- "word": "september",
391
- "start": 21.640001,
392
- "end": 22.140001,
393
- "confidence": 0.99702036,
394
- "punctuated_word": "September,"
395
- },
396
- {
397
- "word": "over",
398
- "start": 22.52,
399
- "end": 22.84,
400
- "confidence": 0.9900007,
401
- "punctuated_word": "over"
402
- },
403
- {
404
- "word": "6",
405
- "start": 22.84,
406
- "end": 23.055,
407
- "confidence": 0.6389271,
408
- "punctuated_word": "6"
409
- },
410
- {
411
- "word": "million",
412
- "start": 23.295,
413
- "end": 23.535,
414
- "confidence": 0.54406315,
415
- "punctuated_word": "million"
416
- },
417
- {
418
- "word": "people",
419
- "start": 23.535,
420
- "end": 23.935,
421
- "confidence": 0.9996222,
422
- "punctuated_word": "people"
423
- },
424
- {
425
- "word": "from",
426
- "start": 23.935,
427
- "end": 24.175001,
428
- "confidence": 0.9993486,
429
- "punctuated_word": "from"
430
- },
431
- {
432
- "word": "around",
433
- "start": 24.175001,
434
- "end": 24.415,
435
- "confidence": 0.99978036,
436
- "punctuated_word": "around"
437
- },
438
- {
439
- "word": "the",
440
- "start": 24.415,
441
- "end": 24.575,
442
- "confidence": 0.99894863,
443
- "punctuated_word": "the"
444
- },
445
- {
446
- "word": "globe",
447
- "start": 24.575,
448
- "end": 25.055,
449
- "confidence": 0.9992418,
450
- "punctuated_word": "globe"
451
- },
452
- {
453
- "word": "gather",
454
- "start": 25.055,
455
- "end": 25.375,
456
- "confidence": 0.9074952,
457
- "punctuated_word": "gather"
458
- },
459
- {
460
- "word": "to",
461
- "start": 25.375,
462
- "end": 25.535,
463
- "confidence": 0.9997744,
464
- "punctuated_word": "to"
465
- },
466
- {
467
- "word": "celebrate",
468
- "start": 25.535,
469
- "end": 26.015,
470
- "confidence": 0.9998642,
471
- "punctuated_word": "celebrate"
472
- },
473
- {
474
- "word": "bavarian",
475
- "start": 26.015,
476
- "end": 26.515,
477
- "confidence": 0.9886686,
478
- "punctuated_word": "Bavarian"
479
- },
480
- {
481
- "word": "culture",
482
- "start": 26.575,
483
- "end": 27.075,
484
- "confidence": 0.9953433,
485
- "punctuated_word": "culture,"
486
- },
487
- {
488
- "word": "savor",
489
- "start": 27.375,
490
- "end": 27.855,
491
- "confidence": 0.98999786,
492
- "punctuated_word": "savor"
493
- },
494
- {
495
- "word": "mouthwatering",
496
- "start": 27.855,
497
- "end": 28.355,
498
- "confidence": 0.8768036,
499
- "punctuated_word": "mouthwatering"
500
- },
501
- {
502
- "word": "sausages",
503
- "start": 28.575,
504
- "end": 29.075,
505
- "confidence": 0.99394596,
506
- "punctuated_word": "sausages,"
507
- },
508
- {
509
- "word": "and",
510
- "start": 29.455,
511
- "end": 29.775,
512
- "confidence": 0.83777654,
513
- "punctuated_word": "and,"
514
- },
515
- {
516
- "word": "of",
517
- "start": 29.775,
518
- "end": 29.855,
519
- "confidence": 0.99985945,
520
- "punctuated_word": "of"
521
- },
522
- {
523
- "word": "course",
524
- "start": 29.855,
525
- "end": 30.340313,
526
- "confidence": 0.999547,
527
- "punctuated_word": "course,"
528
- },
529
- {
530
- "word": "indulge",
531
- "start": 30.580313,
532
- "end": 30.940311,
533
- "confidence": 0.99718326,
534
- "punctuated_word": "indulge"
535
- },
536
- {
537
- "word": "in",
538
- "start": 30.940311,
539
- "end": 31.300312,
540
- "confidence": 0.99884796,
541
- "punctuated_word": "in"
542
- },
543
- {
544
- "word": "over",
545
- "start": 31.300312,
546
- "end": 31.620314,
547
- "confidence": 0.9988391,
548
- "punctuated_word": "over"
549
- },
550
- {
551
- "word": "7,700,000",
552
- "start": 31.620314,
553
- "end": 32.120316,
554
- "confidence": 0.94937944,
555
- "punctuated_word": "7,700,000"
556
- },
557
- {
558
- "word": "liters",
559
- "start": 33.060314,
560
- "end": 33.46031,
561
- "confidence": 0.9917587,
562
- "punctuated_word": "liters"
563
- },
564
- {
565
- "word": "of",
566
- "start": 33.46031,
567
- "end": 33.62031,
568
- "confidence": 0.99943703,
569
- "punctuated_word": "of"
570
- },
571
- {
572
- "word": "beer",
573
- "start": 33.62031,
574
- "end": 34.12031,
575
- "confidence": 0.99747306,
576
- "punctuated_word": "beer."
577
- },
578
- {
579
- "word": "now",
580
- "start": 34.42031,
581
- "end": 34.660313,
582
- "confidence": 0.99840266,
583
- "punctuated_word": "Now"
584
- },
585
- {
586
- "word": "that's",
587
- "start": 34.660313,
588
- "end": 34.900314,
589
- "confidence": 0.9490575,
590
- "punctuated_word": "that's"
591
- },
592
- {
593
- "word": "a",
594
- "start": 34.900314,
595
- "end": 35.060314,
596
- "confidence": 0.99784327,
597
- "punctuated_word": "a"
598
- },
599
- {
600
- "word": "party",
601
- "start": 35.060314,
602
- "end": 35.380314,
603
- "confidence": 0.9999093,
604
- "punctuated_word": "party"
605
- },
606
- {
607
- "word": "not",
608
- "start": 35.380314,
609
- "end": 35.62031,
610
- "confidence": 0.9994562,
611
- "punctuated_word": "not"
612
- },
613
- {
614
- "word": "to",
615
- "start": 35.62031,
616
- "end": 35.700314,
617
- "confidence": 0.9987685,
618
- "punctuated_word": "to"
619
- },
620
- {
621
- "word": "be",
622
- "start": 35.700314,
623
- "end": 35.860313,
624
- "confidence": 0.99990654,
625
- "punctuated_word": "be"
626
- },
627
- {
628
- "word": "missed",
629
- "start": 35.860313,
630
- "end": 36.360313,
631
- "confidence": 0.9969932,
632
- "punctuated_word": "missed."
633
- }
634
- ]
635
- }
@@ -1,28 +0,0 @@
1
- {
2
- "version": 1,
3
- "shared": {
4
- "background": null,
5
- "range": [
6
- 0,
7
- null
8
- ],
9
- "size": {
10
- "x": 1080,
11
- "y": 1792
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
- }
27
- }
28
- }
@@ -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: metadata
9
- });