@zync/zync-screnplay-player 0.1.195 → 0.1.197
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/CreatorCollabSplit.js +930 -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 +176 -2130
- 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/CreatorCollabSplitLayout.js +68 -0
- package/dist/screenplay/RemotionRenderer/main/lib/layouts/LayoutFactory.js +5 -0
- package/dist/screenplay/RemotionRenderer/main/screenplaySchema.js +51 -51
- package/dist/screenplay/RemotionRenderer/registeredComponents.js +4 -2
- package/dist/screenplay/RemotionRenderer/tracks/LayoutVideoTrack.js +20 -20
- package/dist/screenplay/RemotionRenderer/tracks/Watermark.js +8 -4
- package/package.json +47 -47
|
@@ -3,14 +3,14 @@ import { RemotionRenderer } from "./RemotionRenderer";
|
|
|
3
3
|
// edit screenplay directly here during development to test all changes
|
|
4
4
|
var renderer = new RemotionRenderer({
|
|
5
5
|
input: {
|
|
6
|
-
primaryColor: "#
|
|
6
|
+
primaryColor: "#29402F",
|
|
7
7
|
primaryContrast: "#FFFFFF",
|
|
8
|
-
accentColor: "#
|
|
9
|
-
accentContrast: "#
|
|
10
|
-
theme: "
|
|
11
|
-
dynamicBackgroundPortrait: "",
|
|
12
|
-
dynamicBackgroundLandscape: "",
|
|
13
|
-
dynamicBackgroundSquare: "",
|
|
8
|
+
accentColor: "#E7FF0F",
|
|
9
|
+
accentContrast: "#000000",
|
|
10
|
+
theme: "sportsbounce",
|
|
11
|
+
dynamicBackgroundPortrait: "https://cdn.solorecording.studio/media/images/1758314392688-dsc.jpg",
|
|
12
|
+
dynamicBackgroundLandscape: "https://cdn.solorecording.studio/media/images/1758314381716-vidscreenshot.jpg",
|
|
13
|
+
dynamicBackgroundSquare: "https://cdn.solorecording.studio/media/images/1758314396649-pati.jpg",
|
|
14
14
|
userBackgroundType: "natural"
|
|
15
15
|
},
|
|
16
16
|
tracks: [{
|
|
@@ -23,1497 +23,20 @@ var renderer = new RemotionRenderer({
|
|
|
23
23
|
noBackgroundVideoEffects: {
|
|
24
24
|
facePop: true,
|
|
25
25
|
backgroundDim: true,
|
|
26
|
-
backgroundBlur:
|
|
26
|
+
backgroundBlur: false
|
|
27
27
|
},
|
|
28
28
|
sourceVideo: {
|
|
29
|
-
videoUrl: "https://stream.mux.com/
|
|
30
|
-
start:
|
|
29
|
+
videoUrl: "https://stream.mux.com/QVXpL01pAdZ00htZ4yiy002wy02025oqCGED7TBchWFuI01SA/highest.mp4",
|
|
30
|
+
start: 1.92,
|
|
31
31
|
aspectRatio: "16:9",
|
|
32
|
-
durationSeconds:
|
|
32
|
+
durationSeconds: 12.409333
|
|
33
33
|
},
|
|
34
|
-
duration:
|
|
35
|
-
logoUrl: "https://cdn.zync.ai/
|
|
36
|
-
frameColor: "#
|
|
34
|
+
duration: 4.99,
|
|
35
|
+
logoUrl: "https://cdn.zync.ai/assets/static/default_blank_logo.png",
|
|
36
|
+
frameColor: "#29402F",
|
|
37
37
|
disableTransitionSounds: false,
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
"default": "https://images.pexels.com/photos/3769021/pexels-photo-3769021.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
|
|
41
|
-
pexels: "https://images.pexels.com/photos/3769021/pexels-photo-3769021.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
|
|
42
|
-
},
|
|
43
|
-
paddingLeft: 0.71999997,
|
|
44
|
-
paddingRight: 0.4793340300000004
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
effects: [{
|
|
48
|
-
type: "caption_word_boom",
|
|
49
|
-
data: {
|
|
50
|
-
transcript_text: [{
|
|
51
|
-
offset: 0,
|
|
52
|
-
duration: 1.5200000300000003,
|
|
53
|
-
text: "Nikhil, you've been",
|
|
54
|
-
punctuations: [{
|
|
55
|
-
index: 0,
|
|
56
|
-
start: 0,
|
|
57
|
-
end: 0.5000000299999999
|
|
58
|
-
}, {
|
|
59
|
-
index: 1,
|
|
60
|
-
start: 0.87999993,
|
|
61
|
-
end: 1.20000003
|
|
62
|
-
}, {
|
|
63
|
-
index: 2,
|
|
64
|
-
start: 1.20000003,
|
|
65
|
-
end: 1.5200000300000003
|
|
66
|
-
}]
|
|
67
|
-
}, {
|
|
68
|
-
offset: 1.5200000300000003,
|
|
69
|
-
duration: 0.7199999999999998,
|
|
70
|
-
text: "a long term",
|
|
71
|
-
punctuations: [{
|
|
72
|
-
index: 0,
|
|
73
|
-
start: 1.5200000300000003,
|
|
74
|
-
end: 1.6799999300000001
|
|
75
|
-
}, {
|
|
76
|
-
index: 1,
|
|
77
|
-
start: 1.6799999300000001,
|
|
78
|
-
end: 1.91999993
|
|
79
|
-
}, {
|
|
80
|
-
index: 2,
|
|
81
|
-
start: 1.91999993,
|
|
82
|
-
end: 2.24000003
|
|
83
|
-
}]
|
|
84
|
-
}, {
|
|
85
|
-
offset: 2.24000003,
|
|
86
|
-
duration: 0.56,
|
|
87
|
-
text: "observer on",
|
|
88
|
-
punctuations: [{
|
|
89
|
-
index: 0,
|
|
90
|
-
start: 2.24000003,
|
|
91
|
-
end: 2.64000003
|
|
92
|
-
}, {
|
|
93
|
-
index: 1,
|
|
94
|
-
start: 2.64000003,
|
|
95
|
-
end: 2.80000003
|
|
96
|
-
}]
|
|
97
|
-
}, {
|
|
98
|
-
offset: 2.80000003,
|
|
99
|
-
duration: 0.7999997000000003,
|
|
100
|
-
text: "LinkedIn, but",
|
|
101
|
-
punctuations: [{
|
|
102
|
-
index: 0,
|
|
103
|
-
start: 2.80000003,
|
|
104
|
-
end: 3.3000000299999996
|
|
105
|
-
}, {
|
|
106
|
-
index: 1,
|
|
107
|
-
start: 3.36000003,
|
|
108
|
-
end: 3.5999997300000004
|
|
109
|
-
}]
|
|
110
|
-
}, {
|
|
111
|
-
offset: 3.5999997300000004,
|
|
112
|
-
duration: 0.96,
|
|
113
|
-
text: "recently, I've seen",
|
|
114
|
-
punctuations: [{
|
|
115
|
-
index: 0,
|
|
116
|
-
start: 3.5999997300000004,
|
|
117
|
-
end: 4.09999973
|
|
118
|
-
}, {
|
|
119
|
-
index: 1,
|
|
120
|
-
start: 4.16000003,
|
|
121
|
-
end: 4.40000003
|
|
122
|
-
}, {
|
|
123
|
-
index: 2,
|
|
124
|
-
start: 4.40000003,
|
|
125
|
-
end: 4.55999973
|
|
126
|
-
}]
|
|
127
|
-
}, {
|
|
128
|
-
offset: 4.55999973,
|
|
129
|
-
duration: 0.8000002999999998,
|
|
130
|
-
text: "that you've started",
|
|
131
|
-
punctuations: [{
|
|
132
|
-
index: 0,
|
|
133
|
-
start: 4.55999973,
|
|
134
|
-
end: 4.7200000300000005
|
|
135
|
-
}, {
|
|
136
|
-
index: 1,
|
|
137
|
-
start: 4.7200000300000005,
|
|
138
|
-
end: 4.96000003
|
|
139
|
-
}, {
|
|
140
|
-
index: 2,
|
|
141
|
-
start: 4.96000003,
|
|
142
|
-
end: 5.36000003
|
|
143
|
-
}]
|
|
144
|
-
}, {
|
|
145
|
-
offset: 5.36000003,
|
|
146
|
-
duration: 1.04,
|
|
147
|
-
text: "showing up and",
|
|
148
|
-
punctuations: [{
|
|
149
|
-
index: 0,
|
|
150
|
-
start: 5.36000003,
|
|
151
|
-
end: 5.59999973
|
|
152
|
-
}, {
|
|
153
|
-
index: 1,
|
|
154
|
-
start: 5.59999973,
|
|
155
|
-
end: 6.09999973
|
|
156
|
-
}, {
|
|
157
|
-
index: 2,
|
|
158
|
-
start: 6.15999963,
|
|
159
|
-
end: 6.40000003
|
|
160
|
-
}]
|
|
161
|
-
}, {
|
|
162
|
-
offset: 6.40000003,
|
|
163
|
-
duration: 0.7999995999999996,
|
|
164
|
-
text: "sharing your own",
|
|
165
|
-
punctuations: [{
|
|
166
|
-
index: 0,
|
|
167
|
-
start: 6.40000003,
|
|
168
|
-
end: 6.80000003
|
|
169
|
-
}, {
|
|
170
|
-
index: 1,
|
|
171
|
-
start: 6.80000003,
|
|
172
|
-
end: 6.96000003
|
|
173
|
-
}, {
|
|
174
|
-
index: 2,
|
|
175
|
-
start: 6.96000003,
|
|
176
|
-
end: 7.19999963
|
|
177
|
-
}]
|
|
178
|
-
}, {
|
|
179
|
-
offset: 7.19999963,
|
|
180
|
-
duration: 0.5000004000000002,
|
|
181
|
-
text: "content",
|
|
182
|
-
punctuations: [{
|
|
183
|
-
index: 0,
|
|
184
|
-
start: 7.19999963,
|
|
185
|
-
end: 7.70000003
|
|
186
|
-
}]
|
|
187
|
-
}, {
|
|
188
|
-
offset: 7.7600000300000005,
|
|
189
|
-
duration: 0.7199999999999989,
|
|
190
|
-
text: "consistently, and",
|
|
191
|
-
punctuations: [{
|
|
192
|
-
index: 0,
|
|
193
|
-
start: 7.7600000300000005,
|
|
194
|
-
end: 8.240000030000001
|
|
195
|
-
}, {
|
|
196
|
-
index: 1,
|
|
197
|
-
start: 8.240000030000001,
|
|
198
|
-
end: 8.48000003
|
|
199
|
-
}]
|
|
200
|
-
}, {
|
|
201
|
-
offset: 8.48000003,
|
|
202
|
-
duration: 0.9799990000000012,
|
|
203
|
-
text: "you're crushing it.",
|
|
204
|
-
punctuations: [{
|
|
205
|
-
index: 0,
|
|
206
|
-
start: 8.48000003,
|
|
207
|
-
end: 8.64000003
|
|
208
|
-
}, {
|
|
209
|
-
index: 1,
|
|
210
|
-
start: 8.64000003,
|
|
211
|
-
end: 8.95999903
|
|
212
|
-
}, {
|
|
213
|
-
index: 2,
|
|
214
|
-
start: 8.95999903,
|
|
215
|
-
end: 9.45999903
|
|
216
|
-
}]
|
|
217
|
-
}]
|
|
218
|
-
}
|
|
219
|
-
}]
|
|
220
|
-
}, {
|
|
221
|
-
layout: {
|
|
222
|
-
type: "handoff",
|
|
223
|
-
data: {
|
|
224
|
-
startFirstVideoFrom: 0.39999998,
|
|
225
|
-
firstVideoFile: "https://stream.mux.com/CHstp8IRzbpI341EqP01eaqnvi00t300TIHBhsgzw2NWGM/highest.mp4",
|
|
226
|
-
firstVideoDuration: 12.84266702,
|
|
227
|
-
firstNoBackgroundVideo: null,
|
|
228
|
-
startSecondVideoFrom: 0,
|
|
229
|
-
secondVideoFile: "https://stream.mux.com/00awDtDlf8yIaQX00CCAnC8HJiLjP8X5CJ8xz8Rd7SE02Q/highest.mp4",
|
|
230
|
-
secondVideoDuration: 8.43,
|
|
231
|
-
secondNoBackgroundVideo: {
|
|
232
|
-
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1762325433603.webm",
|
|
233
|
-
faceMetadata: {
|
|
234
|
-
total_frames: 293,
|
|
235
|
-
frames_with_face_detection: 10,
|
|
236
|
-
faces_detected: 10,
|
|
237
|
-
face_detection_rate: 1,
|
|
238
|
-
video_properties: {
|
|
239
|
-
width: 1920,
|
|
240
|
-
height: 1080,
|
|
241
|
-
fps: 30.20618556701031,
|
|
242
|
-
duration_seconds: 9.700000000000001
|
|
243
|
-
},
|
|
244
|
-
face_metadata: [{
|
|
245
|
-
aggregation: "average",
|
|
246
|
-
face_data: {
|
|
247
|
-
face_center: [1013.8, 468.5],
|
|
248
|
-
frame_center: [960, 540],
|
|
249
|
-
offset: [53.8, -71.5],
|
|
250
|
-
face_bbox: [819.9, 203.6, 388.3, 530.5],
|
|
251
|
-
confidence: 0.8875123798847199,
|
|
252
|
-
distance_from_center: 91.29306350794022
|
|
253
|
-
},
|
|
254
|
-
sample_count: 10
|
|
255
|
-
}],
|
|
256
|
-
aggregation: "average"
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
|
-
duration: 19.499999,
|
|
260
|
-
firstVideoDurationWithoutLastSegment: 0,
|
|
261
|
-
sourceVideo: {
|
|
262
|
-
videoUrl: "https://stream.mux.com/CHstp8IRzbpI341EqP01eaqnvi00t300TIHBhsgzw2NWGM/highest.mp4",
|
|
263
|
-
start: 0.39999998
|
|
264
|
-
},
|
|
265
|
-
handoffOverlapSeconds: 4,
|
|
266
|
-
firstVideoPaddingRight: 4,
|
|
267
|
-
secondVideoPaddingLeft: 0,
|
|
268
|
-
paddingLeft: 0,
|
|
269
|
-
paddingRight: 0
|
|
270
|
-
}
|
|
271
|
-
},
|
|
272
|
-
effects: [{
|
|
273
|
-
type: "caption_word_boom",
|
|
274
|
-
data: {
|
|
275
|
-
transcript_text: [{
|
|
276
|
-
offset: 0,
|
|
277
|
-
duration: 0.7200000200000001,
|
|
278
|
-
text: "So here's my",
|
|
279
|
-
punctuations: [{
|
|
280
|
-
index: 0,
|
|
281
|
-
start: 0,
|
|
282
|
-
end: 0.31999999000000007
|
|
283
|
-
}, {
|
|
284
|
-
index: 1,
|
|
285
|
-
start: 0.31999999000000007,
|
|
286
|
-
end: 0.5600000199999999
|
|
287
|
-
}, {
|
|
288
|
-
index: 2,
|
|
289
|
-
start: 0.5600000199999999,
|
|
290
|
-
end: 0.7200000200000001
|
|
291
|
-
}]
|
|
292
|
-
}, {
|
|
293
|
-
offset: 0.7200000200000001,
|
|
294
|
-
duration: 0.98,
|
|
295
|
-
text: "question for you.",
|
|
296
|
-
punctuations: [{
|
|
297
|
-
index: 0,
|
|
298
|
-
start: 0.7200000200000001,
|
|
299
|
-
end: 1.03999992
|
|
300
|
-
}, {
|
|
301
|
-
index: 1,
|
|
302
|
-
start: 1.03999992,
|
|
303
|
-
end: 1.19999992
|
|
304
|
-
}, {
|
|
305
|
-
index: 2,
|
|
306
|
-
start: 1.19999992,
|
|
307
|
-
end: 1.70000002
|
|
308
|
-
}]
|
|
309
|
-
}, {
|
|
310
|
-
offset: 1.99999992,
|
|
311
|
-
duration: 1.2200001,
|
|
312
|
-
text: "What was the first",
|
|
313
|
-
punctuations: [{
|
|
314
|
-
index: 0,
|
|
315
|
-
start: 1.99999992,
|
|
316
|
-
end: 2.23999992
|
|
317
|
-
}, {
|
|
318
|
-
index: 1,
|
|
319
|
-
start: 2.23999992,
|
|
320
|
-
end: 2.47999992
|
|
321
|
-
}, {
|
|
322
|
-
index: 2,
|
|
323
|
-
start: 2.47999992,
|
|
324
|
-
end: 2.72000002
|
|
325
|
-
}, {
|
|
326
|
-
index: 3,
|
|
327
|
-
start: 2.72000002,
|
|
328
|
-
end: 3.22000002
|
|
329
|
-
}]
|
|
330
|
-
}, {
|
|
331
|
-
offset: 3.27999982,
|
|
332
|
-
duration: 1.9200001999999996,
|
|
333
|
-
text: "bit of reaction or",
|
|
334
|
-
punctuations: [{
|
|
335
|
-
index: 0,
|
|
336
|
-
start: 3.27999982,
|
|
337
|
-
end: 3.68000002
|
|
338
|
-
}, {
|
|
339
|
-
index: 1,
|
|
340
|
-
start: 3.68000002,
|
|
341
|
-
end: 4.080000020000001
|
|
342
|
-
}, {
|
|
343
|
-
index: 2,
|
|
344
|
-
start: 4.080000020000001,
|
|
345
|
-
end: 4.580000020000001
|
|
346
|
-
}, {
|
|
347
|
-
index: 3,
|
|
348
|
-
start: 4.879999720000001,
|
|
349
|
-
end: 5.20000002
|
|
350
|
-
}]
|
|
351
|
-
}, {
|
|
352
|
-
offset: 5.20000002,
|
|
353
|
-
duration: 0.8800000000000008,
|
|
354
|
-
text: "feedback that you",
|
|
355
|
-
punctuations: [{
|
|
356
|
-
index: 0,
|
|
357
|
-
start: 5.20000002,
|
|
358
|
-
end: 5.70000002
|
|
359
|
-
}, {
|
|
360
|
-
index: 1,
|
|
361
|
-
start: 5.7600000200000006,
|
|
362
|
-
end: 5.840000020000001
|
|
363
|
-
}, {
|
|
364
|
-
index: 2,
|
|
365
|
-
start: 5.840000020000001,
|
|
366
|
-
end: 6.080000020000001
|
|
367
|
-
}]
|
|
368
|
-
}, {
|
|
369
|
-
offset: 6.080000020000001,
|
|
370
|
-
duration: 1.2799997999999997,
|
|
371
|
-
text: "received that made",
|
|
372
|
-
punctuations: [{
|
|
373
|
-
index: 0,
|
|
374
|
-
start: 6.080000020000001,
|
|
375
|
-
end: 6.580000020000001
|
|
376
|
-
}, {
|
|
377
|
-
index: 1,
|
|
378
|
-
start: 6.879999720000001,
|
|
379
|
-
end: 7.12000002
|
|
380
|
-
}, {
|
|
381
|
-
index: 2,
|
|
382
|
-
start: 7.12000002,
|
|
383
|
-
end: 7.3599998200000005
|
|
384
|
-
}]
|
|
385
|
-
}, {
|
|
386
|
-
offset: 7.3599998200000005,
|
|
387
|
-
duration: 0.5600002000000002,
|
|
388
|
-
text: "you think that,",
|
|
389
|
-
punctuations: [{
|
|
390
|
-
index: 0,
|
|
391
|
-
start: 7.3599998200000005,
|
|
392
|
-
end: 7.51999962
|
|
393
|
-
}, {
|
|
394
|
-
index: 1,
|
|
395
|
-
start: 7.51999962,
|
|
396
|
-
end: 7.6800000200000005
|
|
397
|
-
}, {
|
|
398
|
-
index: 2,
|
|
399
|
-
start: 7.6800000200000005,
|
|
400
|
-
end: 7.920000020000001
|
|
401
|
-
}]
|
|
402
|
-
}, {
|
|
403
|
-
offset: 7.920000020000001,
|
|
404
|
-
duration: 0.5600000000000005,
|
|
405
|
-
text: "like, you know",
|
|
406
|
-
punctuations: [{
|
|
407
|
-
index: 0,
|
|
408
|
-
start: 7.920000020000001,
|
|
409
|
-
end: 8.159999019999999
|
|
410
|
-
}, {
|
|
411
|
-
index: 1,
|
|
412
|
-
start: 8.159999019999999,
|
|
413
|
-
end: 8.239999019999999
|
|
414
|
-
}, {
|
|
415
|
-
index: 2,
|
|
416
|
-
start: 8.239999019999999,
|
|
417
|
-
end: 8.48000002
|
|
418
|
-
}]
|
|
419
|
-
}, {
|
|
420
|
-
offset: 8.48000002,
|
|
421
|
-
duration: 0.3999999999999986,
|
|
422
|
-
text: "what?",
|
|
423
|
-
punctuations: [{
|
|
424
|
-
index: 0,
|
|
425
|
-
start: 8.48000002,
|
|
426
|
-
end: 8.880000019999999
|
|
427
|
-
}]
|
|
428
|
-
}, {
|
|
429
|
-
offset: 8.880000019999999,
|
|
430
|
-
duration: 1.2200000000000006,
|
|
431
|
-
text: "This is worth doing",
|
|
432
|
-
punctuations: [{
|
|
433
|
-
index: 0,
|
|
434
|
-
start: 8.880000019999999,
|
|
435
|
-
end: 9.11999952
|
|
436
|
-
}, {
|
|
437
|
-
index: 1,
|
|
438
|
-
start: 9.11999952,
|
|
439
|
-
end: 9.27999902
|
|
440
|
-
}, {
|
|
441
|
-
index: 2,
|
|
442
|
-
start: 9.27999902,
|
|
443
|
-
end: 9.60000002
|
|
444
|
-
}, {
|
|
445
|
-
index: 3,
|
|
446
|
-
start: 9.60000002,
|
|
447
|
-
end: 10.10000002
|
|
448
|
-
}]
|
|
449
|
-
}, {
|
|
450
|
-
offset: 10.159999019999999,
|
|
451
|
-
duration: 1.200000000000001,
|
|
452
|
-
text: "and helped you keep",
|
|
453
|
-
punctuations: [{
|
|
454
|
-
index: 0,
|
|
455
|
-
start: 10.159999019999999,
|
|
456
|
-
end: 10.40000002
|
|
457
|
-
}, {
|
|
458
|
-
index: 1,
|
|
459
|
-
start: 10.40000002,
|
|
460
|
-
end: 10.720000019999999
|
|
461
|
-
}, {
|
|
462
|
-
index: 2,
|
|
463
|
-
start: 10.720000019999999,
|
|
464
|
-
end: 11.11999952
|
|
465
|
-
}, {
|
|
466
|
-
index: 3,
|
|
467
|
-
start: 11.11999952,
|
|
468
|
-
end: 11.35999902
|
|
469
|
-
}]
|
|
470
|
-
}, {
|
|
471
|
-
offset: 11.35999902,
|
|
472
|
-
duration: 0.5,
|
|
473
|
-
text: "going.",
|
|
474
|
-
punctuations: [{
|
|
475
|
-
index: 0,
|
|
476
|
-
start: 11.35999902,
|
|
477
|
-
end: 11.85999902
|
|
478
|
-
}]
|
|
479
|
-
}, {
|
|
480
|
-
offset: 12.109998999999998,
|
|
481
|
-
duration: 0.72,
|
|
482
|
-
text: "Thanks, Arjun.",
|
|
483
|
-
punctuations: [{
|
|
484
|
-
index: 0,
|
|
485
|
-
start: 12.109998999999998,
|
|
486
|
-
end: 12.429998999999999
|
|
487
|
-
}, {
|
|
488
|
-
index: 1,
|
|
489
|
-
start: 12.429998999999999,
|
|
490
|
-
end: 12.829999
|
|
491
|
-
}]
|
|
492
|
-
}, {
|
|
493
|
-
offset: 12.829999,
|
|
494
|
-
duration: 1.2,
|
|
495
|
-
text: "And, that's exactly",
|
|
496
|
-
punctuations: [{
|
|
497
|
-
index: 0,
|
|
498
|
-
start: 12.829999,
|
|
499
|
-
end: 12.989998999999997
|
|
500
|
-
}, {
|
|
501
|
-
index: 1,
|
|
502
|
-
start: 13.2299988,
|
|
503
|
-
end: 13.549999
|
|
504
|
-
}, {
|
|
505
|
-
index: 2,
|
|
506
|
-
start: 13.549999,
|
|
507
|
-
end: 14.029999
|
|
508
|
-
}]
|
|
509
|
-
}, {
|
|
510
|
-
offset: 14.029999,
|
|
511
|
-
duration: 0.5,
|
|
512
|
-
text: "right.",
|
|
513
|
-
punctuations: [{
|
|
514
|
-
index: 0,
|
|
515
|
-
start: 14.029999,
|
|
516
|
-
end: 14.529999
|
|
517
|
-
}]
|
|
518
|
-
}, {
|
|
519
|
-
offset: 14.909999,
|
|
520
|
-
duration: 0.6400000000000006,
|
|
521
|
-
text: "I've been on the",
|
|
522
|
-
punctuations: [{
|
|
523
|
-
index: 0,
|
|
524
|
-
start: 14.909999,
|
|
525
|
-
end: 15.069999
|
|
526
|
-
}, {
|
|
527
|
-
index: 1,
|
|
528
|
-
start: 15.069999,
|
|
529
|
-
end: 15.229999
|
|
530
|
-
}, {
|
|
531
|
-
index: 2,
|
|
532
|
-
start: 15.229999,
|
|
533
|
-
end: 15.309998999999998
|
|
534
|
-
}, {
|
|
535
|
-
index: 3,
|
|
536
|
-
start: 15.309998999999998,
|
|
537
|
-
end: 15.549999
|
|
538
|
-
}]
|
|
539
|
-
}, {
|
|
540
|
-
offset: 15.549999,
|
|
541
|
-
duration: 0.8799996999999999,
|
|
542
|
-
text: "sidelines all this",
|
|
543
|
-
punctuations: [{
|
|
544
|
-
index: 0,
|
|
545
|
-
start: 15.549999,
|
|
546
|
-
end: 16.029999
|
|
547
|
-
}, {
|
|
548
|
-
index: 1,
|
|
549
|
-
start: 16.029999,
|
|
550
|
-
end: 16.269999
|
|
551
|
-
}, {
|
|
552
|
-
index: 2,
|
|
553
|
-
start: 16.269999,
|
|
554
|
-
end: 16.4299987
|
|
555
|
-
}]
|
|
556
|
-
}, {
|
|
557
|
-
offset: 16.4299987,
|
|
558
|
-
duration: 0.8800002999999998,
|
|
559
|
-
text: "while, and,",
|
|
560
|
-
punctuations: [{
|
|
561
|
-
index: 0,
|
|
562
|
-
start: 16.4299987,
|
|
563
|
-
end: 16.9099987
|
|
564
|
-
}, {
|
|
565
|
-
index: 1,
|
|
566
|
-
start: 16.9099987,
|
|
567
|
-
end: 17.309998999999998
|
|
568
|
-
}]
|
|
569
|
-
}, {
|
|
570
|
-
offset: 17.309998999999998,
|
|
571
|
-
duration: 0.8799999999999999,
|
|
572
|
-
text: "frankly, that's the",
|
|
573
|
-
punctuations: [{
|
|
574
|
-
index: 0,
|
|
575
|
-
start: 17.309998999999998,
|
|
576
|
-
end: 17.789998999999998
|
|
577
|
-
}, {
|
|
578
|
-
index: 1,
|
|
579
|
-
start: 17.789998999999998,
|
|
580
|
-
end: 18.109999
|
|
581
|
-
}, {
|
|
582
|
-
index: 2,
|
|
583
|
-
start: 18.109999,
|
|
584
|
-
end: 18.189998999999997
|
|
585
|
-
}]
|
|
586
|
-
}, {
|
|
587
|
-
offset: 18.189998999999997,
|
|
588
|
-
duration: 1.0599999999999996,
|
|
589
|
-
text: "easy thing to do.",
|
|
590
|
-
punctuations: [{
|
|
591
|
-
index: 0,
|
|
592
|
-
start: 18.189998999999997,
|
|
593
|
-
end: 18.4299987
|
|
594
|
-
}, {
|
|
595
|
-
index: 1,
|
|
596
|
-
start: 18.4299987,
|
|
597
|
-
end: 18.669998999999997
|
|
598
|
-
}, {
|
|
599
|
-
index: 2,
|
|
600
|
-
start: 18.669998999999997,
|
|
601
|
-
end: 18.749999
|
|
602
|
-
}, {
|
|
603
|
-
index: 3,
|
|
604
|
-
start: 18.749999,
|
|
605
|
-
end: 19.249999
|
|
606
|
-
}]
|
|
607
|
-
}]
|
|
608
|
-
}
|
|
609
|
-
}, {
|
|
610
|
-
type: "handoff_nametag",
|
|
611
|
-
data: {
|
|
612
|
-
fullName: "Arjun Sundararajan",
|
|
613
|
-
title: "Founder at Zync.ai | Simplifying Brand Building",
|
|
614
|
-
pictureUrl: "https://cdn.solorecording.studio/media/event-presenters/LPDfBsKz/presenter/1739483653893-arjunsundararajanprofile.jpg",
|
|
615
|
-
offset: 7.84266702,
|
|
616
|
-
alignment: "first-left",
|
|
617
|
-
duration: 5
|
|
618
|
-
}
|
|
619
|
-
}, {
|
|
620
|
-
type: "handoff_nametag",
|
|
621
|
-
data: {
|
|
622
|
-
fullName: "Nikhil Ravi",
|
|
623
|
-
title: "A title",
|
|
624
|
-
pictureUrl: "",
|
|
625
|
-
offset: 11.069999,
|
|
626
|
-
alignment: "second-right",
|
|
627
|
-
duration: 5
|
|
628
|
-
}
|
|
629
|
-
}]
|
|
630
|
-
}, {
|
|
631
|
-
recordingIndex: 1,
|
|
632
|
-
layout: {
|
|
633
|
-
type: "broll_studio_backdrop",
|
|
634
|
-
data: {
|
|
635
|
-
noBackgroundVideoEffects: {
|
|
636
|
-
facePop: true,
|
|
637
|
-
backgroundDim: true,
|
|
638
|
-
backgroundBlur: true
|
|
639
|
-
},
|
|
640
|
-
sourceVideo: {
|
|
641
|
-
videoUrl: "https://stream.mux.com/y028N6y4IQLLRB8uI8UnlJt2eWxSgz6Hoky01U202I601dA/highest.mp4",
|
|
642
|
-
start: 0.48,
|
|
643
|
-
aspectRatio: "16:9",
|
|
644
|
-
durationSeconds: 8.872333,
|
|
645
|
-
zoom: 1.2
|
|
646
|
-
},
|
|
647
|
-
duration: 3.95,
|
|
648
|
-
logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
|
|
649
|
-
frameColor: "#2C2C2C",
|
|
650
|
-
disableTransitionSounds: false,
|
|
651
|
-
brollUrl: "https://videos.pexels.com/video-files/6549256/6549256-uhd_3840_2160_25fps.mp4",
|
|
652
|
-
imageUrl: "https://images.pexels.com/photos/7283717/pexels-photo-7283717.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
|
|
653
|
-
imgBgUrlVariations: {
|
|
654
|
-
"default": "https://images.pexels.com/photos/7283717/pexels-photo-7283717.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
|
|
655
|
-
pexels: "https://images.pexels.com/photos/7283717/pexels-photo-7283717.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
|
|
656
|
-
},
|
|
657
|
-
words: ["person", "researching", "on", "laptop"],
|
|
658
|
-
noBackgroundVideo: {
|
|
659
|
-
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1762325423782.webm",
|
|
660
|
-
faceMetadata: {
|
|
661
|
-
total_frames: 267,
|
|
662
|
-
frames_with_face_detection: 9,
|
|
663
|
-
faces_detected: 9,
|
|
664
|
-
face_detection_rate: 1,
|
|
665
|
-
video_properties: {
|
|
666
|
-
width: 1920,
|
|
667
|
-
height: 1080,
|
|
668
|
-
fps: 30.207036995135198,
|
|
669
|
-
duration_seconds: 8.839
|
|
670
|
-
},
|
|
671
|
-
face_metadata: [{
|
|
672
|
-
aggregation: "average",
|
|
673
|
-
face_data: {
|
|
674
|
-
face_center: [981.4444444444445, 460.8888888888889],
|
|
675
|
-
frame_center: [960, 540],
|
|
676
|
-
offset: [21.444444444444443, -79.11111111111111],
|
|
677
|
-
face_bbox: [777.8888888888889, 190.22222222222223, 407.6666666666667, 541.8888888888889],
|
|
678
|
-
confidence: 0.9816886517736647,
|
|
679
|
-
distance_from_center: 84.78888095303283
|
|
680
|
-
},
|
|
681
|
-
sample_count: 9
|
|
682
|
-
}],
|
|
683
|
-
aggregation: "average"
|
|
684
|
-
}
|
|
685
|
-
},
|
|
686
|
-
paddingLeft: 0.48,
|
|
687
|
-
paddingRight: 4.442332999999999
|
|
688
|
-
}
|
|
689
|
-
},
|
|
690
|
-
effects: [{
|
|
691
|
-
type: "caption_word_boom",
|
|
692
|
-
data: {
|
|
693
|
-
transcript_text: [{
|
|
694
|
-
offset: 0,
|
|
695
|
-
duration: 0.8800000000000001,
|
|
696
|
-
text: "But a few months",
|
|
697
|
-
punctuations: [{
|
|
698
|
-
index: 0,
|
|
699
|
-
start: 0,
|
|
700
|
-
end: 0.23999997000000006
|
|
701
|
-
}, {
|
|
702
|
-
index: 1,
|
|
703
|
-
start: 0.23999997000000006,
|
|
704
|
-
end: 0.31999995000000003
|
|
705
|
-
}, {
|
|
706
|
-
index: 2,
|
|
707
|
-
start: 0.31999995000000003,
|
|
708
|
-
end: 0.48
|
|
709
|
-
}, {
|
|
710
|
-
index: 3,
|
|
711
|
-
start: 0.48,
|
|
712
|
-
end: 0.8800000000000001
|
|
713
|
-
}]
|
|
714
|
-
}, {
|
|
715
|
-
offset: 0.8800000000000001,
|
|
716
|
-
duration: 1.1199999999999999,
|
|
717
|
-
text: "ago, I was doing",
|
|
718
|
-
punctuations: [{
|
|
719
|
-
index: 0,
|
|
720
|
-
start: 0.8800000000000001,
|
|
721
|
-
end: 1.1199999
|
|
722
|
-
}, {
|
|
723
|
-
index: 1,
|
|
724
|
-
start: 1.1199999,
|
|
725
|
-
end: 1.3599999
|
|
726
|
-
}, {
|
|
727
|
-
index: 2,
|
|
728
|
-
start: 1.3599999,
|
|
729
|
-
end: 1.6799998
|
|
730
|
-
}, {
|
|
731
|
-
index: 3,
|
|
732
|
-
start: 1.6799998,
|
|
733
|
-
end: 2
|
|
734
|
-
}]
|
|
735
|
-
}, {
|
|
736
|
-
offset: 2,
|
|
737
|
-
duration: 0.8799999999999999,
|
|
738
|
-
text: "some research on a",
|
|
739
|
-
punctuations: [{
|
|
740
|
-
index: 0,
|
|
741
|
-
start: 2,
|
|
742
|
-
end: 2.1599999
|
|
743
|
-
}, {
|
|
744
|
-
index: 1,
|
|
745
|
-
start: 2.1599999,
|
|
746
|
-
end: 2.64
|
|
747
|
-
}, {
|
|
748
|
-
index: 2,
|
|
749
|
-
start: 2.64,
|
|
750
|
-
end: 2.8
|
|
751
|
-
}, {
|
|
752
|
-
index: 3,
|
|
753
|
-
start: 2.8,
|
|
754
|
-
end: 2.88
|
|
755
|
-
}]
|
|
756
|
-
}, {
|
|
757
|
-
offset: 2.88,
|
|
758
|
-
duration: 0.8199999999999998,
|
|
759
|
-
text: "word problem.",
|
|
760
|
-
punctuations: [{
|
|
761
|
-
index: 0,
|
|
762
|
-
start: 2.88,
|
|
763
|
-
end: 3.1999998
|
|
764
|
-
}, {
|
|
765
|
-
index: 1,
|
|
766
|
-
start: 3.1999998,
|
|
767
|
-
end: 3.6999999999999997
|
|
768
|
-
}]
|
|
769
|
-
}]
|
|
770
|
-
}
|
|
771
|
-
}]
|
|
772
|
-
}, {
|
|
773
|
-
recordingIndex: 2,
|
|
774
|
-
layout: {
|
|
775
|
-
type: "motion_still_studio_backdrop",
|
|
776
|
-
data: {
|
|
777
|
-
noBackgroundVideoEffects: {
|
|
778
|
-
facePop: true,
|
|
779
|
-
backgroundDim: true,
|
|
780
|
-
backgroundBlur: true
|
|
781
|
-
},
|
|
782
|
-
sourceVideo: {
|
|
783
|
-
videoUrl: "https://stream.mux.com/imFc6XUzHxccr5fvly01WlnNDc00wZd7DIDFMHQh7glTY/highest.mp4",
|
|
784
|
-
start: 0.64,
|
|
785
|
-
aspectRatio: "16:9",
|
|
786
|
-
durationSeconds: 5.581333
|
|
787
|
-
},
|
|
788
|
-
duration: 3.71,
|
|
789
|
-
logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
|
|
790
|
-
frameColor: "#2C2C2C",
|
|
791
|
-
disableTransitionSounds: false,
|
|
792
|
-
brollUrl: "https://videos.pexels.com/video-files/4146203/4146203-uhd_2560_1440_25fps.mp4",
|
|
793
|
-
imageUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/gen/0b9da434-42cc-4f3f-9a38-b7d32a46ea3f.png",
|
|
794
|
-
imgBgUrlVariations: {
|
|
795
|
-
"default": "https://storage.googleapis.com/ai-recorder-media-assets/media/gen/0b9da434-42cc-4f3f-9a38-b7d32a46ea3f.png",
|
|
796
|
-
pexels: "https://images.pexels.com/photos/7245807/pexels-photo-7245807.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
|
|
797
|
-
},
|
|
798
|
-
words: ["browsing", "LinkedIn", "on", "computer"],
|
|
799
|
-
noBackgroundVideo: {
|
|
800
|
-
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1762324725064.webm",
|
|
801
|
-
faceMetadata: {
|
|
802
|
-
total_frames: 168,
|
|
803
|
-
frames_with_face_detection: 6,
|
|
804
|
-
faces_detected: 6,
|
|
805
|
-
face_detection_rate: 1,
|
|
806
|
-
video_properties: {
|
|
807
|
-
width: 1920,
|
|
808
|
-
height: 1080,
|
|
809
|
-
fps: 30.281182408074983,
|
|
810
|
-
duration_seconds: 5.548
|
|
811
|
-
},
|
|
812
|
-
face_metadata: [{
|
|
813
|
-
aggregation: "average",
|
|
814
|
-
face_data: {
|
|
815
|
-
face_center: [964.8333333333334, 457],
|
|
816
|
-
frame_center: [960, 540],
|
|
817
|
-
offset: [4.833333333333333, -83],
|
|
818
|
-
face_bbox: [763.6666666666666, 184.5, 402.6666666666667, 545.8333333333334],
|
|
819
|
-
confidence: 0.9916699926058451,
|
|
820
|
-
distance_from_center: 85.82325778488894
|
|
821
|
-
},
|
|
822
|
-
sample_count: 6
|
|
823
|
-
}],
|
|
824
|
-
aggregation: "average"
|
|
825
|
-
}
|
|
826
|
-
},
|
|
827
|
-
paddingLeft: 0.64,
|
|
828
|
-
paddingRight: 1.2313330000000002
|
|
829
|
-
}
|
|
830
|
-
},
|
|
831
|
-
effects: [{
|
|
832
|
-
type: "caption_word_boom",
|
|
833
|
-
data: {
|
|
834
|
-
transcript_text: [{
|
|
835
|
-
offset: 0,
|
|
836
|
-
duration: 0.88,
|
|
837
|
-
text: "One thing led to",
|
|
838
|
-
punctuations: [{
|
|
839
|
-
index: 0,
|
|
840
|
-
start: 0,
|
|
841
|
-
end: 0.24
|
|
842
|
-
}, {
|
|
843
|
-
index: 1,
|
|
844
|
-
start: 0.24,
|
|
845
|
-
end: 0.4800000000000001
|
|
846
|
-
}, {
|
|
847
|
-
index: 2,
|
|
848
|
-
start: 0.4800000000000001,
|
|
849
|
-
end: 0.7200000000000001
|
|
850
|
-
}, {
|
|
851
|
-
index: 3,
|
|
852
|
-
start: 0.7200000000000001,
|
|
853
|
-
end: 0.88
|
|
854
|
-
}]
|
|
855
|
-
}, {
|
|
856
|
-
offset: 0.88,
|
|
857
|
-
duration: 1.2000000000000002,
|
|
858
|
-
text: "another, and before",
|
|
859
|
-
punctuations: [{
|
|
860
|
-
index: 0,
|
|
861
|
-
start: 0.88,
|
|
862
|
-
end: 1.3599999999999999
|
|
863
|
-
}, {
|
|
864
|
-
index: 1,
|
|
865
|
-
start: 1.3599999999999999,
|
|
866
|
-
end: 1.6799999999999997
|
|
867
|
-
}, {
|
|
868
|
-
index: 2,
|
|
869
|
-
start: 1.6799999999999997,
|
|
870
|
-
end: 2.08
|
|
871
|
-
}]
|
|
872
|
-
}, {
|
|
873
|
-
offset: 2.08,
|
|
874
|
-
duration: 0.8799999999999999,
|
|
875
|
-
text: "I knew it, I was on",
|
|
876
|
-
punctuations: [{
|
|
877
|
-
index: 0,
|
|
878
|
-
start: 2.08,
|
|
879
|
-
end: 2.1599999999999997
|
|
880
|
-
}, {
|
|
881
|
-
index: 1,
|
|
882
|
-
start: 2.1599999999999997,
|
|
883
|
-
end: 2.32
|
|
884
|
-
}, {
|
|
885
|
-
index: 2,
|
|
886
|
-
start: 2.32,
|
|
887
|
-
end: 2.48
|
|
888
|
-
}, {
|
|
889
|
-
index: 3,
|
|
890
|
-
start: 2.48,
|
|
891
|
-
end: 2.6399999999999997
|
|
892
|
-
}, {
|
|
893
|
-
index: 4,
|
|
894
|
-
start: 2.6399999999999997,
|
|
895
|
-
end: 2.7999997999999997
|
|
896
|
-
}, {
|
|
897
|
-
index: 5,
|
|
898
|
-
start: 2.7999997999999997,
|
|
899
|
-
end: 2.96
|
|
900
|
-
}]
|
|
901
|
-
}, {
|
|
902
|
-
offset: 2.96,
|
|
903
|
-
duration: 0.49999999999999956,
|
|
904
|
-
text: "LinkedIn.",
|
|
905
|
-
punctuations: [{
|
|
906
|
-
index: 0,
|
|
907
|
-
start: 2.96,
|
|
908
|
-
end: 3.4599999999999995
|
|
909
|
-
}]
|
|
910
|
-
}]
|
|
911
|
-
}
|
|
912
|
-
}]
|
|
913
|
-
}, {
|
|
914
|
-
recordingIndex: 3,
|
|
915
|
-
layout: {
|
|
916
|
-
type: "text_with_video",
|
|
917
|
-
data: {
|
|
918
|
-
noBackgroundVideoEffects: {
|
|
919
|
-
facePop: true,
|
|
920
|
-
backgroundDim: true,
|
|
921
|
-
backgroundBlur: true
|
|
922
|
-
},
|
|
923
|
-
sourceVideo: {
|
|
924
|
-
videoUrl: "https://stream.mux.com/dLZH01GtnCbH7eJFI8UfGEJ1NA02aM1UXE01Yd1v3dIYog/highest.mp4",
|
|
925
|
-
start: 0.71999997,
|
|
926
|
-
aspectRatio: "16:9",
|
|
927
|
-
durationSeconds: 9.119667,
|
|
928
|
-
zoom: 1.2
|
|
929
|
-
},
|
|
930
|
-
duration: 7.71,
|
|
931
|
-
logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
|
|
932
|
-
frameColor: "#2C2C2C",
|
|
933
|
-
disableTransitionSounds: false,
|
|
934
|
-
brollUrl: "https://videos.pexels.com/video-files/4872872/4872872-hd_1920_1080_25fps.mp4",
|
|
935
|
-
sentenceText: "Challenge your assumptions for new insights.",
|
|
936
|
-
text: "Challenge your assumptions for new insights.",
|
|
937
|
-
imageUrl: "https://images.pexels.com/photos/12634347/pexels-photo-12634347.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
|
|
938
|
-
imgBgUrlVariations: {
|
|
939
|
-
"default": "https://images.pexels.com/photos/12634347/pexels-photo-12634347.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
|
|
940
|
-
pexels: "https://images.pexels.com/photos/12634347/pexels-photo-12634347.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
|
|
941
|
-
},
|
|
942
|
-
words: ["Rethinking", "Assumptions"],
|
|
943
|
-
noBackgroundVideo: {
|
|
944
|
-
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1762325409624.webm",
|
|
945
|
-
faceMetadata: {
|
|
946
|
-
total_frames: 274,
|
|
947
|
-
frames_with_face_detection: 10,
|
|
948
|
-
faces_detected: 10,
|
|
949
|
-
face_detection_rate: 1,
|
|
950
|
-
video_properties: {
|
|
951
|
-
width: 1920,
|
|
952
|
-
height: 1080,
|
|
953
|
-
fps: 30.15517810631351,
|
|
954
|
-
duration_seconds: 9.086333333333334
|
|
955
|
-
},
|
|
956
|
-
face_metadata: [{
|
|
957
|
-
aggregation: "average",
|
|
958
|
-
face_data: {
|
|
959
|
-
face_center: [985.8, 469.2],
|
|
960
|
-
frame_center: [960, 540],
|
|
961
|
-
offset: [25.8, -70.8],
|
|
962
|
-
face_bbox: [782.5, 195.9, 407.1, 546.9],
|
|
963
|
-
confidence: 0.9859465479850769,
|
|
964
|
-
distance_from_center: 76.5773806989427
|
|
965
|
-
},
|
|
966
|
-
sample_count: 10
|
|
967
|
-
}],
|
|
968
|
-
aggregation: "average"
|
|
969
|
-
}
|
|
970
|
-
},
|
|
971
|
-
paddingLeft: 0.71999997,
|
|
972
|
-
paddingRight: 0.6896670299999998
|
|
973
|
-
}
|
|
974
|
-
},
|
|
975
|
-
effects: [{
|
|
976
|
-
type: "caption_word_boom",
|
|
977
|
-
data: {
|
|
978
|
-
transcript_text: [{
|
|
979
|
-
offset: 0,
|
|
980
|
-
duration: 0.80000003,
|
|
981
|
-
text: "That day, I came",
|
|
982
|
-
punctuations: [{
|
|
983
|
-
index: 0,
|
|
984
|
-
start: 0,
|
|
985
|
-
end: 0.24000002999999992
|
|
986
|
-
}, {
|
|
987
|
-
index: 1,
|
|
988
|
-
start: 0.24000002999999992,
|
|
989
|
-
end: 0.47999992999999985
|
|
990
|
-
}, {
|
|
991
|
-
index: 2,
|
|
992
|
-
start: 0.47999992999999985,
|
|
993
|
-
end: 0.56000003
|
|
994
|
-
}, {
|
|
995
|
-
index: 3,
|
|
996
|
-
start: 0.56000003,
|
|
997
|
-
end: 0.80000003
|
|
998
|
-
}]
|
|
999
|
-
}, {
|
|
1000
|
-
offset: 0.80000003,
|
|
1001
|
-
duration: 0.6399998,
|
|
1002
|
-
text: "across some",
|
|
1003
|
-
punctuations: [{
|
|
1004
|
-
index: 0,
|
|
1005
|
-
start: 0.80000003,
|
|
1006
|
-
end: 1.11999993
|
|
1007
|
-
}, {
|
|
1008
|
-
index: 1,
|
|
1009
|
-
start: 1.11999993,
|
|
1010
|
-
end: 1.43999983
|
|
1011
|
-
}]
|
|
1012
|
-
}, {
|
|
1013
|
-
offset: 1.43999983,
|
|
1014
|
-
duration: 1.04,
|
|
1015
|
-
text: "perspectives that,",
|
|
1016
|
-
punctuations: [{
|
|
1017
|
-
index: 0,
|
|
1018
|
-
start: 1.43999983,
|
|
1019
|
-
end: 1.93999983
|
|
1020
|
-
}, {
|
|
1021
|
-
index: 1,
|
|
1022
|
-
start: 2.24000003,
|
|
1023
|
-
end: 2.47999983
|
|
1024
|
-
}]
|
|
1025
|
-
}, {
|
|
1026
|
-
offset: 2.80000003,
|
|
1027
|
-
duration: 0.7999997000000003,
|
|
1028
|
-
text: "really helped me",
|
|
1029
|
-
punctuations: [{
|
|
1030
|
-
index: 0,
|
|
1031
|
-
start: 2.80000003,
|
|
1032
|
-
end: 3.04000003
|
|
1033
|
-
}, {
|
|
1034
|
-
index: 1,
|
|
1035
|
-
start: 3.04000003,
|
|
1036
|
-
end: 3.36000003
|
|
1037
|
-
}, {
|
|
1038
|
-
index: 2,
|
|
1039
|
-
start: 3.36000003,
|
|
1040
|
-
end: 3.5999997300000004
|
|
1041
|
-
}]
|
|
1042
|
-
}, {
|
|
1043
|
-
offset: 3.5999997300000004,
|
|
1044
|
-
duration: 0.8000002999999998,
|
|
1045
|
-
text: "rethink some of my",
|
|
1046
|
-
punctuations: [{
|
|
1047
|
-
index: 0,
|
|
1048
|
-
start: 3.5999997300000004,
|
|
1049
|
-
end: 3.9200000299999997
|
|
1050
|
-
}, {
|
|
1051
|
-
index: 1,
|
|
1052
|
-
start: 3.9200000299999997,
|
|
1053
|
-
end: 4.07999973
|
|
1054
|
-
}, {
|
|
1055
|
-
index: 2,
|
|
1056
|
-
start: 4.07999973,
|
|
1057
|
-
end: 4.16000003
|
|
1058
|
-
}, {
|
|
1059
|
-
index: 3,
|
|
1060
|
-
start: 4.16000003,
|
|
1061
|
-
end: 4.40000003
|
|
1062
|
-
}]
|
|
1063
|
-
}, {
|
|
1064
|
-
offset: 4.40000003,
|
|
1065
|
-
duration: 0.6399998,
|
|
1066
|
-
text: "assumptions and",
|
|
1067
|
-
punctuations: [{
|
|
1068
|
-
index: 0,
|
|
1069
|
-
start: 4.40000003,
|
|
1070
|
-
end: 4.88000003
|
|
1071
|
-
}, {
|
|
1072
|
-
index: 1,
|
|
1073
|
-
start: 4.88000003,
|
|
1074
|
-
end: 5.03999983
|
|
1075
|
-
}]
|
|
1076
|
-
}, {
|
|
1077
|
-
offset: 5.03999983,
|
|
1078
|
-
duration: 1.3600002,
|
|
1079
|
-
text: "just the way I used",
|
|
1080
|
-
punctuations: [{
|
|
1081
|
-
index: 0,
|
|
1082
|
-
start: 5.03999983,
|
|
1083
|
-
end: 5.36000003
|
|
1084
|
-
}, {
|
|
1085
|
-
index: 1,
|
|
1086
|
-
start: 5.36000003,
|
|
1087
|
-
end: 5.52000003
|
|
1088
|
-
}, {
|
|
1089
|
-
index: 2,
|
|
1090
|
-
start: 5.52000003,
|
|
1091
|
-
end: 5.84000003
|
|
1092
|
-
}, {
|
|
1093
|
-
index: 3,
|
|
1094
|
-
start: 5.84000003,
|
|
1095
|
-
end: 6.15999963
|
|
1096
|
-
}, {
|
|
1097
|
-
index: 4,
|
|
1098
|
-
start: 6.15999963,
|
|
1099
|
-
end: 6.40000003
|
|
1100
|
-
}]
|
|
1101
|
-
}, {
|
|
1102
|
-
offset: 6.40000003,
|
|
1103
|
-
duration: 0.5599999999999996,
|
|
1104
|
-
text: "to think about",
|
|
1105
|
-
punctuations: [{
|
|
1106
|
-
index: 0,
|
|
1107
|
-
start: 6.40000003,
|
|
1108
|
-
end: 6.48000003
|
|
1109
|
-
}, {
|
|
1110
|
-
index: 1,
|
|
1111
|
-
start: 6.48000003,
|
|
1112
|
-
end: 6.7200000300000005
|
|
1113
|
-
}, {
|
|
1114
|
-
index: 2,
|
|
1115
|
-
start: 6.7200000300000005,
|
|
1116
|
-
end: 6.96000003
|
|
1117
|
-
}]
|
|
1118
|
-
}, {
|
|
1119
|
-
offset: 6.96000003,
|
|
1120
|
-
duration: 0.5,
|
|
1121
|
-
text: "things.",
|
|
1122
|
-
punctuations: [{
|
|
1123
|
-
index: 0,
|
|
1124
|
-
start: 6.96000003,
|
|
1125
|
-
end: 7.46000003
|
|
1126
|
-
}]
|
|
1127
|
-
}]
|
|
1128
|
-
}
|
|
1129
|
-
}]
|
|
1130
|
-
}, {
|
|
1131
|
-
recordingIndex: 4,
|
|
1132
|
-
layout: {
|
|
1133
|
-
type: "simple_frame",
|
|
1134
|
-
data: {
|
|
1135
|
-
noBackgroundVideoEffects: {
|
|
1136
|
-
facePop: true,
|
|
1137
|
-
backgroundDim: true,
|
|
1138
|
-
backgroundBlur: true
|
|
1139
|
-
},
|
|
1140
|
-
sourceVideo: {
|
|
1141
|
-
videoUrl: "https://stream.mux.com/01L5ir01pdaqdpE02WCmWHupRP8o68c702MjSuBG003402GWs/highest.mp4",
|
|
1142
|
-
start: 0.08,
|
|
1143
|
-
aspectRatio: "16:9",
|
|
1144
|
-
durationSeconds: 5.258
|
|
1145
|
-
},
|
|
1146
|
-
duration: 4.11,
|
|
1147
|
-
logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
|
|
1148
|
-
frameColor: "#2C2C2C",
|
|
1149
|
-
disableTransitionSounds: false,
|
|
1150
|
-
noBackgroundVideo: {
|
|
1151
|
-
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1762324688760.webm",
|
|
1152
|
-
faceMetadata: {
|
|
1153
|
-
total_frames: 157,
|
|
1154
|
-
frames_with_face_detection: 6,
|
|
1155
|
-
faces_detected: 6,
|
|
1156
|
-
face_detection_rate: 1,
|
|
1157
|
-
video_properties: {
|
|
1158
|
-
width: 1920,
|
|
1159
|
-
height: 1080,
|
|
1160
|
-
fps: 30.24271221266213,
|
|
1161
|
-
duration_seconds: 5.191333333333333
|
|
1162
|
-
},
|
|
1163
|
-
face_metadata: [{
|
|
1164
|
-
aggregation: "average",
|
|
1165
|
-
face_data: {
|
|
1166
|
-
face_center: [970.6666666666666, 474.5],
|
|
1167
|
-
frame_center: [960, 540],
|
|
1168
|
-
offset: [10.666666666666666, -65.5],
|
|
1169
|
-
face_bbox: [772.1666666666666, 203.66666666666666, 397.6666666666667, 542.1666666666666],
|
|
1170
|
-
confidence: 0.9937703112761179,
|
|
1171
|
-
distance_from_center: 67.16898542639048
|
|
1172
|
-
},
|
|
1173
|
-
sample_count: 6
|
|
1174
|
-
}],
|
|
1175
|
-
aggregation: "average"
|
|
1176
|
-
}
|
|
1177
|
-
},
|
|
1178
|
-
paddingLeft: 0,
|
|
1179
|
-
paddingRight: 1.0679999999999996
|
|
1180
|
-
}
|
|
1181
|
-
},
|
|
1182
|
-
effects: [{
|
|
1183
|
-
type: "caption_word_boom",
|
|
1184
|
-
data: {
|
|
1185
|
-
transcript_text: [{
|
|
1186
|
-
offset: 0,
|
|
1187
|
-
duration: 0.51999996,
|
|
1188
|
-
text: "That's when I",
|
|
1189
|
-
punctuations: [{
|
|
1190
|
-
index: 0,
|
|
1191
|
-
start: 0,
|
|
1192
|
-
end: 0.08
|
|
1193
|
-
}, {
|
|
1194
|
-
index: 1,
|
|
1195
|
-
start: 0.08,
|
|
1196
|
-
end: 0.31999997999999996
|
|
1197
|
-
}, {
|
|
1198
|
-
index: 2,
|
|
1199
|
-
start: 0.31999997999999996,
|
|
1200
|
-
end: 0.51999996
|
|
1201
|
-
}]
|
|
1202
|
-
}, {
|
|
1203
|
-
offset: 0.51999996,
|
|
1204
|
-
duration: 0.7600000400000001,
|
|
1205
|
-
text: "thought to myself",
|
|
1206
|
-
punctuations: [{
|
|
1207
|
-
index: 0,
|
|
1208
|
-
start: 0.51999996,
|
|
1209
|
-
end: 0.71999995
|
|
1210
|
-
}, {
|
|
1211
|
-
index: 1,
|
|
1212
|
-
start: 0.71999995,
|
|
1213
|
-
end: 0.88
|
|
1214
|
-
}, {
|
|
1215
|
-
index: 2,
|
|
1216
|
-
start: 0.88,
|
|
1217
|
-
end: 1.28
|
|
1218
|
-
}]
|
|
1219
|
-
}, {
|
|
1220
|
-
offset: 1.28,
|
|
1221
|
-
duration: 0.72,
|
|
1222
|
-
text: "that, hey.",
|
|
1223
|
-
punctuations: [{
|
|
1224
|
-
index: 0,
|
|
1225
|
-
start: 1.28,
|
|
1226
|
-
end: 1.68
|
|
1227
|
-
}, {
|
|
1228
|
-
index: 1,
|
|
1229
|
-
start: 1.68,
|
|
1230
|
-
end: 2
|
|
1231
|
-
}]
|
|
1232
|
-
}, {
|
|
1233
|
-
offset: 2,
|
|
1234
|
-
duration: 0.6400000000000001,
|
|
1235
|
-
text: "I have some good",
|
|
1236
|
-
punctuations: [{
|
|
1237
|
-
index: 0,
|
|
1238
|
-
start: 2,
|
|
1239
|
-
end: 2.16
|
|
1240
|
-
}, {
|
|
1241
|
-
index: 1,
|
|
1242
|
-
start: 2.16,
|
|
1243
|
-
end: 2.2399999999999998
|
|
1244
|
-
}, {
|
|
1245
|
-
index: 2,
|
|
1246
|
-
start: 2.2399999999999998,
|
|
1247
|
-
end: 2.4
|
|
1248
|
-
}, {
|
|
1249
|
-
index: 3,
|
|
1250
|
-
start: 2.4,
|
|
1251
|
-
end: 2.64
|
|
1252
|
-
}]
|
|
1253
|
-
}, {
|
|
1254
|
-
offset: 2.64,
|
|
1255
|
-
duration: 0.7199997999999996,
|
|
1256
|
-
text: "perspectives as",
|
|
1257
|
-
punctuations: [{
|
|
1258
|
-
index: 0,
|
|
1259
|
-
start: 2.64,
|
|
1260
|
-
end: 3.14
|
|
1261
|
-
}, {
|
|
1262
|
-
index: 1,
|
|
1263
|
-
start: 3.1999999999999997,
|
|
1264
|
-
end: 3.3599997999999998
|
|
1265
|
-
}]
|
|
1266
|
-
}, {
|
|
1267
|
-
offset: 3.3599997999999998,
|
|
1268
|
-
duration: 0.5,
|
|
1269
|
-
text: "well.",
|
|
1270
|
-
punctuations: [{
|
|
1271
|
-
index: 0,
|
|
1272
|
-
start: 3.3599997999999998,
|
|
1273
|
-
end: 3.8599997999999998
|
|
1274
|
-
}]
|
|
1275
|
-
}]
|
|
1276
|
-
}
|
|
1277
|
-
}]
|
|
1278
|
-
}, {
|
|
1279
|
-
recordingIndex: 5,
|
|
1280
|
-
layout: {
|
|
1281
|
-
type: "simple_frame_zoom_cut",
|
|
1282
|
-
data: {
|
|
1283
|
-
noBackgroundVideoEffects: {
|
|
1284
|
-
facePop: true,
|
|
1285
|
-
backgroundDim: true,
|
|
1286
|
-
backgroundBlur: true
|
|
1287
|
-
},
|
|
1288
|
-
sourceVideo: {
|
|
1289
|
-
videoUrl: "https://stream.mux.com/VCmE02EWQCXNGM4RaZXliA7aAigKVMEc1X7hRcTQUfW8/highest.mp4",
|
|
1290
|
-
start: 0.96,
|
|
1291
|
-
aspectRatio: "16:9",
|
|
1292
|
-
durationSeconds: 9.245,
|
|
1293
|
-
zoom: 1.2
|
|
1294
|
-
},
|
|
1295
|
-
duration: 7.07,
|
|
1296
|
-
logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
|
|
1297
|
-
frameColor: "#2C2C2C",
|
|
1298
|
-
disableTransitionSounds: false,
|
|
1299
|
-
sentenceText: "Your experiences can inspire others.",
|
|
1300
|
-
text: "Your experiences can inspire others.",
|
|
1301
|
-
noBackgroundVideo: {
|
|
1302
|
-
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1762327117951.webm",
|
|
1303
|
-
faceMetadata: {
|
|
1304
|
-
total_frames: 278,
|
|
1305
|
-
frames_with_face_detection: 10,
|
|
1306
|
-
faces_detected: 10,
|
|
1307
|
-
face_detection_rate: 1,
|
|
1308
|
-
video_properties: {
|
|
1309
|
-
width: 1920,
|
|
1310
|
-
height: 1080,
|
|
1311
|
-
fps: 30.179120680296727,
|
|
1312
|
-
duration_seconds: 9.211666666666666
|
|
1313
|
-
},
|
|
1314
|
-
face_metadata: [{
|
|
1315
|
-
aggregation: "average",
|
|
1316
|
-
face_data: {
|
|
1317
|
-
face_center: [965.1, 473.2],
|
|
1318
|
-
frame_center: [960, 540],
|
|
1319
|
-
offset: [5.1, -66.8],
|
|
1320
|
-
face_bbox: [766.9, 202.8, 396.9, 541.4],
|
|
1321
|
-
confidence: 0.9927093923091889,
|
|
1322
|
-
distance_from_center: 71.12274941907387
|
|
1323
|
-
},
|
|
1324
|
-
sample_count: 10
|
|
1325
|
-
}],
|
|
1326
|
-
aggregation: "average"
|
|
1327
|
-
}
|
|
1328
|
-
},
|
|
1329
|
-
paddingLeft: 0.96,
|
|
1330
|
-
paddingRight: 1.2149999999999999
|
|
1331
|
-
}
|
|
1332
|
-
},
|
|
1333
|
-
effects: [{
|
|
1334
|
-
type: "caption_word_boom",
|
|
1335
|
-
data: {
|
|
1336
|
-
transcript_text: [{
|
|
1337
|
-
offset: 0,
|
|
1338
|
-
duration: 0.8799999000000001,
|
|
1339
|
-
text: "And if I could",
|
|
1340
|
-
punctuations: [{
|
|
1341
|
-
index: 0,
|
|
1342
|
-
start: 0,
|
|
1343
|
-
end: 0.16000000000000014
|
|
1344
|
-
}, {
|
|
1345
|
-
index: 1,
|
|
1346
|
-
start: 0.16000000000000014,
|
|
1347
|
-
end: 0.40000000000000013
|
|
1348
|
-
}, {
|
|
1349
|
-
index: 2,
|
|
1350
|
-
start: 0.40000000000000013,
|
|
1351
|
-
end: 0.6399999000000001
|
|
1352
|
-
}, {
|
|
1353
|
-
index: 3,
|
|
1354
|
-
start: 0.6399999000000001,
|
|
1355
|
-
end: 0.8799999000000001
|
|
1356
|
-
}]
|
|
1357
|
-
}, {
|
|
1358
|
-
offset: 0.8799999000000001,
|
|
1359
|
-
duration: 0.7200001,
|
|
1360
|
-
text: "benefit from",
|
|
1361
|
-
punctuations: [{
|
|
1362
|
-
index: 0,
|
|
1363
|
-
start: 0.8799999000000001,
|
|
1364
|
-
end: 1.3599999999999999
|
|
1365
|
-
}, {
|
|
1366
|
-
index: 1,
|
|
1367
|
-
start: 1.3599999999999999,
|
|
1368
|
-
end: 1.6
|
|
1369
|
-
}]
|
|
1370
|
-
}, {
|
|
1371
|
-
offset: 1.6,
|
|
1372
|
-
duration: 0.96,
|
|
1373
|
-
text: "someone's thinking",
|
|
1374
|
-
punctuations: [{
|
|
1375
|
-
index: 0,
|
|
1376
|
-
start: 1.6,
|
|
1377
|
-
end: 2.1
|
|
1378
|
-
}, {
|
|
1379
|
-
index: 1,
|
|
1380
|
-
start: 2.16,
|
|
1381
|
-
end: 2.56
|
|
1382
|
-
}]
|
|
1383
|
-
}, {
|
|
1384
|
-
offset: 2.56,
|
|
1385
|
-
duration: 0.7399999999999998,
|
|
1386
|
-
text: "and perspective,",
|
|
1387
|
-
punctuations: [{
|
|
1388
|
-
index: 0,
|
|
1389
|
-
start: 2.56,
|
|
1390
|
-
end: 2.8
|
|
1391
|
-
}, {
|
|
1392
|
-
index: 1,
|
|
1393
|
-
start: 2.8,
|
|
1394
|
-
end: 3.3
|
|
1395
|
-
}]
|
|
1396
|
-
}, {
|
|
1397
|
-
offset: 3.5999999999999996,
|
|
1398
|
-
duration: 0.8800000000000008,
|
|
1399
|
-
text: "maybe I could be of",
|
|
1400
|
-
punctuations: [{
|
|
1401
|
-
index: 0,
|
|
1402
|
-
start: 3.5999999999999996,
|
|
1403
|
-
end: 3.92
|
|
1404
|
-
}, {
|
|
1405
|
-
index: 1,
|
|
1406
|
-
start: 3.92,
|
|
1407
|
-
end: 4
|
|
1408
|
-
}, {
|
|
1409
|
-
index: 2,
|
|
1410
|
-
start: 4,
|
|
1411
|
-
end: 4.24
|
|
1412
|
-
}, {
|
|
1413
|
-
index: 3,
|
|
1414
|
-
start: 4.24,
|
|
1415
|
-
end: 4.3999997
|
|
1416
|
-
}, {
|
|
1417
|
-
index: 4,
|
|
1418
|
-
start: 4.3999997,
|
|
1419
|
-
end: 4.48
|
|
1420
|
-
}]
|
|
1421
|
-
}, {
|
|
1422
|
-
offset: 4.48,
|
|
1423
|
-
duration: 0.8799996999999999,
|
|
1424
|
-
text: "some help to",
|
|
1425
|
-
punctuations: [{
|
|
1426
|
-
index: 0,
|
|
1427
|
-
start: 4.48,
|
|
1428
|
-
end: 4.72
|
|
1429
|
-
}, {
|
|
1430
|
-
index: 1,
|
|
1431
|
-
start: 4.72,
|
|
1432
|
-
end: 5.04
|
|
1433
|
-
}, {
|
|
1434
|
-
index: 2,
|
|
1435
|
-
start: 5.04,
|
|
1436
|
-
end: 5.3599997
|
|
1437
|
-
}]
|
|
1438
|
-
}, {
|
|
1439
|
-
offset: 5.3599997,
|
|
1440
|
-
duration: 0.96,
|
|
1441
|
-
text: "someone else as",
|
|
1442
|
-
punctuations: [{
|
|
1443
|
-
index: 0,
|
|
1444
|
-
start: 5.3599997,
|
|
1445
|
-
end: 5.76
|
|
1446
|
-
}, {
|
|
1447
|
-
index: 1,
|
|
1448
|
-
start: 5.76,
|
|
1449
|
-
end: 6.16
|
|
1450
|
-
}, {
|
|
1451
|
-
index: 2,
|
|
1452
|
-
start: 6.16,
|
|
1453
|
-
end: 6.3199997
|
|
1454
|
-
}]
|
|
1455
|
-
}, {
|
|
1456
|
-
offset: 6.3199997,
|
|
1457
|
-
duration: 0.5,
|
|
1458
|
-
text: "well.",
|
|
1459
|
-
punctuations: [{
|
|
1460
|
-
index: 0,
|
|
1461
|
-
start: 6.3199997,
|
|
1462
|
-
end: 6.8199997
|
|
1463
|
-
}]
|
|
1464
|
-
}]
|
|
1465
|
-
}
|
|
1466
|
-
}]
|
|
1467
|
-
}, {
|
|
1468
|
-
recordingIndex: 6,
|
|
1469
|
-
layout: {
|
|
1470
|
-
type: "simple_frame",
|
|
1471
|
-
data: {
|
|
1472
|
-
noBackgroundVideoEffects: {
|
|
1473
|
-
facePop: true,
|
|
1474
|
-
backgroundDim: true,
|
|
1475
|
-
backgroundBlur: true
|
|
1476
|
-
},
|
|
1477
|
-
sourceVideo: {
|
|
1478
|
-
videoUrl: "https://stream.mux.com/ephbbymWf5ouaOpPRF54rKv4bBteujwzcOXBchr86CU/highest.mp4",
|
|
1479
|
-
start: 0.64,
|
|
1480
|
-
aspectRatio: "16:9",
|
|
1481
|
-
durationSeconds: 8.566667
|
|
1482
|
-
},
|
|
1483
|
-
duration: 6.75,
|
|
1484
|
-
logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
|
|
1485
|
-
frameColor: "#2C2C2C",
|
|
1486
|
-
disableTransitionSounds: false,
|
|
1487
|
-
noBackgroundVideo: {
|
|
1488
|
-
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1762327017032.webm",
|
|
1489
|
-
faceMetadata: {
|
|
1490
|
-
total_frames: 258,
|
|
1491
|
-
frames_with_face_detection: 9,
|
|
1492
|
-
faces_detected: 9,
|
|
1493
|
-
face_detection_rate: 1,
|
|
1494
|
-
video_properties: {
|
|
1495
|
-
width: 1920,
|
|
1496
|
-
height: 1080,
|
|
1497
|
-
fps: 30.234375,
|
|
1498
|
-
duration_seconds: 8.533333333333333
|
|
1499
|
-
},
|
|
1500
|
-
face_metadata: [{
|
|
1501
|
-
aggregation: "average",
|
|
1502
|
-
face_data: {
|
|
1503
|
-
face_center: [971.7777777777778, 470.55555555555554],
|
|
1504
|
-
frame_center: [960, 540],
|
|
1505
|
-
offset: [11.777777777777779, -69.44444444444444],
|
|
1506
|
-
face_bbox: [771.2222222222222, 198, 401.44444444444446, 545.4444444444445],
|
|
1507
|
-
confidence: 0.9925436841117011,
|
|
1508
|
-
distance_from_center: 71.33663634039948
|
|
1509
|
-
},
|
|
1510
|
-
sample_count: 9
|
|
1511
|
-
}],
|
|
1512
|
-
aggregation: "average"
|
|
1513
|
-
}
|
|
1514
|
-
},
|
|
1515
|
-
paddingLeft: 0.64,
|
|
1516
|
-
paddingRight: 1.176667000000001
|
|
38
|
+
paddingLeft: 1.92,
|
|
39
|
+
paddingRight: 0.8499998
|
|
1517
40
|
}
|
|
1518
41
|
},
|
|
1519
42
|
effects: [{
|
|
@@ -1521,197 +44,72 @@ var renderer = new RemotionRenderer({
|
|
|
1521
44
|
data: {
|
|
1522
45
|
transcript_text: [{
|
|
1523
46
|
offset: 0,
|
|
1524
|
-
duration: 1.
|
|
1525
|
-
text: "
|
|
47
|
+
duration: 1.54,
|
|
48
|
+
text: "This is a test",
|
|
1526
49
|
punctuations: [{
|
|
1527
50
|
index: 0,
|
|
1528
51
|
start: 0,
|
|
1529
|
-
end: 0.
|
|
52
|
+
end: 0.3466667000000001
|
|
1530
53
|
}, {
|
|
1531
54
|
index: 1,
|
|
1532
|
-
start: 0.
|
|
1533
|
-
end: 0.
|
|
55
|
+
start: 0.3466667000000001,
|
|
56
|
+
end: 0.6933332000000001
|
|
1534
57
|
}, {
|
|
1535
58
|
index: 2,
|
|
1536
|
-
start: 0.
|
|
1537
|
-
end:
|
|
59
|
+
start: 0.6933332000000001,
|
|
60
|
+
end: 1.04
|
|
1538
61
|
}, {
|
|
1539
62
|
index: 3,
|
|
1540
|
-
start:
|
|
1541
|
-
end: 1.
|
|
63
|
+
start: 1.04,
|
|
64
|
+
end: 1.54
|
|
1542
65
|
}]
|
|
1543
66
|
}, {
|
|
1544
|
-
offset: 1.
|
|
1545
|
-
duration:
|
|
1546
|
-
text: "
|
|
67
|
+
offset: 1.6,
|
|
68
|
+
duration: 1.2200000000000002,
|
|
69
|
+
text: "recording for",
|
|
1547
70
|
punctuations: [{
|
|
1548
71
|
index: 0,
|
|
1549
|
-
start: 1.12,
|
|
1550
|
-
end: 1.2799999999999998
|
|
1551
|
-
}, {
|
|
1552
|
-
index: 1,
|
|
1553
|
-
start: 1.2799999999999998,
|
|
1554
|
-
end: 1.44
|
|
1555
|
-
}, {
|
|
1556
|
-
index: 2,
|
|
1557
72
|
start: 1.6,
|
|
1558
|
-
end:
|
|
1559
|
-
}, {
|
|
1560
|
-
index: 3,
|
|
1561
|
-
start: 1.8399999999999999,
|
|
1562
|
-
end: 1.9999998999999997
|
|
1563
|
-
}]
|
|
1564
|
-
}, {
|
|
1565
|
-
offset: 1.9999998999999997,
|
|
1566
|
-
duration: 1.0399999000000002,
|
|
1567
|
-
text: "have to say is not",
|
|
1568
|
-
punctuations: [{
|
|
1569
|
-
index: 0,
|
|
1570
|
-
start: 1.9999998999999997,
|
|
1571
|
-
end: 2.1599999999999997
|
|
1572
|
-
}, {
|
|
1573
|
-
index: 1,
|
|
1574
|
-
start: 2.1599999999999997,
|
|
1575
|
-
end: 2.32
|
|
1576
|
-
}, {
|
|
1577
|
-
index: 2,
|
|
1578
|
-
start: 2.32,
|
|
1579
|
-
end: 2.6399999999999997
|
|
1580
|
-
}, {
|
|
1581
|
-
index: 3,
|
|
1582
|
-
start: 2.6399999999999997,
|
|
1583
|
-
end: 2.88
|
|
1584
|
-
}, {
|
|
1585
|
-
index: 4,
|
|
1586
|
-
start: 2.88,
|
|
1587
|
-
end: 3.0399998
|
|
1588
|
-
}]
|
|
1589
|
-
}, {
|
|
1590
|
-
offset: 3.0399998,
|
|
1591
|
-
duration: 0.7200002000000003,
|
|
1592
|
-
text: "really resonate",
|
|
1593
|
-
punctuations: [{
|
|
1594
|
-
index: 0,
|
|
1595
|
-
start: 3.0399998,
|
|
1596
|
-
end: 3.2799997999999997
|
|
1597
|
-
}, {
|
|
1598
|
-
index: 1,
|
|
1599
|
-
start: 3.2799997999999997,
|
|
1600
|
-
end: 3.7600000000000002
|
|
1601
|
-
}]
|
|
1602
|
-
}, {
|
|
1603
|
-
offset: 3.7600000000000002,
|
|
1604
|
-
duration: 0.9599997,
|
|
1605
|
-
text: "with anyone, but",
|
|
1606
|
-
punctuations: [{
|
|
1607
|
-
index: 0,
|
|
1608
|
-
start: 3.7600000000000002,
|
|
1609
|
-
end: 3.9199999999999995
|
|
1610
|
-
}, {
|
|
1611
|
-
index: 1,
|
|
1612
|
-
start: 3.9199999999999995,
|
|
1613
|
-
end: 4.4
|
|
1614
|
-
}, {
|
|
1615
|
-
index: 2,
|
|
1616
|
-
start: 4.4,
|
|
1617
|
-
end: 4.719999700000001
|
|
1618
|
-
}]
|
|
1619
|
-
}, {
|
|
1620
|
-
offset: 4.719999700000001,
|
|
1621
|
-
duration: 0.7200002999999997,
|
|
1622
|
-
text: "that's never the",
|
|
1623
|
-
punctuations: [{
|
|
1624
|
-
index: 0,
|
|
1625
|
-
start: 4.719999700000001,
|
|
1626
|
-
end: 5.04
|
|
73
|
+
end: 2.0999999999999996
|
|
1627
74
|
}, {
|
|
1628
75
|
index: 1,
|
|
1629
|
-
start:
|
|
1630
|
-
end:
|
|
1631
|
-
}, {
|
|
1632
|
-
index: 2,
|
|
1633
|
-
start: 5.36,
|
|
1634
|
-
end: 5.44
|
|
76
|
+
start: 2.3200000000000003,
|
|
77
|
+
end: 2.8200000000000003
|
|
1635
78
|
}]
|
|
1636
79
|
}, {
|
|
1637
|
-
offset:
|
|
1638
|
-
duration: 1.
|
|
1639
|
-
text: "
|
|
80
|
+
offset: 2.8799997,
|
|
81
|
+
duration: 1.8600003000000003,
|
|
82
|
+
text: "question, video.",
|
|
1640
83
|
punctuations: [{
|
|
1641
84
|
index: 0,
|
|
1642
|
-
start:
|
|
1643
|
-
end:
|
|
85
|
+
start: 2.8799997,
|
|
86
|
+
end: 3.3799997
|
|
1644
87
|
}, {
|
|
1645
88
|
index: 1,
|
|
1646
|
-
start:
|
|
1647
|
-
end:
|
|
1648
|
-
}, {
|
|
1649
|
-
index: 2,
|
|
1650
|
-
start: 5.840000000000001,
|
|
1651
|
-
end: 6
|
|
1652
|
-
}, {
|
|
1653
|
-
index: 3,
|
|
1654
|
-
start: 6,
|
|
1655
|
-
end: 6.5
|
|
89
|
+
start: 4.24,
|
|
90
|
+
end: 4.74
|
|
1656
91
|
}]
|
|
1657
92
|
}]
|
|
1658
93
|
}
|
|
1659
94
|
}]
|
|
1660
95
|
}, {
|
|
1661
|
-
recordingIndex: 7,
|
|
1662
96
|
layout: {
|
|
1663
|
-
type: "
|
|
97
|
+
type: "creator_collab_split",
|
|
1664
98
|
data: {
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
99
|
+
text: "This is a session title",
|
|
100
|
+
fullName: "this is speaker full name - you can use nametag effect as example of data point",
|
|
101
|
+
title: "this is speaker title - you can use nametag effect as example of data point",
|
|
102
|
+
collaboratorName: "this is collaborator full name - get it from seeker details",
|
|
103
|
+
collaboratorTitle: "this is collaborator title - get it from seeker details",
|
|
104
|
+
firstVideoFile: "https://stream.mux.com/QVXpL01pAdZ00htZ4yiy002wy02025oqCGED7TBchWFuI01SA/highest.mp4",
|
|
105
|
+
secondVideoFile: "https://stream.mux.com/ZkbRuHLYAX7ChWJqqdP9Mri343DB02QlA9YLlgw1JWs8/highest.mp4",
|
|
106
|
+
duration: 4.6493332,
|
|
107
|
+
// the same as first video duration
|
|
1670
108
|
sourceVideo: {
|
|
1671
|
-
videoUrl: "https://stream.mux.com/
|
|
1672
|
-
start:
|
|
1673
|
-
aspectRatio: "16:9"
|
|
1674
|
-
|
|
1675
|
-
zoom: 1.2
|
|
1676
|
-
},
|
|
1677
|
-
duration: 6.03,
|
|
1678
|
-
logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
|
|
1679
|
-
frameColor: "#2C2C2C",
|
|
1680
|
-
disableTransitionSounds: false,
|
|
1681
|
-
brollUrl: "https://videos.pexels.com/video-files/3255275/3255275-uhd_3840_2160_25fps.mp4",
|
|
1682
|
-
sentenceText: "Overcome fear, share your voice.",
|
|
1683
|
-
text: "Overcome fear, share your voice.",
|
|
1684
|
-
words: ["Intent", "and", "Action"],
|
|
1685
|
-
noBackgroundVideo: {
|
|
1686
|
-
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1762326894064.webm",
|
|
1687
|
-
faceMetadata: {
|
|
1688
|
-
total_frames: 238,
|
|
1689
|
-
frames_with_face_detection: 8,
|
|
1690
|
-
faces_detected: 8,
|
|
1691
|
-
face_detection_rate: 1,
|
|
1692
|
-
video_properties: {
|
|
1693
|
-
width: 1920,
|
|
1694
|
-
height: 1080,
|
|
1695
|
-
fps: 30.25423728813559,
|
|
1696
|
-
duration_seconds: 7.866666666666667
|
|
1697
|
-
},
|
|
1698
|
-
face_metadata: [{
|
|
1699
|
-
aggregation: "average",
|
|
1700
|
-
face_data: {
|
|
1701
|
-
face_center: [982, 445.75],
|
|
1702
|
-
frame_center: [960, 540],
|
|
1703
|
-
offset: [22, -94.25],
|
|
1704
|
-
face_bbox: [783.5, 180.625, 397.625, 530.5],
|
|
1705
|
-
confidence: 0.9783376529812813,
|
|
1706
|
-
distance_from_center: 98.89830789740344
|
|
1707
|
-
},
|
|
1708
|
-
sample_count: 8
|
|
1709
|
-
}],
|
|
1710
|
-
aggregation: "average"
|
|
1711
|
-
}
|
|
1712
|
-
},
|
|
1713
|
-
paddingLeft: 0.88,
|
|
1714
|
-
paddingRight: 0.9900000000000002
|
|
109
|
+
videoUrl: "https://stream.mux.com/QVXpL01pAdZ00htZ4yiy002wy02025oqCGED7TBchWFuI01SA/highest.mp4",
|
|
110
|
+
start: 7.7599998,
|
|
111
|
+
aspectRatio: "16:9"
|
|
112
|
+
}
|
|
1715
113
|
}
|
|
1716
114
|
},
|
|
1717
115
|
effects: [{
|
|
@@ -1719,366 +117,144 @@ var renderer = new RemotionRenderer({
|
|
|
1719
117
|
data: {
|
|
1720
118
|
transcript_text: [{
|
|
1721
119
|
offset: 0,
|
|
1722
|
-
duration: 1.
|
|
1723
|
-
text: "
|
|
120
|
+
duration: 1.4400001999999992,
|
|
121
|
+
text: "One, two, three,",
|
|
1724
122
|
punctuations: [{
|
|
1725
123
|
index: 0,
|
|
1726
124
|
start: 0,
|
|
1727
|
-
end: 0.
|
|
1728
|
-
}, {
|
|
1729
|
-
index: 1,
|
|
1730
|
-
start: 0.3199998999999999,
|
|
1731
|
-
end: 0.5599999000000001
|
|
1732
|
-
}, {
|
|
1733
|
-
index: 2,
|
|
1734
|
-
start: 0.5599999000000001,
|
|
1735
|
-
end: 0.7199999
|
|
1736
|
-
}, {
|
|
1737
|
-
index: 3,
|
|
1738
|
-
start: 0.7199999,
|
|
1739
|
-
end: 0.9599999
|
|
1740
|
-
}, {
|
|
1741
|
-
index: 4,
|
|
1742
|
-
start: 0.9599999,
|
|
1743
|
-
end: 1.2000000000000002
|
|
1744
|
-
}]
|
|
1745
|
-
}, {
|
|
1746
|
-
offset: 1.2000000000000002,
|
|
1747
|
-
duration: 1.0599998999999998,
|
|
1748
|
-
text: "the intent problem,",
|
|
1749
|
-
punctuations: [{
|
|
1750
|
-
index: 0,
|
|
1751
|
-
start: 1.2000000000000002,
|
|
1752
|
-
end: 1.3600000000000003
|
|
1753
|
-
}, {
|
|
1754
|
-
index: 1,
|
|
1755
|
-
start: 1.3600000000000003,
|
|
1756
|
-
end: 1.7599999
|
|
1757
|
-
}, {
|
|
1758
|
-
index: 2,
|
|
1759
|
-
start: 1.7599999,
|
|
1760
|
-
end: 2.2599999
|
|
1761
|
-
}]
|
|
1762
|
-
}, {
|
|
1763
|
-
offset: 2.3199998,
|
|
1764
|
-
duration: 1.0400002000000002,
|
|
1765
|
-
text: "it was about taking",
|
|
1766
|
-
punctuations: [{
|
|
1767
|
-
index: 0,
|
|
1768
|
-
start: 2.3199998,
|
|
1769
|
-
end: 2.5599998
|
|
125
|
+
end: 0.4800002000000001
|
|
1770
126
|
}, {
|
|
1771
127
|
index: 1,
|
|
1772
|
-
start:
|
|
1773
|
-
end:
|
|
128
|
+
start: 0.4800002000000001,
|
|
129
|
+
end: 0.9600002000000005
|
|
1774
130
|
}, {
|
|
1775
131
|
index: 2,
|
|
1776
|
-
start:
|
|
1777
|
-
end:
|
|
1778
|
-
},
|
|
1779
|
-
|
|
1780
|
-
start: 3.0399998,
|
|
1781
|
-
end: 3.3600000000000003
|
|
1782
|
-
}]
|
|
132
|
+
start: 0.9600002000000005,
|
|
133
|
+
end: 1.4400001999999992
|
|
134
|
+
}],
|
|
135
|
+
speaker: "seeker"
|
|
1783
136
|
}, {
|
|
1784
|
-
offset:
|
|
1785
|
-
duration: 1.
|
|
1786
|
-
text: "
|
|
137
|
+
offset: 1.4400001999999992,
|
|
138
|
+
duration: 1.2800000000000011,
|
|
139
|
+
text: "four, five, six,",
|
|
1787
140
|
punctuations: [{
|
|
1788
141
|
index: 0,
|
|
1789
|
-
start:
|
|
1790
|
-
end:
|
|
142
|
+
start: 1.4400001999999992,
|
|
143
|
+
end: 1.9199992000000004
|
|
1791
144
|
}, {
|
|
1792
145
|
index: 1,
|
|
1793
|
-
start:
|
|
1794
|
-
end:
|
|
146
|
+
start: 1.9199992000000004,
|
|
147
|
+
end: 2.3200002
|
|
1795
148
|
}, {
|
|
1796
149
|
index: 2,
|
|
1797
|
-
start:
|
|
1798
|
-
end:
|
|
1799
|
-
},
|
|
1800
|
-
|
|
1801
|
-
start: 4.16,
|
|
1802
|
-
end: 4.3999997
|
|
1803
|
-
}]
|
|
1804
|
-
}, {
|
|
1805
|
-
offset: 4.3999997,
|
|
1806
|
-
duration: 0.8000002999999998,
|
|
1807
|
-
text: "posting something",
|
|
1808
|
-
punctuations: [{
|
|
1809
|
-
index: 0,
|
|
1810
|
-
start: 4.3999997,
|
|
1811
|
-
end: 4.8
|
|
1812
|
-
}, {
|
|
1813
|
-
index: 1,
|
|
1814
|
-
start: 4.8,
|
|
1815
|
-
end: 5.2
|
|
1816
|
-
}]
|
|
150
|
+
start: 2.3200002,
|
|
151
|
+
end: 2.7200002000000003
|
|
152
|
+
}],
|
|
153
|
+
speaker: "seeker"
|
|
1817
154
|
}, {
|
|
1818
|
-
offset:
|
|
1819
|
-
duration: 0.
|
|
1820
|
-
text: "
|
|
1821
|
-
punctuations: [{
|
|
1822
|
-
index: 0,
|
|
1823
|
-
start: 5.2,
|
|
1824
|
-
end: 5.28
|
|
1825
|
-
}, {
|
|
1826
|
-
index: 1,
|
|
1827
|
-
start: 5.28,
|
|
1828
|
-
end: 5.78
|
|
1829
|
-
}]
|
|
1830
|
-
}]
|
|
1831
|
-
}
|
|
1832
|
-
}]
|
|
1833
|
-
}, {
|
|
1834
|
-
recordingIndex: 8,
|
|
1835
|
-
layout: {
|
|
1836
|
-
type: "motion_still_studio_backdrop",
|
|
1837
|
-
data: {
|
|
1838
|
-
noBackgroundVideoEffects: {
|
|
1839
|
-
facePop: true,
|
|
1840
|
-
backgroundDim: true,
|
|
1841
|
-
backgroundBlur: true
|
|
1842
|
-
},
|
|
1843
|
-
sourceVideo: {
|
|
1844
|
-
videoUrl: "https://stream.mux.com/JILwASdDIFL3LbJycjCr8ZZ02gKeLLvXEEXhEut4MYHk/highest.mp4",
|
|
1845
|
-
start: 0.88,
|
|
1846
|
-
aspectRatio: "16:9",
|
|
1847
|
-
durationSeconds: 10
|
|
1848
|
-
},
|
|
1849
|
-
duration: 7.71,
|
|
1850
|
-
logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
|
|
1851
|
-
frameColor: "#2C2C2C",
|
|
1852
|
-
disableTransitionSounds: false,
|
|
1853
|
-
brollUrl: "https://videos.pexels.com/video-files/8088943/8088943-uhd_4096_2160_25fps.mp4",
|
|
1854
|
-
sentenceText: "Consistency defeats overthinking.",
|
|
1855
|
-
text: "Consistency defeats overthinking.",
|
|
1856
|
-
imageUrl: "https://images.pexels.com/photos/6609104/pexels-photo-6609104.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
|
|
1857
|
-
imgBgUrlVariations: {
|
|
1858
|
-
"default": "https://images.pexels.com/photos/6609104/pexels-photo-6609104.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
|
|
1859
|
-
pexels: "https://images.pexels.com/photos/6609104/pexels-photo-6609104.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
|
|
1860
|
-
},
|
|
1861
|
-
words: ["Consistency", "Matters"],
|
|
1862
|
-
noBackgroundVideo: {
|
|
1863
|
-
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1762327163602.webm",
|
|
1864
|
-
faceMetadata: {
|
|
1865
|
-
total_frames: 300,
|
|
1866
|
-
frames_with_face_detection: 10,
|
|
1867
|
-
faces_detected: 10,
|
|
1868
|
-
face_detection_rate: 1,
|
|
1869
|
-
video_properties: {
|
|
1870
|
-
width: 1920,
|
|
1871
|
-
height: 1080,
|
|
1872
|
-
fps: 30.201342281879196,
|
|
1873
|
-
duration_seconds: 9.933333333333334
|
|
1874
|
-
},
|
|
1875
|
-
face_metadata: [{
|
|
1876
|
-
aggregation: "average",
|
|
1877
|
-
face_data: {
|
|
1878
|
-
face_center: [992.5, 460.9],
|
|
1879
|
-
frame_center: [960, 540],
|
|
1880
|
-
offset: [32.5, -79.1],
|
|
1881
|
-
face_bbox: [798.1, 196.1, 389, 530],
|
|
1882
|
-
confidence: 0.949913489818573,
|
|
1883
|
-
distance_from_center: 87.35253419894374
|
|
1884
|
-
},
|
|
1885
|
-
sample_count: 10
|
|
1886
|
-
}],
|
|
1887
|
-
aggregation: "average"
|
|
1888
|
-
}
|
|
1889
|
-
},
|
|
1890
|
-
paddingLeft: 0.88,
|
|
1891
|
-
paddingRight: 1.4099999999999993
|
|
1892
|
-
}
|
|
1893
|
-
},
|
|
1894
|
-
effects: [{
|
|
1895
|
-
type: "caption_word_boom",
|
|
1896
|
-
data: {
|
|
1897
|
-
transcript_text: [{
|
|
1898
|
-
offset: 0,
|
|
1899
|
-
duration: 0.9599999,
|
|
1900
|
-
text: "And that's when I",
|
|
155
|
+
offset: 2.7200002000000003,
|
|
156
|
+
duration: 0.5,
|
|
157
|
+
text: "seven.",
|
|
1901
158
|
punctuations: [{
|
|
1902
159
|
index: 0,
|
|
1903
|
-
start:
|
|
1904
|
-
end:
|
|
1905
|
-
},
|
|
1906
|
-
|
|
1907
|
-
start: 0.2400000000000001,
|
|
1908
|
-
end: 0.5599999000000001
|
|
1909
|
-
}, {
|
|
1910
|
-
index: 2,
|
|
1911
|
-
start: 0.5599999000000001,
|
|
1912
|
-
end: 0.7999999999999999
|
|
1913
|
-
}, {
|
|
1914
|
-
index: 3,
|
|
1915
|
-
start: 0.7999999999999999,
|
|
1916
|
-
end: 0.9599999
|
|
1917
|
-
}]
|
|
160
|
+
start: 2.7200002000000003,
|
|
161
|
+
end: 3.2200002000000003
|
|
162
|
+
}],
|
|
163
|
+
speaker: "seeker"
|
|
1918
164
|
}, {
|
|
1919
|
-
offset:
|
|
1920
|
-
duration: 1.
|
|
1921
|
-
text: "
|
|
165
|
+
offset: 3.4700000000000006,
|
|
166
|
+
duration: 1.7799998999999997,
|
|
167
|
+
text: "This is a response",
|
|
1922
168
|
punctuations: [{
|
|
1923
169
|
index: 0,
|
|
1924
|
-
start:
|
|
1925
|
-
end:
|
|
170
|
+
start: 3.4700000000000006,
|
|
171
|
+
end: 3.79,
|
|
172
|
+
originalStart: 0,
|
|
173
|
+
originalEnd: 0.31999999999999984
|
|
1926
174
|
}, {
|
|
1927
175
|
index: 1,
|
|
1928
|
-
start:
|
|
1929
|
-
end:
|
|
176
|
+
start: 3.79,
|
|
177
|
+
end: 4.2899998,
|
|
178
|
+
originalStart: 0.31999999999999984,
|
|
179
|
+
originalEnd: 0.8199998
|
|
1930
180
|
}, {
|
|
1931
181
|
index: 2,
|
|
1932
|
-
start:
|
|
1933
|
-
end:
|
|
182
|
+
start: 4.590000000000001,
|
|
183
|
+
end: 4.749999900000001,
|
|
184
|
+
originalStart: 1.1199999999999999,
|
|
185
|
+
originalEnd: 1.2799998999999997
|
|
1934
186
|
}, {
|
|
1935
187
|
index: 3,
|
|
1936
|
-
start:
|
|
1937
|
-
end:
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
punctuations: [{
|
|
1944
|
-
index: 0,
|
|
1945
|
-
start: 2.08,
|
|
1946
|
-
end: 2.58
|
|
1947
|
-
}, {
|
|
1948
|
-
index: 1,
|
|
1949
|
-
start: 2.72,
|
|
1950
|
-
end: 3.2
|
|
1951
|
-
}, {
|
|
1952
|
-
index: 2,
|
|
1953
|
-
start: 3.4399997000000004,
|
|
1954
|
-
end: 3.76
|
|
1955
|
-
}]
|
|
1956
|
-
}, {
|
|
1957
|
-
offset: 3.76,
|
|
1958
|
-
duration: 0.6399997000000006,
|
|
1959
|
-
text: "about the",
|
|
1960
|
-
punctuations: [{
|
|
1961
|
-
index: 0,
|
|
1962
|
-
start: 3.76,
|
|
1963
|
-
end: 4.08
|
|
1964
|
-
}, {
|
|
1965
|
-
index: 1,
|
|
1966
|
-
start: 4.08,
|
|
1967
|
-
end: 4.3999997
|
|
1968
|
-
}]
|
|
1969
|
-
}, {
|
|
1970
|
-
offset: 4.3999997,
|
|
1971
|
-
duration: 0.6400002999999996,
|
|
1972
|
-
text: "importance of",
|
|
1973
|
-
punctuations: [{
|
|
1974
|
-
index: 0,
|
|
1975
|
-
start: 4.3999997,
|
|
1976
|
-
end: 4.8799998
|
|
1977
|
-
}, {
|
|
1978
|
-
index: 1,
|
|
1979
|
-
start: 4.8799998,
|
|
1980
|
-
end: 5.04
|
|
1981
|
-
}]
|
|
188
|
+
start: 4.749999900000001,
|
|
189
|
+
end: 5.249999900000001,
|
|
190
|
+
originalStart: 1.2799998999999997,
|
|
191
|
+
originalEnd: 1.7799998999999997
|
|
192
|
+
}],
|
|
193
|
+
originalOffset: 0,
|
|
194
|
+
speaker: "responder"
|
|
1982
195
|
}, {
|
|
1983
|
-
offset: 5.
|
|
1984
|
-
duration: 1.
|
|
1985
|
-
text: "
|
|
196
|
+
offset: 5.390000000000001,
|
|
197
|
+
duration: 1.2200000000000002,
|
|
198
|
+
text: "to the test",
|
|
1986
199
|
punctuations: [{
|
|
1987
200
|
index: 0,
|
|
1988
|
-
start: 5.
|
|
1989
|
-
end: 5.
|
|
201
|
+
start: 5.390000000000001,
|
|
202
|
+
end: 5.5499998,
|
|
203
|
+
originalStart: 1.9199999999999997,
|
|
204
|
+
originalEnd: 2.0799997999999995
|
|
1990
205
|
}, {
|
|
1991
206
|
index: 1,
|
|
1992
|
-
start: 5.
|
|
1993
|
-
end: 6.
|
|
207
|
+
start: 5.5499998,
|
|
208
|
+
end: 6.0499998,
|
|
209
|
+
originalStart: 2.0799997999999995,
|
|
210
|
+
originalEnd: 2.5799997999999995
|
|
1994
211
|
}, {
|
|
1995
212
|
index: 2,
|
|
1996
|
-
start: 6.
|
|
1997
|
-
end: 6.
|
|
1998
|
-
|
|
213
|
+
start: 6.109999999999999,
|
|
214
|
+
end: 6.609999999999999,
|
|
215
|
+
originalStart: 2.6399999999999997,
|
|
216
|
+
originalEnd: 3.1399999999999997
|
|
217
|
+
}],
|
|
218
|
+
originalOffset: 1.9199999999999997,
|
|
219
|
+
speaker: "responder"
|
|
1999
220
|
}, {
|
|
2000
|
-
offset: 6.
|
|
2001
|
-
duration: 0.
|
|
2002
|
-
text: "
|
|
2003
|
-
punctuations: [{
|
|
2004
|
-
index: 0,
|
|
2005
|
-
start: 6.16,
|
|
2006
|
-
end: 6.66
|
|
2007
|
-
}, {
|
|
2008
|
-
index: 1,
|
|
2009
|
-
start: 6.72,
|
|
2010
|
-
end: 6.9599997
|
|
2011
|
-
}]
|
|
2012
|
-
}, {
|
|
2013
|
-
offset: 6.9599997,
|
|
2014
|
-
duration: 0.5000003,
|
|
2015
|
-
text: "overthinking.",
|
|
221
|
+
offset: 6.909999699999998,
|
|
222
|
+
duration: 0.5,
|
|
223
|
+
text: "question.",
|
|
2016
224
|
punctuations: [{
|
|
2017
225
|
index: 0,
|
|
2018
|
-
start: 6.
|
|
2019
|
-
end: 7.
|
|
2020
|
-
|
|
226
|
+
start: 6.909999699999998,
|
|
227
|
+
end: 7.409999699999998,
|
|
228
|
+
originalStart: 3.4399996999999995,
|
|
229
|
+
originalEnd: 3.9399996999999995
|
|
230
|
+
}],
|
|
231
|
+
originalOffset: 3.4399996999999995,
|
|
232
|
+
speaker: "responder"
|
|
2021
233
|
}]
|
|
2022
234
|
}
|
|
2023
235
|
}]
|
|
2024
236
|
}, {
|
|
2025
|
-
recordingIndex:
|
|
237
|
+
recordingIndex: 0,
|
|
2026
238
|
layout: {
|
|
2027
239
|
type: "simple_frame_zoom_cut",
|
|
2028
240
|
data: {
|
|
2029
241
|
noBackgroundVideoEffects: {
|
|
2030
242
|
facePop: true,
|
|
2031
243
|
backgroundDim: true,
|
|
2032
|
-
backgroundBlur:
|
|
244
|
+
backgroundBlur: false
|
|
2033
245
|
},
|
|
2034
246
|
sourceVideo: {
|
|
2035
|
-
videoUrl: "https://stream.mux.com/
|
|
2036
|
-
start:
|
|
247
|
+
videoUrl: "https://stream.mux.com/ZkbRuHLYAX7ChWJqqdP9Mri343DB02QlA9YLlgw1JWs8/highest.mp4",
|
|
248
|
+
start: 7.6,
|
|
2037
249
|
aspectRatio: "16:9",
|
|
2038
|
-
durationSeconds:
|
|
2039
|
-
zoom: 1.2
|
|
250
|
+
durationSeconds: 13.509333
|
|
2040
251
|
},
|
|
2041
|
-
duration:
|
|
2042
|
-
logoUrl: "https://cdn.zync.ai/
|
|
2043
|
-
frameColor: "#
|
|
252
|
+
duration: 5.07,
|
|
253
|
+
logoUrl: "https://cdn.zync.ai/assets/static/default_blank_logo.png",
|
|
254
|
+
frameColor: "#29402F",
|
|
2044
255
|
disableTransitionSounds: false,
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
imgBgUrlVariations: {
|
|
2048
|
-
"default": "https://images.pexels.com/photos/9064715/pexels-photo-9064715.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
|
|
2049
|
-
pexels: "https://images.pexels.com/photos/9064715/pexels-photo-9064715.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
|
|
2050
|
-
},
|
|
2051
|
-
words: ["typing", "feedback", "on", "computer"],
|
|
2052
|
-
noBackgroundVideo: {
|
|
2053
|
-
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1762326334318.webm",
|
|
2054
|
-
faceMetadata: {
|
|
2055
|
-
total_frames: 135,
|
|
2056
|
-
frames_with_face_detection: 5,
|
|
2057
|
-
faces_detected: 5,
|
|
2058
|
-
face_detection_rate: 1,
|
|
2059
|
-
video_properties: {
|
|
2060
|
-
width: 1920,
|
|
2061
|
-
height: 1080,
|
|
2062
|
-
fps: 30.32345013477089,
|
|
2063
|
-
duration_seconds: 4.452
|
|
2064
|
-
},
|
|
2065
|
-
face_metadata: [{
|
|
2066
|
-
aggregation: "average",
|
|
2067
|
-
face_data: {
|
|
2068
|
-
face_center: [999.2, 472.6],
|
|
2069
|
-
frame_center: [960, 540],
|
|
2070
|
-
offset: [39.2, -67.4],
|
|
2071
|
-
face_bbox: [801.2, 208.8, 396.4, 528],
|
|
2072
|
-
confidence: 0.9277841210365295,
|
|
2073
|
-
distance_from_center: 79.92184971577902
|
|
2074
|
-
},
|
|
2075
|
-
sample_count: 5
|
|
2076
|
-
}],
|
|
2077
|
-
aggregation: "average"
|
|
2078
|
-
}
|
|
2079
|
-
},
|
|
2080
|
-
paddingLeft: 0.56,
|
|
2081
|
-
paddingRight: 1.1753329999999997
|
|
256
|
+
paddingLeft: 2.05,
|
|
257
|
+
paddingRight: 0.8393329999999999
|
|
2082
258
|
}
|
|
2083
259
|
},
|
|
2084
260
|
effects: [{
|
|
@@ -2086,171 +262,51 @@ var renderer = new RemotionRenderer({
|
|
|
2086
262
|
data: {
|
|
2087
263
|
transcript_text: [{
|
|
2088
264
|
offset: 0,
|
|
2089
|
-
duration:
|
|
2090
|
-
text: "
|
|
265
|
+
duration: 0.9599989999999998,
|
|
266
|
+
text: "Keep it ten",
|
|
2091
267
|
punctuations: [{
|
|
2092
268
|
index: 0,
|
|
2093
269
|
start: 0,
|
|
2094
|
-
end: 0.
|
|
270
|
+
end: 0.31999960000000005
|
|
2095
271
|
}, {
|
|
2096
272
|
index: 1,
|
|
2097
|
-
start: 0.
|
|
2098
|
-
end: 0.
|
|
273
|
+
start: 0.31999960000000005,
|
|
274
|
+
end: 0.7200000000000006
|
|
2099
275
|
}, {
|
|
2100
276
|
index: 2,
|
|
2101
|
-
start: 0.
|
|
2102
|
-
end: 0.
|
|
2103
|
-
}, {
|
|
2104
|
-
index: 3,
|
|
2105
|
-
start: 0.8799999000000001,
|
|
2106
|
-
end: 1.0399999
|
|
2107
|
-
}]
|
|
2108
|
-
}, {
|
|
2109
|
-
offset: 1.0399999,
|
|
2110
|
-
duration: 0.5599999,
|
|
2111
|
-
text: "feedback and",
|
|
2112
|
-
punctuations: [{
|
|
2113
|
-
index: 0,
|
|
2114
|
-
start: 1.0399999,
|
|
2115
|
-
end: 1.44
|
|
2116
|
-
}, {
|
|
2117
|
-
index: 1,
|
|
2118
|
-
start: 1.44,
|
|
2119
|
-
end: 1.5999998
|
|
277
|
+
start: 0.7200000000000006,
|
|
278
|
+
end: 0.9599989999999998
|
|
2120
279
|
}]
|
|
2121
280
|
}, {
|
|
2122
|
-
offset:
|
|
2123
|
-
duration: 0.
|
|
2124
|
-
text: "
|
|
2125
|
-
punctuations: [{
|
|
2126
|
-
index: 0,
|
|
2127
|
-
start: 1.5999998,
|
|
2128
|
-
end: 2
|
|
2129
|
-
}, {
|
|
2130
|
-
index: 1,
|
|
2131
|
-
start: 2,
|
|
2132
|
-
end: 2.5
|
|
2133
|
-
}]
|
|
2134
|
-
}]
|
|
2135
|
-
}
|
|
2136
|
-
}]
|
|
2137
|
-
}, {
|
|
2138
|
-
recordingIndex: 10,
|
|
2139
|
-
layout: {
|
|
2140
|
-
type: "simple_frame",
|
|
2141
|
-
data: {
|
|
2142
|
-
noBackgroundVideoEffects: {
|
|
2143
|
-
facePop: true,
|
|
2144
|
-
backgroundDim: true,
|
|
2145
|
-
backgroundBlur: true
|
|
2146
|
-
},
|
|
2147
|
-
sourceVideo: {
|
|
2148
|
-
videoUrl: "https://stream.mux.com/026ZYNGF3X02EfS8IgXsR5AAIC9Ma7k5ffNjpmzl8sQQc/highest.mp4",
|
|
2149
|
-
start: 0.88,
|
|
2150
|
-
aspectRatio: "16:9",
|
|
2151
|
-
durationSeconds: 4.934
|
|
2152
|
-
},
|
|
2153
|
-
duration: 2.91,
|
|
2154
|
-
logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
|
|
2155
|
-
frameColor: "#2C2C2C",
|
|
2156
|
-
disableTransitionSounds: false,
|
|
2157
|
-
noBackgroundVideo: {
|
|
2158
|
-
videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1762327711686.webm",
|
|
2159
|
-
faceMetadata: {
|
|
2160
|
-
total_frames: 149,
|
|
2161
|
-
frames_with_face_detection: 5,
|
|
2162
|
-
faces_detected: 5,
|
|
2163
|
-
face_detection_rate: 1,
|
|
2164
|
-
video_properties: {
|
|
2165
|
-
width: 1920,
|
|
2166
|
-
height: 1080,
|
|
2167
|
-
fps: 30.40402666303904,
|
|
2168
|
-
duration_seconds: 4.900666666666667
|
|
2169
|
-
},
|
|
2170
|
-
face_metadata: [{
|
|
2171
|
-
aggregation: "average",
|
|
2172
|
-
face_data: {
|
|
2173
|
-
face_center: [992.6, 487],
|
|
2174
|
-
frame_center: [960, 540],
|
|
2175
|
-
offset: [32.6, -53],
|
|
2176
|
-
face_bbox: [790, 215, 405.6, 544.4],
|
|
2177
|
-
confidence: 0.9753846645355224,
|
|
2178
|
-
distance_from_center: 67.471180883264
|
|
2179
|
-
},
|
|
2180
|
-
sample_count: 5
|
|
2181
|
-
}],
|
|
2182
|
-
aggregation: "average"
|
|
2183
|
-
}
|
|
2184
|
-
},
|
|
2185
|
-
paddingLeft: 0.88,
|
|
2186
|
-
paddingRight: 1.1440000000000001
|
|
2187
|
-
}
|
|
2188
|
-
},
|
|
2189
|
-
effects: [{
|
|
2190
|
-
type: "caption_word_boom",
|
|
2191
|
-
data: {
|
|
2192
|
-
transcript_text: [{
|
|
2193
|
-
offset: 0,
|
|
2194
|
-
duration: 1.04,
|
|
2195
|
-
text: "And, no, I was not",
|
|
281
|
+
offset: 0.9599989999999998,
|
|
282
|
+
duration: 0.5,
|
|
283
|
+
text: "seconds.",
|
|
2196
284
|
punctuations: [{
|
|
2197
285
|
index: 0,
|
|
2198
|
-
start: 0,
|
|
2199
|
-
end:
|
|
2200
|
-
}, {
|
|
2201
|
-
index: 1,
|
|
2202
|
-
start: 0.2400000000000001,
|
|
2203
|
-
end: 0.4800000000000001
|
|
2204
|
-
}, {
|
|
2205
|
-
index: 2,
|
|
2206
|
-
start: 0.4800000000000001,
|
|
2207
|
-
end: 0.64
|
|
2208
|
-
}, {
|
|
2209
|
-
index: 3,
|
|
2210
|
-
start: 0.64,
|
|
2211
|
-
end: 0.7999999999999999
|
|
2212
|
-
}, {
|
|
2213
|
-
index: 4,
|
|
2214
|
-
start: 0.7999999999999999,
|
|
2215
|
-
end: 1.04
|
|
286
|
+
start: 0.9599989999999998,
|
|
287
|
+
end: 1.4599989999999998
|
|
2216
288
|
}]
|
|
2217
289
|
}, {
|
|
2218
|
-
offset: 1.
|
|
2219
|
-
duration: 0.
|
|
2220
|
-
text: "
|
|
290
|
+
offset: 1.5199999999999996,
|
|
291
|
+
duration: 0.8200000000000003,
|
|
292
|
+
text: "Let's see.",
|
|
2221
293
|
punctuations: [{
|
|
2222
294
|
index: 0,
|
|
2223
|
-
start: 1.
|
|
2224
|
-
end: 1.
|
|
295
|
+
start: 1.5199999999999996,
|
|
296
|
+
end: 1.8399999999999999
|
|
2225
297
|
}, {
|
|
2226
298
|
index: 1,
|
|
2227
|
-
start: 1.
|
|
2228
|
-
end:
|
|
2229
|
-
}, {
|
|
2230
|
-
index: 2,
|
|
2231
|
-
start: 1.3600000000000003,
|
|
2232
|
-
end: 1.5199999000000002
|
|
2233
|
-
}, {
|
|
2234
|
-
index: 3,
|
|
2235
|
-
start: 1.5199999000000002,
|
|
2236
|
-
end: 1.7599999
|
|
299
|
+
start: 1.8399999999999999,
|
|
300
|
+
end: 2.34
|
|
2237
301
|
}]
|
|
2238
302
|
}, {
|
|
2239
|
-
offset:
|
|
2240
|
-
duration: 0.
|
|
2241
|
-
text: "
|
|
303
|
+
offset: 4.32,
|
|
304
|
+
duration: 0.5,
|
|
305
|
+
text: "Done.",
|
|
2242
306
|
punctuations: [{
|
|
2243
307
|
index: 0,
|
|
2244
|
-
start:
|
|
2245
|
-
end:
|
|
2246
|
-
}, {
|
|
2247
|
-
index: 1,
|
|
2248
|
-
start: 1.92,
|
|
2249
|
-
end: 2.16
|
|
2250
|
-
}, {
|
|
2251
|
-
index: 2,
|
|
2252
|
-
start: 2.16,
|
|
2253
|
-
end: 2.66
|
|
308
|
+
start: 4.32,
|
|
309
|
+
end: 4.82
|
|
2254
310
|
}]
|
|
2255
311
|
}]
|
|
2256
312
|
}
|
|
@@ -2259,21 +315,11 @@ var renderer = new RemotionRenderer({
|
|
|
2259
315
|
}, {
|
|
2260
316
|
type: "effect",
|
|
2261
317
|
segments: [{
|
|
2262
|
-
type: "
|
|
2263
|
-
theme: null,
|
|
2264
|
-
data: {
|
|
2265
|
-
text: "Nikhil Ravi: From Observer to Creator ft. Nikhil Ravi",
|
|
2266
|
-
offset: 1,
|
|
2267
|
-
duration: 5
|
|
2268
|
-
}
|
|
2269
|
-
}, {
|
|
2270
|
-
type: "nametag",
|
|
2271
|
-
theme: null,
|
|
318
|
+
type: "watermark",
|
|
2272
319
|
data: {
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
duration: 5
|
|
320
|
+
duration: 10,
|
|
321
|
+
offset: 5,
|
|
322
|
+
url: "https://storage.googleapis.com/zync-media/assets/static/watermark.png"
|
|
2277
323
|
}
|
|
2278
324
|
}]
|
|
2279
325
|
}, {
|
|
@@ -2284,12 +330,12 @@ var renderer = new RemotionRenderer({
|
|
|
2284
330
|
segments: [{
|
|
2285
331
|
type: "soundtrack",
|
|
2286
332
|
data: {
|
|
2287
|
-
musicConfig: "
|
|
2288
|
-
randomMusicUrl: "https://storage.googleapis.com/zync-media/media/music/
|
|
2289
|
-
customMusicUrl: "https://storage.googleapis.com/zync-media/media/music/
|
|
333
|
+
musicConfig: "default",
|
|
334
|
+
randomMusicUrl: "https://storage.googleapis.com/zync-media/media/music/13.mp3",
|
|
335
|
+
customMusicUrl: "https://storage.googleapis.com/zync-media/media/music/13.mp3",
|
|
2290
336
|
sourceAudio: {
|
|
2291
|
-
url: "https://storage.googleapis.com/zync-media/media/music/
|
|
2292
|
-
volume: 0,
|
|
337
|
+
url: "https://storage.googleapis.com/zync-media/media/music/13.mp3",
|
|
338
|
+
volume: 0.05,
|
|
2293
339
|
start: 0,
|
|
2294
340
|
loop: true
|
|
2295
341
|
},
|
|
@@ -2300,13 +346,13 @@ var renderer = new RemotionRenderer({
|
|
|
2300
346
|
output: {
|
|
2301
347
|
orientation: "portrait",
|
|
2302
348
|
fps: 60,
|
|
2303
|
-
callbackUrl: "
|
|
349
|
+
callbackUrl: "https://contentkit-test.zync.ai/api/processor/callback",
|
|
2304
350
|
callbackMetadata: {
|
|
2305
351
|
taskDetails: {
|
|
2306
|
-
workspaceId: "LPDfBsKz",
|
|
2307
|
-
meetingSeriesId: "EpzuuJOy",
|
|
2308
352
|
processorId: "VIDEO_SCREENPLAY",
|
|
2309
|
-
|
|
353
|
+
workspaceId: "q9ZThUTP",
|
|
354
|
+
meetingSeriesId: "VEn6dHb1",
|
|
355
|
+
groupId: "5lURyf"
|
|
2310
356
|
}
|
|
2311
357
|
}
|
|
2312
358
|
}
|