@zync/zync-screnplay-player 0.1.203 → 0.1.205

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/dist/bundle.js +1 -1
  2. package/dist/screenplay/RemotionRenderer/RemotionRenderer.js +13 -12
  3. package/dist/screenplay/RemotionRenderer/components/LottieAnimationGlobal.js +21 -21
  4. package/dist/screenplay/RemotionRenderer/components/layouts/CreatorCollabColdOpen.js +741 -0
  5. package/dist/screenplay/RemotionRenderer/components/layouts/CreatorCollabConversationSpine.js +607 -0
  6. package/dist/screenplay/RemotionRenderer/components/layouts/CreatorCollabDocumentaryInset.js +606 -0
  7. package/dist/screenplay/RemotionRenderer/components/layouts/CreatorCollabRackFocus.js +603 -0
  8. package/dist/screenplay/RemotionRenderer/components/layouts/CreatorCollabStudioSet.js +589 -0
  9. package/dist/screenplay/RemotionRenderer/components/layouts/Handoff.js +26 -10
  10. package/dist/screenplay/RemotionRenderer/components/utils/FaceCenteredVideo.js +50 -50
  11. package/dist/screenplay/RemotionRenderer/components/utils/PausableImg.js +4 -4
  12. package/dist/screenplay/RemotionRenderer/components/utils/README.md +80 -80
  13. package/dist/screenplay/RemotionRenderer/components/utils/StretchTextDemo.js +3 -3
  14. package/dist/screenplay/RemotionRenderer/development.js +164 -2190
  15. package/dist/screenplay/RemotionRenderer/helpers/convertToSeconds.js +8 -8
  16. package/dist/screenplay/RemotionRenderer/helpers/faceBasedVideoStyles.js +4 -4
  17. package/dist/screenplay/RemotionRenderer/helpers/faceCenteredVideoTransforms.js +46 -46
  18. package/dist/screenplay/RemotionRenderer/main/lib/layouts/CreatorCollabColdOpenLayout.js +22 -0
  19. package/dist/screenplay/RemotionRenderer/main/lib/layouts/CreatorCollabConversationSpineLayout.js +22 -0
  20. package/dist/screenplay/RemotionRenderer/main/lib/layouts/CreatorCollabDocumentaryInsetLayout.js +22 -0
  21. package/dist/screenplay/RemotionRenderer/main/lib/layouts/CreatorCollabRackFocusLayout.js +22 -0
  22. package/dist/screenplay/RemotionRenderer/main/lib/layouts/CreatorCollabStudioSetLayout.js +22 -0
  23. package/dist/screenplay/RemotionRenderer/main/lib/layouts/HandoffLayout.js +3 -2
  24. package/dist/screenplay/RemotionRenderer/main/lib/layouts/LayoutFactory.js +25 -0
  25. package/dist/screenplay/RemotionRenderer/main/screenplaySchema.js +51 -51
  26. package/dist/screenplay/RemotionRenderer/registeredComponents.js +12 -2
  27. package/dist/screenplay/RemotionRenderer/theme/themes/default/HandoffNametag.js +20 -6
  28. package/dist/screenplay/RemotionRenderer/tracks/LayoutVideoTrack.js +20 -20
  29. 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: "#2C2C2C",
6
+ primaryColor: "#29402F",
7
7
  primaryContrast: "#FFFFFF",
8
- accentColor: "#8b33f7",
9
- accentContrast: "#FFFFFF",
8
+ accentColor: "#E7FF0F",
9
+ accentContrast: "#000000",
10
10
  theme: "bigbold",
11
- dynamicBackgroundPortrait: "",
12
- dynamicBackgroundLandscape: "",
13
- dynamicBackgroundSquare: "",
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: [{
@@ -26,1673 +26,18 @@ var renderer = new RemotionRenderer({
26
26
  backgroundBlur: false
27
27
  },
28
28
  sourceVideo: {
29
- videoUrl: "https://stream.mux.com/02hcrly7hMce3GdUFPljRm00vdTivbPIao2qhcFUZOIZc/highest.mp4",
30
- start: 1.4399999,
31
- aspectRatio: "16:9",
32
- durationSeconds: 27.748889
33
- },
34
- duration: 7.15,
35
- logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
36
- frameColor: "#2C2C2C",
37
- disableTransitionSounds: false,
38
- imageUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/gen/9b3e00dc-f425-4e59-a18b-372159a77521.png",
39
- imgBgUrlVariations: {
40
- "default": "https://storage.googleapis.com/ai-recorder-media-assets/media/gen/9b3e00dc-f425-4e59-a18b-372159a77521.png",
41
- pexels: "https://images.pexels.com/photos/6986455/pexels-photo-6986455.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
42
- },
43
- paddingLeft: 1.4399999,
44
- paddingRight: 0
45
- }
46
- },
47
- effects: [{
48
- type: "caption_word_boom",
49
- data: {
50
- transcript_text: [{
51
- offset: 0,
52
- duration: 1.1200001,
53
- text: "Search is changing",
54
- punctuations: [{
55
- index: 0,
56
- start: 0,
57
- end: 0.3999999999999999
58
- }, {
59
- index: 1,
60
- start: 0.3999999999999999,
61
- end: 0.6400001
62
- }, {
63
- index: 2,
64
- start: 0.6400001,
65
- end: 1.1200001
66
- }]
67
- }, {
68
- offset: 1.1200001,
69
- duration: 1.7599997000000003,
70
- text: "really fast with AI",
71
- punctuations: [{
72
- index: 0,
73
- start: 1.1200001,
74
- end: 1.44
75
- }, {
76
- index: 1,
77
- start: 1.44,
78
- end: 1.9200000999999998
79
- }, {
80
- index: 2,
81
- start: 1.9200000999999998,
82
- end: 2.4200000999999998
83
- }, {
84
- index: 3,
85
- start: 2.6400001,
86
- end: 2.8799998
87
- }]
88
- }, {
89
- offset: 2.8799998,
90
- duration: 1.2200002999999997,
91
- text: "driven results,",
92
- punctuations: [{
93
- index: 0,
94
- start: 2.8799998,
95
- end: 3.3799998
96
- }, {
97
- index: 1,
98
- start: 3.6000001,
99
- end: 4.1000001
100
- }]
101
- }, {
102
- offset: 4.4800001,
103
- duration: 1.2000000000000002,
104
- text: "summaries, and",
105
- punctuations: [{
106
- index: 0,
107
- start: 4.4800001,
108
- end: 4.9800001
109
- }, {
110
- index: 1,
111
- start: 5.2800001,
112
- end: 5.6800001
113
- }]
114
- }, {
115
- offset: 5.6800001,
116
- duration: 0.5,
117
- text: "conversational",
118
- punctuations: [{
119
- index: 0,
120
- start: 5.6800001,
121
- end: 6.1800001
122
- }]
123
- }, {
124
- offset: 6.3999998,
125
- duration: 0.5000003,
126
- text: "search.",
127
- punctuations: [{
128
- index: 0,
129
- start: 6.3999998,
130
- end: 6.9000001
131
- }]
132
- }]
133
- }
134
- }]
135
- }, {
136
- recordingIndex: 0,
137
- layout: {
138
- type: "simple_frame_zoom_cut",
139
- data: {
140
- noBackgroundVideoEffects: {
141
- facePop: false,
142
- backgroundDim: false,
143
- backgroundBlur: false
144
- },
145
- sourceVideo: {
146
- videoUrl: "https://stream.mux.com/02hcrly7hMce3GdUFPljRm00vdTivbPIao2qhcFUZOIZc/highest.mp4",
147
- start: 8.72,
148
- aspectRatio: "16:9",
149
- durationSeconds: 27.748889
150
- },
151
- duration: 3.709999,
152
- logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
153
- frameColor: "#2C2C2C",
154
- disableTransitionSounds: false,
155
- paddingLeft: 0,
156
- paddingRight: 0.1975004999999994
157
- }
158
- },
159
- effects: [{
160
- type: "caption_word_boom",
161
- data: {
162
- transcript_text: [{
163
- offset: 0,
164
- duration: 0.9599989999999998,
165
- text: "So people don't",
166
- punctuations: [{
167
- index: 0,
168
- start: 0,
169
- end: 0.47999999999999865
170
- }, {
171
- index: 1,
172
- start: 0.47999999999999865,
173
- end: 0.7199999999999989
174
- }, {
175
- index: 2,
176
- start: 0.7199999999999989,
177
- end: 0.9599989999999998
178
- }]
179
- }, {
180
- offset: 0.9599989999999998,
181
- duration: 0.6400009999999998,
182
- text: "know how to make",
183
- punctuations: [{
184
- index: 0,
185
- start: 0.9599989999999998,
186
- end: 1.1199999999999992
187
- }, {
188
- index: 1,
189
- start: 1.1199999999999992,
190
- end: 1.2799999999999994
191
- }, {
192
- index: 2,
193
- start: 1.2799999999999994,
194
- end: 1.4399999999999995
195
- }, {
196
- index: 3,
197
- start: 1.4399999999999995,
198
- end: 1.5999999999999996
199
- }]
200
- }, {
201
- offset: 1.5999999999999996,
202
- duration: 1.0600000000000005,
203
- text: "sense of rankings",
204
- punctuations: [{
205
- index: 0,
206
- start: 1.5999999999999996,
207
- end: 1.919998999999999
208
- }, {
209
- index: 1,
210
- start: 1.919998999999999,
211
- end: 2.16
212
- }, {
213
- index: 2,
214
- start: 2.16,
215
- end: 2.66
216
- }]
217
- }, {
218
- offset: 2.959999,
219
- duration: 0.5,
220
- text: "anymore.",
221
- punctuations: [{
222
- index: 0,
223
- start: 2.959999,
224
- end: 3.459999
225
- }]
226
- }]
227
- }
228
- }]
229
- }, {
230
- recordingIndex: 0,
231
- layout: {
232
- type: "simple_frame",
233
- data: {
234
- noBackgroundVideoEffects: {
235
- facePop: false,
236
- backgroundDim: false,
237
- backgroundBlur: false
238
- },
239
- sourceVideo: {
240
- videoUrl: "https://stream.mux.com/02hcrly7hMce3GdUFPljRm00vdTivbPIao2qhcFUZOIZc/highest.mp4",
241
- start: 12.825,
242
- aspectRatio: "16:9",
243
- durationSeconds: 27.748889
244
- },
245
- duration: 6.669999,
246
- logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
247
- frameColor: "#2C2C2C",
248
- disableTransitionSounds: false,
249
- paddingLeft: 0.1975004999999994,
250
- paddingRight: 0.6100010000000013
251
- }
252
- },
253
- effects: [{
254
- type: "caption_word_boom",
255
- data: {
256
- transcript_text: [{
257
- offset: 0,
258
- duration: 2.16,
259
- text: "So, Justin, how is",
260
- punctuations: [{
261
- index: 0,
262
- start: 0,
263
- end: 0.16000000000000014
264
- }, {
265
- index: 1,
266
- start: 0.16000000000000014,
267
- end: 0.6600000000000001
268
- }, {
269
- index: 2,
270
- start: 1.4399990000000003,
271
- end: 1.6800000000000015
272
- }, {
273
- index: 3,
274
- start: 1.6800000000000015,
275
- end: 2.16
276
- }]
277
- }, {
278
- offset: 2.16,
279
- duration: 1.6799990000000022,
280
- text: "video playing a",
281
- punctuations: [{
282
- index: 0,
283
- start: 2.16,
284
- end: 2.66
285
- }, {
286
- index: 1,
287
- start: 3.1999999999999993,
288
- end: 3.6799999999999997
289
- }, {
290
- index: 2,
291
- start: 3.6799999999999997,
292
- end: 3.8399990000000024
293
- }]
294
- }, {
295
- offset: 3.8399990000000024,
296
- duration: 0.9600009999999983,
297
- text: "role in this world",
298
- punctuations: [{
299
- index: 0,
300
- start: 3.8399990000000024,
301
- end: 4.16
302
- }, {
303
- index: 1,
304
- start: 4.16,
305
- end: 4.32
306
- }, {
307
- index: 2,
308
- start: 4.32,
309
- end: 4.560000000000002
310
- }, {
311
- index: 3,
312
- start: 4.560000000000002,
313
- end: 4.800000000000001
314
- }]
315
- }, {
316
- offset: 4.800000000000001,
317
- duration: 1.619999,
318
- text: "of AI, SEO?",
319
- punctuations: [{
320
- index: 0,
321
- start: 4.800000000000001,
322
- end: 5.300000000000001
323
- }, {
324
- index: 1,
325
- start: 5.600000000000001,
326
- end: 5.919999000000001
327
- }, {
328
- index: 2,
329
- start: 5.919999000000001,
330
- end: 6.419999000000001
331
- }]
332
- }]
333
- }
334
- }]
335
- }, {
336
- layout: {
337
- type: "handoff",
338
- data: {
339
- handoffNametagVariant: "highlight",
340
- startFirstVideoFrom: 20.105,
341
- firstVideoFile: "https://stream.mux.com/02hcrly7hMce3GdUFPljRm00vdTivbPIao2qhcFUZOIZc/highest.mp4",
342
- firstVideoDuration: 7.389999,
343
- firstNoBackgroundVideo: null,
344
- startSecondVideoFrom: 2.4000000000000004,
345
- secondVideoFile: "https://stream.mux.com/Jq2c02Dj6TCLN7DyTeeHSxgvNvN01kyQhj2HoZufeFAzU/highest.mp4",
346
- secondVideoDuration: 16.985000000000003,
347
- secondNoBackgroundVideo: {
348
- videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1772036919451.webm",
349
- faceMetadata: null
350
- },
351
- duration: 20.374999000000003,
352
- firstVideoDurationWithoutLastSegment: 0,
353
- sourceVideo: {
354
- videoUrl: "https://stream.mux.com/02hcrly7hMce3GdUFPljRm00vdTivbPIao2qhcFUZOIZc/highest.mp4",
355
- start: 20.105
356
- },
357
- handoffOverlapSeconds: 4,
358
- firstVideoPaddingRight: 2,
359
- secondVideoPaddingLeft: 2,
360
- seekerVideoDuration: 5.389999,
361
- responderVideoDuration: 14.985000000000003,
362
- paddingLeft: 0,
363
- paddingRight: 0
364
- }
365
- },
366
- effects: [{
367
- type: "caption_word_boom",
368
- data: {
369
- transcript_text: [{
370
- offset: 0,
371
- duration: 1.4400000000000013,
372
- text: "Do you think brands",
373
- punctuations: [{
374
- index: 0,
375
- start: 0,
376
- end: 0.16000000000000014
377
- }, {
378
- index: 1,
379
- start: 0.16000000000000014,
380
- end: 0.23999999999999844
381
- }, {
382
- index: 2,
383
- start: 0.23999999999999844,
384
- end: 0.7399999999999984
385
- }, {
386
- index: 3,
387
- start: 0.9599989999999998,
388
- end: 1.4400000000000013
389
- }],
390
- speaker: "seeker"
391
- }, {
392
- offset: 1.4400000000000013,
393
- duration: 0.8999999999999986,
394
- text: "and companies",
395
- punctuations: [{
396
- index: 0,
397
- start: 1.4400000000000013,
398
- end: 1.8399999999999999
399
- }, {
400
- index: 1,
401
- start: 1.8399999999999999,
402
- end: 2.34
403
- }],
404
- speaker: "seeker"
405
- }, {
406
- offset: 2.4800000000000004,
407
- duration: 0.6399979999999985,
408
- text: "should start",
409
- punctuations: [{
410
- index: 0,
411
- start: 2.4800000000000004,
412
- end: 2.719999999999999
413
- }, {
414
- index: 1,
415
- start: 2.719999999999999,
416
- end: 3.119997999999999
417
- }],
418
- speaker: "seeker"
419
- }, {
420
- offset: 3.119997999999999,
421
- duration: 0.9600019999999994,
422
- text: "thinking beyond",
423
- punctuations: [{
424
- index: 0,
425
- start: 3.119997999999999,
426
- end: 3.619997999999999
427
- }, {
428
- index: 1,
429
- start: 3.6799999999999997,
430
- end: 4.079999999999998
431
- }],
432
- speaker: "seeker"
433
- }, {
434
- offset: 4.079999999999998,
435
- duration: 1.0599990000000012,
436
- text: "text based content?",
437
- punctuations: [{
438
- index: 0,
439
- start: 4.079999999999998,
440
- end: 4.399999999999999
441
- }, {
442
- index: 1,
443
- start: 4.399999999999999,
444
- end: 4.6399989999999995
445
- }, {
446
- index: 2,
447
- start: 4.6399989999999995,
448
- end: 5.1399989999999995
449
- }],
450
- speaker: "seeker"
451
- }, {
452
- offset: 5.3899989999999995,
453
- duration: 0.7199999999999998,
454
- text: "So the funny thing",
455
- punctuations: [{
456
- index: 0,
457
- start: 5.3899989999999995,
458
- end: 5.629999,
459
- originalStart: 0,
460
- originalEnd: 0.23999999999999932
461
- }, {
462
- index: 1,
463
- start: 5.629999,
464
- end: 5.7899987,
465
- originalStart: 0.23999999999999932,
466
- originalEnd: 0.3999996999999995
467
- }, {
468
- index: 2,
469
- start: 5.7899987,
470
- end: 5.949999,
471
- originalStart: 0.3999996999999995,
472
- originalEnd: 0.5599999999999996
473
- }, {
474
- index: 3,
475
- start: 5.949999,
476
- end: 6.109999,
477
- originalStart: 0.5599999999999996,
478
- originalEnd: 0.7199999999999998
479
- }],
480
- originalOffset: 0,
481
- speaker: "responder"
482
- }, {
483
- offset: 6.109999,
484
- duration: 0.7199996999999998,
485
- text: "I've been finding",
486
- punctuations: [{
487
- index: 0,
488
- start: 6.109999,
489
- end: 6.3499987,
490
- originalStart: 0.7199999999999998,
491
- originalEnd: 0.9599997
492
- }, {
493
- index: 1,
494
- start: 6.3499987,
495
- end: 6.5099990000000005,
496
- originalStart: 0.9599997,
497
- originalEnd: 1.1199999999999992
498
- }, {
499
- index: 2,
500
- start: 6.5099990000000005,
501
- end: 6.829998700000001,
502
- originalStart: 1.1199999999999992,
503
- originalEnd: 1.4399996999999995
504
- }],
505
- originalOffset: 0.7199999999999998,
506
- speaker: "responder"
507
- }, {
508
- offset: 6.829998700000001,
509
- duration: 0.8000002999999998,
510
- text: "with doing video",
511
- punctuations: [{
512
- index: 0,
513
- start: 6.829998700000001,
514
- end: 7.069998999999999,
515
- originalStart: 1.4399996999999995,
516
- originalEnd: 1.6799999999999997
517
- }, {
518
- index: 1,
519
- start: 7.069998999999999,
520
- end: 7.3899986,
521
- originalStart: 1.6799999999999997,
522
- originalEnd: 1.9999995999999998
523
- }, {
524
- index: 2,
525
- start: 7.3899986,
526
- end: 7.629999,
527
- originalStart: 1.9999995999999998,
528
- originalEnd: 2.2399999999999993
529
- }],
530
- originalOffset: 1.4399996999999995,
531
- speaker: "responder"
532
- }, {
533
- offset: 7.629999,
534
- duration: 0.7199997000000007,
535
- text: "content across",
536
- punctuations: [{
537
- index: 0,
538
- start: 7.629999,
539
- end: 8.029999,
540
- originalStart: 2.2399999999999993,
541
- originalEnd: 2.6399999999999997
542
- }, {
543
- index: 1,
544
- start: 8.029999,
545
- end: 8.3499987,
546
- originalStart: 2.6399999999999997,
547
- originalEnd: 2.9599997
548
- }],
549
- originalOffset: 2.2399999999999993,
550
- speaker: "responder"
551
- }, {
552
- offset: 8.3499987,
553
- duration: 0.8000002999999998,
554
- text: "multiple platforms,",
555
- punctuations: [{
556
- index: 0,
557
- start: 8.3499987,
558
- end: 8.7499988,
559
- originalStart: 2.9599997,
560
- originalEnd: 3.3599997999999998
561
- }, {
562
- index: 1,
563
- start: 8.7499988,
564
- end: 9.149999000000001,
565
- originalStart: 3.3599997999999998,
566
- originalEnd: 3.76
567
- }],
568
- originalOffset: 2.9599997,
569
- speaker: "responder"
570
- }, {
571
- offset: 9.149999000000001,
572
- duration: 0.8000000000000007,
573
- text: "and, again, this is",
574
- punctuations: [{
575
- index: 0,
576
- start: 9.149999000000001,
577
- end: 9.309999000000001,
578
- originalStart: 3.76,
579
- originalEnd: 3.92
580
- }, {
581
- index: 1,
582
- start: 9.309999000000001,
583
- end: 9.629998,
584
- originalStart: 3.92,
585
- originalEnd: 4.239998999999999
586
- }, {
587
- index: 2,
588
- start: 9.629998,
589
- end: 9.789999000000002,
590
- originalStart: 4.239998999999999,
591
- originalEnd: 4.4
592
- }, {
593
- index: 3,
594
- start: 9.789999000000002,
595
- end: 9.949999000000002,
596
- originalStart: 4.4,
597
- originalEnd: 4.5600000000000005
598
- }],
599
- originalOffset: 3.76,
600
- speaker: "responder"
601
- }, {
602
- offset: 9.949999000000002,
603
- duration: 0.9599999999999991,
604
- text: "my story for my",
605
- punctuations: [{
606
- index: 0,
607
- start: 9.949999000000002,
608
- end: 10.109998999999998,
609
- originalStart: 4.5600000000000005,
610
- originalEnd: 4.719999999999999
611
- }, {
612
- index: 1,
613
- start: 10.109998999999998,
614
- end: 10.429998999999999,
615
- originalStart: 4.719999999999999,
616
- originalEnd: 5.039999999999999
617
- }, {
618
- index: 2,
619
- start: 10.429998999999999,
620
- end: 10.589998000000001,
621
- originalStart: 5.039999999999999,
622
- originalEnd: 5.199999
623
- }, {
624
- index: 3,
625
- start: 10.589998000000001,
626
- end: 10.909999,
627
- originalStart: 5.199999,
628
- originalEnd: 5.52
629
- }],
630
- originalOffset: 4.5600000000000005,
631
- speaker: "responder"
632
- }, {
633
- offset: 10.909999,
634
- duration: 0.9600000000000009,
635
- text: "video agency, is",
636
- punctuations: [{
637
- index: 0,
638
- start: 10.909999,
639
- end: 11.229999,
640
- originalStart: 5.52,
641
- originalEnd: 5.84
642
- }, {
643
- index: 1,
644
- start: 11.229999,
645
- end: 11.709997999999999,
646
- originalStart: 5.84,
647
- originalEnd: 6.319998999999999
648
- }, {
649
- index: 2,
650
- start: 11.709997999999999,
651
- end: 11.869999,
652
- originalStart: 6.319998999999999,
653
- originalEnd: 6.48
654
- }],
655
- originalOffset: 5.52,
656
- speaker: "responder"
657
- }, {
658
- offset: 11.869999,
659
- duration: 1.4399999999999995,
660
- text: "that, I've been",
661
- punctuations: [{
662
- index: 0,
663
- start: 11.869999,
664
- end: 12.369999,
665
- originalStart: 6.48,
666
- originalEnd: 6.98
667
- }, {
668
- index: 1,
669
- start: 12.989999000000001,
670
- end: 13.149999000000001,
671
- originalStart: 7.6,
672
- originalEnd: 7.76
673
- }, {
674
- index: 2,
675
- start: 13.149999000000001,
676
- end: 13.309999000000001,
677
- originalStart: 7.76,
678
- originalEnd: 7.92
679
- }],
680
- originalOffset: 6.48,
681
- speaker: "responder"
682
- }, {
683
- offset: 13.309999000000001,
684
- duration: 1.1199999999999992,
685
- text: "posting for years",
686
- punctuations: [{
687
- index: 0,
688
- start: 13.309999000000001,
689
- end: 13.789998,
690
- originalStart: 7.92,
691
- originalEnd: 8.399999
692
- }, {
693
- index: 1,
694
- start: 13.789998,
695
- end: 13.949999000000002,
696
- originalStart: 8.399999,
697
- originalEnd: 8.56
698
- }, {
699
- index: 2,
700
- start: 13.949999000000002,
701
- end: 14.429998999999999,
702
- originalStart: 8.56,
703
- originalEnd: 9.04
704
- }],
705
- originalOffset: 7.92,
706
- speaker: "responder"
707
- }, {
708
- offset: 14.429998999999999,
709
- duration: 1.4650010000000009,
710
- text: "across places like",
711
- punctuations: [{
712
- index: 0,
713
- start: 14.429998999999999,
714
- end: 14.929998999999999,
715
- originalStart: 9.04,
716
- originalEnd: 9.54
717
- }, {
718
- index: 1,
719
- start: 15.334999,
720
- end: 15.734998999999998,
721
- originalStart: 9.945,
722
- originalEnd: 10.344999999999999
723
- }, {
724
- index: 2,
725
- start: 15.734998999999998,
726
- end: 15.895,
727
- originalStart: 10.344999999999999,
728
- originalEnd: 10.505001
729
- }],
730
- originalOffset: 9.04,
731
- speaker: "responder"
732
- }, {
733
- offset: 15.895,
734
- duration: 0.9799989999999994,
735
- text: "TikTok, YouTube,",
736
- punctuations: [{
737
- index: 0,
738
- start: 15.895,
739
- end: 16.374999,
740
- originalStart: 10.505001,
741
- originalEnd: 10.985
742
- }, {
743
- index: 1,
744
- start: 16.374999,
745
- end: 16.874999,
746
- originalStart: 10.985,
747
- originalEnd: 11.485
748
- }],
749
- originalOffset: 10.505001,
750
- speaker: "responder"
751
- }, {
752
- offset: 17.654999,
753
- duration: 2.080000000000002,
754
- text: "LinkedIn, x, places",
755
- punctuations: [{
756
- index: 0,
757
- start: 17.654999,
758
- end: 18.154999,
759
- originalStart: 12.264999999999999,
760
- originalEnd: 12.764999999999999
761
- }, {
762
- index: 1,
763
- start: 18.534999000000003,
764
- end: 19.034999000000003,
765
- originalStart: 13.145000000000001,
766
- originalEnd: 13.645000000000001
767
- }, {
768
- index: 2,
769
- start: 19.335,
770
- end: 19.734999000000002,
771
- originalStart: 13.945001,
772
- originalEnd: 14.345
773
- }],
774
- originalOffset: 12.264999999999999,
775
- speaker: "responder"
776
- }, {
777
- offset: 19.734999000000002,
778
- duration: 0.6400000000000006,
779
- text: "like that.",
780
- punctuations: [{
781
- index: 0,
782
- start: 19.734999000000002,
783
- end: 19.974999,
784
- originalStart: 14.345,
785
- originalEnd: 14.584999999999999
786
- }, {
787
- index: 1,
788
- start: 19.974999,
789
- end: 20.374999000000003,
790
- originalStart: 14.584999999999999,
791
- originalEnd: 14.985000000000001
792
- }],
793
- originalOffset: 14.345,
794
- speaker: "responder"
795
- }]
796
- }
797
- }, {
798
- type: "handoff_nametag",
799
- data: {
800
- fullName: "Arjun Sundararajan",
801
- title: null,
802
- pictureUrl: "https://storage.googleapis.com/zync-media/assets/static/default_presenter_picture.png",
803
- offset: 2.3899990000000004,
804
- alignment: "first-left",
805
- duration: 5,
806
- speaker: "seeker"
807
- }
808
- }, {
809
- type: "handoff_nametag",
810
- data: {
811
- fullName: "Justin Vajko",
812
- title: "Founder",
813
- pictureUrl: "",
814
- offset: 3.3899990000000004,
815
- alignment: "second-right",
816
- duration: 5,
817
- speaker: "responder"
818
- }
819
- }]
820
- }, {
821
- recordingIndex: 0,
822
- layout: {
823
- type: "keyword_studio_backdrop",
824
- data: {
825
- noBackgroundVideoEffects: {
826
- facePop: false,
827
- backgroundDim: false,
828
- backgroundBlur: false
829
- },
830
- sourceVideo: {
831
- videoUrl: "https://stream.mux.com/Jq2c02Dj6TCLN7DyTeeHSxgvNvN01kyQhj2HoZufeFAzU/highest.mp4",
832
- start: 19.385,
833
- aspectRatio: "16:9",
834
- durationSeconds: 94.976
835
- },
836
- duration: 12.505,
837
- logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
838
- frameColor: "#2C2C2C",
839
- disableTransitionSounds: false,
840
- brollUrl: "https://videos.pexels.com/video-files/18069804/18069804-uhd_2560_1440_24fps.mp4",
841
- sentenceText: "LLMs recommend your videos to people who’ve never seen you.",
842
- text: "LLMs recommend your videos to people who’ve never seen you.",
843
- imageUrl: "https://images.pexels.com/photos/6321231/pexels-photo-6321231.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
844
- imgBgUrlVariations: {
845
- "default": "https://images.pexels.com/photos/6321231/pexels-photo-6321231.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
846
- pexels: "https://images.pexels.com/photos/6321231/pexels-photo-6321231.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
847
- },
848
- words: ["inbound", "AI", "Recommendati"],
849
- noBackgroundVideo: {
850
- videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1772036919451.webm",
851
- faceMetadata: null
852
- },
853
- paddingLeft: 0,
854
- paddingRight: 0
855
- }
856
- },
857
- effects: [{
858
- type: "caption_word_boom",
859
- data: {
860
- transcript_text: [{
861
- offset: 0,
862
- duration: 0.5599999999999987,
863
- text: "And I've been",
864
- punctuations: [{
865
- index: 0,
866
- start: 0,
867
- end: 0.23999999999999844
868
- }, {
869
- index: 1,
870
- start: 0.23999999999999844,
871
- end: 0.3999999999999986
872
- }, {
873
- index: 2,
874
- start: 0.3999999999999986,
875
- end: 0.5599999999999987
876
- }]
877
- }, {
878
- offset: 0.5599999999999987,
879
- duration: 1.2800000000000011,
880
- text: "getting, different",
881
- punctuations: [{
882
- index: 0,
883
- start: 0.5599999999999987,
884
- end: 1.0599999999999987
885
- }, {
886
- index: 1,
887
- start: 1.5199999999999996,
888
- end: 1.8399999999999999
889
- }]
890
- }, {
891
- offset: 1.8399999999999999,
892
- duration: 0.5599999999999987,
893
- text: "interest from",
894
- punctuations: [{
895
- index: 0,
896
- start: 1.8399999999999999,
897
- end: 2.16
898
- }, {
899
- index: 1,
900
- start: 2.16,
901
- end: 2.3999999999999986
902
- }]
903
- }, {
904
- offset: 2.3999999999999986,
905
- duration: 0.4800000000000004,
906
- text: "people I've never",
907
- punctuations: [{
908
- index: 0,
909
- start: 2.3999999999999986,
910
- end: 2.5599999999999987
911
- }, {
912
- index: 1,
913
- start: 2.5599999999999987,
914
- end: 2.719999999999999
915
- }, {
916
- index: 2,
917
- start: 2.719999999999999,
918
- end: 2.879999999999999
919
- }]
920
- }, {
921
- offset: 2.879999999999999,
922
- duration: 0.5599999999999987,
923
- text: "met before",
924
- punctuations: [{
925
- index: 0,
926
- start: 2.879999999999999,
927
- end: 3.1200009999999985
928
- }, {
929
- index: 1,
930
- start: 3.1200009999999985,
931
- end: 3.4399999999999977
932
- }]
933
- }, {
934
- offset: 3.4399999999999977,
935
- duration: 1.0600000000000023,
936
- text: "interested in video",
937
- punctuations: [{
938
- index: 0,
939
- start: 3.4399999999999977,
940
- end: 3.759999999999998
941
- }, {
942
- index: 1,
943
- start: 3.759999999999998,
944
- end: 4
945
- }, {
946
- index: 2,
947
- start: 4,
948
- end: 4.5
949
- }]
950
- }, {
951
- offset: 4.719999999999999,
952
- duration: 0.6399989999999995,
953
- text: "who have never",
954
- punctuations: [{
955
- index: 0,
956
- start: 4.719999999999999,
957
- end: 4.879999999999999
958
- }, {
959
- index: 1,
960
- start: 4.879999999999999,
961
- end: 5.039999999999999
962
- }, {
963
- index: 2,
964
- start: 5.039999999999999,
965
- end: 5.359998999999998
966
- }]
967
- }, {
968
- offset: 5.359998999999998,
969
- duration: 0.9800010000000015,
970
- text: "watched my videos,",
971
- punctuations: [{
972
- index: 0,
973
- start: 5.359998999999998,
974
- end: 5.68
975
- }, {
976
- index: 1,
977
- start: 5.68,
978
- end: 5.84
979
- }, {
980
- index: 2,
981
- start: 5.84,
982
- end: 6.34
983
- }]
984
- }, {
985
- offset: 6.800000999999998,
986
- duration: 1.1399989999999995,
987
- text: "but they're getting",
988
- punctuations: [{
989
- index: 0,
990
- start: 6.800000999999998,
991
- end: 7.1200009999999985
992
- }, {
993
- index: 1,
994
- start: 7.1200009999999985,
995
- end: 7.439999999999998
996
- }, {
997
- index: 2,
998
- start: 7.439999999999998,
999
- end: 7.939999999999998
1000
- }]
1001
- }, {
1002
- offset: 8,
1003
- duration: 1.379999999999999,
1004
- text: "recommended to me",
1005
- punctuations: [{
1006
- index: 0,
1007
- start: 8,
1008
- end: 8.5
1009
- }, {
1010
- index: 1,
1011
- start: 8.719999999999999,
1012
- end: 8.879999999999999
1013
- }, {
1014
- index: 2,
1015
- start: 8.879999999999999,
1016
- end: 9.379999999999999
1017
- }]
1018
- }, {
1019
- offset: 9.864999999999998,
1020
- duration: 1.9400000000000013,
1021
- text: "via these LLMs",
1022
- punctuations: [{
1023
- index: 0,
1024
- start: 9.864999999999998,
1025
- end: 10.364999999999998
1026
- }, {
1027
- index: 1,
1028
- start: 10.745000999999998,
1029
- end: 11.245000999999998
1030
- }, {
1031
- index: 2,
1032
- start: 11.305,
1033
- end: 11.805
1034
- }]
1035
- }, {
1036
- offset: 11.864999999999998,
1037
- duration: 0.6400000000000006,
1038
- text: "they're using.",
1039
- punctuations: [{
1040
- index: 0,
1041
- start: 11.864999999999998,
1042
- end: 12.024999999999999
1043
- }, {
1044
- index: 1,
1045
- start: 12.024999999999999,
1046
- end: 12.504999999999999
1047
- }]
1048
- }]
1049
- }
1050
- }]
1051
- }, {
1052
- recordingIndex: 0,
1053
- layout: {
1054
- type: "simple_frame",
1055
- data: {
1056
- noBackgroundVideoEffects: {
1057
- facePop: false,
1058
- backgroundDim: false,
1059
- backgroundBlur: false
1060
- },
1061
- sourceVideo: {
1062
- videoUrl: "https://stream.mux.com/Jq2c02Dj6TCLN7DyTeeHSxgvNvN01kyQhj2HoZufeFAzU/highest.mp4",
1063
- start: 31.89,
1064
- aspectRatio: "16:9",
1065
- durationSeconds: 94.976
1066
- },
1067
- duration: 14.584999999999999,
1068
- logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
1069
- frameColor: "#2C2C2C",
1070
- disableTransitionSounds: false,
1071
- brollUrl: "https://videos.pexels.com/video-files/34743480/14728815_1920_1080_60fps.mp4",
1072
- sentenceText: "LLMs pull sources from video-first platforms.",
1073
- text: "LLMs pull sources from video-first platforms.",
1074
- imageUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/gen/6f4f240d-5c3b-4532-8394-607ffb94b3d7.png",
1075
- imgBgUrlVariations: {
1076
- "default": "https://storage.googleapis.com/ai-recorder-media-assets/media/gen/6f4f240d-5c3b-4532-8394-607ffb94b3d7.png",
1077
- pexels: "https://images.pexels.com/photos/25626435/pexels-photo-25626435.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
1078
- },
1079
- words: ["Hidden", "Sources"],
1080
- noBackgroundVideo: {
1081
- videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1772036919451.webm",
1082
- faceMetadata: null
1083
- },
1084
- paddingLeft: 0,
1085
- paddingRight: 0
1086
- }
1087
- },
1088
- effects: [{
1089
- type: "caption_word_boom",
1090
- data: {
1091
- transcript_text: [{
1092
- offset: 0,
1093
- duration: 0.7199999999999989,
1094
- text: "Like, one was",
1095
- punctuations: [{
1096
- index: 0,
1097
- start: 0,
1098
- end: 0.240000000000002
1099
- }, {
1100
- index: 1,
1101
- start: 0.240000000000002,
1102
- end: 0.4799999999999969
1103
- }, {
1104
- index: 2,
1105
- start: 0.4799999999999969,
1106
- end: 0.7199999999999989
1107
- }]
1108
- }, {
1109
- offset: 0.7199999999999989,
1110
- duration: 1.2800000000000011,
1111
- text: "ChachiPT, one was",
1112
- punctuations: [{
1113
- index: 0,
1114
- start: 0.7199999999999989,
1115
- end: 1.2199999999999989
1116
- }, {
1117
- index: 1,
1118
- start: 1.519999999999996,
1119
- end: 1.759999999999998
1120
- }, {
1121
- index: 2,
1122
- start: 1.759999999999998,
1123
- end: 2
1124
- }]
1125
- }, {
1126
- offset: 2,
1127
- duration: 0.5,
1128
- text: "Croc.",
1129
- punctuations: [{
1130
- index: 0,
1131
- start: 2,
1132
- end: 2.5
1133
- }]
1134
- }, {
1135
- offset: 3.200000000000003,
1136
- duration: 1.519999999999996,
1137
- text: "And it got me to",
1138
- punctuations: [{
1139
- index: 0,
1140
- start: 3.200000000000003,
1141
- end: 3.700000000000003
1142
- }, {
1143
- index: 1,
1144
- start: 4.079999999999998,
1145
- end: 4.240000000000002
1146
- }, {
1147
- index: 2,
1148
- start: 4.240000000000002,
1149
- end: 4.399999999999999
1150
- }, {
1151
- index: 3,
1152
- start: 4.399999999999999,
1153
- end: 4.560000000000002
1154
- }, {
1155
- index: 4,
1156
- start: 4.560000000000002,
1157
- end: 4.719999999999999
1158
- }]
1159
- }, {
1160
- offset: 4.719999999999999,
1161
- duration: 0.9600000000000009,
1162
- text: "realize that I",
1163
- punctuations: [{
1164
- index: 0,
1165
- start: 4.719999999999999,
1166
- end: 5.219999999999999
1167
- }, {
1168
- index: 1,
1169
- start: 5.280000000000001,
1170
- end: 5.600000000000001
1171
- }, {
1172
- index: 2,
1173
- start: 5.600000000000001,
1174
- end: 5.68
1175
- }]
1176
- }, {
1177
- offset: 5.68,
1178
- duration: 0.3999999999999986,
1179
- text: "think there's",
1180
- punctuations: [{
1181
- index: 0,
1182
- start: 5.68,
1183
- end: 5.839999999999996
1184
- }, {
1185
- index: 1,
1186
- start: 5.839999999999996,
1187
- end: 6.079999999999998
1188
- }]
1189
- }, {
1190
- offset: 6.079999999999998,
1191
- duration: 0.6400000000000006,
1192
- text: "something going on",
1193
- punctuations: [{
1194
- index: 0,
1195
- start: 6.079999999999998,
1196
- end: 6.32
1197
- }, {
1198
- index: 1,
1199
- start: 6.32,
1200
- end: 6.479999999999997
1201
- }, {
1202
- index: 2,
1203
- start: 6.479999999999997,
1204
- end: 6.719999999999999
1205
- }]
1206
- }, {
1207
- offset: 6.719999999999999,
1208
- duration: 0.8200000000000003,
1209
- text: "under the surface,",
1210
- punctuations: [{
1211
- index: 0,
1212
- start: 6.719999999999999,
1213
- end: 6.960000000000001
1214
- }, {
1215
- index: 1,
1216
- start: 6.960000000000001,
1217
- end: 7.039999999999999
1218
- }, {
1219
- index: 2,
1220
- start: 7.039999999999999,
1221
- end: 7.539999999999999
1222
- }]
1223
- }, {
1224
- offset: 7.599997999999999,
1225
- duration: 0.8000019999999992,
1226
- text: "and I looked it up",
1227
- punctuations: [{
1228
- index: 0,
1229
- start: 7.599997999999999,
1230
- end: 7.839999999999996
1231
- }, {
1232
- index: 1,
1233
- start: 7.839999999999996,
1234
- end: 7.920000000000002
1235
- }, {
1236
- index: 2,
1237
- start: 7.920000000000002,
1238
- end: 8.159999999999997
1239
- }, {
1240
- index: 3,
1241
- start: 8.159999999999997,
1242
- end: 8.32
1243
- }, {
1244
- index: 4,
1245
- start: 8.32,
1246
- end: 8.399999999999999
1247
- }]
1248
- }, {
1249
- offset: 8.399999999999999,
1250
- duration: 0.9600000000000009,
1251
- text: "and it come find",
1252
- punctuations: [{
1253
- index: 0,
1254
- start: 8.399999999999999,
1255
- end: 8.719999999999999
1256
- }, {
1257
- index: 1,
1258
- start: 8.719999999999999,
1259
- end: 8.800002
1260
- }, {
1261
- index: 2,
1262
- start: 8.880000000000003,
1263
- end: 9.200000000000003
1264
- }, {
1265
- index: 3,
1266
- start: 9.200000000000003,
1267
- end: 9.36
1268
- }]
1269
- }, {
1270
- offset: 9.36,
1271
- duration: 1.4400019999999998,
1272
- text: "out these LLMs do",
1273
- punctuations: [{
1274
- index: 0,
1275
- start: 9.36,
1276
- end: 9.519999999999996
1277
- }, {
1278
- index: 1,
1279
- start: 9.519999999999996,
1280
- end: 9.759999999999998
1281
- }, {
1282
- index: 2,
1283
- start: 9.759999999999998,
1284
- end: 10.259999999999998
1285
- }, {
1286
- index: 3,
1287
- start: 10.399999999999999,
1288
- end: 10.800002
1289
- }]
1290
- }, {
1291
- offset: 10.800002,
1292
- duration: 1.864998,
1293
- text: "use a lot of video",
1294
- punctuations: [{
1295
- index: 0,
1296
- start: 10.800002,
1297
- end: 11.300002
1298
- }, {
1299
- index: 1,
1300
- start: 11.784999999999997,
1301
- end: 12.024999999999999
1302
- }, {
1303
- index: 2,
1304
- start: 12.024999999999999,
1305
- end: 12.104999999999997
1306
- }, {
1307
- index: 3,
1308
- start: 12.104999999999997,
1309
- end: 12.185000000000002
1310
- }, {
1311
- index: 4,
1312
- start: 12.185000000000002,
1313
- end: 12.665
1314
- }]
1315
- }, {
1316
- offset: 12.665,
1317
- duration: 1.2800000000000011,
1318
- text: "first platforms for",
1319
- punctuations: [{
1320
- index: 0,
1321
- start: 12.665,
1322
- end: 12.985
1323
- }, {
1324
- index: 1,
1325
- start: 12.985,
1326
- end: 13.485
1327
- }, {
1328
- index: 2,
1329
- start: 13.625,
1330
- end: 13.945
1331
- }]
1332
- }, {
1333
- offset: 13.945,
1334
- duration: 0.6400000000000006,
1335
- text: "their sources.",
1336
- punctuations: [{
1337
- index: 0,
1338
- start: 13.945,
1339
- end: 14.185000000000002
1340
- }, {
1341
- index: 1,
1342
- start: 14.185000000000002,
1343
- end: 14.585
1344
- }]
1345
- }]
1346
- }
1347
- }]
1348
- }, {
1349
- recordingIndex: 0,
1350
- layout: {
1351
- type: "simple_frame_zoom_cut",
1352
- data: {
1353
- noBackgroundVideoEffects: {
1354
- facePop: false,
1355
- backgroundDim: false,
1356
- backgroundBlur: false
1357
- },
1358
- sourceVideo: {
1359
- videoUrl: "https://stream.mux.com/Jq2c02Dj6TCLN7DyTeeHSxgvNvN01kyQhj2HoZufeFAzU/highest.mp4",
1360
- start: 46.475,
1361
- aspectRatio: "16:9",
1362
- durationSeconds: 94.976
1363
- },
1364
- duration: 7.229998,
1365
- logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
1366
- frameColor: "#2C2C2C",
1367
- disableTransitionSounds: false,
1368
- brollUrl: "https://videos.pexels.com/video-files/30718280/13141870_2160_1440_30fps.mp4",
1369
- words: ["ChatGPT", "citations", "YouTube", "links", "screen"],
1370
- noBackgroundVideo: {
1371
- videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1772036919451.webm",
1372
- faceMetadata: null
1373
- },
1374
- paddingLeft: 0,
1375
- paddingRight: 0
1376
- }
1377
- },
1378
- effects: [{
1379
- type: "caption_word_boom",
1380
- data: {
1381
- transcript_text: [{
1382
- offset: 0,
1383
- duration: 0.5599999999999952,
1384
- text: "For example, I",
1385
- punctuations: [{
1386
- index: 0,
1387
- start: 0,
1388
- end: 0.1599999999999966
1389
- }, {
1390
- index: 1,
1391
- start: 0.1599999999999966,
1392
- end: 0.4799980000000019
1393
- }, {
1394
- index: 2,
1395
- start: 0.4799980000000019,
1396
- end: 0.5599999999999952
1397
- }]
1398
- }, {
1399
- offset: 0.5599999999999952,
1400
- duration: 0.8999980000000036,
1401
- text: "think it's ChatGPT,",
1402
- punctuations: [{
1403
- index: 0,
1404
- start: 0.5599999999999952,
1405
- end: 0.7999979999999951
1406
- }, {
1407
- index: 1,
1408
- start: 0.7999979999999951,
1409
- end: 0.9599979999999988
1410
- }, {
1411
- index: 2,
1412
- start: 0.9599979999999988,
1413
- end: 1.4599979999999988
1414
- }]
1415
- }, {
1416
- offset: 3.4399999999999977,
1417
- duration: 2.4200000000000017,
1418
- text: "sites YouTube a lot",
1419
- punctuations: [{
1420
- index: 0,
1421
- start: 3.4399999999999977,
1422
- end: 3.9200000000000017
1423
- }, {
1424
- index: 1,
1425
- start: 3.9200000000000017,
1426
- end: 4.420000000000002
1427
- }, {
1428
- index: 2,
1429
- start: 5.199999999999996,
1430
- end: 5.359999999999999
1431
- }, {
1432
- index: 3,
1433
- start: 5.359999999999999,
1434
- end: 5.859999999999999
1435
- }]
1436
- }, {
1437
- offset: 6.079999999999998,
1438
- duration: 0.8999980000000036,
1439
- text: "in its findings.",
1440
- punctuations: [{
1441
- index: 0,
1442
- start: 6.079999999999998,
1443
- end: 6.240000000000002
1444
- }, {
1445
- index: 1,
1446
- start: 6.240000000000002,
1447
- end: 6.479998000000002
1448
- }, {
1449
- index: 2,
1450
- start: 6.479998000000002,
1451
- end: 6.979998000000002
1452
- }]
1453
- }]
1454
- }
1455
- }]
1456
- }, {
1457
- recordingIndex: 0,
1458
- layout: {
1459
- type: "simple_frame",
1460
- data: {
1461
- noBackgroundVideoEffects: {
1462
- facePop: false,
1463
- backgroundDim: false,
1464
- backgroundBlur: false
1465
- },
1466
- sourceVideo: {
1467
- videoUrl: "https://stream.mux.com/Jq2c02Dj6TCLN7DyTeeHSxgvNvN01kyQhj2HoZufeFAzU/highest.mp4",
1468
- start: 53.835,
1469
- aspectRatio: "16:9",
1470
- durationSeconds: 94.976
1471
- },
1472
- duration: 8.445,
1473
- logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
1474
- frameColor: "#2C2C2C",
1475
- disableTransitionSounds: false,
1476
- brollUrl: "https://videos.pexels.com/video-files/1841356/1841356-uhd_2560_1440_30fps.mp4",
1477
- sentenceText: "Post across platforms so more AIs can find you.",
1478
- text: "Post across platforms so more AIs can find you.",
1479
- imageUrl: "https://images.pexels.com/photos/33440401/pexels-photo-33440401.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
1480
- imgBgUrlVariations: {
1481
- "default": "https://images.pexels.com/photos/33440401/pexels-photo-33440401.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
1482
- pexels: "https://images.pexels.com/photos/33440401/pexels-photo-33440401.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
1483
- },
1484
- words: ["Platform", "Diversity"],
1485
- noBackgroundVideo: {
1486
- videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1772036919451.webm",
1487
- faceMetadata: null
1488
- },
1489
- paddingLeft: 0,
1490
- paddingRight: 0
1491
- }
1492
- },
1493
- effects: [{
1494
- type: "caption_word_boom",
1495
- data: {
1496
- transcript_text: [{
1497
- offset: 0,
1498
- duration: 0.8999999999999986,
1499
- text: "So the opportunity",
1500
- punctuations: [{
1501
- index: 0,
1502
- start: 0,
1503
- end: 0.23999700000000246
1504
- }, {
1505
- index: 1,
1506
- start: 0.23999700000000246,
1507
- end: 0.3999999999999986
1508
- }, {
1509
- index: 2,
1510
- start: 0.3999999999999986,
1511
- end: 0.8999999999999986
1512
- }]
1513
- }, {
1514
- offset: 1.0399999999999991,
1515
- duration: 0.879997000000003,
1516
- text: "is very clear.",
1517
- punctuations: [{
1518
- index: 0,
1519
- start: 1.0399999999999991,
1520
- end: 1.1999999999999957
1521
- }, {
1522
- index: 1,
1523
- start: 1.1999999999999957,
1524
- end: 1.4399979999999957
1525
- }, {
1526
- index: 2,
1527
- start: 1.4399979999999957,
1528
- end: 1.9199970000000022
1529
- }]
1530
- }, {
1531
- offset: 1.9199970000000022,
1532
- duration: 0.8000029999999967,
1533
- text: "If you're doing",
1534
- punctuations: [{
1535
- index: 0,
1536
- start: 1.9199970000000022,
1537
- end: 2.0799999999999983
1538
- }, {
1539
- index: 1,
1540
- start: 2.0799999999999983,
1541
- end: 2.3200000000000003
1542
- }, {
1543
- index: 2,
1544
- start: 2.3200000000000003,
1545
- end: 2.719999999999999
1546
- }]
1547
- }, {
1548
- offset: 2.719999999999999,
1549
- duration: 1.0399999999999991,
1550
- text: "short form video",
1551
- punctuations: [{
1552
- index: 0,
1553
- start: 2.719999999999999,
1554
- end: 3.1199980000000025
1555
- }, {
1556
- index: 1,
1557
- start: 3.1199980000000025,
1558
- end: 3.3599999999999994
1559
- }, {
1560
- index: 2,
1561
- start: 3.3599999999999994,
1562
- end: 3.759999999999998
1563
- }]
1564
- }, {
1565
- offset: 3.759999999999998,
1566
- duration: 0.3200000000000003,
1567
- text: "and you're",
1568
- punctuations: [{
1569
- index: 0,
1570
- start: 3.759999999999998,
1571
- end: 3.919997000000002
1572
- }, {
1573
- index: 1,
1574
- start: 3.919997000000002,
1575
- end: 4.079999999999998
1576
- }]
1577
- }, {
1578
- offset: 4.079999999999998,
1579
- duration: 0.7650000000000006,
1580
- text: "publishing it to",
1581
- punctuations: [{
1582
- index: 0,
1583
- start: 4.079999999999998,
1584
- end: 4.560000000000002
1585
- }, {
1586
- index: 1,
1587
- start: 4.560000000000002,
1588
- end: 4.640000000000001
1589
- }, {
1590
- index: 2,
1591
- start: 4.640000000000001,
1592
- end: 4.844999999999999
1593
- }]
1594
- }, {
1595
- offset: 4.925001999999999,
1596
- duration: 0.8199979999999982,
1597
- text: "all the different",
1598
- punctuations: [{
1599
- index: 0,
1600
- start: 4.925001999999999,
1601
- end: 5.005000000000003
1602
- }, {
1603
- index: 1,
1604
- start: 5.005000000000003,
1605
- end: 5.244999999999997
1606
- }, {
1607
- index: 2,
1608
- start: 5.244999999999997,
1609
- end: 5.744999999999997
1610
- }]
1611
- }, {
1612
- offset: 5.805,
1613
- duration: 1.1200019999999995,
1614
- text: "platforms, and what",
1615
- punctuations: [{
1616
- index: 0,
1617
- start: 5.805,
1618
- end: 6.305
1619
- }, {
1620
- index: 1,
1621
- start: 6.604999999999997,
1622
- end: 6.765000000000001
1623
- }, {
1624
- index: 2,
1625
- start: 6.765000000000001,
1626
- end: 6.925001999999999
1627
- }]
1628
- }, {
1629
- offset: 6.925001999999999,
1630
- duration: 0.6399979999999985,
1631
- text: "I've learned is",
1632
- punctuations: [{
1633
- index: 0,
1634
- start: 6.925001999999999,
1635
- end: 7.085001999999996
1636
- }, {
1637
- index: 1,
1638
- start: 7.085001999999996,
1639
- end: 7.324999999999996
1640
- }, {
1641
- index: 2,
1642
- start: 7.324999999999996,
1643
- end: 7.564999999999998
1644
- }]
1645
- }, {
1646
- offset: 7.564999999999998,
1647
- duration: 0.480000000000004,
1648
- text: "diversity is",
1649
- punctuations: [{
1650
- index: 0,
1651
- start: 7.564999999999998,
1652
- end: 7.884999999999998
1653
- }, {
1654
- index: 1,
1655
- start: 7.884999999999998,
1656
- end: 8.045000000000002
1657
- }]
1658
- }, {
1659
- offset: 8.045000000000002,
1660
- duration: 0.3999999999999986,
1661
- text: "important.",
1662
- punctuations: [{
1663
- index: 0,
1664
- start: 8.045000000000002,
1665
- end: 8.445
1666
- }]
1667
- }]
1668
- }
1669
- }]
1670
- }, {
1671
- recordingIndex: 0,
1672
- layout: {
1673
- type: "simple_frame_zoom_cut",
1674
- data: {
1675
- noBackgroundVideoEffects: {
1676
- facePop: false,
1677
- backgroundDim: false,
1678
- backgroundBlur: false
1679
- },
1680
- sourceVideo: {
1681
- videoUrl: "https://stream.mux.com/Jq2c02Dj6TCLN7DyTeeHSxgvNvN01kyQhj2HoZufeFAzU/highest.mp4",
1682
- start: 62.28,
29
+ videoUrl: "https://stream.mux.com/2VQViTpJbLYusx02bZf1Ly8il6rWovIjkT2EU00sldFxY/highest.mp4",
30
+ proxyVideoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/content/screenplay-proxy/v1/2VQViTpJbLYusx02bZf1Ly8il6rWovIjkT2EU00sldFxY/max640_fps24_crf30.mp4",
31
+ start: 1.68,
1683
32
  aspectRatio: "16:9",
1684
- durationSeconds: 94.976
33
+ durationSeconds: 16.009333
1685
34
  },
1686
- duration: 4.64,
1687
- logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
1688
- frameColor: "#2C2C2C",
35
+ duration: 3.63,
36
+ logoUrl: "https://cdn.zync.ai/assets/static/default_blank_logo.png",
37
+ frameColor: "#29402F",
1689
38
  disableTransitionSounds: false,
1690
- noBackgroundVideo: {
1691
- videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1772036919451.webm",
1692
- faceMetadata: null
1693
- },
1694
- paddingLeft: 0,
1695
- paddingRight: 0
39
+ paddingLeft: 1.68,
40
+ paddingRight: 0.625
1696
41
  }
1697
42
  },
1698
43
  effects: [{
@@ -1700,145 +45,73 @@ var renderer = new RemotionRenderer({
1700
45
  data: {
1701
46
  transcript_text: [{
1702
47
  offset: 0,
1703
- duration: 0.7999999999999972,
1704
- text: "If you post to just",
48
+ duration: 1.78,
49
+ text: "This is a request",
1705
50
  punctuations: [{
1706
51
  index: 0,
1707
52
  start: 0,
1708
- end: 0.0799999999999983
1709
- }, {
1710
- index: 1,
1711
- start: 0.0799999999999983,
1712
- end: 0.240000000000002
1713
- }, {
1714
- index: 2,
1715
- start: 0.240000000000002,
1716
- end: 0.48000199999999893
1717
- }, {
1718
- index: 3,
1719
- start: 0.48000199999999893,
1720
- end: 0.5600000000000023
1721
- }, {
1722
- index: 4,
1723
- start: 0.5600000000000023,
1724
- end: 0.7999999999999972
1725
- }]
1726
- }, {
1727
- offset: 0.7999999999999972,
1728
- duration: 1.519999999999996,
1729
- text: "one platform, one",
1730
- punctuations: [{
1731
- index: 0,
1732
- start: 0.7999999999999972,
1733
- end: 1.0399999999999991
1734
- }, {
1735
- index: 1,
1736
- start: 1.0399999999999991,
1737
- end: 1.5399999999999991
1738
- }, {
1739
- index: 2,
1740
- start: 2,
1741
- end: 2.319999999999993
1742
- }]
1743
- }, {
1744
- offset: 2.319999999999993,
1745
- duration: 0.960000000000008,
1746
- text: "LLM or maybe a",
1747
- punctuations: [{
1748
- index: 0,
1749
- start: 2.319999999999993,
1750
- end: 2.799999999999997
53
+ end: 0.24
1751
54
  }, {
1752
55
  index: 1,
1753
- start: 2.799999999999997,
1754
- end: 2.9599999999999937
56
+ start: 0.24,
57
+ end: 0.74
1755
58
  }, {
1756
59
  index: 2,
1757
- start: 2.9599999999999937,
1758
- end: 3.200000000000003
60
+ start: 0.9599998999999999,
61
+ end: 1.28
1759
62
  }, {
1760
63
  index: 3,
1761
- start: 3.200000000000003,
1762
- end: 3.280000000000001
1763
- }]
1764
- }, {
1765
- offset: 3.280000000000001,
1766
- duration: 0.6400000000000006,
1767
- text: "couple of access,",
1768
- punctuations: [{
1769
- index: 0,
1770
- start: 3.280000000000001,
1771
- end: 3.519999999999996
1772
- }, {
1773
- index: 1,
1774
- start: 3.519999999999996,
1775
- end: 3.5999999999999943
1776
- }, {
1777
- index: 2,
1778
- start: 3.5999999999999943,
1779
- end: 3.9200000000000017
64
+ start: 1.28,
65
+ end: 1.78
1780
66
  }]
1781
67
  }, {
1782
- offset: 3.9200000000000017,
1783
- duration: 0.5600000000000023,
1784
- text: "but not all of",
68
+ offset: 2.2399997999999997,
69
+ duration: 1.1400001999999998,
70
+ text: "to PTO test.",
1785
71
  punctuations: [{
1786
72
  index: 0,
1787
- start: 3.9200000000000017,
1788
- end: 4.159999999999997
73
+ start: 2.2399997999999997,
74
+ end: 2.3200000000000003
1789
75
  }, {
1790
76
  index: 1,
1791
- start: 4.159999999999997,
1792
- end: 4.319999999999993
77
+ start: 2.3200000000000003,
78
+ end: 2.8200000000000003
1793
79
  }, {
1794
80
  index: 2,
1795
- start: 4.319999999999993,
1796
- end: 4.400000000000006
1797
- }, {
1798
- index: 3,
1799
- start: 4.400000000000006,
1800
- end: 4.480000000000004
1801
- }]
1802
- }, {
1803
- offset: 4.480000000000004,
1804
- duration: 0.1599999999999966,
1805
- text: "them.",
1806
- punctuations: [{
1807
- index: 0,
1808
- start: 4.480000000000004,
1809
- end: 4.640000000000001
81
+ start: 2.88,
82
+ end: 3.38
1810
83
  }]
1811
84
  }]
1812
85
  }
1813
86
  }]
1814
87
  }, {
1815
- recordingIndex: 0,
1816
88
  layout: {
1817
- type: "simple_frame",
89
+ type: "creator_collab_cold_open",
1818
90
  data: {
91
+ text: "Rafal Bagrowski: Video Test",
92
+ fullName: "Rafal Bagrowski",
93
+ title: "",
94
+ collaboratorName: "rafal test",
95
+ collaboratorTitle: null,
1819
96
  noBackgroundVideoEffects: {
1820
97
  facePop: false,
1821
98
  backgroundDim: false,
1822
99
  backgroundBlur: false
1823
100
  },
101
+ firstVideoFile: "https://stream.mux.com/2VQViTpJbLYusx02bZf1Ly8il6rWovIjkT2EU00sldFxY/highest.mp4",
102
+ firstProxyVideoFile: "https://storage.googleapis.com/ai-recorder-media-assets/media/content/screenplay-proxy/v1/2VQViTpJbLYusx02bZf1Ly8il6rWovIjkT2EU00sldFxY/max640_fps24_crf30.mp4",
103
+ secondVideoFile: "https://stream.mux.com/FNnPyiymEzcjTW1BhsKLJZaPF7mh4BEOlxCOuqxRn500/highest.mp4",
104
+ secondProxyVideoFile: "https://storage.googleapis.com/ai-recorder-media-assets/media/content/screenplay-proxy/v1/FNnPyiymEzcjTW1BhsKLJZaPF7mh4BEOlxCOuqxRn500/max640_fps24_crf30.mp4",
105
+ duration: 7.2299999999999995,
1824
106
  sourceVideo: {
1825
- videoUrl: "https://stream.mux.com/Jq2c02Dj6TCLN7DyTeeHSxgvNvN01kyQhj2HoZufeFAzU/highest.mp4",
1826
- start: 66.92,
107
+ videoUrl: "https://stream.mux.com/2VQViTpJbLYusx02bZf1Ly8il6rWovIjkT2EU00sldFxY/highest.mp4",
108
+ proxyVideoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/content/screenplay-proxy/v1/2VQViTpJbLYusx02bZf1Ly8il6rWovIjkT2EU00sldFxY/max640_fps24_crf30.mp4",
109
+ start: 6.56,
1827
110
  aspectRatio: "16:9",
1828
- durationSeconds: 94.976
1829
- },
1830
- duration: 5.5200000000000005,
1831
- logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
1832
- frameColor: "#2C2C2C",
1833
- disableTransitionSounds: false,
1834
- brollUrl: "https://videos.pexels.com/video-files/1536315/1536315-hd_1920_1080_30fps.mp4",
1835
- words: ["Diverse", "Distribution"],
1836
- noBackgroundVideo: {
1837
- videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1772036919451.webm",
1838
- faceMetadata: null
111
+ durationSeconds: 16.009333
1839
112
  },
1840
- paddingLeft: 0,
1841
- paddingRight: 0
113
+ paddingLeft: 0.625,
114
+ paddingRight: 2.2193330000000033
1842
115
  }
1843
116
  },
1844
117
  effects: [{
@@ -1846,136 +119,84 @@ var renderer = new RemotionRenderer({
1846
119
  data: {
1847
120
  transcript_text: [{
1848
121
  offset: 0,
1849
- duration: 0.3999999999999915,
1850
- text: "That's why it's",
122
+ duration: 1.6000000000000005,
123
+ text: "Let's keep that, to",
1851
124
  punctuations: [{
1852
125
  index: 0,
1853
126
  start: 0,
1854
- end: 0.1599999999999966
1855
- }, {
1856
- index: 1,
1857
- start: 0.1599999999999966,
1858
- end: 0.3199999999999932
1859
- }, {
1860
- index: 2,
1861
- start: 0.3199999999999932,
1862
- end: 0.3999999999999915
1863
- }]
1864
- }, {
1865
- offset: 0.3999999999999915,
1866
- duration: 0.6400000000000006,
1867
- text: "important to have",
1868
- punctuations: [{
1869
- index: 0,
1870
- start: 0.3999999999999915,
1871
- end: 0.7999999999999972
127
+ end: 0.40000000000000036
1872
128
  }, {
1873
129
  index: 1,
1874
- start: 0.7999999999999972,
1875
- end: 0.8799999999999955
130
+ start: 0.40000000000000036,
131
+ end: 0.6400000000000006
1876
132
  }, {
1877
133
  index: 2,
1878
- start: 0.8799999999999955,
1879
- end: 1.039999999999992
1880
- }]
1881
- }, {
1882
- offset: 1.039999999999992,
1883
- duration: 0.480000000000004,
1884
- text: "it everywhere",
1885
- punctuations: [{
1886
- index: 0,
1887
- start: 1.039999999999992,
1888
- end: 1.2000000000000028
134
+ start: 0.6400000000000006,
135
+ end: 1.04
1889
136
  }, {
1890
- index: 1,
1891
- start: 1.2000000000000028,
1892
- end: 1.519999999999996
137
+ index: 3,
138
+ start: 1.4400000000000004,
139
+ end: 1.6000000000000005
1893
140
  }]
1894
141
  }, {
1895
- offset: 1.519999999999996,
1896
- duration: 0.8799999999999955,
1897
- text: "because then the",
142
+ offset: 1.6000000000000005,
143
+ duration: 0.8999989999999993,
144
+ text: "ten seconds.",
1898
145
  punctuations: [{
1899
146
  index: 0,
1900
- start: 1.519999999999996,
1901
- end: 1.8400000000000034
147
+ start: 1.6000000000000005,
148
+ end: 1.9999989999999999
1902
149
  }, {
1903
150
  index: 1,
1904
- start: 1.8400000000000034,
1905
- end: 2.239999999999995
1906
- }, {
1907
- index: 2,
1908
- start: 2.239999999999995,
1909
- end: 2.3999999999999915
151
+ start: 1.9999989999999999,
152
+ end: 2.499999
1910
153
  }]
1911
154
  }, {
1912
- offset: 2.3999999999999915,
1913
- duration: 0.960000000000008,
1914
- text: "different LLMs, the",
155
+ offset: 4.240000000000001,
156
+ duration: 1.0399999999999991,
157
+ text: "This should be a",
1915
158
  punctuations: [{
1916
159
  index: 0,
1917
- start: 2.3999999999999915,
1918
- end: 2.719999999999999
160
+ start: 4.240000000000001,
161
+ end: 4.4799999999999995
1919
162
  }, {
1920
163
  index: 1,
1921
- start: 2.719999999999999,
1922
- end: 3.219999999999999
164
+ start: 4.4799999999999995,
165
+ end: 4.8
1923
166
  }, {
1924
167
  index: 2,
1925
- start: 3.280000000000001,
1926
- end: 3.3599999999999994
1927
- }]
1928
- }, {
1929
- offset: 3.3599999999999994,
1930
- duration: 0.7999999999999972,
1931
- text: "different AIs have",
1932
- punctuations: [{
1933
- index: 0,
1934
- start: 3.3599999999999994,
1935
- end: 3.6799999999999926
1936
- }, {
1937
- index: 1,
1938
- start: 3.6799999999999926,
1939
- end: 4
168
+ start: 4.8,
169
+ end: 5.039999000000001
1940
170
  }, {
1941
- index: 2,
1942
- start: 4,
1943
- end: 4.159999999999997
171
+ index: 3,
172
+ start: 5.039999000000001,
173
+ end: 5.28
1944
174
  }]
1945
175
  }, {
1946
- offset: 4.159999999999997,
1947
- duration: 0.480000000000004,
1948
- text: "access to the",
176
+ offset: 5.28,
177
+ duration: 1.1999999999999993,
178
+ text: "question asked to",
1949
179
  punctuations: [{
1950
180
  index: 0,
1951
- start: 4.159999999999997,
1952
- end: 4.3999999999999915
181
+ start: 5.28,
182
+ end: 5.78
1953
183
  }, {
1954
184
  index: 1,
1955
- start: 4.3999999999999915,
1956
- end: 4.559995999999998
185
+ start: 5.840000000000001,
186
+ end: 6.239999
1957
187
  }, {
1958
188
  index: 2,
1959
- start: 4.559995999999998,
1960
- end: 4.640000000000001
1961
- }]
1962
- }, {
1963
- offset: 4.640000000000001,
1964
- duration: 0.23999999999999488,
1965
- text: "different",
1966
- punctuations: [{
1967
- index: 0,
1968
- start: 4.640000000000001,
1969
- end: 4.8799999999999955
189
+ start: 6.239999,
190
+ end: 6.4799999999999995
1970
191
  }]
1971
192
  }, {
1972
- offset: 4.8799999999999955,
193
+ offset: 6.4799999999999995,
1973
194
  duration: 0.5,
1974
- text: "platforms.",
195
+ text: "collaborator.",
1975
196
  punctuations: [{
1976
197
  index: 0,
1977
- start: 4.8799999999999955,
1978
- end: 5.3799999999999955
198
+ start: 6.4799999999999995,
199
+ end: 6.9799999999999995
1979
200
  }]
1980
201
  }]
1981
202
  }
@@ -1991,180 +212,18 @@ var renderer = new RemotionRenderer({
1991
212
  backgroundBlur: false
1992
213
  },
1993
214
  sourceVideo: {
1994
- videoUrl: "https://stream.mux.com/Jq2c02Dj6TCLN7DyTeeHSxgvNvN01kyQhj2HoZufeFAzU/highest.mp4",
1995
- start: 72.44,
1996
- aspectRatio: "16:9",
1997
- durationSeconds: 94.976
1998
- },
1999
- duration: 6.165000000000003,
2000
- logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
2001
- frameColor: "#2C2C2C",
2002
- disableTransitionSounds: false,
2003
- brollUrl: "https://videos.pexels.com/video-files/34743480/14728815_1920_1080_60fps.mp4",
2004
- sentenceText: "Publishing everywhere boosts your chances of AI citations.",
2005
- text: "Publishing everywhere boosts your chances of AI citations.",
2006
- imageUrl: "https://images.pexels.com/photos/6986455/pexels-photo-6986455.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
2007
- imgBgUrlVariations: {
2008
- "default": "https://images.pexels.com/photos/6986455/pexels-photo-6986455.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
2009
- pexels: "https://images.pexels.com/photos/6986455/pexels-photo-6986455.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
2010
- },
2011
- words: ["Post", "Everywhere"],
2012
- noBackgroundVideo: {
2013
- videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1772036919451.webm",
2014
- faceMetadata: null
2015
- },
2016
- paddingLeft: 0,
2017
- paddingRight: 0
2018
- }
2019
- },
2020
- effects: [{
2021
- type: "caption_word_boom",
2022
- data: {
2023
- transcript_text: [{
2024
- offset: 0,
2025
- duration: 0.48499999999999943,
2026
- text: "So if you post",
2027
- punctuations: [{
2028
- index: 0,
2029
- start: 0,
2030
- end: 0.08500000000000796
2031
- }, {
2032
- index: 1,
2033
- start: 0.16500000000000625,
2034
- end: 0.24500500000000613
2035
- }, {
2036
- index: 2,
2037
- start: 0.24500500000000613,
2038
- end: 0.40500000000000114
2039
- }, {
2040
- index: 3,
2041
- start: 0.40500000000000114,
2042
- end: 0.48499999999999943
2043
- }]
2044
- }, {
2045
- offset: 0.48499999999999943,
2046
- duration: 0.5600000000000023,
2047
- text: "everywhere, you're",
2048
- punctuations: [{
2049
- index: 0,
2050
- start: 0.48499999999999943,
2051
- end: 0.8850050000000067
2052
- }, {
2053
- index: 1,
2054
- start: 0.8850050000000067,
2055
- end: 1.0450000000000017
2056
- }]
2057
- }, {
2058
- offset: 1.0450000000000017,
2059
- duration: 0.4800039999999939,
2060
- text: "gonna be more",
2061
- punctuations: [{
2062
- index: 0,
2063
- start: 1.0450000000000017,
2064
- end: 1.2849999999999966
2065
- }, {
2066
- index: 1,
2067
- start: 1.2849999999999966,
2068
- end: 1.365000000000009
2069
- }, {
2070
- index: 2,
2071
- start: 1.365000000000009,
2072
- end: 1.5250039999999956
2073
- }]
2074
- }, {
2075
- offset: 1.5250039999999956,
2076
- duration: 0.719996000000009,
2077
- text: "likely to be,",
2078
- punctuations: [{
2079
- index: 0,
2080
- start: 1.5250039999999956,
2081
- end: 1.8449999999999989
2082
- }, {
2083
- index: 1,
2084
- start: 1.8449999999999989,
2085
- end: 1.9249999999999972
2086
- }, {
2087
- index: 2,
2088
- start: 1.9249999999999972,
2089
- end: 2.2450000000000045
2090
- }]
2091
- }, {
2092
- offset: 2.4849999999999994,
2093
- duration: 2.260000000000005,
2094
- text: "cited, in AI search",
2095
- punctuations: [{
2096
- index: 0,
2097
- start: 2.4849999999999994,
2098
- end: 2.9849999999999994
2099
- }, {
2100
- index: 1,
2101
- start: 3.6850000000000023,
2102
- end: 3.924999999999997
2103
- }, {
2104
- index: 2,
2105
- start: 3.924999999999997,
2106
- end: 4.2450000000000045
2107
- }, {
2108
- index: 3,
2109
- start: 4.2450000000000045,
2110
- end: 4.7450000000000045
2111
- }]
2112
- }, {
2113
- offset: 5.045000000000002,
2114
- duration: 1.0600000000000023,
2115
- text: "by these platforms.",
2116
- punctuations: [{
2117
- index: 0,
2118
- start: 5.045000000000002,
2119
- end: 5.284999999999997
2120
- }, {
2121
- index: 1,
2122
- start: 5.284999999999997,
2123
- end: 5.605000000000004
2124
- }, {
2125
- index: 2,
2126
- start: 5.605000000000004,
2127
- end: 6.105000000000004
2128
- }]
2129
- }]
2130
- }
2131
- }]
2132
- }, {
2133
- recordingIndex: 0,
2134
- layout: {
2135
- type: "intro_video",
2136
- data: {
2137
- noBackgroundVideoEffects: {
2138
- facePop: false,
2139
- backgroundDim: false,
2140
- backgroundBlur: false
2141
- },
2142
- sourceVideo: {
2143
- videoUrl: "https://stream.mux.com/Jq2c02Dj6TCLN7DyTeeHSxgvNvN01kyQhj2HoZufeFAzU/highest.mp4",
2144
- start: 78.605,
215
+ videoUrl: "https://stream.mux.com/FNnPyiymEzcjTW1BhsKLJZaPF7mh4BEOlxCOuqxRn500/highest.mp4",
216
+ proxyVideoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/content/screenplay-proxy/v1/FNnPyiymEzcjTW1BhsKLJZaPF7mh4BEOlxCOuqxRn500/max640_fps24_crf30.mp4",
217
+ start: 1.4399999,
2145
218
  aspectRatio: "16:9",
2146
- durationSeconds: 94.976
219
+ durationSeconds: 11.942667
2147
220
  },
2148
- duration: 12.04631,
2149
- logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
2150
- frameColor: "#2C2C2C",
221
+ duration: 8.989999000000001,
222
+ logoUrl: "https://cdn.zync.ai/assets/static/default_blank_logo.png",
223
+ frameColor: "#29402F",
2151
224
  disableTransitionSounds: false,
2152
- brollUrl: "https://videos.pexels.com/video-files/9029324/9029324-hd_1920_1080_30fps.mp4",
2153
- sentenceText: "Video helps people. Video helps robots surface your content. ",
2154
- text: "Video helps people. Video helps robots surface your content. ",
2155
- imageUrl: "https://images.pexels.com/photos/6153739/pexels-photo-6153739.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
2156
- imgBgUrlVariations: {
2157
- "default": "https://images.pexels.com/photos/6153739/pexels-photo-6153739.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
2158
- pexels: "https://images.pexels.com/photos/6153739/pexels-photo-6153739.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
2159
- },
2160
- words: ["Humans", "&", "Robots"],
2161
- noBackgroundVideo: {
2162
- videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1772036919451.webm",
2163
- faceMetadata: null
2164
- },
2165
- paddingLeft: 0,
2166
- paddingRight: 4.324689999999995,
2167
- sentenceTextTwo: "Justin Vajko"
225
+ paddingLeft: 1.4399999,
226
+ paddingRight: 1.512668099999999
2168
227
  }
2169
228
  },
2170
229
  effects: [{
@@ -2172,173 +231,105 @@ var renderer = new RemotionRenderer({
2172
231
  data: {
2173
232
  transcript_text: [{
2174
233
  offset: 0,
2175
- duration: 0.7399999999999949,
2176
- text: "And that's,",
234
+ duration: 1.2199999,
235
+ text: "This is a response",
2177
236
  punctuations: [{
2178
237
  index: 0,
2179
238
  start: 0,
2180
- end: 0.23999999999999488
2181
- }, {
2182
- index: 1,
2183
- start: 0.23999999999999488,
2184
- end: 0.7399999999999949
2185
- }]
2186
- }, {
2187
- offset: 0.7999999999999972,
2188
- duration: 1.2800000000000011,
2189
- text: "ironically, the",
2190
- punctuations: [{
2191
- index: 0,
2192
- start: 0.7999999999999972,
2193
- end: 1.2999999999999972
2194
- }, {
2195
- index: 1,
2196
- start: 1.8399999999999892,
2197
- end: 2.0799999999999983
2198
- }]
2199
- }, {
2200
- offset: 2.0799999999999983,
2201
- duration: 0.7999999999999972,
2202
- text: "opportunity if you",
2203
- punctuations: [{
2204
- index: 0,
2205
- start: 2.0799999999999983,
2206
- end: 2.5600000000000023
2207
- }, {
2208
- index: 1,
2209
- start: 2.5600000000000023,
2210
- end: 2.7200050000000005
2211
- }, {
2212
- index: 2,
2213
- start: 2.7200050000000005,
2214
- end: 2.8799999999999955
2215
- }]
2216
- }, {
2217
- offset: 2.8799999999999955,
2218
- duration: 1.4599999999999937,
2219
- text: "do video, which is",
2220
- punctuations: [{
2221
- index: 0,
2222
- start: 2.8799999999999955,
2223
- end: 3.040003999999996
239
+ end: 0.3200000999999999
2224
240
  }, {
2225
241
  index: 1,
2226
- start: 3.040003999999996,
2227
- end: 3.540003999999996
242
+ start: 0.3200000999999999,
243
+ end: 0.4800000999999998
2228
244
  }, {
2229
245
  index: 2,
2230
- start: 3.5999999999999943,
2231
- end: 3.839999999999989
246
+ start: 0.4800000999999998,
247
+ end: 0.7199998999999999
2232
248
  }, {
2233
249
  index: 3,
2234
- start: 3.839999999999989,
2235
- end: 4.339999999999989
2236
- }]
2237
- }, {
2238
- offset: 4.640000000000001,
2239
- duration: 0.6400000000000006,
2240
- text: "obviously for",
2241
- punctuations: [{
2242
- index: 0,
2243
- start: 4.640000000000001,
2244
- end: 5.11999999999999
2245
- }, {
2246
- index: 1,
2247
- start: 5.11999999999999,
2248
- end: 5.280000000000001
250
+ start: 0.7199998999999999,
251
+ end: 1.2199999
2249
252
  }]
2250
253
  }, {
2251
- offset: 5.280000000000001,
2252
- duration: 1.2963099999999912,
2253
- text: "people, it's also",
254
+ offset: 1.6000001,
255
+ duration: 1.1399999999999997,
256
+ text: "to the video.",
2254
257
  punctuations: [{
2255
258
  index: 0,
2256
- start: 5.280000000000001,
2257
- end: 5.780000000000001
259
+ start: 1.6000001,
260
+ end: 1.9999998999999997
2258
261
  }, {
2259
262
  index: 1,
2260
- start: 6.0963199999999915,
2261
- end: 6.336314999999999
263
+ start: 1.9999998999999997,
264
+ end: 2.2399999
2262
265
  }, {
2263
266
  index: 2,
2264
- start: 6.336314999999999,
2265
- end: 6.576309999999992
267
+ start: 2.2399999,
268
+ end: 2.7400000999999996
2266
269
  }]
2267
270
  }, {
2268
- offset: 6.576309999999992,
2269
- duration: 1.9400049999999993,
2270
- text: "good for the robots",
271
+ offset: 3.8399998,
272
+ duration: 1.4400002999999995,
273
+ text: "Let's keep that ten",
2271
274
  punctuations: [{
2272
275
  index: 0,
2273
- start: 6.576309999999992,
2274
- end: 7.056315999999995
276
+ start: 3.8399998,
277
+ end: 4.1600000999999995
2275
278
  }, {
2276
279
  index: 1,
2277
- start: 7.056315999999995,
2278
- end: 7.556315999999995
280
+ start: 4.1600000999999995,
281
+ end: 4.4800001
2279
282
  }, {
2280
283
  index: 2,
2281
- start: 7.776319999999998,
2282
- end: 8.016314999999992
284
+ start: 4.4800001,
285
+ end: 4.9599997
2283
286
  }, {
2284
287
  index: 3,
2285
- start: 8.016314999999992,
2286
- end: 8.516314999999992
288
+ start: 4.9599997,
289
+ end: 5.2800001
2287
290
  }]
2288
291
  }, {
2289
- offset: 8.976314000000002,
2290
- duration: 0.9599959999999896,
2291
- text: "to help you be",
292
+ offset: 5.2800001,
293
+ duration: 0.5,
294
+ text: "seconds.",
2292
295
  punctuations: [{
2293
296
  index: 0,
2294
- start: 8.976314000000002,
2295
- end: 9.296309999999991
2296
- }, {
2297
- index: 1,
2298
- start: 9.296309999999991,
2299
- end: 9.456319999999991
2300
- }, {
2301
- index: 2,
2302
- start: 9.456319999999991,
2303
- end: 9.776319999999998
2304
- }, {
2305
- index: 3,
2306
- start: 9.776319999999998,
2307
- end: 9.936309999999992
297
+ start: 5.2800001,
298
+ end: 5.7800001
2308
299
  }]
2309
300
  }, {
2310
- offset: 9.936309999999992,
2311
- duration: 1.200010000000006,
2312
- text: "found in these AI",
301
+ offset: 6.0000001,
302
+ duration: 2.0799995000000004,
303
+ text: "Let's let's see how",
2313
304
  punctuations: [{
2314
305
  index: 0,
2315
- start: 9.936309999999992,
2316
- end: 10.25631
306
+ start: 6.0000001,
307
+ end: 6.5000001
2317
308
  }, {
2318
309
  index: 1,
2319
- start: 10.25631,
2320
- end: 10.496319999999997
310
+ start: 6.8000001,
311
+ end: 7.2800001000000005
2321
312
  }, {
2322
313
  index: 2,
2323
- start: 10.496319999999997,
2324
- end: 10.81631999999999
314
+ start: 7.2800001000000005,
315
+ end: 7.7800001000000005
2325
316
  }, {
2326
317
  index: 3,
2327
- start: 10.81631999999999,
2328
- end: 11.136319999999998
318
+ start: 7.840000099999999,
319
+ end: 8.0799996
2329
320
  }]
2330
321
  }, {
2331
- offset: 11.136319999999998,
2332
- duration: 0.6599899999999934,
2333
- text: "search results.",
322
+ offset: 8.0799996,
323
+ duration: 0.6599994999999996,
324
+ text: "it works.",
2334
325
  punctuations: [{
2335
326
  index: 0,
2336
- start: 11.136319999999998,
2337
- end: 11.296309999999991
327
+ start: 8.0799996,
328
+ end: 8.2399991
2338
329
  }, {
2339
330
  index: 1,
2340
- start: 11.296309999999991,
2341
- end: 11.796309999999991
331
+ start: 8.2399991,
332
+ end: 8.7399991
2342
333
  }]
2343
334
  }]
2344
335
  }
@@ -2346,24 +337,7 @@ var renderer = new RemotionRenderer({
2346
337
  }]
2347
338
  }, {
2348
339
  type: "effect",
2349
- segments: [{
2350
- type: "title",
2351
- theme: null,
2352
- data: {
2353
- text: "Video and the Future of AI SEO",
2354
- offset: 1,
2355
- duration: 5
2356
- }
2357
- }, {
2358
- type: "nametag",
2359
- theme: "none",
2360
- data: {
2361
- name: "Arjun Sundararajan",
2362
- title: "Founder at Zync.ai | Simplifying Brand Building",
2363
- offset: 6,
2364
- duration: 5
2365
- }
2366
- }]
340
+ segments: []
2367
341
  }, {
2368
342
  type: "caption",
2369
343
  segments: []
@@ -2372,12 +346,12 @@ var renderer = new RemotionRenderer({
2372
346
  segments: [{
2373
347
  type: "soundtrack",
2374
348
  data: {
2375
- musicConfig: "no_music",
2376
- randomMusicUrl: "https://storage.googleapis.com/zync-media/media/music/11.mp3",
2377
- customMusicUrl: "https://storage.googleapis.com/zync-media/media/music/11.mp3",
349
+ musicConfig: "default",
350
+ randomMusicUrl: "https://storage.googleapis.com/zync-media/media/music/2.mp3",
351
+ customMusicUrl: "https://storage.googleapis.com/zync-media/media/music/2.mp3",
2378
352
  sourceAudio: {
2379
- url: "https://storage.googleapis.com/zync-media/media/music/11.mp3",
2380
- volume: 0,
353
+ url: "https://storage.googleapis.com/zync-media/media/music/2.mp3",
354
+ volume: 0.05,
2381
355
  start: 0,
2382
356
  loop: true
2383
357
  },
@@ -2386,15 +360,15 @@ var renderer = new RemotionRenderer({
2386
360
  }]
2387
361
  }],
2388
362
  output: {
2389
- orientation: "portrait",
363
+ orientation: "landscape",
2390
364
  fps: 60,
2391
- callbackUrl: "https://contentkit.zync.ai/api/processor/callback",
365
+ callbackUrl: "https://contentkit-test.zync.ai/api/processor/callback",
2392
366
  callbackMetadata: {
2393
367
  taskDetails: {
2394
368
  processorId: "VIDEO_SCREENPLAY",
2395
- workspaceId: "LPDfBsKz",
2396
- meetingSeriesId: "D9Vje6R5",
2397
- groupId: "9jQzuc"
369
+ workspaceId: "q9ZThUTP",
370
+ meetingSeriesId: "Jz8FGdTv",
371
+ groupId: "3hxTux"
2398
372
  }
2399
373
  }
2400
374
  }