@zync/zync-screnplay-player 0.1.233 → 0.1.234
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/dist/bundle.js +1 -1
- package/dist/screenplay/RemotionRenderer/components/LottieAnimationGlobal.js +21 -21
- package/dist/screenplay/RemotionRenderer/components/layouts/ImageInset.js +232 -0
- package/dist/screenplay/RemotionRenderer/components/layouts/VideoInset.js +221 -0
- package/dist/screenplay/RemotionRenderer/components/utils/FaceCenteredVideo.js +50 -50
- package/dist/screenplay/RemotionRenderer/components/utils/PausableImg.js +4 -4
- package/dist/screenplay/RemotionRenderer/components/utils/README.md +80 -80
- package/dist/screenplay/RemotionRenderer/components/utils/StretchTextDemo.js +3 -3
- package/dist/screenplay/RemotionRenderer/development.js +1010 -1582
- package/dist/screenplay/RemotionRenderer/helpers/convertToSeconds.js +8 -8
- package/dist/screenplay/RemotionRenderer/helpers/faceBasedVideoStyles.js +4 -4
- package/dist/screenplay/RemotionRenderer/helpers/faceCenteredVideoTransforms.js +46 -46
- package/dist/screenplay/RemotionRenderer/main/lib/layouts/LayoutFactory.js +2 -0
- package/dist/screenplay/RemotionRenderer/main/screenplaySchema.js +51 -51
- package/dist/screenplay/RemotionRenderer/registeredComponents.js +6 -2
- package/dist/screenplay/RemotionRenderer/tracks/LayoutVideoTrack.js +20 -20
- package/package.json +49 -49
|
@@ -18,7 +18,7 @@ var renderer = new RemotionRenderer({
|
|
|
18
18
|
segments: [{
|
|
19
19
|
recordingIndex: 0,
|
|
20
20
|
layout: {
|
|
21
|
-
type: "
|
|
21
|
+
type: "simple_frame",
|
|
22
22
|
data: {
|
|
23
23
|
noBackgroundVideoEffects: {
|
|
24
24
|
facePop: false,
|
|
@@ -26,36 +26,22 @@ var renderer = new RemotionRenderer({
|
|
|
26
26
|
backgroundBlur: false
|
|
27
27
|
},
|
|
28
28
|
sourceVideo: {
|
|
29
|
-
videoUrl: "https://stream.mux.com/
|
|
30
|
-
|
|
31
|
-
start: 8.72,
|
|
29
|
+
videoUrl: "https://stream.mux.com/43jh5L02ShW4fTpTFG00Bo0001wIR7gljYfpDMi91102j02XI/highest.mp4",
|
|
30
|
+
start: 1.04,
|
|
32
31
|
aspectRatio: "16:9",
|
|
33
|
-
durationSeconds:
|
|
32
|
+
durationSeconds: 31.882544
|
|
34
33
|
},
|
|
35
|
-
duration:
|
|
34
|
+
duration: 11.55,
|
|
36
35
|
logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
|
|
37
36
|
frameColor: "#2C2C2C",
|
|
38
37
|
disableTransitionSounds: false,
|
|
39
|
-
|
|
40
|
-
sentenceText: "Send a personal thank-you note after the interview.",
|
|
41
|
-
text: "Send a personal thank-you note after the interview.",
|
|
42
|
-
imageUrl: "https://images.pexels.com/photos/11341894/pexels-photo-11341894.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
|
|
38
|
+
imageUrl: "https://images.pexels.com/photos/8412316/pexels-photo-8412316.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
|
|
43
39
|
imgBgUrlVariations: {
|
|
44
|
-
"default": "https://images.pexels.com/photos/
|
|
45
|
-
pexels: "https://images.pexels.com/photos/
|
|
46
|
-
},
|
|
47
|
-
words: ["Thank", "you", "note"],
|
|
48
|
-
noBackgroundVideo: {
|
|
49
|
-
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1777392487681.webm",
|
|
50
|
-
faceMetadata: null
|
|
40
|
+
"default": "https://images.pexels.com/photos/8412316/pexels-photo-8412316.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
|
|
41
|
+
pexels: "https://images.pexels.com/photos/8412316/pexels-photo-8412316.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
|
|
51
42
|
},
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
hookStyle: "mono_shock",
|
|
55
|
-
hookDurationSeconds: 14.805,
|
|
56
|
-
paddingLeft: 8.72,
|
|
57
|
-
paddingRight: 39.366822,
|
|
58
|
-
hookTextEditor: "Send a personal *thank you note*"
|
|
43
|
+
paddingLeft: 1.04,
|
|
44
|
+
paddingRight: 0.21750049999999987
|
|
59
45
|
}
|
|
60
46
|
},
|
|
61
47
|
effects: [{
|
|
@@ -63,370 +49,184 @@ var renderer = new RemotionRenderer({
|
|
|
63
49
|
data: {
|
|
64
50
|
transcript_text: [{
|
|
65
51
|
offset: 0,
|
|
66
|
-
duration: 0.
|
|
67
|
-
text: "
|
|
52
|
+
duration: 0.8799999999999999,
|
|
53
|
+
text: "We all know that",
|
|
68
54
|
punctuations: [{
|
|
69
55
|
index: 0,
|
|
70
56
|
start: 0,
|
|
71
|
-
end: 0.
|
|
72
|
-
originalStart: 0,
|
|
73
|
-
originalEnd: 0.16000000000000014
|
|
57
|
+
end: 0.24
|
|
74
58
|
}, {
|
|
75
59
|
index: 1,
|
|
76
|
-
start: 0.
|
|
77
|
-
end: 0.
|
|
78
|
-
originalStart: 0.16000000000000014,
|
|
79
|
-
originalEnd: 0.47999999999999865
|
|
60
|
+
start: 0.24,
|
|
61
|
+
end: 0.3999999000000001
|
|
80
62
|
}, {
|
|
81
63
|
index: 2,
|
|
82
|
-
start: 0.
|
|
83
|
-
end: 0.
|
|
84
|
-
originalStart: 0.47999999999999865,
|
|
85
|
-
originalEnd: 0.6399999999999988
|
|
86
|
-
}],
|
|
87
|
-
originalOffset: 0,
|
|
88
|
-
disabled: true
|
|
89
|
-
}, {
|
|
90
|
-
offset: 0.6399999999999988,
|
|
91
|
-
duration: 0.8000000000000007,
|
|
92
|
-
text: "first and the",
|
|
93
|
-
punctuations: [{
|
|
94
|
-
index: 0,
|
|
95
|
-
start: 0.6399999999999988,
|
|
96
|
-
end: 1.0399999999999991,
|
|
97
|
-
originalStart: 0.6399999999999988,
|
|
98
|
-
originalEnd: 1.0399999999999991
|
|
64
|
+
start: 0.3999999000000001,
|
|
65
|
+
end: 0.5599999
|
|
99
66
|
}, {
|
|
100
|
-
index:
|
|
101
|
-
start:
|
|
102
|
-
end:
|
|
103
|
-
|
|
104
|
-
originalEnd: 1.1999999999999993
|
|
105
|
-
}, {
|
|
106
|
-
index: 2,
|
|
107
|
-
start: 1.1999999999999993,
|
|
108
|
-
end: 1.4399999999999995,
|
|
109
|
-
originalStart: 1.1999999999999993,
|
|
110
|
-
originalEnd: 1.4399999999999995
|
|
111
|
-
}],
|
|
112
|
-
originalOffset: 0.6399999999999988
|
|
67
|
+
index: 3,
|
|
68
|
+
start: 0.5599999,
|
|
69
|
+
end: 0.8799999999999999
|
|
70
|
+
}]
|
|
113
71
|
}, {
|
|
114
|
-
offset:
|
|
115
|
-
duration: 1.
|
|
116
|
-
text: "
|
|
72
|
+
offset: 0.8799999999999999,
|
|
73
|
+
duration: 1.4599999000000001,
|
|
74
|
+
text: "the make or break",
|
|
117
75
|
punctuations: [{
|
|
118
76
|
index: 0,
|
|
119
|
-
start:
|
|
120
|
-
end: 1.
|
|
121
|
-
originalStart: 1.4399999999999995,
|
|
122
|
-
originalEnd: 1.8399989999999988
|
|
77
|
+
start: 0.8799999999999999,
|
|
78
|
+
end: 1.2000000000000002
|
|
123
79
|
}, {
|
|
124
80
|
index: 1,
|
|
125
|
-
start: 1.
|
|
126
|
-
end:
|
|
127
|
-
originalStart: 1.8399989999999988,
|
|
128
|
-
originalEnd: 2.08
|
|
81
|
+
start: 1.2000000000000002,
|
|
82
|
+
end: 1.5999998999999998
|
|
129
83
|
}, {
|
|
130
84
|
index: 2,
|
|
131
|
-
start:
|
|
132
|
-
end:
|
|
133
|
-
originalStart: 2.08,
|
|
134
|
-
originalEnd: 2.3199999999999985
|
|
85
|
+
start: 1.5999998999999998,
|
|
86
|
+
end: 1.8399999
|
|
135
87
|
}, {
|
|
136
88
|
index: 3,
|
|
137
|
-
start:
|
|
138
|
-
end: 2.
|
|
139
|
-
|
|
140
|
-
originalEnd: 2.4799999999999986
|
|
141
|
-
}],
|
|
142
|
-
originalOffset: 1.4399999999999995
|
|
89
|
+
start: 1.8399999,
|
|
90
|
+
end: 2.3399999
|
|
91
|
+
}]
|
|
143
92
|
}, {
|
|
144
|
-
offset: 2.
|
|
145
|
-
duration:
|
|
146
|
-
text: "
|
|
93
|
+
offset: 2.56,
|
|
94
|
+
duration: 1.06,
|
|
95
|
+
text: "for a podcast",
|
|
147
96
|
punctuations: [{
|
|
148
97
|
index: 0,
|
|
149
|
-
start: 2.
|
|
150
|
-
end: 2.
|
|
151
|
-
originalStart: 2.4799999999999986,
|
|
152
|
-
originalEnd: 2.639999999999999
|
|
98
|
+
start: 2.56,
|
|
99
|
+
end: 2.96
|
|
153
100
|
}, {
|
|
154
101
|
index: 1,
|
|
155
|
-
start: 2.
|
|
156
|
-
end:
|
|
157
|
-
originalStart: 2.639999999999999,
|
|
158
|
-
originalEnd: 2.959999
|
|
102
|
+
start: 2.96,
|
|
103
|
+
end: 3.12
|
|
159
104
|
}, {
|
|
160
105
|
index: 2,
|
|
161
|
-
start:
|
|
162
|
-
end: 3.
|
|
163
|
-
|
|
164
|
-
originalEnd: 3.119999999999999
|
|
165
|
-
}],
|
|
166
|
-
originalOffset: 2.4799999999999986
|
|
106
|
+
start: 3.12,
|
|
107
|
+
end: 3.62
|
|
108
|
+
}]
|
|
167
109
|
}, {
|
|
168
|
-
offset: 3.
|
|
169
|
-
duration:
|
|
170
|
-
text: "
|
|
110
|
+
offset: 3.7599997,
|
|
111
|
+
duration: 1.7600002999999997,
|
|
112
|
+
text: "episode is not the",
|
|
171
113
|
punctuations: [{
|
|
172
114
|
index: 0,
|
|
173
|
-
start: 3.
|
|
174
|
-
end:
|
|
175
|
-
originalStart: 3.119999999999999,
|
|
176
|
-
originalEnd: 3.5999999999999996
|
|
115
|
+
start: 3.7599997,
|
|
116
|
+
end: 4.2599997
|
|
177
117
|
}, {
|
|
178
118
|
index: 1,
|
|
179
|
-
start:
|
|
180
|
-
end:
|
|
181
|
-
originalStart: 3.5999999999999996,
|
|
182
|
-
originalEnd: 3.839998999999999
|
|
119
|
+
start: 4.88,
|
|
120
|
+
end: 5.12
|
|
183
121
|
}, {
|
|
184
122
|
index: 2,
|
|
185
|
-
start:
|
|
186
|
-
end:
|
|
187
|
-
originalStart: 3.839998999999999,
|
|
188
|
-
originalEnd: 3.999998999999999
|
|
189
|
-
}],
|
|
190
|
-
originalOffset: 3.119999999999999
|
|
191
|
-
}, {
|
|
192
|
-
offset: 3.999998999999999,
|
|
193
|
-
duration: 1.4150010000000002,
|
|
194
|
-
text: "note, following up",
|
|
195
|
-
punctuations: [{
|
|
196
|
-
index: 0,
|
|
197
|
-
start: 3.999998999999999,
|
|
198
|
-
end: 4.499998999999999,
|
|
199
|
-
originalStart: 3.999998999999999,
|
|
200
|
-
originalEnd: 4.499998999999999
|
|
201
|
-
}, {
|
|
202
|
-
index: 1,
|
|
203
|
-
start: 4.774999999999999,
|
|
204
|
-
end: 5.094999999999999,
|
|
205
|
-
originalStart: 4.774999999999999,
|
|
206
|
-
originalEnd: 5.094999999999999
|
|
123
|
+
start: 5.12,
|
|
124
|
+
end: 5.3599996
|
|
207
125
|
}, {
|
|
208
|
-
index:
|
|
209
|
-
start: 5.
|
|
210
|
-
end: 5.
|
|
211
|
-
|
|
212
|
-
originalEnd: 5.414999999999999
|
|
213
|
-
}],
|
|
214
|
-
originalOffset: 3.999998999999999,
|
|
215
|
-
disabled: true
|
|
126
|
+
index: 3,
|
|
127
|
+
start: 5.3599996,
|
|
128
|
+
end: 5.52
|
|
129
|
+
}]
|
|
216
130
|
}, {
|
|
217
|
-
offset: 5.
|
|
218
|
-
duration: 0.
|
|
219
|
-
text: "
|
|
131
|
+
offset: 5.52,
|
|
132
|
+
duration: 0.7999997000000008,
|
|
133
|
+
text: "quality of the",
|
|
220
134
|
punctuations: [{
|
|
221
135
|
index: 0,
|
|
222
|
-
start: 5.
|
|
223
|
-
end: 5.
|
|
224
|
-
originalStart: 5.414999999999999,
|
|
225
|
-
originalEnd: 5.574999999999999
|
|
136
|
+
start: 5.52,
|
|
137
|
+
end: 5.92
|
|
226
138
|
}, {
|
|
227
139
|
index: 1,
|
|
228
|
-
start: 5.
|
|
229
|
-
end:
|
|
230
|
-
originalStart: 5.574999999999999,
|
|
231
|
-
originalEnd: 5.895
|
|
140
|
+
start: 5.92,
|
|
141
|
+
end: 6.08
|
|
232
142
|
}, {
|
|
233
143
|
index: 2,
|
|
234
|
-
start:
|
|
235
|
-
end: 6.
|
|
236
|
-
|
|
237
|
-
originalEnd: 6.135
|
|
238
|
-
}],
|
|
239
|
-
originalOffset: 5.414999999999999,
|
|
240
|
-
disabled: true
|
|
144
|
+
start: 6.08,
|
|
145
|
+
end: 6.3199997
|
|
146
|
+
}]
|
|
241
147
|
}, {
|
|
242
|
-
offset: 6.
|
|
243
|
-
duration: 1.
|
|
244
|
-
text: "
|
|
148
|
+
offset: 6.3199997,
|
|
149
|
+
duration: 1.3800002999999998,
|
|
150
|
+
text: "video or the audio,",
|
|
245
151
|
punctuations: [{
|
|
246
152
|
index: 0,
|
|
247
|
-
start: 6.
|
|
248
|
-
end: 6.
|
|
249
|
-
originalStart: 6.135,
|
|
250
|
-
originalEnd: 6.455
|
|
153
|
+
start: 6.3199997,
|
|
154
|
+
end: 6.7999997
|
|
251
155
|
}, {
|
|
252
156
|
index: 1,
|
|
253
|
-
start: 6.
|
|
254
|
-
end: 6.
|
|
255
|
-
originalStart: 6.455,
|
|
256
|
-
originalEnd: 6.615
|
|
157
|
+
start: 6.7999997,
|
|
158
|
+
end: 6.96
|
|
257
159
|
}, {
|
|
258
160
|
index: 2,
|
|
259
|
-
start: 6.
|
|
260
|
-
end: 7.
|
|
261
|
-
originalStart: 6.615,
|
|
262
|
-
originalEnd: 7.115
|
|
161
|
+
start: 6.96,
|
|
162
|
+
end: 7.2
|
|
263
163
|
}, {
|
|
264
164
|
index: 3,
|
|
265
|
-
start: 7.
|
|
266
|
-
end: 7.
|
|
267
|
-
|
|
268
|
-
originalEnd: 7.334999999999999
|
|
269
|
-
}],
|
|
270
|
-
originalOffset: 6.135,
|
|
271
|
-
disabled: true
|
|
272
|
-
}, {
|
|
273
|
-
offset: 7.334999999999999,
|
|
274
|
-
duration: 1.2800000000000011,
|
|
275
|
-
text: "appreciate their",
|
|
276
|
-
punctuations: [{
|
|
277
|
-
index: 0,
|
|
278
|
-
start: 7.334999999999999,
|
|
279
|
-
end: 7.834999999999999,
|
|
280
|
-
originalStart: 7.334999999999999,
|
|
281
|
-
originalEnd: 7.834999999999999
|
|
282
|
-
}, {
|
|
283
|
-
index: 1,
|
|
284
|
-
start: 8.374999999999998,
|
|
285
|
-
end: 8.615,
|
|
286
|
-
originalStart: 8.374999999999998,
|
|
287
|
-
originalEnd: 8.615
|
|
288
|
-
}],
|
|
289
|
-
originalOffset: 7.334999999999999,
|
|
290
|
-
disabled: true
|
|
165
|
+
start: 7.2,
|
|
166
|
+
end: 7.7
|
|
167
|
+
}]
|
|
291
168
|
}, {
|
|
292
|
-
offset: 8.
|
|
293
|
-
duration: 1.
|
|
294
|
-
text: "
|
|
169
|
+
offset: 8.079999999999998,
|
|
170
|
+
duration: 1.3600000000000012,
|
|
171
|
+
text: "but the quality of",
|
|
295
172
|
punctuations: [{
|
|
296
173
|
index: 0,
|
|
297
|
-
start: 8.
|
|
298
|
-
end:
|
|
299
|
-
originalStart: 8.615,
|
|
300
|
-
originalEnd: 9.115
|
|
174
|
+
start: 8.079999999999998,
|
|
175
|
+
end: 8.579999999999998
|
|
301
176
|
}, {
|
|
302
177
|
index: 1,
|
|
303
|
-
start:
|
|
304
|
-
end:
|
|
305
|
-
originalStart: 9.575000000000001,
|
|
306
|
-
originalEnd: 9.975
|
|
178
|
+
start: 8.719999999999999,
|
|
179
|
+
end: 8.879999999999999
|
|
307
180
|
}, {
|
|
308
181
|
index: 2,
|
|
309
|
-
start:
|
|
310
|
-
end:
|
|
311
|
-
originalStart: 9.975,
|
|
312
|
-
originalEnd: 10.374999999999998
|
|
313
|
-
}],
|
|
314
|
-
originalOffset: 8.615,
|
|
315
|
-
disabled: true
|
|
316
|
-
}, {
|
|
317
|
-
offset: 10.374999999999998,
|
|
318
|
-
duration: 0.6400000000000006,
|
|
319
|
-
text: "sharing of",
|
|
320
|
-
punctuations: [{
|
|
321
|
-
index: 0,
|
|
322
|
-
start: 10.374999999999998,
|
|
323
|
-
end: 10.774999,
|
|
324
|
-
originalStart: 10.374999999999998,
|
|
325
|
-
originalEnd: 10.774999
|
|
326
|
-
}, {
|
|
327
|
-
index: 1,
|
|
328
|
-
start: 10.774999,
|
|
329
|
-
end: 11.014999999999999,
|
|
330
|
-
originalStart: 10.774999,
|
|
331
|
-
originalEnd: 11.014999999999999
|
|
332
|
-
}],
|
|
333
|
-
originalOffset: 10.374999999999998,
|
|
334
|
-
disabled: true
|
|
335
|
-
}, {
|
|
336
|
-
offset: 11.014999999999999,
|
|
337
|
-
duration: 0.6400000000000006,
|
|
338
|
-
text: "knowledge and",
|
|
339
|
-
punctuations: [{
|
|
340
|
-
index: 0,
|
|
341
|
-
start: 11.014999999999999,
|
|
342
|
-
end: 11.334999999999999,
|
|
343
|
-
originalStart: 11.014999999999999,
|
|
344
|
-
originalEnd: 11.334999999999999
|
|
182
|
+
start: 8.879999999999999,
|
|
183
|
+
end: 9.280000000000001
|
|
345
184
|
}, {
|
|
346
|
-
index:
|
|
347
|
-
start:
|
|
348
|
-
end:
|
|
349
|
-
|
|
350
|
-
originalEnd: 11.655
|
|
351
|
-
}],
|
|
352
|
-
originalOffset: 11.014999999999999,
|
|
353
|
-
disabled: true
|
|
185
|
+
index: 3,
|
|
186
|
+
start: 9.280000000000001,
|
|
187
|
+
end: 9.440000000000001
|
|
188
|
+
}]
|
|
354
189
|
}, {
|
|
355
|
-
offset:
|
|
356
|
-
duration: 1.
|
|
357
|
-
text: "
|
|
190
|
+
offset: 9.440000000000001,
|
|
191
|
+
duration: 1.119999,
|
|
192
|
+
text: "the guest that you",
|
|
358
193
|
punctuations: [{
|
|
359
194
|
index: 0,
|
|
360
|
-
start:
|
|
361
|
-
end:
|
|
362
|
-
originalStart: 11.655,
|
|
363
|
-
originalEnd: 12.155
|
|
195
|
+
start: 9.440000000000001,
|
|
196
|
+
end: 9.599999
|
|
364
197
|
}, {
|
|
365
198
|
index: 1,
|
|
366
|
-
start:
|
|
367
|
-
end:
|
|
368
|
-
originalStart: 12.295,
|
|
369
|
-
originalEnd: 12.534999999999998
|
|
199
|
+
start: 9.599999,
|
|
200
|
+
end: 10.099999
|
|
370
201
|
}, {
|
|
371
202
|
index: 2,
|
|
372
|
-
start:
|
|
373
|
-
end:
|
|
374
|
-
originalStart: 12.534999999999998,
|
|
375
|
-
originalEnd: 12.694999999999999
|
|
376
|
-
}],
|
|
377
|
-
originalOffset: 11.655,
|
|
378
|
-
disabled: true
|
|
379
|
-
}, {
|
|
380
|
-
offset: 12.694999999999999,
|
|
381
|
-
duration: 0.8800000000000026,
|
|
382
|
-
text: "topic that we",
|
|
383
|
-
punctuations: [{
|
|
384
|
-
index: 0,
|
|
385
|
-
start: 12.694999999999999,
|
|
386
|
-
end: 13.174999999999999,
|
|
387
|
-
originalStart: 12.694999999999999,
|
|
388
|
-
originalEnd: 13.174999999999999
|
|
203
|
+
start: 10.16,
|
|
204
|
+
end: 10.399999999999999
|
|
389
205
|
}, {
|
|
390
|
-
index:
|
|
391
|
-
start:
|
|
392
|
-
end:
|
|
393
|
-
|
|
394
|
-
originalEnd: 13.415000000000001
|
|
395
|
-
}, {
|
|
396
|
-
index: 2,
|
|
397
|
-
start: 13.415000000000001,
|
|
398
|
-
end: 13.575000000000001,
|
|
399
|
-
originalStart: 13.415000000000001,
|
|
400
|
-
originalEnd: 13.575000000000001
|
|
401
|
-
}],
|
|
402
|
-
originalOffset: 12.694999999999999,
|
|
403
|
-
disabled: true
|
|
206
|
+
index: 3,
|
|
207
|
+
start: 10.399999999999999,
|
|
208
|
+
end: 10.559999000000001
|
|
209
|
+
}]
|
|
404
210
|
}, {
|
|
405
|
-
offset:
|
|
406
|
-
duration: 0.
|
|
407
|
-
text: "
|
|
211
|
+
offset: 10.559999000000001,
|
|
212
|
+
duration: 0.7400009999999995,
|
|
213
|
+
text: "bring in.",
|
|
408
214
|
punctuations: [{
|
|
409
215
|
index: 0,
|
|
410
|
-
start:
|
|
411
|
-
end:
|
|
412
|
-
originalStart: 13.575000000000001,
|
|
413
|
-
originalEnd: 14.054999999999998
|
|
216
|
+
start: 10.559999000000001,
|
|
217
|
+
end: 10.8
|
|
414
218
|
}, {
|
|
415
219
|
index: 1,
|
|
416
|
-
start:
|
|
417
|
-
end:
|
|
418
|
-
|
|
419
|
-
originalEnd: 14.554999999999998
|
|
420
|
-
}],
|
|
421
|
-
originalOffset: 13.575000000000001,
|
|
422
|
-
disabled: true
|
|
220
|
+
start: 10.8,
|
|
221
|
+
end: 11.3
|
|
222
|
+
}]
|
|
423
223
|
}]
|
|
424
224
|
}
|
|
425
225
|
}]
|
|
426
226
|
}, {
|
|
427
227
|
recordingIndex: 0,
|
|
428
228
|
layout: {
|
|
429
|
-
type: "
|
|
229
|
+
type: "simple_frame_zoom_cut",
|
|
430
230
|
data: {
|
|
431
231
|
noBackgroundVideoEffects: {
|
|
432
232
|
facePop: false,
|
|
@@ -434,18 +234,22 @@ var renderer = new RemotionRenderer({
|
|
|
434
234
|
backgroundBlur: false
|
|
435
235
|
},
|
|
436
236
|
sourceVideo: {
|
|
437
|
-
videoUrl: "https://stream.mux.com/
|
|
438
|
-
|
|
439
|
-
start: 0.48,
|
|
237
|
+
videoUrl: "https://stream.mux.com/43jh5L02ShW4fTpTFG00Bo0001wIR7gljYfpDMi91102j02XI/highest.mp4",
|
|
238
|
+
start: 13.025001,
|
|
440
239
|
aspectRatio: "16:9",
|
|
441
|
-
durationSeconds:
|
|
240
|
+
durationSeconds: 31.882544
|
|
442
241
|
},
|
|
443
|
-
duration: 6.
|
|
242
|
+
duration: 6.589999,
|
|
444
243
|
logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
|
|
445
244
|
frameColor: "#2C2C2C",
|
|
446
245
|
disableTransitionSounds: false,
|
|
447
|
-
|
|
448
|
-
|
|
246
|
+
imageUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/gen/2ea0f074-7565-4f7d-984e-2804284d0dec.png",
|
|
247
|
+
imgBgUrlVariations: {
|
|
248
|
+
"default": "https://storage.googleapis.com/ai-recorder-media-assets/media/gen/2ea0f074-7565-4f7d-984e-2804284d0dec.png",
|
|
249
|
+
pexels: "https://images.pexels.com/photos/6530797/pexels-photo-6530797.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
|
|
250
|
+
},
|
|
251
|
+
paddingLeft: 0.21750049999999987,
|
|
252
|
+
paddingRight: 0.6100000000000021
|
|
449
253
|
}
|
|
450
254
|
},
|
|
451
255
|
effects: [{
|
|
@@ -453,160 +257,111 @@ var renderer = new RemotionRenderer({
|
|
|
453
257
|
data: {
|
|
454
258
|
transcript_text: [{
|
|
455
259
|
offset: 0,
|
|
456
|
-
duration: 0.
|
|
457
|
-
text: "
|
|
260
|
+
duration: 0.8799989999999998,
|
|
261
|
+
text: "It's about how",
|
|
458
262
|
punctuations: [{
|
|
459
263
|
index: 0,
|
|
460
264
|
start: 0,
|
|
461
|
-
end: 0.
|
|
462
|
-
originalStart: 0,
|
|
463
|
-
originalEnd: 0.11999996000000002
|
|
265
|
+
end: 0.1599990000000009
|
|
464
266
|
}, {
|
|
465
267
|
index: 1,
|
|
466
|
-
start: 0.
|
|
467
|
-
end: 0.
|
|
468
|
-
originalStart: 0.11999996000000002,
|
|
469
|
-
originalEnd: 0.23999997000000006
|
|
268
|
+
start: 0.1599990000000009,
|
|
269
|
+
end: 0.5599990000000012
|
|
470
270
|
}, {
|
|
471
271
|
index: 2,
|
|
472
|
-
start: 0.
|
|
473
|
-
end: 0.
|
|
474
|
-
|
|
475
|
-
originalEnd: 0.48
|
|
476
|
-
}, {
|
|
477
|
-
index: 3,
|
|
478
|
-
start: 0.48,
|
|
479
|
-
end: 0.6400000000000001,
|
|
480
|
-
originalStart: 0.48,
|
|
481
|
-
originalEnd: 0.6400000000000001
|
|
482
|
-
}],
|
|
483
|
-
originalOffset: 0
|
|
272
|
+
start: 0.5599990000000012,
|
|
273
|
+
end: 0.8799989999999998
|
|
274
|
+
}]
|
|
484
275
|
}, {
|
|
485
|
-
offset: 0.
|
|
486
|
-
duration:
|
|
487
|
-
text: "
|
|
276
|
+
offset: 0.8799989999999998,
|
|
277
|
+
duration: 1.120000000000001,
|
|
278
|
+
text: "clearly they can",
|
|
488
279
|
punctuations: [{
|
|
489
280
|
index: 0,
|
|
490
|
-
start: 0.
|
|
491
|
-
end:
|
|
492
|
-
originalStart: 0.6400000000000001,
|
|
493
|
-
originalEnd: 0.9599999000000001
|
|
281
|
+
start: 0.8799989999999998,
|
|
282
|
+
end: 1.3799989999999998
|
|
494
283
|
}, {
|
|
495
284
|
index: 1,
|
|
496
|
-
start:
|
|
497
|
-
end: 1.
|
|
498
|
-
originalStart: 0.9599999000000001,
|
|
499
|
-
originalEnd: 1.1199999
|
|
285
|
+
start: 1.5199990000000003,
|
|
286
|
+
end: 1.7599990000000005
|
|
500
287
|
}, {
|
|
501
288
|
index: 2,
|
|
502
|
-
start: 1.
|
|
503
|
-
end: 1.
|
|
504
|
-
|
|
505
|
-
originalEnd: 1.52
|
|
506
|
-
}],
|
|
507
|
-
originalOffset: 0.6400000000000001
|
|
289
|
+
start: 1.7599990000000005,
|
|
290
|
+
end: 1.9999990000000007
|
|
291
|
+
}]
|
|
508
292
|
}, {
|
|
509
|
-
offset: 1.
|
|
510
|
-
duration:
|
|
511
|
-
text: "
|
|
293
|
+
offset: 1.9999990000000007,
|
|
294
|
+
duration: 0.9600010000000001,
|
|
295
|
+
text: "explain their",
|
|
512
296
|
punctuations: [{
|
|
513
297
|
index: 0,
|
|
514
|
-
start: 1.
|
|
515
|
-
end: 2.
|
|
516
|
-
originalStart: 1.52,
|
|
517
|
-
originalEnd: 2.02
|
|
298
|
+
start: 1.9999990000000007,
|
|
299
|
+
end: 2.4999990000000007
|
|
518
300
|
}, {
|
|
519
301
|
index: 1,
|
|
520
|
-
start: 2.
|
|
521
|
-
end: 2.
|
|
522
|
-
|
|
523
|
-
originalEnd: 2.56
|
|
524
|
-
}],
|
|
525
|
-
originalOffset: 1.52
|
|
302
|
+
start: 2.6399989999999995,
|
|
303
|
+
end: 2.960000000000001
|
|
304
|
+
}]
|
|
526
305
|
}, {
|
|
527
|
-
offset: 2.
|
|
528
|
-
duration: 1.
|
|
529
|
-
text: "
|
|
306
|
+
offset: 2.960000000000001,
|
|
307
|
+
duration: 1.1999989999999983,
|
|
308
|
+
text: "thoughts and how",
|
|
530
309
|
punctuations: [{
|
|
531
310
|
index: 0,
|
|
532
|
-
start: 2.
|
|
533
|
-
end:
|
|
534
|
-
originalStart: 2.56,
|
|
535
|
-
originalEnd: 2.88
|
|
311
|
+
start: 2.960000000000001,
|
|
312
|
+
end: 3.459999
|
|
536
313
|
}, {
|
|
537
314
|
index: 1,
|
|
538
|
-
start:
|
|
539
|
-
end: 3.
|
|
540
|
-
originalStart: 2.88,
|
|
541
|
-
originalEnd: 3.28
|
|
315
|
+
start: 3.519999000000002,
|
|
316
|
+
end: 3.839998999999999
|
|
542
317
|
}, {
|
|
543
318
|
index: 2,
|
|
544
|
-
start: 3.
|
|
545
|
-
end:
|
|
546
|
-
|
|
547
|
-
originalEnd: 3.6
|
|
548
|
-
}, {
|
|
549
|
-
index: 3,
|
|
550
|
-
start: 3.6,
|
|
551
|
-
end: 4.08,
|
|
552
|
-
originalStart: 3.6,
|
|
553
|
-
originalEnd: 4.08
|
|
554
|
-
}],
|
|
555
|
-
originalOffset: 2.56
|
|
319
|
+
start: 3.839998999999999,
|
|
320
|
+
end: 4.159998999999999
|
|
321
|
+
}]
|
|
556
322
|
}, {
|
|
557
|
-
offset: 4.
|
|
558
|
-
duration:
|
|
559
|
-
text: "you
|
|
323
|
+
offset: 4.159998999999999,
|
|
324
|
+
duration: 1.2000000000000028,
|
|
325
|
+
text: "well you can tap",
|
|
560
326
|
punctuations: [{
|
|
561
327
|
index: 0,
|
|
562
|
-
start: 4.
|
|
563
|
-
end: 4.
|
|
564
|
-
originalStart: 4.08,
|
|
565
|
-
originalEnd: 4.3199997
|
|
328
|
+
start: 4.159998999999999,
|
|
329
|
+
end: 4.48
|
|
566
330
|
}, {
|
|
567
331
|
index: 1,
|
|
568
|
-
start: 4.
|
|
569
|
-
end: 4.
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
332
|
+
start: 4.48,
|
|
333
|
+
end: 4.959999
|
|
334
|
+
}, {
|
|
335
|
+
index: 2,
|
|
336
|
+
start: 4.959999,
|
|
337
|
+
end: 5.119999
|
|
338
|
+
}, {
|
|
339
|
+
index: 3,
|
|
340
|
+
start: 5.119999,
|
|
341
|
+
end: 5.359999000000002
|
|
342
|
+
}]
|
|
574
343
|
}, {
|
|
575
|
-
offset:
|
|
576
|
-
duration: 0.
|
|
577
|
-
text: "
|
|
344
|
+
offset: 5.359999000000002,
|
|
345
|
+
duration: 0.4799999999999969,
|
|
346
|
+
text: "into their",
|
|
578
347
|
punctuations: [{
|
|
579
348
|
index: 0,
|
|
580
|
-
start:
|
|
581
|
-
end: 5.
|
|
582
|
-
originalStart: 4.799999700000001,
|
|
583
|
-
originalEnd: 5.299999700000001
|
|
349
|
+
start: 5.359999000000002,
|
|
350
|
+
end: 5.599999
|
|
584
351
|
}, {
|
|
585
352
|
index: 1,
|
|
586
|
-
start: 5.
|
|
587
|
-
end: 5.
|
|
588
|
-
|
|
589
|
-
originalEnd: 5.76
|
|
590
|
-
}],
|
|
591
|
-
originalOffset: 4.799999700000001
|
|
353
|
+
start: 5.599999,
|
|
354
|
+
end: 5.839998999999999
|
|
355
|
+
}]
|
|
592
356
|
}, {
|
|
593
|
-
offset: 5.
|
|
594
|
-
duration: 0.
|
|
595
|
-
text: "
|
|
357
|
+
offset: 5.839998999999999,
|
|
358
|
+
duration: 0.5,
|
|
359
|
+
text: "expertise.",
|
|
596
360
|
punctuations: [{
|
|
597
361
|
index: 0,
|
|
598
|
-
start: 5.
|
|
599
|
-
end: 6.
|
|
600
|
-
|
|
601
|
-
originalEnd: 6.16
|
|
602
|
-
}, {
|
|
603
|
-
index: 1,
|
|
604
|
-
start: 6.16,
|
|
605
|
-
end: 6.66,
|
|
606
|
-
originalStart: 6.16,
|
|
607
|
-
originalEnd: 6.66
|
|
608
|
-
}],
|
|
609
|
-
originalOffset: 5.76
|
|
362
|
+
start: 5.839998999999999,
|
|
363
|
+
end: 6.339998999999999
|
|
364
|
+
}]
|
|
610
365
|
}]
|
|
611
366
|
}
|
|
612
367
|
}]
|
|
@@ -614,17 +369,17 @@ var renderer = new RemotionRenderer({
|
|
|
614
369
|
layout: {
|
|
615
370
|
type: "handoff",
|
|
616
371
|
data: {
|
|
617
|
-
startFirstVideoFrom:
|
|
618
|
-
firstVideoFile: "https://stream.mux.com/
|
|
619
|
-
firstProxyVideoFile: "https://stream.mux.com/
|
|
620
|
-
firstVideoDuration: 11.
|
|
372
|
+
startFirstVideoFrom: 20.225,
|
|
373
|
+
firstVideoFile: "https://stream.mux.com/43jh5L02ShW4fTpTFG00Bo0001wIR7gljYfpDMi91102j02XI/highest.mp4",
|
|
374
|
+
firstProxyVideoFile: "https://stream.mux.com/43jh5L02ShW4fTpTFG00Bo0001wIR7gljYfpDMi91102j02XI/highest.mp4",
|
|
375
|
+
firstVideoDuration: 11.657543999999998,
|
|
621
376
|
firstNoBackgroundVideo: null,
|
|
622
377
|
startSecondVideoFrom: 0,
|
|
623
|
-
secondVideoFile: "https://stream.mux.com/
|
|
624
|
-
secondProxyVideoFile: "https://stream.mux.com/
|
|
625
|
-
secondVideoDuration:
|
|
378
|
+
secondVideoFile: "https://stream.mux.com/h3wxD58yRtIYNyVWnx5iecrBxxgo5xI4rht5I9jBHak/highest.mp4",
|
|
379
|
+
secondProxyVideoFile: "https://stream.mux.com/h3wxD58yRtIYNyVWnx5iecrBxxgo5xI4rht5I9jBHak/highest.mp4",
|
|
380
|
+
secondVideoDuration: 7.78999995,
|
|
626
381
|
secondNoBackgroundVideo: {
|
|
627
|
-
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-
|
|
382
|
+
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1773185977772.webm",
|
|
628
383
|
faceMetadata: null
|
|
629
384
|
},
|
|
630
385
|
noBackgroundVideoEffects: {
|
|
@@ -632,19 +387,19 @@ var renderer = new RemotionRenderer({
|
|
|
632
387
|
backgroundDim: false,
|
|
633
388
|
backgroundBlur: false
|
|
634
389
|
},
|
|
635
|
-
duration: 16.
|
|
390
|
+
duration: 16.879626,
|
|
636
391
|
firstVideoDurationWithoutLastSegment: 0,
|
|
637
392
|
sourceVideo: {
|
|
638
|
-
videoUrl: "https://stream.mux.com/
|
|
639
|
-
proxyVideoUrl: "https://stream.mux.com/
|
|
640
|
-
start:
|
|
393
|
+
videoUrl: "https://stream.mux.com/43jh5L02ShW4fTpTFG00Bo0001wIR7gljYfpDMi91102j02XI/highest.mp4",
|
|
394
|
+
proxyVideoUrl: "https://stream.mux.com/43jh5L02ShW4fTpTFG00Bo0001wIR7gljYfpDMi91102j02XI/highest.mp4",
|
|
395
|
+
start: 20.225
|
|
641
396
|
},
|
|
642
|
-
handoffOverlapSeconds:
|
|
397
|
+
handoffOverlapSeconds: 2.5679179499999982,
|
|
643
398
|
handoffNametagVariant: "highlight",
|
|
644
|
-
firstVideoPaddingRight:
|
|
645
|
-
secondVideoPaddingLeft:
|
|
646
|
-
seekerVideoDuration: 9.
|
|
647
|
-
responderVideoDuration:
|
|
399
|
+
firstVideoPaddingRight: 1.767917999999998,
|
|
400
|
+
secondVideoPaddingLeft: 0.79999995,
|
|
401
|
+
seekerVideoDuration: 9.889626,
|
|
402
|
+
responderVideoDuration: 6.99,
|
|
648
403
|
paddingLeft: 0,
|
|
649
404
|
paddingRight: 0
|
|
650
405
|
}
|
|
@@ -654,291 +409,329 @@ var renderer = new RemotionRenderer({
|
|
|
654
409
|
data: {
|
|
655
410
|
transcript_text: [{
|
|
656
411
|
offset: 0,
|
|
657
|
-
duration: 0.
|
|
658
|
-
text: "So
|
|
412
|
+
duration: 0.9600009999999983,
|
|
413
|
+
text: "So tell me, from",
|
|
659
414
|
punctuations: [{
|
|
660
415
|
index: 0,
|
|
661
416
|
start: 0,
|
|
662
|
-
end: 0.
|
|
663
|
-
originalStart: 0,
|
|
664
|
-
originalEnd: 0.23999980000000054
|
|
417
|
+
end: 0.16000000000000014
|
|
665
418
|
}, {
|
|
666
419
|
index: 1,
|
|
667
|
-
start: 0.
|
|
668
|
-
end: 0.
|
|
669
|
-
originalStart: 0.23999980000000054,
|
|
670
|
-
originalEnd: 0.3999996000000001
|
|
420
|
+
start: 0.16000000000000014,
|
|
421
|
+
end: 0.3999999999999986
|
|
671
422
|
}, {
|
|
672
423
|
index: 2,
|
|
673
|
-
start: 0.
|
|
674
|
-
end: 0.
|
|
675
|
-
originalStart: 0.3999996000000001,
|
|
676
|
-
originalEnd: 0.7200000000000006
|
|
424
|
+
start: 0.3999999999999986,
|
|
425
|
+
end: 0.639999999999997
|
|
677
426
|
}, {
|
|
678
427
|
index: 3,
|
|
679
|
-
start: 0.
|
|
680
|
-
end: 0.
|
|
681
|
-
originalStart: 0.7200000000000006,
|
|
682
|
-
originalEnd: 0.8800000000000008
|
|
428
|
+
start: 0.639999999999997,
|
|
429
|
+
end: 0.9600009999999983
|
|
683
430
|
}],
|
|
684
|
-
speaker: "seeker"
|
|
685
|
-
originalOffset: 0
|
|
431
|
+
speaker: "seeker"
|
|
686
432
|
}, {
|
|
687
|
-
offset: 0.
|
|
688
|
-
duration: 1.
|
|
689
|
-
text: "
|
|
433
|
+
offset: 0.9600009999999983,
|
|
434
|
+
duration: 1.2199980000000004,
|
|
435
|
+
text: "all the interviews",
|
|
690
436
|
punctuations: [{
|
|
691
437
|
index: 0,
|
|
692
|
-
start: 0.
|
|
693
|
-
end: 1.
|
|
694
|
-
originalStart: 0.8800000000000008,
|
|
695
|
-
originalEnd: 1.119999
|
|
438
|
+
start: 0.9600009999999983,
|
|
439
|
+
end: 1.2800009999999986
|
|
696
440
|
}, {
|
|
697
441
|
index: 1,
|
|
698
|
-
start: 1.
|
|
699
|
-
end: 1.
|
|
700
|
-
originalStart: 1.119999,
|
|
701
|
-
originalEnd: 1.619999
|
|
442
|
+
start: 1.2800009999999986,
|
|
443
|
+
end: 1.6799989999999987
|
|
702
444
|
}, {
|
|
703
445
|
index: 2,
|
|
704
|
-
start: 1.
|
|
705
|
-
end: 2.
|
|
706
|
-
|
|
707
|
-
|
|
446
|
+
start: 1.6799989999999987,
|
|
447
|
+
end: 2.1799989999999987
|
|
448
|
+
}],
|
|
449
|
+
speaker: "seeker"
|
|
450
|
+
}, {
|
|
451
|
+
offset: 2.3200000000000003,
|
|
452
|
+
duration: 0.9799999999999969,
|
|
453
|
+
text: "that you've done,",
|
|
454
|
+
punctuations: [{
|
|
455
|
+
index: 0,
|
|
456
|
+
start: 2.3200000000000003,
|
|
457
|
+
end: 2.5599999999999987
|
|
708
458
|
}, {
|
|
709
|
-
index:
|
|
710
|
-
start: 2.
|
|
711
|
-
end: 2.
|
|
712
|
-
originalStart: 2.079999000000001,
|
|
713
|
-
originalEnd: 2.24
|
|
459
|
+
index: 1,
|
|
460
|
+
start: 2.5599999999999987,
|
|
461
|
+
end: 2.799999999999997
|
|
714
462
|
}, {
|
|
715
|
-
index:
|
|
716
|
-
start: 2.
|
|
717
|
-
end:
|
|
718
|
-
originalStart: 2.24,
|
|
719
|
-
originalEnd: 2.5600000000000005
|
|
463
|
+
index: 2,
|
|
464
|
+
start: 2.799999999999997,
|
|
465
|
+
end: 3.299999999999997
|
|
720
466
|
}],
|
|
721
|
-
speaker: "seeker"
|
|
722
|
-
originalOffset: 0.8800000000000008
|
|
467
|
+
speaker: "seeker"
|
|
723
468
|
}, {
|
|
724
|
-
offset:
|
|
725
|
-
duration:
|
|
726
|
-
text: "
|
|
469
|
+
offset: 3.8596249999999976,
|
|
470
|
+
duration: 1.0400010000000002,
|
|
471
|
+
text: "what makes a",
|
|
727
472
|
punctuations: [{
|
|
728
473
|
index: 0,
|
|
729
|
-
start:
|
|
730
|
-
end:
|
|
731
|
-
originalStart: 2.5600000000000005,
|
|
732
|
-
originalEnd: 3.0600000000000005
|
|
474
|
+
start: 3.8596249999999976,
|
|
475
|
+
end: 4.259625
|
|
733
476
|
}, {
|
|
734
477
|
index: 1,
|
|
735
|
-
start:
|
|
736
|
-
end:
|
|
737
|
-
|
|
738
|
-
|
|
478
|
+
start: 4.259625,
|
|
479
|
+
end: 4.659623999999997
|
|
480
|
+
}, {
|
|
481
|
+
index: 2,
|
|
482
|
+
start: 4.659623999999997,
|
|
483
|
+
end: 4.899625999999998
|
|
739
484
|
}],
|
|
740
|
-
speaker: "seeker"
|
|
741
|
-
originalOffset: 2.5600000000000005
|
|
485
|
+
speaker: "seeker"
|
|
742
486
|
}, {
|
|
743
|
-
offset:
|
|
744
|
-
duration:
|
|
745
|
-
text: "
|
|
487
|
+
offset: 4.899625999999998,
|
|
488
|
+
duration: 1.0600000000000023,
|
|
489
|
+
text: "difference between",
|
|
746
490
|
punctuations: [{
|
|
747
491
|
index: 0,
|
|
748
|
-
start:
|
|
749
|
-
end:
|
|
750
|
-
originalStart: 3.5199999999999996,
|
|
751
|
-
originalEnd: 4.02
|
|
492
|
+
start: 4.899625999999998,
|
|
493
|
+
end: 5.399625999999998
|
|
752
494
|
}, {
|
|
753
495
|
index: 1,
|
|
754
|
-
start: 5.
|
|
755
|
-
end: 5.
|
|
756
|
-
originalStart: 5.031937000000001,
|
|
757
|
-
originalEnd: 5.531937000000001
|
|
496
|
+
start: 5.459626,
|
|
497
|
+
end: 5.959626
|
|
758
498
|
}],
|
|
759
|
-
speaker: "seeker"
|
|
760
|
-
originalOffset: 3.5199999999999996
|
|
499
|
+
speaker: "seeker"
|
|
761
500
|
}, {
|
|
762
|
-
offset:
|
|
763
|
-
duration:
|
|
764
|
-
text: "and
|
|
501
|
+
offset: 6.099625,
|
|
502
|
+
duration: 1.9400009999999988,
|
|
503
|
+
text: "a great guest and a",
|
|
765
504
|
punctuations: [{
|
|
766
505
|
index: 0,
|
|
767
|
-
start:
|
|
768
|
-
end: 6.
|
|
769
|
-
originalStart: 5.911937,
|
|
770
|
-
originalEnd: 6.311938
|
|
506
|
+
start: 6.099625,
|
|
507
|
+
end: 6.419625
|
|
771
508
|
}, {
|
|
772
509
|
index: 1,
|
|
773
|
-
start: 6.
|
|
774
|
-
end: 6.
|
|
775
|
-
|
|
776
|
-
|
|
510
|
+
start: 6.419625,
|
|
511
|
+
end: 6.739625999999998
|
|
512
|
+
}, {
|
|
513
|
+
index: 2,
|
|
514
|
+
start: 6.739625999999998,
|
|
515
|
+
end: 7.219625999999998
|
|
516
|
+
}, {
|
|
517
|
+
index: 3,
|
|
518
|
+
start: 7.219625999999998,
|
|
519
|
+
end: 7.539625999999998
|
|
520
|
+
}, {
|
|
521
|
+
index: 4,
|
|
522
|
+
start: 7.539625999999998,
|
|
523
|
+
end: 8.039625999999998
|
|
777
524
|
}],
|
|
778
|
-
speaker: "seeker"
|
|
779
|
-
originalOffset: 5.911937
|
|
525
|
+
speaker: "seeker"
|
|
780
526
|
}, {
|
|
781
|
-
offset:
|
|
782
|
-
duration: 1.
|
|
783
|
-
text: "
|
|
527
|
+
offset: 8.179624999999998,
|
|
528
|
+
duration: 1.4600010000000019,
|
|
529
|
+
text: "meh guest for you?",
|
|
784
530
|
punctuations: [{
|
|
785
531
|
index: 0,
|
|
786
|
-
start:
|
|
787
|
-
end:
|
|
788
|
-
originalStart: 7.271937000000001,
|
|
789
|
-
originalEnd: 7.751937
|
|
532
|
+
start: 8.179624999999998,
|
|
533
|
+
end: 8.659623999999997
|
|
790
534
|
}, {
|
|
791
535
|
index: 1,
|
|
792
|
-
start:
|
|
793
|
-
end: 8.
|
|
794
|
-
originalStart: 7.751937,
|
|
795
|
-
originalEnd: 8.071937
|
|
536
|
+
start: 8.659623999999997,
|
|
537
|
+
end: 8.979623999999998
|
|
796
538
|
}, {
|
|
797
539
|
index: 2,
|
|
798
|
-
start: 8.
|
|
799
|
-
end:
|
|
800
|
-
|
|
801
|
-
|
|
540
|
+
start: 8.979623999999998,
|
|
541
|
+
end: 9.139626
|
|
542
|
+
}, {
|
|
543
|
+
index: 3,
|
|
544
|
+
start: 9.139626,
|
|
545
|
+
end: 9.639626
|
|
802
546
|
}],
|
|
803
|
-
speaker: "seeker"
|
|
804
|
-
originalOffset: 7.271937000000001
|
|
547
|
+
speaker: "seeker"
|
|
805
548
|
}, {
|
|
806
|
-
offset:
|
|
807
|
-
duration: 0.
|
|
808
|
-
text: "
|
|
549
|
+
offset: 9.889626,
|
|
550
|
+
duration: 0.79999995,
|
|
551
|
+
text: "One thing that",
|
|
809
552
|
punctuations: [{
|
|
810
553
|
index: 0,
|
|
811
|
-
start:
|
|
812
|
-
end:
|
|
813
|
-
originalStart:
|
|
814
|
-
originalEnd:
|
|
554
|
+
start: 9.889626,
|
|
555
|
+
end: 10.20962605,
|
|
556
|
+
originalStart: 0,
|
|
557
|
+
originalEnd: 0.3200000500000001
|
|
815
558
|
}, {
|
|
816
559
|
index: 1,
|
|
817
|
-
start:
|
|
818
|
-
end:
|
|
819
|
-
originalStart:
|
|
820
|
-
originalEnd:
|
|
560
|
+
start: 10.20962605,
|
|
561
|
+
end: 10.449626049999999,
|
|
562
|
+
originalStart: 0.3200000500000001,
|
|
563
|
+
originalEnd: 0.5600000500000001
|
|
564
|
+
}, {
|
|
565
|
+
index: 2,
|
|
566
|
+
start: 10.449626049999999,
|
|
567
|
+
end: 10.68962595,
|
|
568
|
+
originalStart: 0.5600000500000001,
|
|
569
|
+
originalEnd: 0.79999995
|
|
821
570
|
}],
|
|
822
|
-
|
|
823
|
-
|
|
571
|
+
originalOffset: 0,
|
|
572
|
+
speaker: "responder"
|
|
824
573
|
}, {
|
|
825
|
-
offset:
|
|
826
|
-
duration:
|
|
827
|
-
text: "
|
|
574
|
+
offset: 10.68962595,
|
|
575
|
+
duration: 1.1200001000000002,
|
|
576
|
+
text: "separates an okay",
|
|
828
577
|
punctuations: [{
|
|
829
578
|
index: 0,
|
|
830
|
-
start:
|
|
831
|
-
end:
|
|
832
|
-
originalStart: 0,
|
|
833
|
-
originalEnd:
|
|
579
|
+
start: 10.68962595,
|
|
580
|
+
end: 11.16962605,
|
|
581
|
+
originalStart: 0.79999995,
|
|
582
|
+
originalEnd: 1.28000005
|
|
834
583
|
}, {
|
|
835
584
|
index: 1,
|
|
836
|
-
start:
|
|
837
|
-
end:
|
|
838
|
-
originalStart:
|
|
839
|
-
originalEnd:
|
|
585
|
+
start: 11.16962605,
|
|
586
|
+
end: 11.48962595,
|
|
587
|
+
originalStart: 1.28000005,
|
|
588
|
+
originalEnd: 1.59999995
|
|
840
589
|
}, {
|
|
841
590
|
index: 2,
|
|
842
|
-
start:
|
|
843
|
-
end:
|
|
844
|
-
originalStart:
|
|
845
|
-
originalEnd:
|
|
591
|
+
start: 11.48962595,
|
|
592
|
+
end: 11.80962605,
|
|
593
|
+
originalStart: 1.59999995,
|
|
594
|
+
originalEnd: 1.92000005
|
|
595
|
+
}],
|
|
596
|
+
originalOffset: 0.79999995,
|
|
597
|
+
speaker: "responder"
|
|
598
|
+
}, {
|
|
599
|
+
offset: 11.80962605,
|
|
600
|
+
duration: 1.1199999999999997,
|
|
601
|
+
text: "podcast guest from",
|
|
602
|
+
punctuations: [{
|
|
603
|
+
index: 0,
|
|
604
|
+
start: 11.80962605,
|
|
605
|
+
end: 12.30962605,
|
|
606
|
+
originalStart: 1.92000005,
|
|
607
|
+
originalEnd: 2.42000005
|
|
846
608
|
}, {
|
|
847
|
-
index:
|
|
848
|
-
start:
|
|
849
|
-
end:
|
|
850
|
-
originalStart:
|
|
851
|
-
originalEnd:
|
|
609
|
+
index: 1,
|
|
610
|
+
start: 12.369626049999999,
|
|
611
|
+
end: 12.68962605,
|
|
612
|
+
originalStart: 2.4800000499999997,
|
|
613
|
+
originalEnd: 2.80000005
|
|
614
|
+
}, {
|
|
615
|
+
index: 2,
|
|
616
|
+
start: 12.68962605,
|
|
617
|
+
end: 12.92962605,
|
|
618
|
+
originalStart: 2.80000005,
|
|
619
|
+
originalEnd: 3.0400000499999997
|
|
852
620
|
}],
|
|
853
|
-
originalOffset:
|
|
621
|
+
originalOffset: 1.92000005,
|
|
854
622
|
speaker: "responder"
|
|
855
623
|
}, {
|
|
856
|
-
offset:
|
|
857
|
-
duration:
|
|
858
|
-
text: "
|
|
624
|
+
offset: 12.92962605,
|
|
625
|
+
duration: 1.04,
|
|
626
|
+
text: "a great one is",
|
|
859
627
|
punctuations: [{
|
|
860
628
|
index: 0,
|
|
861
|
-
start:
|
|
862
|
-
end:
|
|
863
|
-
originalStart:
|
|
864
|
-
originalEnd:
|
|
629
|
+
start: 12.92962605,
|
|
630
|
+
end: 13.08962605,
|
|
631
|
+
originalStart: 3.0400000499999997,
|
|
632
|
+
originalEnd: 3.20000005
|
|
865
633
|
}, {
|
|
866
634
|
index: 1,
|
|
867
|
-
start:
|
|
868
|
-
end:
|
|
869
|
-
originalStart:
|
|
870
|
-
originalEnd:
|
|
635
|
+
start: 13.08962605,
|
|
636
|
+
end: 13.32962605,
|
|
637
|
+
originalStart: 3.20000005,
|
|
638
|
+
originalEnd: 3.44000005
|
|
871
639
|
}, {
|
|
872
640
|
index: 2,
|
|
873
|
-
start:
|
|
874
|
-
end:
|
|
875
|
-
originalStart:
|
|
876
|
-
originalEnd:
|
|
641
|
+
start: 13.32962605,
|
|
642
|
+
end: 13.72962605,
|
|
643
|
+
originalStart: 3.44000005,
|
|
644
|
+
originalEnd: 3.8400000499999996
|
|
877
645
|
}, {
|
|
878
646
|
index: 3,
|
|
879
|
-
start:
|
|
880
|
-
end:
|
|
881
|
-
originalStart:
|
|
882
|
-
originalEnd:
|
|
647
|
+
start: 13.72962605,
|
|
648
|
+
end: 13.969626049999999,
|
|
649
|
+
originalStart: 3.8400000499999996,
|
|
650
|
+
originalEnd: 4.08000005
|
|
883
651
|
}],
|
|
884
|
-
originalOffset:
|
|
652
|
+
originalOffset: 3.0400000499999997,
|
|
885
653
|
speaker: "responder"
|
|
886
654
|
}, {
|
|
887
|
-
offset:
|
|
888
|
-
duration:
|
|
889
|
-
text: "
|
|
655
|
+
offset: 13.969626049999999,
|
|
656
|
+
duration: 0.3999997000000004,
|
|
657
|
+
text: "whether they",
|
|
890
658
|
punctuations: [{
|
|
891
659
|
index: 0,
|
|
892
|
-
start:
|
|
893
|
-
end:
|
|
894
|
-
originalStart:
|
|
895
|
-
originalEnd:
|
|
660
|
+
start: 13.969626049999999,
|
|
661
|
+
end: 14.20962605,
|
|
662
|
+
originalStart: 4.08000005,
|
|
663
|
+
originalEnd: 4.32000005
|
|
896
664
|
}, {
|
|
897
665
|
index: 1,
|
|
898
|
-
start:
|
|
899
|
-
end:
|
|
900
|
-
originalStart:
|
|
901
|
-
originalEnd:
|
|
666
|
+
start: 14.20962605,
|
|
667
|
+
end: 14.36962575,
|
|
668
|
+
originalStart: 4.32000005,
|
|
669
|
+
originalEnd: 4.47999975
|
|
670
|
+
}],
|
|
671
|
+
originalOffset: 4.08000005,
|
|
672
|
+
speaker: "responder"
|
|
673
|
+
}, {
|
|
674
|
+
offset: 14.36962575,
|
|
675
|
+
duration: 0.4800000999999998,
|
|
676
|
+
text: "remember that",
|
|
677
|
+
punctuations: [{
|
|
678
|
+
index: 0,
|
|
679
|
+
start: 14.36962575,
|
|
680
|
+
end: 14.689626049999998,
|
|
681
|
+
originalStart: 4.47999975,
|
|
682
|
+
originalEnd: 4.8000000499999995
|
|
902
683
|
}, {
|
|
903
|
-
index:
|
|
904
|
-
start: 14.
|
|
905
|
-
end: 14.
|
|
906
|
-
originalStart: 4.
|
|
907
|
-
originalEnd: 4.
|
|
684
|
+
index: 1,
|
|
685
|
+
start: 14.689626049999998,
|
|
686
|
+
end: 14.849625849999999,
|
|
687
|
+
originalStart: 4.8000000499999995,
|
|
688
|
+
originalEnd: 4.95999985
|
|
908
689
|
}],
|
|
909
|
-
originalOffset:
|
|
690
|
+
originalOffset: 4.47999975,
|
|
910
691
|
speaker: "responder"
|
|
911
692
|
}, {
|
|
912
|
-
offset: 14.
|
|
913
|
-
duration:
|
|
914
|
-
text: "
|
|
693
|
+
offset: 14.849625849999999,
|
|
694
|
+
duration: 0.8000001999999995,
|
|
695
|
+
text: "there's actually an",
|
|
915
696
|
punctuations: [{
|
|
916
697
|
index: 0,
|
|
917
|
-
start: 14.
|
|
918
|
-
end: 15.
|
|
919
|
-
originalStart: 4.
|
|
920
|
-
originalEnd: 5.
|
|
698
|
+
start: 14.849625849999999,
|
|
699
|
+
end: 15.169626050000002,
|
|
700
|
+
originalStart: 4.95999985,
|
|
701
|
+
originalEnd: 5.28000005
|
|
921
702
|
}, {
|
|
922
703
|
index: 1,
|
|
923
|
-
start: 15.
|
|
924
|
-
end: 15.
|
|
925
|
-
originalStart: 5.
|
|
926
|
-
originalEnd:
|
|
704
|
+
start: 15.169626050000002,
|
|
705
|
+
end: 15.48962565,
|
|
706
|
+
originalStart: 5.28000005,
|
|
707
|
+
originalEnd: 5.59999965
|
|
708
|
+
}, {
|
|
709
|
+
index: 2,
|
|
710
|
+
start: 15.48962565,
|
|
711
|
+
end: 15.649626049999998,
|
|
712
|
+
originalStart: 5.59999965,
|
|
713
|
+
originalEnd: 5.7600000499999995
|
|
927
714
|
}],
|
|
928
|
-
originalOffset: 4.
|
|
715
|
+
originalOffset: 4.95999985,
|
|
929
716
|
speaker: "responder"
|
|
930
717
|
}, {
|
|
931
|
-
offset: 15.
|
|
932
|
-
duration: 0.
|
|
933
|
-
text: "
|
|
718
|
+
offset: 15.649626049999998,
|
|
719
|
+
duration: 0.9800000000000004,
|
|
720
|
+
text: "audience listening.",
|
|
934
721
|
punctuations: [{
|
|
935
722
|
index: 0,
|
|
936
|
-
start: 15.
|
|
937
|
-
end: 16.
|
|
938
|
-
originalStart:
|
|
939
|
-
originalEnd: 6.
|
|
723
|
+
start: 15.649626049999998,
|
|
724
|
+
end: 16.12962605,
|
|
725
|
+
originalStart: 5.7600000499999995,
|
|
726
|
+
originalEnd: 6.24000005
|
|
727
|
+
}, {
|
|
728
|
+
index: 1,
|
|
729
|
+
start: 16.12962605,
|
|
730
|
+
end: 16.62962605,
|
|
731
|
+
originalStart: 6.24000005,
|
|
732
|
+
originalEnd: 6.74000005
|
|
940
733
|
}],
|
|
941
|
-
originalOffset:
|
|
734
|
+
originalOffset: 5.7600000499999995,
|
|
942
735
|
speaker: "responder"
|
|
943
736
|
}]
|
|
944
737
|
}
|
|
@@ -948,7 +741,7 @@ var renderer = new RemotionRenderer({
|
|
|
948
741
|
fullName: "Arjun Sundararajan",
|
|
949
742
|
title: "Founder at Zync.ai | Simplifying Brand Building",
|
|
950
743
|
pictureUrl: "https://cdn.solorecording.studio/media/event-presenters/LPDfBsKz/presenter/1739483653893-arjunsundararajanprofile.jpg",
|
|
951
|
-
offset: 6.
|
|
744
|
+
offset: 6.657543999999998,
|
|
952
745
|
alignment: "first-left",
|
|
953
746
|
duration: 5,
|
|
954
747
|
speaker: "seeker"
|
|
@@ -956,19 +749,19 @@ var renderer = new RemotionRenderer({
|
|
|
956
749
|
}, {
|
|
957
750
|
type: "handoff_nametag",
|
|
958
751
|
data: {
|
|
959
|
-
fullName: "
|
|
960
|
-
title: "
|
|
752
|
+
fullName: "Brooke Laing",
|
|
753
|
+
title: "Co-host of Two Bolts Short of a Flange",
|
|
961
754
|
pictureUrl: "",
|
|
962
|
-
offset:
|
|
755
|
+
offset: 9.08962605,
|
|
963
756
|
alignment: "second-right",
|
|
964
757
|
duration: 5,
|
|
965
758
|
speaker: "responder"
|
|
966
759
|
}
|
|
967
760
|
}]
|
|
968
761
|
}, {
|
|
969
|
-
recordingIndex:
|
|
762
|
+
recordingIndex: 1,
|
|
970
763
|
layout: {
|
|
971
|
-
type: "
|
|
764
|
+
type: "simple_frame_zoom_cut",
|
|
972
765
|
data: {
|
|
973
766
|
noBackgroundVideoEffects: {
|
|
974
767
|
facePop: false,
|
|
@@ -976,31 +769,22 @@ var renderer = new RemotionRenderer({
|
|
|
976
769
|
backgroundBlur: false
|
|
977
770
|
},
|
|
978
771
|
sourceVideo: {
|
|
979
|
-
videoUrl: "https://stream.mux.com/
|
|
980
|
-
proxyVideoUrl: "https://stream.mux.com/
|
|
981
|
-
start:
|
|
772
|
+
videoUrl: "https://stream.mux.com/K00pM400la00Hk02mxDoA5SERWTA7eG8zhP1n026vzcVz8ws/highest.mp4",
|
|
773
|
+
proxyVideoUrl: "https://stream.mux.com/K00pM400la00Hk02mxDoA5SERWTA7eG8zhP1n026vzcVz8ws/highest.mp4",
|
|
774
|
+
start: 0.56,
|
|
982
775
|
aspectRatio: "16:9",
|
|
983
|
-
durationSeconds:
|
|
776
|
+
durationSeconds: 13.076
|
|
984
777
|
},
|
|
985
|
-
duration:
|
|
778
|
+
duration: 4.880000000000001,
|
|
986
779
|
logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
|
|
987
780
|
frameColor: "#2C2C2C",
|
|
988
781
|
disableTransitionSounds: false,
|
|
989
|
-
brollUrl: "https://videos.pexels.com/video-files/8725951/8725951-uhd_3840_2160_25fps.mp4",
|
|
990
|
-
sentenceText: "Send a personal thank-you note after the interview.",
|
|
991
|
-
text: "Send a personal thank-you note after the interview.",
|
|
992
|
-
imageUrl: "https://images.pexels.com/photos/11341894/pexels-photo-11341894.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
|
|
993
|
-
imgBgUrlVariations: {
|
|
994
|
-
"default": "https://images.pexels.com/photos/11341894/pexels-photo-11341894.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
|
|
995
|
-
pexels: "https://images.pexels.com/photos/11341894/pexels-photo-11341894.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
|
|
996
|
-
},
|
|
997
|
-
words: ["Thank", "you", "note"],
|
|
998
782
|
noBackgroundVideo: {
|
|
999
|
-
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-
|
|
783
|
+
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1773186244713.webm",
|
|
1000
784
|
faceMetadata: null
|
|
1001
785
|
},
|
|
1002
|
-
paddingLeft: 0.
|
|
1003
|
-
paddingRight: 0
|
|
786
|
+
paddingLeft: 0.56,
|
|
787
|
+
paddingRight: 0
|
|
1004
788
|
}
|
|
1005
789
|
},
|
|
1006
790
|
effects: [{
|
|
@@ -1008,359 +792,126 @@ var renderer = new RemotionRenderer({
|
|
|
1008
792
|
data: {
|
|
1009
793
|
transcript_text: [{
|
|
1010
794
|
offset: 0,
|
|
1011
|
-
duration: 0.
|
|
1012
|
-
text: "
|
|
795
|
+
duration: 0.8,
|
|
796
|
+
text: "A lot of guests",
|
|
1013
797
|
punctuations: [{
|
|
1014
798
|
index: 0,
|
|
1015
799
|
start: 0,
|
|
1016
|
-
end: 0.
|
|
1017
|
-
originalStart: 0,
|
|
1018
|
-
originalEnd: 0.16000000000000014
|
|
1019
|
-
}, {
|
|
1020
|
-
index: 1,
|
|
1021
|
-
start: 0.16000000000000014,
|
|
1022
|
-
end: 0.47999999999999865,
|
|
1023
|
-
originalStart: 0.16000000000000014,
|
|
1024
|
-
originalEnd: 0.47999999999999865
|
|
1025
|
-
}, {
|
|
1026
|
-
index: 2,
|
|
1027
|
-
start: 0.47999999999999865,
|
|
1028
|
-
end: 0.6399999999999988,
|
|
1029
|
-
originalStart: 0.47999999999999865,
|
|
1030
|
-
originalEnd: 0.6399999999999988
|
|
1031
|
-
}],
|
|
1032
|
-
originalOffset: 0
|
|
1033
|
-
}, {
|
|
1034
|
-
offset: 0.6399999999999988,
|
|
1035
|
-
duration: 0.8000000000000007,
|
|
1036
|
-
text: "first and the",
|
|
1037
|
-
punctuations: [{
|
|
1038
|
-
index: 0,
|
|
1039
|
-
start: 0.6399999999999988,
|
|
1040
|
-
end: 1.0399999999999991,
|
|
1041
|
-
originalStart: 0.6399999999999988,
|
|
1042
|
-
originalEnd: 1.0399999999999991
|
|
800
|
+
end: 0.15999997
|
|
1043
801
|
}, {
|
|
1044
802
|
index: 1,
|
|
1045
|
-
start:
|
|
1046
|
-
end:
|
|
1047
|
-
originalStart: 1.0399999999999991,
|
|
1048
|
-
originalEnd: 1.1999999999999993
|
|
803
|
+
start: 0.15999997,
|
|
804
|
+
end: 0.31999999999999995
|
|
1049
805
|
}, {
|
|
1050
806
|
index: 2,
|
|
1051
|
-
start:
|
|
1052
|
-
end:
|
|
1053
|
-
originalStart: 1.1999999999999993,
|
|
1054
|
-
originalEnd: 1.4399999999999995
|
|
1055
|
-
}],
|
|
1056
|
-
originalOffset: 0.6399999999999988
|
|
1057
|
-
}, {
|
|
1058
|
-
offset: 1.4399999999999995,
|
|
1059
|
-
duration: 1.0399999999999991,
|
|
1060
|
-
text: "simplest one is to",
|
|
1061
|
-
punctuations: [{
|
|
1062
|
-
index: 0,
|
|
1063
|
-
start: 1.4399999999999995,
|
|
1064
|
-
end: 1.8399989999999988,
|
|
1065
|
-
originalStart: 1.4399999999999995,
|
|
1066
|
-
originalEnd: 1.8399989999999988
|
|
1067
|
-
}, {
|
|
1068
|
-
index: 1,
|
|
1069
|
-
start: 1.8399989999999988,
|
|
1070
|
-
end: 2.08,
|
|
1071
|
-
originalStart: 1.8399989999999988,
|
|
1072
|
-
originalEnd: 2.08
|
|
1073
|
-
}, {
|
|
1074
|
-
index: 2,
|
|
1075
|
-
start: 2.08,
|
|
1076
|
-
end: 2.3199999999999985,
|
|
1077
|
-
originalStart: 2.08,
|
|
1078
|
-
originalEnd: 2.3199999999999985
|
|
807
|
+
start: 0.31999999999999995,
|
|
808
|
+
end: 0.48
|
|
1079
809
|
}, {
|
|
1080
810
|
index: 3,
|
|
1081
|
-
start:
|
|
1082
|
-
end:
|
|
1083
|
-
|
|
1084
|
-
originalEnd: 2.4799999999999986
|
|
1085
|
-
}],
|
|
1086
|
-
originalOffset: 1.4399999999999995
|
|
1087
|
-
}, {
|
|
1088
|
-
offset: 2.4799999999999986,
|
|
1089
|
-
duration: 0.6400000000000006,
|
|
1090
|
-
text: "send them a",
|
|
1091
|
-
punctuations: [{
|
|
1092
|
-
index: 0,
|
|
1093
|
-
start: 2.4799999999999986,
|
|
1094
|
-
end: 2.639999999999999,
|
|
1095
|
-
originalStart: 2.4799999999999986,
|
|
1096
|
-
originalEnd: 2.639999999999999
|
|
1097
|
-
}, {
|
|
1098
|
-
index: 1,
|
|
1099
|
-
start: 2.639999999999999,
|
|
1100
|
-
end: 2.959999,
|
|
1101
|
-
originalStart: 2.639999999999999,
|
|
1102
|
-
originalEnd: 2.959999
|
|
1103
|
-
}, {
|
|
1104
|
-
index: 2,
|
|
1105
|
-
start: 2.959999,
|
|
1106
|
-
end: 3.119999999999999,
|
|
1107
|
-
originalStart: 2.959999,
|
|
1108
|
-
originalEnd: 3.119999999999999
|
|
1109
|
-
}],
|
|
1110
|
-
originalOffset: 2.4799999999999986
|
|
1111
|
-
}, {
|
|
1112
|
-
offset: 3.119999999999999,
|
|
1113
|
-
duration: 0.8799989999999998,
|
|
1114
|
-
text: "personal thank you",
|
|
1115
|
-
punctuations: [{
|
|
1116
|
-
index: 0,
|
|
1117
|
-
start: 3.119999999999999,
|
|
1118
|
-
end: 3.5999999999999996,
|
|
1119
|
-
originalStart: 3.119999999999999,
|
|
1120
|
-
originalEnd: 3.5999999999999996
|
|
1121
|
-
}, {
|
|
1122
|
-
index: 1,
|
|
1123
|
-
start: 3.5999999999999996,
|
|
1124
|
-
end: 3.839998999999999,
|
|
1125
|
-
originalStart: 3.5999999999999996,
|
|
1126
|
-
originalEnd: 3.839998999999999
|
|
1127
|
-
}, {
|
|
1128
|
-
index: 2,
|
|
1129
|
-
start: 3.839998999999999,
|
|
1130
|
-
end: 3.999998999999999,
|
|
1131
|
-
originalStart: 3.839998999999999,
|
|
1132
|
-
originalEnd: 3.999998999999999
|
|
1133
|
-
}],
|
|
1134
|
-
originalOffset: 3.119999999999999
|
|
811
|
+
start: 0.48,
|
|
812
|
+
end: 0.8
|
|
813
|
+
}]
|
|
1135
814
|
}, {
|
|
1136
|
-
offset:
|
|
1137
|
-
duration:
|
|
1138
|
-
text: "
|
|
815
|
+
offset: 0.8,
|
|
816
|
+
duration: 0.7999997999999999,
|
|
817
|
+
text: "answer questions",
|
|
1139
818
|
punctuations: [{
|
|
1140
819
|
index: 0,
|
|
1141
|
-
start:
|
|
1142
|
-
end:
|
|
1143
|
-
originalStart: 3.999998999999999,
|
|
1144
|
-
originalEnd: 4.499998999999999
|
|
820
|
+
start: 0.8,
|
|
821
|
+
end: 1.1199999999999999
|
|
1145
822
|
}, {
|
|
1146
823
|
index: 1,
|
|
1147
|
-
start:
|
|
1148
|
-
end:
|
|
1149
|
-
|
|
1150
|
-
originalEnd: 5.094999999999999
|
|
1151
|
-
}, {
|
|
1152
|
-
index: 2,
|
|
1153
|
-
start: 5.094999999999999,
|
|
1154
|
-
end: 5.414999999999999,
|
|
1155
|
-
originalStart: 5.094999999999999,
|
|
1156
|
-
originalEnd: 5.414999999999999
|
|
1157
|
-
}],
|
|
1158
|
-
originalOffset: 3.999998999999999
|
|
824
|
+
start: 1.1199999999999999,
|
|
825
|
+
end: 1.5999998
|
|
826
|
+
}]
|
|
1159
827
|
}, {
|
|
1160
|
-
offset:
|
|
1161
|
-
duration: 0.
|
|
1162
|
-
text: "
|
|
828
|
+
offset: 1.5999998,
|
|
829
|
+
duration: 0.6400001999999998,
|
|
830
|
+
text: "like they're just",
|
|
1163
831
|
punctuations: [{
|
|
1164
832
|
index: 0,
|
|
1165
|
-
start:
|
|
1166
|
-
end:
|
|
1167
|
-
originalStart: 5.414999999999999,
|
|
1168
|
-
originalEnd: 5.574999999999999
|
|
833
|
+
start: 1.5999998,
|
|
834
|
+
end: 1.8399999
|
|
1169
835
|
}, {
|
|
1170
836
|
index: 1,
|
|
1171
|
-
start:
|
|
1172
|
-
end:
|
|
1173
|
-
originalStart: 5.574999999999999,
|
|
1174
|
-
originalEnd: 5.895
|
|
837
|
+
start: 1.8399999,
|
|
838
|
+
end: 2
|
|
1175
839
|
}, {
|
|
1176
840
|
index: 2,
|
|
1177
|
-
start:
|
|
1178
|
-
end:
|
|
1179
|
-
|
|
1180
|
-
originalEnd: 6.135
|
|
1181
|
-
}],
|
|
1182
|
-
originalOffset: 5.414999999999999
|
|
841
|
+
start: 2,
|
|
842
|
+
end: 2.2399999999999998
|
|
843
|
+
}]
|
|
1183
844
|
}, {
|
|
1184
|
-
offset:
|
|
1185
|
-
duration:
|
|
1186
|
-
text: "
|
|
845
|
+
offset: 2.2399999999999998,
|
|
846
|
+
duration: 0.48,
|
|
847
|
+
text: "talking to the",
|
|
1187
848
|
punctuations: [{
|
|
1188
849
|
index: 0,
|
|
1189
|
-
start:
|
|
1190
|
-
end:
|
|
1191
|
-
originalStart: 6.135,
|
|
1192
|
-
originalEnd: 6.455
|
|
850
|
+
start: 2.2399999999999998,
|
|
851
|
+
end: 2.48
|
|
1193
852
|
}, {
|
|
1194
853
|
index: 1,
|
|
1195
|
-
start:
|
|
1196
|
-
end:
|
|
1197
|
-
originalStart: 6.455,
|
|
1198
|
-
originalEnd: 6.615
|
|
854
|
+
start: 2.48,
|
|
855
|
+
end: 2.6399998
|
|
1199
856
|
}, {
|
|
1200
857
|
index: 2,
|
|
1201
|
-
start:
|
|
1202
|
-
end:
|
|
1203
|
-
|
|
1204
|
-
originalEnd: 7.115
|
|
1205
|
-
}, {
|
|
1206
|
-
index: 3,
|
|
1207
|
-
start: 7.174999999999999,
|
|
1208
|
-
end: 7.334999999999999,
|
|
1209
|
-
originalStart: 7.174999999999999,
|
|
1210
|
-
originalEnd: 7.334999999999999
|
|
1211
|
-
}],
|
|
1212
|
-
originalOffset: 6.135
|
|
1213
|
-
}, {
|
|
1214
|
-
offset: 7.334999999999999,
|
|
1215
|
-
duration: 1.2800000000000011,
|
|
1216
|
-
text: "appreciate their",
|
|
1217
|
-
punctuations: [{
|
|
1218
|
-
index: 0,
|
|
1219
|
-
start: 7.334999999999999,
|
|
1220
|
-
end: 7.834999999999999,
|
|
1221
|
-
originalStart: 7.334999999999999,
|
|
1222
|
-
originalEnd: 7.834999999999999
|
|
1223
|
-
}, {
|
|
1224
|
-
index: 1,
|
|
1225
|
-
start: 8.374999999999998,
|
|
1226
|
-
end: 8.615,
|
|
1227
|
-
originalStart: 8.374999999999998,
|
|
1228
|
-
originalEnd: 8.615
|
|
1229
|
-
}],
|
|
1230
|
-
originalOffset: 7.334999999999999
|
|
858
|
+
start: 2.6399998,
|
|
859
|
+
end: 2.7199999999999998
|
|
860
|
+
}]
|
|
1231
861
|
}, {
|
|
1232
|
-
offset:
|
|
1233
|
-
duration:
|
|
1234
|
-
text: "
|
|
862
|
+
offset: 2.7199999999999998,
|
|
863
|
+
duration: 0.8800000000000003,
|
|
864
|
+
text: "host, and that's",
|
|
1235
865
|
punctuations: [{
|
|
1236
866
|
index: 0,
|
|
1237
|
-
start:
|
|
1238
|
-
end:
|
|
1239
|
-
originalStart: 8.615,
|
|
1240
|
-
originalEnd: 9.115
|
|
867
|
+
start: 2.7199999999999998,
|
|
868
|
+
end: 3.1999999999999997
|
|
1241
869
|
}, {
|
|
1242
870
|
index: 1,
|
|
1243
|
-
start:
|
|
1244
|
-
end:
|
|
1245
|
-
originalStart: 9.575000000000001,
|
|
1246
|
-
originalEnd: 9.975
|
|
871
|
+
start: 3.1999999999999997,
|
|
872
|
+
end: 3.3599997999999998
|
|
1247
873
|
}, {
|
|
1248
874
|
index: 2,
|
|
1249
|
-
start:
|
|
1250
|
-
end:
|
|
1251
|
-
|
|
1252
|
-
originalEnd: 10.374999999999998
|
|
1253
|
-
}],
|
|
1254
|
-
originalOffset: 8.615
|
|
1255
|
-
}, {
|
|
1256
|
-
offset: 10.374999999999998,
|
|
1257
|
-
duration: 0.6400000000000006,
|
|
1258
|
-
text: "sharing of",
|
|
1259
|
-
punctuations: [{
|
|
1260
|
-
index: 0,
|
|
1261
|
-
start: 10.374999999999998,
|
|
1262
|
-
end: 10.774999,
|
|
1263
|
-
originalStart: 10.374999999999998,
|
|
1264
|
-
originalEnd: 10.774999
|
|
1265
|
-
}, {
|
|
1266
|
-
index: 1,
|
|
1267
|
-
start: 10.774999,
|
|
1268
|
-
end: 11.014999999999999,
|
|
1269
|
-
originalStart: 10.774999,
|
|
1270
|
-
originalEnd: 11.014999999999999
|
|
1271
|
-
}],
|
|
1272
|
-
originalOffset: 10.374999999999998
|
|
875
|
+
start: 3.3599997999999998,
|
|
876
|
+
end: 3.6
|
|
877
|
+
}]
|
|
1273
878
|
}, {
|
|
1274
|
-
offset:
|
|
1275
|
-
duration: 0.
|
|
1276
|
-
text: "
|
|
879
|
+
offset: 3.6,
|
|
880
|
+
duration: 0.3200000000000003,
|
|
881
|
+
text: "fine.",
|
|
1277
882
|
punctuations: [{
|
|
1278
883
|
index: 0,
|
|
1279
|
-
start:
|
|
1280
|
-
end:
|
|
1281
|
-
|
|
1282
|
-
originalEnd: 11.334999999999999
|
|
1283
|
-
}, {
|
|
1284
|
-
index: 1,
|
|
1285
|
-
start: 11.334999999999999,
|
|
1286
|
-
end: 11.655,
|
|
1287
|
-
originalStart: 11.334999999999999,
|
|
1288
|
-
originalEnd: 11.655
|
|
1289
|
-
}],
|
|
1290
|
-
originalOffset: 11.014999999999999
|
|
1291
|
-
}, {
|
|
1292
|
-
offset: 11.655,
|
|
1293
|
-
duration: 1.0399999999999991,
|
|
1294
|
-
text: "expertise on the",
|
|
1295
|
-
punctuations: [{
|
|
1296
|
-
index: 0,
|
|
1297
|
-
start: 11.655,
|
|
1298
|
-
end: 12.155,
|
|
1299
|
-
originalStart: 11.655,
|
|
1300
|
-
originalEnd: 12.155
|
|
1301
|
-
}, {
|
|
1302
|
-
index: 1,
|
|
1303
|
-
start: 12.295,
|
|
1304
|
-
end: 12.534999999999998,
|
|
1305
|
-
originalStart: 12.295,
|
|
1306
|
-
originalEnd: 12.534999999999998
|
|
1307
|
-
}, {
|
|
1308
|
-
index: 2,
|
|
1309
|
-
start: 12.534999999999998,
|
|
1310
|
-
end: 12.694999999999999,
|
|
1311
|
-
originalStart: 12.534999999999998,
|
|
1312
|
-
originalEnd: 12.694999999999999
|
|
1313
|
-
}],
|
|
1314
|
-
originalOffset: 11.655
|
|
884
|
+
start: 3.6,
|
|
885
|
+
end: 3.9200000000000004
|
|
886
|
+
}]
|
|
1315
887
|
}, {
|
|
1316
|
-
offset:
|
|
1317
|
-
duration: 0.
|
|
1318
|
-
text: "
|
|
888
|
+
offset: 3.9200000000000004,
|
|
889
|
+
duration: 0.96,
|
|
890
|
+
text: "Don't get me wrong.",
|
|
1319
891
|
punctuations: [{
|
|
1320
892
|
index: 0,
|
|
1321
|
-
start:
|
|
1322
|
-
end:
|
|
1323
|
-
originalStart: 12.694999999999999,
|
|
1324
|
-
originalEnd: 13.174999999999999
|
|
893
|
+
start: 3.9200000000000004,
|
|
894
|
+
end: 4.16
|
|
1325
895
|
}, {
|
|
1326
896
|
index: 1,
|
|
1327
|
-
start:
|
|
1328
|
-
end:
|
|
1329
|
-
originalStart: 13.174999999999999,
|
|
1330
|
-
originalEnd: 13.415000000000001
|
|
897
|
+
start: 4.16,
|
|
898
|
+
end: 4.32
|
|
1331
899
|
}, {
|
|
1332
900
|
index: 2,
|
|
1333
|
-
start:
|
|
1334
|
-
end:
|
|
1335
|
-
originalStart: 13.415000000000001,
|
|
1336
|
-
originalEnd: 13.575000000000001
|
|
1337
|
-
}],
|
|
1338
|
-
originalOffset: 12.694999999999999
|
|
1339
|
-
}, {
|
|
1340
|
-
offset: 13.575000000000001,
|
|
1341
|
-
duration: 0.9799999999999969,
|
|
1342
|
-
text: "interviewed them.",
|
|
1343
|
-
punctuations: [{
|
|
1344
|
-
index: 0,
|
|
1345
|
-
start: 13.575000000000001,
|
|
1346
|
-
end: 14.054999999999998,
|
|
1347
|
-
originalStart: 13.575000000000001,
|
|
1348
|
-
originalEnd: 14.054999999999998
|
|
901
|
+
start: 4.32,
|
|
902
|
+
end: 4.48
|
|
1349
903
|
}, {
|
|
1350
|
-
index:
|
|
1351
|
-
start:
|
|
1352
|
-
end:
|
|
1353
|
-
|
|
1354
|
-
originalEnd: 14.554999999999998
|
|
1355
|
-
}],
|
|
1356
|
-
originalOffset: 13.575000000000001
|
|
904
|
+
index: 3,
|
|
905
|
+
start: 4.48,
|
|
906
|
+
end: 4.880000000000001
|
|
907
|
+
}]
|
|
1357
908
|
}]
|
|
1358
909
|
}
|
|
1359
910
|
}]
|
|
1360
911
|
}, {
|
|
1361
|
-
recordingIndex:
|
|
912
|
+
recordingIndex: 1,
|
|
1362
913
|
layout: {
|
|
1363
|
-
type: "
|
|
914
|
+
type: "video_inset",
|
|
1364
915
|
data: {
|
|
1365
916
|
noBackgroundVideoEffects: {
|
|
1366
917
|
facePop: false,
|
|
@@ -1368,26 +919,31 @@ var renderer = new RemotionRenderer({
|
|
|
1368
919
|
backgroundBlur: false
|
|
1369
920
|
},
|
|
1370
921
|
sourceVideo: {
|
|
1371
|
-
videoUrl: "https://stream.mux.com/
|
|
1372
|
-
proxyVideoUrl: "https://stream.mux.com/
|
|
1373
|
-
start:
|
|
922
|
+
videoUrl: "https://stream.mux.com/K00pM400la00Hk02mxDoA5SERWTA7eG8zhP1n026vzcVz8ws/highest.mp4",
|
|
923
|
+
proxyVideoUrl: "https://stream.mux.com/K00pM400la00Hk02mxDoA5SERWTA7eG8zhP1n026vzcVz8ws/highest.mp4",
|
|
924
|
+
start: 5.44,
|
|
1374
925
|
aspectRatio: "16:9",
|
|
1375
|
-
durationSeconds:
|
|
926
|
+
durationSeconds: 13.076
|
|
1376
927
|
},
|
|
1377
|
-
duration: 6.
|
|
928
|
+
duration: 6.67,
|
|
1378
929
|
logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
|
|
1379
930
|
frameColor: "#2C2C2C",
|
|
1380
931
|
disableTransitionSounds: false,
|
|
1381
|
-
brollUrl: "https://videos.pexels.com/video-files/
|
|
1382
|
-
sentenceText: "
|
|
1383
|
-
text: "
|
|
1384
|
-
|
|
932
|
+
brollUrl: "https://videos.pexels.com/video-files/7251041/7251041-uhd_3840_2160_25fps.mp4",
|
|
933
|
+
sentenceText: "Speak to listeners starting their day or commuting.",
|
|
934
|
+
text: "Speak to listeners starting their day or commuting.",
|
|
935
|
+
imageUrl: "https://images.pexels.com/photos/1649771/pexels-photo-1649771.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
|
|
936
|
+
imgBgUrlVariations: {
|
|
937
|
+
"default": "https://images.pexels.com/photos/1649771/pexels-photo-1649771.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
|
|
938
|
+
pexels: "https://images.pexels.com/photos/1649771/pexels-photo-1649771.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
|
|
939
|
+
},
|
|
940
|
+
words: ["Think", "listener"],
|
|
1385
941
|
noBackgroundVideo: {
|
|
1386
|
-
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-
|
|
942
|
+
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1773186244713.webm",
|
|
1387
943
|
faceMetadata: null
|
|
1388
944
|
},
|
|
1389
|
-
paddingLeft: 0
|
|
1390
|
-
paddingRight: 0.
|
|
945
|
+
paddingLeft: 0,
|
|
946
|
+
paddingRight: 0.9660000000000002
|
|
1391
947
|
}
|
|
1392
948
|
},
|
|
1393
949
|
effects: [{
|
|
@@ -1395,131 +951,134 @@ var renderer = new RemotionRenderer({
|
|
|
1395
951
|
data: {
|
|
1396
952
|
transcript_text: [{
|
|
1397
953
|
offset: 0,
|
|
1398
|
-
duration: 1.
|
|
1399
|
-
text: "
|
|
954
|
+
duration: 1.04,
|
|
955
|
+
text: "But the back best",
|
|
1400
956
|
punctuations: [{
|
|
1401
957
|
index: 0,
|
|
1402
958
|
start: 0,
|
|
1403
|
-
end: 0.
|
|
1404
|
-
originalStart: 0,
|
|
1405
|
-
originalEnd: 0.5
|
|
959
|
+
end: 0.15999999999999925
|
|
1406
960
|
}, {
|
|
1407
961
|
index: 1,
|
|
1408
|
-
start: 0.
|
|
1409
|
-
end: 0.
|
|
1410
|
-
originalStart: 0.5599999999999987,
|
|
1411
|
-
originalEnd: 0.9599989999999998
|
|
962
|
+
start: 0.15999999999999925,
|
|
963
|
+
end: 0.3999996999999995
|
|
1412
964
|
}, {
|
|
1413
965
|
index: 2,
|
|
1414
|
-
start: 0.
|
|
1415
|
-
end:
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
966
|
+
start: 0.3999996999999995,
|
|
967
|
+
end: 0.6399999999999997
|
|
968
|
+
}, {
|
|
969
|
+
index: 3,
|
|
970
|
+
start: 0.7999999999999998,
|
|
971
|
+
end: 1.04
|
|
972
|
+
}]
|
|
1420
973
|
}, {
|
|
1421
|
-
offset: 1.
|
|
1422
|
-
duration:
|
|
1423
|
-
text: "
|
|
974
|
+
offset: 1.04,
|
|
975
|
+
duration: 0.8799996999999999,
|
|
976
|
+
text: "guests think about",
|
|
1424
977
|
punctuations: [{
|
|
1425
978
|
index: 0,
|
|
1426
|
-
start: 1.
|
|
1427
|
-
end: 1.
|
|
1428
|
-
originalStart: 1.1999999999999993,
|
|
1429
|
-
originalEnd: 1.4399979999999992
|
|
979
|
+
start: 1.04,
|
|
980
|
+
end: 1.4399995999999993
|
|
1430
981
|
}, {
|
|
1431
982
|
index: 1,
|
|
1432
|
-
start: 1.
|
|
1433
|
-
end: 1.
|
|
1434
|
-
originalStart: 1.4399979999999992,
|
|
1435
|
-
originalEnd: 1.9199999999999982
|
|
983
|
+
start: 1.4399995999999993,
|
|
984
|
+
end: 1.6799999999999997
|
|
1436
985
|
}, {
|
|
1437
986
|
index: 2,
|
|
1438
|
-
start: 1.
|
|
1439
|
-
end:
|
|
1440
|
-
|
|
1441
|
-
|
|
987
|
+
start: 1.6799999999999997,
|
|
988
|
+
end: 1.9199997
|
|
989
|
+
}]
|
|
990
|
+
}, {
|
|
991
|
+
offset: 1.9199997,
|
|
992
|
+
duration: 1.0400003,
|
|
993
|
+
text: "the person who's",
|
|
994
|
+
punctuations: [{
|
|
995
|
+
index: 0,
|
|
996
|
+
start: 1.9199997,
|
|
997
|
+
end: 2.079999999999999
|
|
1442
998
|
}, {
|
|
1443
|
-
index:
|
|
1444
|
-
start: 2.
|
|
1445
|
-
end: 2.
|
|
1446
|
-
originalStart: 2.4800000000000004,
|
|
1447
|
-
originalEnd: 2.879999999999999
|
|
999
|
+
index: 1,
|
|
1000
|
+
start: 2.079999999999999,
|
|
1001
|
+
end: 2.579999999999999
|
|
1448
1002
|
}, {
|
|
1449
|
-
index:
|
|
1450
|
-
start: 2.
|
|
1451
|
-
end:
|
|
1452
|
-
|
|
1453
|
-
originalEnd: 3.119999
|
|
1454
|
-
}],
|
|
1455
|
-
originalOffset: 1.1999999999999993
|
|
1003
|
+
index: 2,
|
|
1004
|
+
start: 2.6399999999999997,
|
|
1005
|
+
end: 2.96
|
|
1006
|
+
}]
|
|
1456
1007
|
}, {
|
|
1457
|
-
offset:
|
|
1458
|
-
duration:
|
|
1459
|
-
text: "
|
|
1008
|
+
offset: 2.96,
|
|
1009
|
+
duration: 0.7999999999999989,
|
|
1010
|
+
text: "listening to kick",
|
|
1460
1011
|
punctuations: [{
|
|
1461
1012
|
index: 0,
|
|
1462
|
-
start:
|
|
1463
|
-
end: 3.
|
|
1464
|
-
originalStart: 3.119999,
|
|
1465
|
-
originalEnd: 3.4399979999999992
|
|
1013
|
+
start: 2.96,
|
|
1014
|
+
end: 3.3600000000000003
|
|
1466
1015
|
}, {
|
|
1467
1016
|
index: 1,
|
|
1468
|
-
start: 3.
|
|
1469
|
-
end: 3.
|
|
1470
|
-
originalStart: 3.4399979999999992,
|
|
1471
|
-
originalEnd: 3.9399979999999992
|
|
1017
|
+
start: 3.3600000000000003,
|
|
1018
|
+
end: 3.5200000000000005
|
|
1472
1019
|
}, {
|
|
1473
1020
|
index: 2,
|
|
1474
|
-
start:
|
|
1475
|
-
end:
|
|
1476
|
-
|
|
1477
|
-
|
|
1021
|
+
start: 3.5200000000000005,
|
|
1022
|
+
end: 3.759999999999999
|
|
1023
|
+
}]
|
|
1024
|
+
}, {
|
|
1025
|
+
offset: 3.759999999999999,
|
|
1026
|
+
duration: 0.8999990000000011,
|
|
1027
|
+
text: "off their day,",
|
|
1028
|
+
punctuations: [{
|
|
1029
|
+
index: 0,
|
|
1030
|
+
start: 3.759999999999999,
|
|
1031
|
+
end: 3.919999999999999
|
|
1478
1032
|
}, {
|
|
1479
|
-
index:
|
|
1480
|
-
start:
|
|
1481
|
-
end:
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1033
|
+
index: 1,
|
|
1034
|
+
start: 3.919999999999999,
|
|
1035
|
+
end: 4.159999
|
|
1036
|
+
}, {
|
|
1037
|
+
index: 2,
|
|
1038
|
+
start: 4.159999,
|
|
1039
|
+
end: 4.659999
|
|
1040
|
+
}]
|
|
1486
1041
|
}, {
|
|
1487
|
-
offset:
|
|
1488
|
-
duration: 1.
|
|
1489
|
-
text: "
|
|
1042
|
+
offset: 4.72,
|
|
1043
|
+
duration: 1.1199999999999992,
|
|
1044
|
+
text: "unwind, or even on",
|
|
1490
1045
|
punctuations: [{
|
|
1491
1046
|
index: 0,
|
|
1492
|
-
start:
|
|
1493
|
-
end: 5.
|
|
1494
|
-
originalStart: 5.245000000000001,
|
|
1495
|
-
originalEnd: 5.405000000000001
|
|
1047
|
+
start: 4.72,
|
|
1048
|
+
end: 5.22
|
|
1496
1049
|
}, {
|
|
1497
1050
|
index: 1,
|
|
1498
|
-
start: 5.
|
|
1499
|
-
end: 5.
|
|
1500
|
-
originalStart: 5.405000000000001,
|
|
1501
|
-
originalEnd: 5.645
|
|
1051
|
+
start: 5.279998999999999,
|
|
1052
|
+
end: 5.44
|
|
1502
1053
|
}, {
|
|
1503
1054
|
index: 2,
|
|
1504
|
-
start: 5.
|
|
1505
|
-
end: 5.
|
|
1506
|
-
originalStart: 5.645,
|
|
1507
|
-
originalEnd: 5.805
|
|
1055
|
+
start: 5.44,
|
|
1056
|
+
end: 5.679999999999999
|
|
1508
1057
|
}, {
|
|
1509
1058
|
index: 3,
|
|
1510
|
-
start: 5.
|
|
1511
|
-
end:
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1059
|
+
start: 5.679999999999999,
|
|
1060
|
+
end: 5.839999999999999
|
|
1061
|
+
}]
|
|
1062
|
+
}, {
|
|
1063
|
+
offset: 5.839999999999999,
|
|
1064
|
+
duration: 0.5800000000000001,
|
|
1065
|
+
text: "their commute.",
|
|
1066
|
+
punctuations: [{
|
|
1067
|
+
index: 0,
|
|
1068
|
+
start: 5.839999999999999,
|
|
1069
|
+
end: 5.919999999999999
|
|
1070
|
+
}, {
|
|
1071
|
+
index: 1,
|
|
1072
|
+
start: 5.919999999999999,
|
|
1073
|
+
end: 6.419999999999999
|
|
1074
|
+
}]
|
|
1516
1075
|
}]
|
|
1517
1076
|
}
|
|
1518
1077
|
}]
|
|
1519
1078
|
}, {
|
|
1520
|
-
recordingIndex:
|
|
1079
|
+
recordingIndex: 2,
|
|
1521
1080
|
layout: {
|
|
1522
|
-
type: "
|
|
1081
|
+
type: "text_with_video",
|
|
1523
1082
|
data: {
|
|
1524
1083
|
noBackgroundVideoEffects: {
|
|
1525
1084
|
facePop: false,
|
|
@@ -1527,30 +1086,23 @@ var renderer = new RemotionRenderer({
|
|
|
1527
1086
|
backgroundBlur: false
|
|
1528
1087
|
},
|
|
1529
1088
|
sourceVideo: {
|
|
1530
|
-
videoUrl: "https://stream.mux.com/
|
|
1531
|
-
proxyVideoUrl: "https://stream.mux.com/
|
|
1532
|
-
start:
|
|
1089
|
+
videoUrl: "https://stream.mux.com/THBJkMoPwFn02yhGlmMKKfG8ebsvnJjNnP6bEKqzwxJc/highest.mp4",
|
|
1090
|
+
proxyVideoUrl: "https://stream.mux.com/THBJkMoPwFn02yhGlmMKKfG8ebsvnJjNnP6bEKqzwxJc/highest.mp4",
|
|
1091
|
+
start: 0.48,
|
|
1533
1092
|
aspectRatio: "16:9",
|
|
1534
|
-
durationSeconds:
|
|
1093
|
+
durationSeconds: 13.721667
|
|
1535
1094
|
},
|
|
1536
|
-
duration:
|
|
1095
|
+
duration: 5.63,
|
|
1537
1096
|
logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
|
|
1538
1097
|
frameColor: "#2C2C2C",
|
|
1539
1098
|
disableTransitionSounds: false,
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
text: "Follow up on their current activities and updates.",
|
|
1543
|
-
imageUrl: "https://images.pexels.com/photos/7439124/pexels-photo-7439124.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
|
|
1544
|
-
imgBgUrlVariations: {
|
|
1545
|
-
"default": "https://images.pexels.com/photos/7439124/pexels-photo-7439124.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
|
|
1546
|
-
pexels: "https://images.pexels.com/photos/7439124/pexels-photo-7439124.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
|
|
1547
|
-
},
|
|
1548
|
-
words: ["Follow", "up"],
|
|
1099
|
+
sentenceText: "Explain clearly so listeners feel part of the conversation.",
|
|
1100
|
+
text: "Explain clearly so listeners feel part of the conversation.",
|
|
1549
1101
|
noBackgroundVideo: {
|
|
1550
|
-
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-
|
|
1102
|
+
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1773186518775.webm",
|
|
1551
1103
|
faceMetadata: null
|
|
1552
1104
|
},
|
|
1553
|
-
paddingLeft: 0.
|
|
1105
|
+
paddingLeft: 0.48,
|
|
1554
1106
|
paddingRight: 0
|
|
1555
1107
|
}
|
|
1556
1108
|
},
|
|
@@ -1559,119 +1111,130 @@ var renderer = new RemotionRenderer({
|
|
|
1559
1111
|
data: {
|
|
1560
1112
|
transcript_text: [{
|
|
1561
1113
|
offset: 0,
|
|
1562
|
-
duration:
|
|
1563
|
-
text: "
|
|
1114
|
+
duration: 0.8800000000000001,
|
|
1115
|
+
text: "They explain things",
|
|
1564
1116
|
punctuations: [{
|
|
1565
1117
|
index: 0,
|
|
1566
1118
|
start: 0,
|
|
1567
|
-
end: 0.
|
|
1568
|
-
originalStart: 0,
|
|
1569
|
-
originalEnd: 0.23999999999999844
|
|
1119
|
+
end: 0.31999995000000003
|
|
1570
1120
|
}, {
|
|
1571
1121
|
index: 1,
|
|
1572
|
-
start: 0.
|
|
1573
|
-
end: 0.
|
|
1574
|
-
originalStart: 0.23999999999999844,
|
|
1575
|
-
originalEnd: 0.5599999999999987
|
|
1122
|
+
start: 0.31999995000000003,
|
|
1123
|
+
end: 0.6400000000000001
|
|
1576
1124
|
}, {
|
|
1577
1125
|
index: 2,
|
|
1578
|
-
start: 0.
|
|
1579
|
-
end: 0.
|
|
1580
|
-
|
|
1581
|
-
|
|
1126
|
+
start: 0.6400000000000001,
|
|
1127
|
+
end: 0.8800000000000001
|
|
1128
|
+
}]
|
|
1129
|
+
}, {
|
|
1130
|
+
offset: 0.8800000000000001,
|
|
1131
|
+
duration: 0.9599999999999997,
|
|
1132
|
+
text: "in a way that makes",
|
|
1133
|
+
punctuations: [{
|
|
1134
|
+
index: 0,
|
|
1135
|
+
start: 0.8800000000000001,
|
|
1136
|
+
end: 1.04
|
|
1137
|
+
}, {
|
|
1138
|
+
index: 1,
|
|
1139
|
+
start: 1.04,
|
|
1140
|
+
end: 1.1199999
|
|
1141
|
+
}, {
|
|
1142
|
+
index: 2,
|
|
1143
|
+
start: 1.1199999,
|
|
1144
|
+
end: 1.3599999
|
|
1582
1145
|
}, {
|
|
1583
1146
|
index: 3,
|
|
1584
|
-
start:
|
|
1585
|
-
end: 1.
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1147
|
+
start: 1.3599999,
|
|
1148
|
+
end: 1.52
|
|
1149
|
+
}, {
|
|
1150
|
+
index: 4,
|
|
1151
|
+
start: 1.52,
|
|
1152
|
+
end: 1.8399999999999999
|
|
1153
|
+
}]
|
|
1590
1154
|
}, {
|
|
1591
|
-
offset:
|
|
1592
|
-
duration:
|
|
1593
|
-
text: "to
|
|
1155
|
+
offset: 1.8399999999999999,
|
|
1156
|
+
duration: 0.96,
|
|
1157
|
+
text: "sense to the people",
|
|
1594
1158
|
punctuations: [{
|
|
1595
1159
|
index: 0,
|
|
1596
|
-
start:
|
|
1597
|
-
end: 2.
|
|
1598
|
-
originalStart: 2.080000000000002,
|
|
1599
|
-
originalEnd: 2.3199999999999967
|
|
1160
|
+
start: 1.8399999999999999,
|
|
1161
|
+
end: 2.1599999
|
|
1600
1162
|
}, {
|
|
1601
1163
|
index: 1,
|
|
1602
|
-
start: 2.
|
|
1603
|
-
end: 2.
|
|
1604
|
-
originalStart: 2.3199999999999967,
|
|
1605
|
-
originalEnd: 2.7200000000000024
|
|
1164
|
+
start: 2.1599999,
|
|
1165
|
+
end: 2.32
|
|
1606
1166
|
}, {
|
|
1607
1167
|
index: 2,
|
|
1608
|
-
start: 2.
|
|
1609
|
-
end: 2.
|
|
1610
|
-
originalStart: 2.7200000000000024,
|
|
1611
|
-
originalEnd: 2.9599999999999973
|
|
1168
|
+
start: 2.32,
|
|
1169
|
+
end: 2.48
|
|
1612
1170
|
}, {
|
|
1613
1171
|
index: 3,
|
|
1614
|
-
start: 2.
|
|
1615
|
-
end:
|
|
1616
|
-
|
|
1617
|
-
originalEnd: 3.2799999999999976
|
|
1618
|
-
}],
|
|
1619
|
-
originalOffset: 2.080000000000002
|
|
1172
|
+
start: 2.48,
|
|
1173
|
+
end: 2.8
|
|
1174
|
+
}]
|
|
1620
1175
|
}, {
|
|
1621
|
-
offset:
|
|
1622
|
-
duration:
|
|
1623
|
-
text: "
|
|
1176
|
+
offset: 2.8,
|
|
1177
|
+
duration: 1.0399997000000005,
|
|
1178
|
+
text: "listening so that",
|
|
1624
1179
|
punctuations: [{
|
|
1625
1180
|
index: 0,
|
|
1626
|
-
start:
|
|
1627
|
-
end: 3.
|
|
1628
|
-
originalStart: 3.2799999999999976,
|
|
1629
|
-
originalEnd: 3.679999999999996
|
|
1181
|
+
start: 2.8,
|
|
1182
|
+
end: 3.3
|
|
1630
1183
|
}, {
|
|
1631
1184
|
index: 1,
|
|
1632
|
-
start: 3.
|
|
1633
|
-
end:
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1185
|
+
start: 3.4399998,
|
|
1186
|
+
end: 3.68
|
|
1187
|
+
}, {
|
|
1188
|
+
index: 2,
|
|
1189
|
+
start: 3.68,
|
|
1190
|
+
end: 3.8399997000000003
|
|
1191
|
+
}]
|
|
1638
1192
|
}, {
|
|
1639
|
-
offset:
|
|
1640
|
-
duration: 0.
|
|
1641
|
-
text: "
|
|
1193
|
+
offset: 3.8399997000000003,
|
|
1194
|
+
duration: 0.8000002999999998,
|
|
1195
|
+
text: "they feel included",
|
|
1642
1196
|
punctuations: [{
|
|
1643
1197
|
index: 0,
|
|
1644
|
-
start:
|
|
1645
|
-
end:
|
|
1646
|
-
originalStart: 5.359999999999996,
|
|
1647
|
-
originalEnd: 5.84
|
|
1198
|
+
start: 3.8399997000000003,
|
|
1199
|
+
end: 4
|
|
1648
1200
|
}, {
|
|
1649
1201
|
index: 1,
|
|
1650
|
-
start:
|
|
1651
|
-
end:
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1202
|
+
start: 4,
|
|
1203
|
+
end: 4.24
|
|
1204
|
+
}, {
|
|
1205
|
+
index: 2,
|
|
1206
|
+
start: 4.24,
|
|
1207
|
+
end: 4.640000000000001
|
|
1208
|
+
}]
|
|
1209
|
+
}, {
|
|
1210
|
+
offset: 4.640000000000001,
|
|
1211
|
+
duration: 0.23999970000000026,
|
|
1212
|
+
text: "in the",
|
|
1213
|
+
punctuations: [{
|
|
1214
|
+
index: 0,
|
|
1215
|
+
start: 4.640000000000001,
|
|
1216
|
+
end: 4.720000000000001
|
|
1217
|
+
}, {
|
|
1218
|
+
index: 1,
|
|
1219
|
+
start: 4.720000000000001,
|
|
1220
|
+
end: 4.879999700000001
|
|
1221
|
+
}]
|
|
1656
1222
|
}, {
|
|
1657
|
-
offset:
|
|
1223
|
+
offset: 4.879999700000001,
|
|
1658
1224
|
duration: 0.5,
|
|
1659
|
-
text: "
|
|
1225
|
+
text: "conversation.",
|
|
1660
1226
|
punctuations: [{
|
|
1661
1227
|
index: 0,
|
|
1662
|
-
start:
|
|
1663
|
-
end:
|
|
1664
|
-
|
|
1665
|
-
originalEnd: 6.98
|
|
1666
|
-
}],
|
|
1667
|
-
originalOffset: 6.48
|
|
1228
|
+
start: 4.879999700000001,
|
|
1229
|
+
end: 5.379999700000001
|
|
1230
|
+
}]
|
|
1668
1231
|
}]
|
|
1669
1232
|
}
|
|
1670
1233
|
}]
|
|
1671
1234
|
}, {
|
|
1672
|
-
recordingIndex:
|
|
1235
|
+
recordingIndex: 2,
|
|
1673
1236
|
layout: {
|
|
1674
|
-
type: "
|
|
1237
|
+
type: "simple_frame",
|
|
1675
1238
|
data: {
|
|
1676
1239
|
noBackgroundVideoEffects: {
|
|
1677
1240
|
facePop: false,
|
|
@@ -1679,31 +1242,24 @@ var renderer = new RemotionRenderer({
|
|
|
1679
1242
|
backgroundBlur: false
|
|
1680
1243
|
},
|
|
1681
1244
|
sourceVideo: {
|
|
1682
|
-
videoUrl: "https://stream.mux.com/
|
|
1683
|
-
proxyVideoUrl: "https://stream.mux.com/
|
|
1684
|
-
start:
|
|
1245
|
+
videoUrl: "https://stream.mux.com/THBJkMoPwFn02yhGlmMKKfG8ebsvnJjNnP6bEKqzwxJc/highest.mp4",
|
|
1246
|
+
proxyVideoUrl: "https://stream.mux.com/THBJkMoPwFn02yhGlmMKKfG8ebsvnJjNnP6bEKqzwxJc/highest.mp4",
|
|
1247
|
+
start: 6.24,
|
|
1685
1248
|
aspectRatio: "16:9",
|
|
1686
|
-
durationSeconds:
|
|
1249
|
+
durationSeconds: 13.721667
|
|
1687
1250
|
},
|
|
1688
|
-
duration:
|
|
1251
|
+
duration: 6.67,
|
|
1689
1252
|
logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
|
|
1690
1253
|
frameColor: "#2C2C2C",
|
|
1691
1254
|
disableTransitionSounds: false,
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
text: "Invite them back for follow-ups as technology evolves.",
|
|
1695
|
-
imageUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/gen/a496294b-caba-4b99-a4ad-0c3947464ff4.png",
|
|
1696
|
-
imgBgUrlVariations: {
|
|
1697
|
-
"default": "https://storage.googleapis.com/ai-recorder-media-assets/media/gen/a496294b-caba-4b99-a4ad-0c3947464ff4.png",
|
|
1698
|
-
pexels: "https://images.pexels.com/photos/6954151/pexels-photo-6954151.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
|
|
1699
|
-
},
|
|
1700
|
-
words: ["Invite", "back"],
|
|
1255
|
+
sentenceText: "Share the why and connect experience to their lives.",
|
|
1256
|
+
text: "Share the why and connect experience to their lives.",
|
|
1701
1257
|
noBackgroundVideo: {
|
|
1702
|
-
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-
|
|
1258
|
+
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1773186518775.webm",
|
|
1703
1259
|
faceMetadata: null
|
|
1704
1260
|
},
|
|
1705
1261
|
paddingLeft: 0,
|
|
1706
|
-
paddingRight: 0.
|
|
1262
|
+
paddingRight: 0.8116669999999999
|
|
1707
1263
|
}
|
|
1708
1264
|
},
|
|
1709
1265
|
effects: [{
|
|
@@ -1711,407 +1267,294 @@ var renderer = new RemotionRenderer({
|
|
|
1711
1267
|
data: {
|
|
1712
1268
|
transcript_text: [{
|
|
1713
1269
|
offset: 0,
|
|
1714
|
-
duration: 1.
|
|
1715
|
-
text: "
|
|
1270
|
+
duration: 1.0399997,
|
|
1271
|
+
text: "They add context,",
|
|
1716
1272
|
punctuations: [{
|
|
1717
1273
|
index: 0,
|
|
1718
1274
|
start: 0,
|
|
1719
|
-
end: 0.
|
|
1720
|
-
originalStart: 0,
|
|
1721
|
-
originalEnd: 0.23999999999999488
|
|
1275
|
+
end: 0.2400000000000002
|
|
1722
1276
|
}, {
|
|
1723
1277
|
index: 1,
|
|
1724
|
-
start: 0.
|
|
1725
|
-
end: 0.
|
|
1726
|
-
originalStart: 0.23999999999999488,
|
|
1727
|
-
originalEnd: 0.7399999999999949
|
|
1278
|
+
start: 0.2400000000000002,
|
|
1279
|
+
end: 0.5599996999999997
|
|
1728
1280
|
}, {
|
|
1729
1281
|
index: 2,
|
|
1730
|
-
start: 0.
|
|
1731
|
-
end: 1.
|
|
1732
|
-
|
|
1733
|
-
originalEnd: 1.0399999999999991
|
|
1734
|
-
}],
|
|
1735
|
-
originalOffset: 0
|
|
1282
|
+
start: 0.5599996999999997,
|
|
1283
|
+
end: 1.0399997
|
|
1284
|
+
}]
|
|
1736
1285
|
}, {
|
|
1737
|
-
offset: 1.
|
|
1738
|
-
duration: 1.
|
|
1739
|
-
text: "
|
|
1286
|
+
offset: 1.0399997,
|
|
1287
|
+
duration: 1.1400002999999996,
|
|
1288
|
+
text: "they share the why,",
|
|
1740
1289
|
punctuations: [{
|
|
1741
1290
|
index: 0,
|
|
1742
|
-
start: 1.
|
|
1743
|
-
end: 1.
|
|
1744
|
-
originalStart: 1.0399999999999991,
|
|
1745
|
-
originalEnd: 1.5399999999999991
|
|
1291
|
+
start: 1.0399997,
|
|
1292
|
+
end: 1.2799999999999994
|
|
1746
1293
|
}, {
|
|
1747
1294
|
index: 1,
|
|
1748
|
-
start: 1.
|
|
1749
|
-
end:
|
|
1750
|
-
originalStart: 1.9200000000000017,
|
|
1751
|
-
originalEnd: 2.1599999999999966
|
|
1295
|
+
start: 1.2799999999999994,
|
|
1296
|
+
end: 1.5199998
|
|
1752
1297
|
}, {
|
|
1753
1298
|
index: 2,
|
|
1754
|
-
start:
|
|
1755
|
-
end:
|
|
1756
|
-
originalStart: 2.1599999999999966,
|
|
1757
|
-
originalEnd: 2.3199979999999982
|
|
1299
|
+
start: 1.5199998,
|
|
1300
|
+
end: 1.6799995999999995
|
|
1758
1301
|
}, {
|
|
1759
1302
|
index: 3,
|
|
1760
|
-
start:
|
|
1761
|
-
end: 2.
|
|
1762
|
-
|
|
1763
|
-
originalEnd: 2.479999999999997
|
|
1764
|
-
}],
|
|
1765
|
-
originalOffset: 1.0399999999999991
|
|
1303
|
+
start: 1.6799995999999995,
|
|
1304
|
+
end: 2.1799999999999997
|
|
1305
|
+
}]
|
|
1766
1306
|
}, {
|
|
1767
|
-
offset: 2.
|
|
1768
|
-
duration: 0.
|
|
1769
|
-
text: "
|
|
1307
|
+
offset: 2.24,
|
|
1308
|
+
duration: 0.6399999999999988,
|
|
1309
|
+
text: "and they connect",
|
|
1770
1310
|
punctuations: [{
|
|
1771
1311
|
index: 0,
|
|
1772
|
-
start: 2.
|
|
1773
|
-
end: 2.
|
|
1774
|
-
originalStart: 2.479999999999997,
|
|
1775
|
-
originalEnd: 2.6399979999999985
|
|
1312
|
+
start: 2.24,
|
|
1313
|
+
end: 2.3999989999999993
|
|
1776
1314
|
}, {
|
|
1777
1315
|
index: 1,
|
|
1778
|
-
start: 2.
|
|
1779
|
-
end: 2.
|
|
1780
|
-
originalStart: 2.6399979999999985,
|
|
1781
|
-
originalEnd: 2.8799999999999955
|
|
1316
|
+
start: 2.3999989999999993,
|
|
1317
|
+
end: 2.5600000000000005
|
|
1782
1318
|
}, {
|
|
1783
1319
|
index: 2,
|
|
1784
|
-
start: 2.
|
|
1785
|
-
end:
|
|
1786
|
-
|
|
1787
|
-
originalEnd: 3.3799999999999955
|
|
1788
|
-
}],
|
|
1789
|
-
originalOffset: 2.479999999999997
|
|
1320
|
+
start: 2.5600000000000005,
|
|
1321
|
+
end: 2.879999999999999
|
|
1322
|
+
}]
|
|
1790
1323
|
}, {
|
|
1791
|
-
offset:
|
|
1792
|
-
duration:
|
|
1793
|
-
text: "
|
|
1324
|
+
offset: 2.879999999999999,
|
|
1325
|
+
duration: 0.8000000000000007,
|
|
1326
|
+
text: "their experience to",
|
|
1794
1327
|
punctuations: [{
|
|
1795
1328
|
index: 0,
|
|
1796
|
-
start:
|
|
1797
|
-
end:
|
|
1798
|
-
originalStart: 4,
|
|
1799
|
-
originalEnd: 4.239999999999995
|
|
1329
|
+
start: 2.879999999999999,
|
|
1330
|
+
end: 3.119999999999999
|
|
1800
1331
|
}, {
|
|
1801
1332
|
index: 1,
|
|
1802
|
-
start:
|
|
1803
|
-
end:
|
|
1804
|
-
originalStart: 4.239999999999995,
|
|
1805
|
-
originalEnd: 4.524999999999999
|
|
1333
|
+
start: 3.119999999999999,
|
|
1334
|
+
end: 3.5199999999999996
|
|
1806
1335
|
}, {
|
|
1807
1336
|
index: 2,
|
|
1808
|
-
start:
|
|
1809
|
-
end:
|
|
1810
|
-
|
|
1811
|
-
originalEnd: 5.484999999999999
|
|
1812
|
-
}],
|
|
1813
|
-
originalOffset: 4
|
|
1337
|
+
start: 3.5199999999999996,
|
|
1338
|
+
end: 3.6799999999999997
|
|
1339
|
+
}]
|
|
1814
1340
|
}, {
|
|
1815
|
-
offset:
|
|
1816
|
-
duration: 0.
|
|
1817
|
-
text: "
|
|
1341
|
+
offset: 3.6799999999999997,
|
|
1342
|
+
duration: 0.4800000000000004,
|
|
1343
|
+
text: "something that",
|
|
1818
1344
|
punctuations: [{
|
|
1819
1345
|
index: 0,
|
|
1820
|
-
start:
|
|
1821
|
-
end:
|
|
1822
|
-
originalStart: 5.484999999999999,
|
|
1823
|
-
originalEnd: 5.805
|
|
1346
|
+
start: 3.6799999999999997,
|
|
1347
|
+
end: 3.92
|
|
1824
1348
|
}, {
|
|
1825
1349
|
index: 1,
|
|
1826
|
-
start:
|
|
1827
|
-
end:
|
|
1828
|
-
|
|
1829
|
-
originalEnd: 6.125
|
|
1830
|
-
}, {
|
|
1831
|
-
index: 2,
|
|
1832
|
-
start: 6.125,
|
|
1833
|
-
end: 6.364999999999995,
|
|
1834
|
-
originalStart: 6.125,
|
|
1835
|
-
originalEnd: 6.364999999999995
|
|
1836
|
-
}, {
|
|
1837
|
-
index: 3,
|
|
1838
|
-
start: 6.364999999999995,
|
|
1839
|
-
end: 6.444997999999998,
|
|
1840
|
-
originalStart: 6.364999999999995,
|
|
1841
|
-
originalEnd: 6.444997999999998
|
|
1842
|
-
}],
|
|
1843
|
-
originalOffset: 5.484999999999999
|
|
1350
|
+
start: 3.92,
|
|
1351
|
+
end: 4.16
|
|
1352
|
+
}]
|
|
1844
1353
|
}, {
|
|
1845
|
-
offset:
|
|
1846
|
-
duration:
|
|
1847
|
-
text: "
|
|
1354
|
+
offset: 4.16,
|
|
1355
|
+
duration: 0.7199999999999989,
|
|
1356
|
+
text: "other people may",
|
|
1848
1357
|
punctuations: [{
|
|
1849
1358
|
index: 0,
|
|
1850
|
-
start:
|
|
1851
|
-
end:
|
|
1852
|
-
originalStart: 6.444997999999998,
|
|
1853
|
-
originalEnd: 6.944997999999998
|
|
1359
|
+
start: 4.16,
|
|
1360
|
+
end: 4.319998999999999
|
|
1854
1361
|
}, {
|
|
1855
1362
|
index: 1,
|
|
1856
|
-
start:
|
|
1857
|
-
end:
|
|
1858
|
-
originalStart: 7.164999999999999,
|
|
1859
|
-
originalEnd: 7.484999999999999
|
|
1363
|
+
start: 4.319998999999999,
|
|
1364
|
+
end: 4.640000000000001
|
|
1860
1365
|
}, {
|
|
1861
1366
|
index: 2,
|
|
1862
|
-
start:
|
|
1863
|
-
end:
|
|
1864
|
-
|
|
1865
|
-
originalEnd: 7.725000000000001
|
|
1866
|
-
}, {
|
|
1867
|
-
index: 3,
|
|
1868
|
-
start: 7.725000000000001,
|
|
1869
|
-
end: 7.964999999999996,
|
|
1870
|
-
originalStart: 7.725000000000001,
|
|
1871
|
-
originalEnd: 7.964999999999996
|
|
1872
|
-
}],
|
|
1873
|
-
originalOffset: 6.444997999999998
|
|
1367
|
+
start: 4.640000000000001,
|
|
1368
|
+
end: 4.879999999999999
|
|
1369
|
+
}]
|
|
1874
1370
|
}, {
|
|
1875
|
-
offset:
|
|
1876
|
-
duration: 0.
|
|
1877
|
-
text: "
|
|
1371
|
+
offset: 4.879999999999999,
|
|
1372
|
+
duration: 0.8000000000000007,
|
|
1373
|
+
text: "actually be able to",
|
|
1878
1374
|
punctuations: [{
|
|
1879
1375
|
index: 0,
|
|
1880
|
-
start:
|
|
1881
|
-
end:
|
|
1882
|
-
originalStart: 7.964999999999996,
|
|
1883
|
-
originalEnd: 8.204999999999998
|
|
1376
|
+
start: 4.879999999999999,
|
|
1377
|
+
end: 5.199999999999999
|
|
1884
1378
|
}, {
|
|
1885
1379
|
index: 1,
|
|
1886
|
-
start:
|
|
1887
|
-
end:
|
|
1888
|
-
originalStart: 8.204999999999998,
|
|
1889
|
-
originalEnd: 8.444997999999998
|
|
1380
|
+
start: 5.199999999999999,
|
|
1381
|
+
end: 5.359999
|
|
1890
1382
|
}, {
|
|
1891
1383
|
index: 2,
|
|
1892
|
-
start:
|
|
1893
|
-
end:
|
|
1894
|
-
originalStart: 8.444997999999998,
|
|
1895
|
-
originalEnd: 8.604999999999997
|
|
1896
|
-
}],
|
|
1897
|
-
originalOffset: 7.964999999999996
|
|
1898
|
-
}, {
|
|
1899
|
-
offset: 8.604999999999997,
|
|
1900
|
-
duration: 0.7199999999999989,
|
|
1901
|
-
text: "willing to come",
|
|
1902
|
-
punctuations: [{
|
|
1903
|
-
index: 0,
|
|
1904
|
-
start: 8.604999999999997,
|
|
1905
|
-
end: 9.004999999999995,
|
|
1906
|
-
originalStart: 8.604999999999997,
|
|
1907
|
-
originalEnd: 9.004999999999995
|
|
1384
|
+
start: 5.359999,
|
|
1385
|
+
end: 5.6
|
|
1908
1386
|
}, {
|
|
1909
|
-
index:
|
|
1910
|
-
start:
|
|
1911
|
-
end:
|
|
1912
|
-
|
|
1913
|
-
originalEnd: 9.085
|
|
1914
|
-
}, {
|
|
1915
|
-
index: 2,
|
|
1916
|
-
start: 9.085,
|
|
1917
|
-
end: 9.324999999999996,
|
|
1918
|
-
originalStart: 9.085,
|
|
1919
|
-
originalEnd: 9.324999999999996
|
|
1920
|
-
}],
|
|
1921
|
-
originalOffset: 8.604999999999997
|
|
1387
|
+
index: 3,
|
|
1388
|
+
start: 5.6,
|
|
1389
|
+
end: 5.68
|
|
1390
|
+
}]
|
|
1922
1391
|
}, {
|
|
1923
|
-
offset:
|
|
1924
|
-
duration: 0.
|
|
1925
|
-
text: "
|
|
1392
|
+
offset: 5.68,
|
|
1393
|
+
duration: 0.7400000000000002,
|
|
1394
|
+
text: "take in.",
|
|
1926
1395
|
punctuations: [{
|
|
1927
1396
|
index: 0,
|
|
1928
|
-
start:
|
|
1929
|
-
end:
|
|
1930
|
-
originalStart: 9.324999999999996,
|
|
1931
|
-
originalEnd: 9.805
|
|
1397
|
+
start: 5.68,
|
|
1398
|
+
end: 5.92
|
|
1932
1399
|
}, {
|
|
1933
1400
|
index: 1,
|
|
1934
|
-
start:
|
|
1935
|
-
end:
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1401
|
+
start: 5.92,
|
|
1402
|
+
end: 6.42
|
|
1403
|
+
}]
|
|
1404
|
+
}]
|
|
1405
|
+
}
|
|
1406
|
+
}]
|
|
1407
|
+
}, {
|
|
1408
|
+
recordingIndex: 3,
|
|
1409
|
+
layout: {
|
|
1410
|
+
type: "image_inset",
|
|
1411
|
+
data: {
|
|
1412
|
+
noBackgroundVideoEffects: {
|
|
1413
|
+
facePop: false,
|
|
1414
|
+
backgroundDim: false,
|
|
1415
|
+
backgroundBlur: false
|
|
1416
|
+
},
|
|
1417
|
+
sourceVideo: {
|
|
1418
|
+
videoUrl: "https://stream.mux.com/Ly6Bft1doDmlBjwd7AKeO2atbAF8eqtKViIfddi01TGQ/highest.mp4",
|
|
1419
|
+
proxyVideoUrl: "https://stream.mux.com/Ly6Bft1doDmlBjwd7AKeO2atbAF8eqtKViIfddi01TGQ/highest.mp4",
|
|
1420
|
+
start: 0.48,
|
|
1421
|
+
aspectRatio: "16:9",
|
|
1422
|
+
durationSeconds: 7.727667
|
|
1423
|
+
},
|
|
1424
|
+
duration: 5.87,
|
|
1425
|
+
logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
|
|
1426
|
+
frameColor: "#2C2C2C",
|
|
1427
|
+
disableTransitionSounds: false,
|
|
1428
|
+
brollUrl: "https://videos.pexels.com/video-files/6878208/6878208-hd_2048_1080_25fps.mp4",
|
|
1429
|
+
sentenceText: "A podcast is a conversation with thousands listening in.",
|
|
1430
|
+
text: "A podcast is a conversation with thousands listening in.",
|
|
1431
|
+
imageUrl: "https://images.pexels.com/photos/6953768/pexels-photo-6953768.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
|
|
1432
|
+
imgBgUrlVariations: {
|
|
1433
|
+
"default": "https://images.pexels.com/photos/6953768/pexels-photo-6953768.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
|
|
1434
|
+
pexels: "https://images.pexels.com/photos/6953768/pexels-photo-6953768.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
|
|
1435
|
+
},
|
|
1436
|
+
words: ["Thousands", "listening"],
|
|
1437
|
+
noBackgroundVideo: {
|
|
1438
|
+
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1773186676765.webm",
|
|
1439
|
+
faceMetadata: null
|
|
1440
|
+
},
|
|
1441
|
+
paddingLeft: 0.48,
|
|
1442
|
+
paddingRight: 1.3776669999999998
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1445
|
+
effects: [{
|
|
1446
|
+
type: "caption_word_boom",
|
|
1447
|
+
data: {
|
|
1448
|
+
transcript_text: [{
|
|
1449
|
+
offset: 0,
|
|
1450
|
+
duration: 0.9599999000000001,
|
|
1451
|
+
text: "Because a podcast",
|
|
1944
1452
|
punctuations: [{
|
|
1945
1453
|
index: 0,
|
|
1946
|
-
start:
|
|
1947
|
-
end:
|
|
1948
|
-
originalStart: 10.045000000000002,
|
|
1949
|
-
originalEnd: 10.545000000000002
|
|
1454
|
+
start: 0,
|
|
1455
|
+
end: 0.4
|
|
1950
1456
|
}, {
|
|
1951
1457
|
index: 1,
|
|
1952
|
-
start:
|
|
1953
|
-
end:
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1458
|
+
start: 0.4,
|
|
1459
|
+
end: 0.56
|
|
1460
|
+
}, {
|
|
1461
|
+
index: 2,
|
|
1462
|
+
start: 0.56,
|
|
1463
|
+
end: 0.9599999000000001
|
|
1464
|
+
}]
|
|
1958
1465
|
}, {
|
|
1959
|
-
offset:
|
|
1960
|
-
duration: 0.
|
|
1961
|
-
text: "
|
|
1466
|
+
offset: 0.9599999000000001,
|
|
1467
|
+
duration: 0.8000001000000001,
|
|
1468
|
+
text: "isn't just two",
|
|
1962
1469
|
punctuations: [{
|
|
1963
1470
|
index: 0,
|
|
1964
|
-
start:
|
|
1965
|
-
end:
|
|
1966
|
-
originalStart: 11.725000000000001,
|
|
1967
|
-
originalEnd: 11.805
|
|
1471
|
+
start: 0.9599999000000001,
|
|
1472
|
+
end: 1.28
|
|
1968
1473
|
}, {
|
|
1969
1474
|
index: 1,
|
|
1970
|
-
start:
|
|
1971
|
-
end:
|
|
1972
|
-
originalStart: 11.805,
|
|
1973
|
-
originalEnd: 11.964999999999996
|
|
1475
|
+
start: 1.28,
|
|
1476
|
+
end: 1.6
|
|
1974
1477
|
}, {
|
|
1975
1478
|
index: 2,
|
|
1976
|
-
start:
|
|
1977
|
-
end:
|
|
1978
|
-
|
|
1979
|
-
originalEnd: 12.125
|
|
1980
|
-
}, {
|
|
1981
|
-
index: 3,
|
|
1982
|
-
start: 12.125,
|
|
1983
|
-
end: 12.284998000000002,
|
|
1984
|
-
originalStart: 12.125,
|
|
1985
|
-
originalEnd: 12.284998000000002
|
|
1986
|
-
}, {
|
|
1987
|
-
index: 4,
|
|
1988
|
-
start: 12.284998000000002,
|
|
1989
|
-
end: 12.684999999999995,
|
|
1990
|
-
originalStart: 12.284998000000002,
|
|
1991
|
-
originalEnd: 12.684999999999995
|
|
1992
|
-
}],
|
|
1993
|
-
originalOffset: 11.725000000000001
|
|
1479
|
+
start: 1.6,
|
|
1480
|
+
end: 1.7600000000000002
|
|
1481
|
+
}]
|
|
1994
1482
|
}, {
|
|
1995
|
-
offset:
|
|
1996
|
-
duration:
|
|
1997
|
-
text: "
|
|
1483
|
+
offset: 1.7600000000000002,
|
|
1484
|
+
duration: 0.8199999999999998,
|
|
1485
|
+
text: "people talking.",
|
|
1998
1486
|
punctuations: [{
|
|
1999
1487
|
index: 0,
|
|
2000
|
-
start:
|
|
2001
|
-
end:
|
|
2002
|
-
originalStart: 12.684999999999995,
|
|
2003
|
-
originalEnd: 12.924999999999997
|
|
1488
|
+
start: 1.7600000000000002,
|
|
1489
|
+
end: 2.08
|
|
2004
1490
|
}, {
|
|
2005
1491
|
index: 1,
|
|
2006
|
-
start:
|
|
2007
|
-
end:
|
|
2008
|
-
|
|
2009
|
-
originalEnd: 13.084997000000001
|
|
2010
|
-
}, {
|
|
2011
|
-
index: 2,
|
|
2012
|
-
start: 13.084997000000001,
|
|
2013
|
-
end: 13.584997000000001,
|
|
2014
|
-
originalStart: 13.084997000000001,
|
|
2015
|
-
originalEnd: 13.584997000000001
|
|
2016
|
-
}, {
|
|
2017
|
-
index: 3,
|
|
2018
|
-
start: 14.045000000000002,
|
|
2019
|
-
end: 14.444997999999998,
|
|
2020
|
-
originalStart: 14.045000000000002,
|
|
2021
|
-
originalEnd: 14.444997999999998
|
|
2022
|
-
}],
|
|
2023
|
-
originalOffset: 12.684999999999995
|
|
1492
|
+
start: 2.08,
|
|
1493
|
+
end: 2.58
|
|
1494
|
+
}]
|
|
2024
1495
|
}, {
|
|
2025
|
-
offset:
|
|
2026
|
-
duration:
|
|
2027
|
-
text: "
|
|
1496
|
+
offset: 2.64,
|
|
1497
|
+
duration: 0.8999999999999995,
|
|
1498
|
+
text: "It's a conversation",
|
|
2028
1499
|
punctuations: [{
|
|
2029
1500
|
index: 0,
|
|
2030
|
-
start:
|
|
2031
|
-
end:
|
|
2032
|
-
originalStart: 14.844999999999999,
|
|
2033
|
-
originalEnd: 15.344999999999999
|
|
1501
|
+
start: 2.64,
|
|
1502
|
+
end: 2.88
|
|
2034
1503
|
}, {
|
|
2035
1504
|
index: 1,
|
|
2036
|
-
start:
|
|
2037
|
-
end:
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
1505
|
+
start: 2.88,
|
|
1506
|
+
end: 3.04
|
|
1507
|
+
}, {
|
|
1508
|
+
index: 2,
|
|
1509
|
+
start: 3.04,
|
|
1510
|
+
end: 3.5399999999999996
|
|
1511
|
+
}]
|
|
2042
1512
|
}, {
|
|
2043
|
-
offset:
|
|
2044
|
-
duration: 0.
|
|
2045
|
-
text: "
|
|
1513
|
+
offset: 3.68,
|
|
1514
|
+
duration: 0.7999999999999998,
|
|
1515
|
+
text: "with thousands of",
|
|
2046
1516
|
punctuations: [{
|
|
2047
1517
|
index: 0,
|
|
2048
|
-
start:
|
|
2049
|
-
end:
|
|
2050
|
-
originalStart: 16.045,
|
|
2051
|
-
originalEnd: 16.205
|
|
1518
|
+
start: 3.68,
|
|
1519
|
+
end: 3.9200000000000004
|
|
2052
1520
|
}, {
|
|
2053
1521
|
index: 1,
|
|
2054
|
-
start:
|
|
2055
|
-
end:
|
|
2056
|
-
originalStart: 16.205,
|
|
2057
|
-
originalEnd: 16.444998
|
|
1522
|
+
start: 3.9200000000000004,
|
|
1523
|
+
end: 4.3199997
|
|
2058
1524
|
}, {
|
|
2059
1525
|
index: 2,
|
|
2060
|
-
start:
|
|
2061
|
-
end:
|
|
2062
|
-
|
|
2063
|
-
originalEnd: 16.604999999999997
|
|
2064
|
-
}, {
|
|
2065
|
-
index: 3,
|
|
2066
|
-
start: 16.604999999999997,
|
|
2067
|
-
end: 16.924999999999997,
|
|
2068
|
-
originalStart: 16.604999999999997,
|
|
2069
|
-
originalEnd: 16.924999999999997
|
|
2070
|
-
}],
|
|
2071
|
-
originalOffset: 16.045
|
|
1526
|
+
start: 4.3199997,
|
|
1527
|
+
end: 4.48
|
|
1528
|
+
}]
|
|
2072
1529
|
}, {
|
|
2073
|
-
offset:
|
|
2074
|
-
duration: 0.
|
|
2075
|
-
text: "
|
|
1530
|
+
offset: 4.48,
|
|
1531
|
+
duration: 0.6399999999999997,
|
|
1532
|
+
text: "people listening",
|
|
2076
1533
|
punctuations: [{
|
|
2077
1534
|
index: 0,
|
|
2078
|
-
start:
|
|
2079
|
-
end:
|
|
2080
|
-
originalStart: 16.924999999999997,
|
|
2081
|
-
originalEnd: 17.165
|
|
1535
|
+
start: 4.48,
|
|
1536
|
+
end: 4.799999700000001
|
|
2082
1537
|
}, {
|
|
2083
1538
|
index: 1,
|
|
2084
|
-
start:
|
|
2085
|
-
end:
|
|
2086
|
-
|
|
2087
|
-
originalEnd: 17.665
|
|
2088
|
-
}],
|
|
2089
|
-
originalOffset: 16.924999999999997
|
|
1539
|
+
start: 4.799999700000001,
|
|
1540
|
+
end: 5.119999999999999
|
|
1541
|
+
}]
|
|
2090
1542
|
}, {
|
|
2091
|
-
offset:
|
|
2092
|
-
duration:
|
|
2093
|
-
text: "
|
|
1543
|
+
offset: 5.119999999999999,
|
|
1544
|
+
duration: 0.5,
|
|
1545
|
+
text: "in.",
|
|
2094
1546
|
punctuations: [{
|
|
2095
1547
|
index: 0,
|
|
2096
|
-
start:
|
|
2097
|
-
end:
|
|
2098
|
-
|
|
2099
|
-
originalEnd: 18.305
|
|
2100
|
-
}, {
|
|
2101
|
-
index: 1,
|
|
2102
|
-
start: 18.444998,
|
|
2103
|
-
end: 18.944998,
|
|
2104
|
-
originalStart: 18.444998,
|
|
2105
|
-
originalEnd: 18.944998
|
|
2106
|
-
}],
|
|
2107
|
-
originalOffset: 17.805
|
|
1548
|
+
start: 5.119999999999999,
|
|
1549
|
+
end: 5.619999999999999
|
|
1550
|
+
}]
|
|
2108
1551
|
}]
|
|
2109
1552
|
}
|
|
2110
1553
|
}]
|
|
2111
1554
|
}, {
|
|
2112
|
-
recordingIndex:
|
|
1555
|
+
recordingIndex: 4,
|
|
2113
1556
|
layout: {
|
|
2114
|
-
type: "
|
|
1557
|
+
type: "keyword_studio_backdrop",
|
|
2115
1558
|
data: {
|
|
2116
1559
|
noBackgroundVideoEffects: {
|
|
2117
1560
|
facePop: false,
|
|
@@ -2119,22 +1562,31 @@ var renderer = new RemotionRenderer({
|
|
|
2119
1562
|
backgroundBlur: false
|
|
2120
1563
|
},
|
|
2121
1564
|
sourceVideo: {
|
|
2122
|
-
videoUrl: "https://stream.mux.com/
|
|
2123
|
-
proxyVideoUrl: "https://stream.mux.com/
|
|
2124
|
-
start:
|
|
1565
|
+
videoUrl: "https://stream.mux.com/00OGMXQxT02mbJV302Hz7gVmxJD76pGYQA02pH3vKT8DDss/highest.mp4",
|
|
1566
|
+
proxyVideoUrl: "https://stream.mux.com/00OGMXQxT02mbJV302Hz7gVmxJD76pGYQA02pH3vKT8DDss/highest.mp4",
|
|
1567
|
+
start: 0.88,
|
|
2125
1568
|
aspectRatio: "16:9",
|
|
2126
|
-
durationSeconds:
|
|
1569
|
+
durationSeconds: 7.029167
|
|
2127
1570
|
},
|
|
2128
|
-
duration:
|
|
1571
|
+
duration: 4.1899999999999995,
|
|
2129
1572
|
logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
|
|
2130
1573
|
frameColor: "#2C2C2C",
|
|
2131
1574
|
disableTransitionSounds: false,
|
|
1575
|
+
brollUrl: "https://videos.pexels.com/video-files/8513481/8513481-hd_1920_1080_25fps.mp4",
|
|
1576
|
+
sentenceText: "Bring the audience into the room with you.",
|
|
1577
|
+
text: "Bring the audience into the room with you.",
|
|
1578
|
+
imageUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/gen/3975c2bb-53f3-456a-8ea6-e429b94550b3.png",
|
|
1579
|
+
imgBgUrlVariations: {
|
|
1580
|
+
"default": "https://storage.googleapis.com/ai-recorder-media-assets/media/gen/3975c2bb-53f3-456a-8ea6-e429b94550b3.png",
|
|
1581
|
+
pexels: "https://images.pexels.com/photos/7598559/pexels-photo-7598559.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
|
|
1582
|
+
},
|
|
1583
|
+
words: ["Bring", "them", "in"],
|
|
2132
1584
|
noBackgroundVideo: {
|
|
2133
|
-
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-
|
|
1585
|
+
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1773186819743.webm",
|
|
2134
1586
|
faceMetadata: null
|
|
2135
1587
|
},
|
|
2136
|
-
paddingLeft: 0.
|
|
2137
|
-
paddingRight: 1.
|
|
1588
|
+
paddingLeft: 0.88,
|
|
1589
|
+
paddingRight: 1.9591670000000008
|
|
2138
1590
|
}
|
|
2139
1591
|
},
|
|
2140
1592
|
effects: [{
|
|
@@ -2142,112 +1594,89 @@ var renderer = new RemotionRenderer({
|
|
|
2142
1594
|
data: {
|
|
2143
1595
|
transcript_text: [{
|
|
2144
1596
|
offset: 0,
|
|
2145
|
-
duration: 0.
|
|
2146
|
-
text: "
|
|
1597
|
+
duration: 0.7999999999999999,
|
|
1598
|
+
text: "The great guests",
|
|
2147
1599
|
punctuations: [{
|
|
2148
1600
|
index: 0,
|
|
2149
1601
|
start: 0,
|
|
2150
|
-
end: 0.
|
|
2151
|
-
originalStart: 0,
|
|
2152
|
-
originalEnd: 0.23999799999999993
|
|
1602
|
+
end: 0.16000000000000003
|
|
2153
1603
|
}, {
|
|
2154
1604
|
index: 1,
|
|
2155
|
-
start: 0.
|
|
2156
|
-
end: 0.
|
|
2157
|
-
originalStart: 0.23999799999999993,
|
|
2158
|
-
originalEnd: 0.6399990000000031
|
|
1605
|
+
start: 0.16000000000000003,
|
|
1606
|
+
end: 0.4
|
|
2159
1607
|
}, {
|
|
2160
1608
|
index: 2,
|
|
2161
|
-
start: 0.
|
|
2162
|
-
end: 0.
|
|
2163
|
-
|
|
2164
|
-
originalEnd: 0.7999989999999997
|
|
2165
|
-
}, {
|
|
2166
|
-
index: 3,
|
|
2167
|
-
start: 0.7999989999999997,
|
|
2168
|
-
end: 0.879997000000003,
|
|
2169
|
-
originalStart: 0.7999989999999997,
|
|
2170
|
-
originalEnd: 0.879997000000003
|
|
2171
|
-
}],
|
|
2172
|
-
originalOffset: 0
|
|
1609
|
+
start: 0.4,
|
|
1610
|
+
end: 0.7999999999999999
|
|
1611
|
+
}]
|
|
2173
1612
|
}, {
|
|
2174
|
-
offset: 0.
|
|
2175
|
-
duration: 1.
|
|
2176
|
-
text: "
|
|
1613
|
+
offset: 0.7999999999999999,
|
|
1614
|
+
duration: 1.0400000000000003,
|
|
1615
|
+
text: "understand that and",
|
|
2177
1616
|
punctuations: [{
|
|
2178
1617
|
index: 0,
|
|
2179
|
-
start: 0.
|
|
2180
|
-
end: 1.
|
|
2181
|
-
originalStart: 0.879997000000003,
|
|
2182
|
-
originalEnd: 1.119999
|
|
1618
|
+
start: 0.7999999999999999,
|
|
1619
|
+
end: 1.2000000000000002
|
|
2183
1620
|
}, {
|
|
2184
1621
|
index: 1,
|
|
2185
|
-
start: 1.
|
|
2186
|
-
end: 1.
|
|
2187
|
-
originalStart: 1.119999,
|
|
2188
|
-
originalEnd: 1.4399990000000003
|
|
1622
|
+
start: 1.2000000000000002,
|
|
1623
|
+
end: 1.6
|
|
2189
1624
|
}, {
|
|
2190
1625
|
index: 2,
|
|
2191
|
-
start: 1.
|
|
2192
|
-
end: 1.
|
|
2193
|
-
|
|
2194
|
-
|
|
1626
|
+
start: 1.6,
|
|
1627
|
+
end: 1.8400000000000003
|
|
1628
|
+
}]
|
|
1629
|
+
}, {
|
|
1630
|
+
offset: 1.8400000000000003,
|
|
1631
|
+
duration: 0.7199997999999996,
|
|
1632
|
+
text: "bring the audience",
|
|
1633
|
+
punctuations: [{
|
|
1634
|
+
index: 0,
|
|
1635
|
+
start: 1.8400000000000003,
|
|
1636
|
+
end: 2.08
|
|
2195
1637
|
}, {
|
|
2196
|
-
index:
|
|
2197
|
-
start:
|
|
2198
|
-
end:
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
1638
|
+
index: 1,
|
|
1639
|
+
start: 2.08,
|
|
1640
|
+
end: 2.16
|
|
1641
|
+
}, {
|
|
1642
|
+
index: 2,
|
|
1643
|
+
start: 2.16,
|
|
1644
|
+
end: 2.5599998
|
|
1645
|
+
}]
|
|
2203
1646
|
}, {
|
|
2204
|
-
offset:
|
|
2205
|
-
duration: 0.
|
|
2206
|
-
text: "
|
|
1647
|
+
offset: 2.5599998,
|
|
1648
|
+
duration: 0.7200002000000003,
|
|
1649
|
+
text: "into the room for",
|
|
2207
1650
|
punctuations: [{
|
|
2208
1651
|
index: 0,
|
|
2209
|
-
start:
|
|
2210
|
-
end: 2.
|
|
2211
|
-
originalStart: 1.9199979999999996,
|
|
2212
|
-
originalEnd: 2.0799979999999962
|
|
1652
|
+
start: 2.5599998,
|
|
1653
|
+
end: 2.7999998
|
|
2213
1654
|
}, {
|
|
2214
1655
|
index: 1,
|
|
2215
|
-
start: 2.
|
|
2216
|
-
end: 2.
|
|
2217
|
-
originalStart: 2.0799979999999962,
|
|
2218
|
-
originalEnd: 2.3200000000000003
|
|
1656
|
+
start: 2.7999998,
|
|
1657
|
+
end: 2.88
|
|
2219
1658
|
}, {
|
|
2220
1659
|
index: 2,
|
|
2221
|
-
start: 2.
|
|
2222
|
-
end:
|
|
2223
|
-
originalStart: 2.3200000000000003,
|
|
2224
|
-
originalEnd: 2.5599970000000027
|
|
1660
|
+
start: 2.88,
|
|
1661
|
+
end: 3.12
|
|
2225
1662
|
}, {
|
|
2226
1663
|
index: 3,
|
|
2227
|
-
start:
|
|
2228
|
-
end:
|
|
2229
|
-
|
|
2230
|
-
originalEnd: 2.7199969999999993
|
|
2231
|
-
}],
|
|
2232
|
-
originalOffset: 1.9199979999999996
|
|
1664
|
+
start: 3.12,
|
|
1665
|
+
end: 3.2800000000000002
|
|
1666
|
+
}]
|
|
2233
1667
|
}, {
|
|
2234
|
-
offset:
|
|
2235
|
-
duration: 0.
|
|
2236
|
-
text: "
|
|
1668
|
+
offset: 3.2800000000000002,
|
|
1669
|
+
duration: 0.6599997000000002,
|
|
1670
|
+
text: "the conversation.",
|
|
2237
1671
|
punctuations: [{
|
|
2238
1672
|
index: 0,
|
|
2239
|
-
start:
|
|
2240
|
-
end:
|
|
2241
|
-
originalStart: 2.7199969999999993,
|
|
2242
|
-
originalEnd: 2.879997000000003
|
|
1673
|
+
start: 3.2800000000000002,
|
|
1674
|
+
end: 3.4399997000000004
|
|
2243
1675
|
}, {
|
|
2244
1676
|
index: 1,
|
|
2245
|
-
start:
|
|
2246
|
-
end: 3.
|
|
2247
|
-
|
|
2248
|
-
originalEnd: 3.379997000000003
|
|
2249
|
-
}],
|
|
2250
|
-
originalOffset: 2.7199969999999993
|
|
1677
|
+
start: 3.4399997000000004,
|
|
1678
|
+
end: 3.9399997000000004
|
|
1679
|
+
}]
|
|
2251
1680
|
}]
|
|
2252
1681
|
}
|
|
2253
1682
|
}]
|
|
@@ -2258,7 +1687,7 @@ var renderer = new RemotionRenderer({
|
|
|
2258
1687
|
type: "title",
|
|
2259
1688
|
theme: "none",
|
|
2260
1689
|
data: {
|
|
2261
|
-
text: "
|
|
1690
|
+
text: "What Makes a Great Podcast Guest",
|
|
2262
1691
|
offset: 1,
|
|
2263
1692
|
duration: 5
|
|
2264
1693
|
}
|
|
@@ -2266,11 +1695,10 @@ var renderer = new RemotionRenderer({
|
|
|
2266
1695
|
type: "nametag",
|
|
2267
1696
|
theme: "none",
|
|
2268
1697
|
data: {
|
|
2269
|
-
name: "
|
|
2270
|
-
title: "
|
|
1698
|
+
name: "Arjun Sundararajan",
|
|
1699
|
+
title: "Founder at Zync.ai | Simplifying Brand Building",
|
|
2271
1700
|
offset: 6,
|
|
2272
|
-
duration: 5
|
|
2273
|
-
fullName: "Candy Alexander"
|
|
1701
|
+
duration: 5
|
|
2274
1702
|
}
|
|
2275
1703
|
}]
|
|
2276
1704
|
}, {
|
|
@@ -2281,29 +1709,29 @@ var renderer = new RemotionRenderer({
|
|
|
2281
1709
|
segments: [{
|
|
2282
1710
|
type: "soundtrack",
|
|
2283
1711
|
data: {
|
|
2284
|
-
musicConfig: "
|
|
2285
|
-
randomMusicUrl: "https://storage.googleapis.com/zync-media/media/music/
|
|
2286
|
-
customMusicUrl: "https://storage.googleapis.com/zync-media/media/music/
|
|
1712
|
+
musicConfig: "no_music",
|
|
1713
|
+
randomMusicUrl: "https://storage.googleapis.com/zync-media/media/music/5.mp3",
|
|
1714
|
+
customMusicUrl: "https://storage.googleapis.com/zync-media/media/music/5.mp3",
|
|
2287
1715
|
sourceAudio: {
|
|
2288
|
-
|
|
1716
|
+
url: "https://storage.googleapis.com/zync-media/media/music/5.mp3",
|
|
1717
|
+
volume: 0,
|
|
2289
1718
|
start: 0,
|
|
2290
|
-
loop: true
|
|
2291
|
-
url: "https://storage.googleapis.com/zync-media/media/music/countryside.mp3"
|
|
1719
|
+
loop: true
|
|
2292
1720
|
},
|
|
2293
1721
|
offset: 0
|
|
2294
1722
|
}
|
|
2295
1723
|
}]
|
|
2296
1724
|
}],
|
|
2297
1725
|
output: {
|
|
2298
|
-
orientation: "
|
|
1726
|
+
orientation: "portrait",
|
|
2299
1727
|
fps: 60,
|
|
2300
1728
|
callbackUrl: "https://contentkit.zync.ai/api/processor/callback",
|
|
2301
1729
|
callbackMetadata: {
|
|
2302
1730
|
taskDetails: {
|
|
2303
|
-
processorId: "VIDEO_SCREENPLAY",
|
|
2304
1731
|
workspaceId: "LPDfBsKz",
|
|
2305
|
-
meetingSeriesId: "
|
|
2306
|
-
|
|
1732
|
+
meetingSeriesId: "jR2dFz1h",
|
|
1733
|
+
processorId: "VIDEO_SCREENPLAY",
|
|
1734
|
+
groupId: "U7xBs7"
|
|
2307
1735
|
}
|
|
2308
1736
|
}
|
|
2309
1737
|
},
|