@zync/zync-screnplay-player 0.1.204 → 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 (25) hide show
  1. package/dist/bundle.js +1 -1
  2. package/dist/screenplay/RemotionRenderer/components/LottieAnimationGlobal.js +21 -21
  3. package/dist/screenplay/RemotionRenderer/components/layouts/CreatorCollabColdOpen.js +741 -0
  4. package/dist/screenplay/RemotionRenderer/components/layouts/CreatorCollabConversationSpine.js +607 -0
  5. package/dist/screenplay/RemotionRenderer/components/layouts/CreatorCollabDocumentaryInset.js +606 -0
  6. package/dist/screenplay/RemotionRenderer/components/layouts/CreatorCollabRackFocus.js +603 -0
  7. package/dist/screenplay/RemotionRenderer/components/layouts/CreatorCollabStudioSet.js +589 -0
  8. package/dist/screenplay/RemotionRenderer/components/utils/FaceCenteredVideo.js +50 -50
  9. package/dist/screenplay/RemotionRenderer/components/utils/PausableImg.js +4 -4
  10. package/dist/screenplay/RemotionRenderer/components/utils/README.md +80 -80
  11. package/dist/screenplay/RemotionRenderer/components/utils/StretchTextDemo.js +3 -3
  12. package/dist/screenplay/RemotionRenderer/development.js +164 -1239
  13. package/dist/screenplay/RemotionRenderer/helpers/convertToSeconds.js +8 -8
  14. package/dist/screenplay/RemotionRenderer/helpers/faceBasedVideoStyles.js +4 -4
  15. package/dist/screenplay/RemotionRenderer/helpers/faceCenteredVideoTransforms.js +46 -46
  16. package/dist/screenplay/RemotionRenderer/main/lib/layouts/CreatorCollabColdOpenLayout.js +22 -0
  17. package/dist/screenplay/RemotionRenderer/main/lib/layouts/CreatorCollabConversationSpineLayout.js +22 -0
  18. package/dist/screenplay/RemotionRenderer/main/lib/layouts/CreatorCollabDocumentaryInsetLayout.js +22 -0
  19. package/dist/screenplay/RemotionRenderer/main/lib/layouts/CreatorCollabRackFocusLayout.js +22 -0
  20. package/dist/screenplay/RemotionRenderer/main/lib/layouts/CreatorCollabStudioSetLayout.js +22 -0
  21. package/dist/screenplay/RemotionRenderer/main/lib/layouts/LayoutFactory.js +25 -0
  22. package/dist/screenplay/RemotionRenderer/main/screenplaySchema.js +51 -51
  23. package/dist/screenplay/RemotionRenderer/registeredComponents.js +12 -2
  24. package/dist/screenplay/RemotionRenderer/tracks/LayoutVideoTrack.js +20 -20
  25. package/package.json +47 -47
@@ -3,466 +3,22 @@ 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: [{
17
17
  type: "segment",
18
18
  segments: [{
19
- recordingIndex: "0",
20
- layout: {
21
- type: "simple_frame",
22
- data: {
23
- noBackgroundVideoEffects: {
24
- facePop: false,
25
- backgroundDim: false,
26
- backgroundBlur: false
27
- },
28
- sourceVideo: {
29
- videoUrl: "https://stream.mux.com/QGZw64pRYR6Od41fmYF00isDNp2ej66juxaqB00sxoHn8/highest.mp4",
30
- proxyVideoUrl: "https://stream.mux.com/QGZw64pRYR6Od41fmYF00isDNp2ej66juxaqB00sxoHn8/highest.mp4",
31
- start: 0.79999995,
32
- aspectRatio: "9:16",
33
- durationSeconds: 15.771667
34
- },
35
- duration: 7.36000005,
36
- logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
37
- frameColor: "#2C2C2C",
38
- disableTransitionSounds: false,
39
- useSquareInLandscape: true,
40
- paddingLeft: 0.79999995,
41
- paddingRight: 0
42
- }
43
- },
44
- effects: [{
45
- type: "caption_word_boom",
46
- data: {
47
- transcript_text: [{
48
- offset: 0,
49
- duration: 0.24000005000000002,
50
- text: "Hey.",
51
- punctuations: [{
52
- index: 0,
53
- start: 0,
54
- end: 0.24000005000000002
55
- }]
56
- }, {
57
- offset: 0.24000005000000002,
58
- duration: 1.2000000000000002,
59
- text: "Sometimes it's the",
60
- punctuations: [{
61
- index: 0,
62
- start: 0.24000005000000002,
63
- end: 0.74000005
64
- }, {
65
- index: 1,
66
- start: 0.79999995,
67
- end: 1.2000000499999999
68
- }, {
69
- index: 2,
70
- start: 1.2000000499999999,
71
- end: 1.44000005
72
- }]
73
- }, {
74
- offset: 1.44000005,
75
- duration: 1.4399997999999998,
76
- text: "small tweaks and",
77
- punctuations: [{
78
- index: 0,
79
- start: 1.44000005,
80
- end: 1.92000005
81
- }, {
82
- index: 1,
83
- start: 1.92000005,
84
- end: 2.42000005
85
- }, {
86
- index: 2,
87
- start: 2.72000005,
88
- end: 2.87999985
89
- }]
90
- }, {
91
- offset: 2.87999985,
92
- duration: 0.8000002000000004,
93
- text: "not like the big",
94
- punctuations: [{
95
- index: 0,
96
- start: 2.87999985,
97
- end: 3.0400000499999997
98
- }, {
99
- index: 1,
100
- start: 3.0400000499999997,
101
- end: 3.28000005
102
- }, {
103
- index: 2,
104
- start: 3.28000005,
105
- end: 3.44000005
106
- }, {
107
- index: 3,
108
- start: 3.44000005,
109
- end: 3.6800000500000003
110
- }]
111
- }, {
112
- offset: 3.6800000500000003,
113
- duration: 1.1199999999999992,
114
- text: "overalls that makes",
115
- punctuations: [{
116
- index: 0,
117
- start: 3.6800000500000003,
118
- end: 4.18000005
119
- }, {
120
- index: 1,
121
- start: 4.32000005,
122
- end: 4.47999975
123
- }, {
124
- index: 2,
125
- start: 4.47999975,
126
- end: 4.8000000499999995
127
- }]
128
- }, {
129
- offset: 4.8000000499999995,
130
- duration: 0.6599998000000005,
131
- text: "a podcast",
132
- punctuations: [{
133
- index: 0,
134
- start: 4.8000000499999995,
135
- end: 4.95999985
136
- }, {
137
- index: 1,
138
- start: 4.95999985,
139
- end: 5.45999985
140
- }]
141
- }, {
142
- offset: 5.68000005,
143
- duration: 0.5,
144
- text: "significantly",
145
- punctuations: [{
146
- index: 0,
147
- start: 5.68000005,
148
- end: 6.18000005
149
- }]
150
- }, {
151
- offset: 6.64000005,
152
- duration: 0.5,
153
- text: "better.",
154
- punctuations: [{
155
- index: 0,
156
- start: 6.64000005,
157
- end: 7.14000005
158
- }]
159
- }]
160
- }
161
- }]
162
- }, {
163
- layout: {
164
- type: "handoff",
165
- data: {
166
- startFirstVideoFrom: 8.16,
167
- firstVideoFile: "https://stream.mux.com/QGZw64pRYR6Od41fmYF00isDNp2ej66juxaqB00sxoHn8/highest.mp4",
168
- firstProxyVideoFile: "https://stream.mux.com/QGZw64pRYR6Od41fmYF00isDNp2ej66juxaqB00sxoHn8/highest.mp4",
169
- firstVideoDuration: 7.611667000000001,
170
- firstNoBackgroundVideo: null,
171
- startSecondVideoFrom: 0,
172
- secondVideoFile: "https://stream.mux.com/u4VdU02AL8X02lB8RGpWqu2UFIZUfzonaao00P0000javQZY/highest.mp4",
173
- secondProxyVideoFile: "https://stream.mux.com/u4VdU02AL8X02lB8RGpWqu2UFIZUfzonaao00P0000javQZY/highest.mp4",
174
- secondVideoDuration: 5.1499999999999995,
175
- secondNoBackgroundVideo: {
176
- videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1773246749122.webm",
177
- faceMetadata: null
178
- },
179
- noBackgroundVideoEffects: {
180
- facePop: false,
181
- backgroundDim: false,
182
- backgroundBlur: false
183
- },
184
- duration: 10.939999999999998,
185
- firstVideoDurationWithoutLastSegment: 0,
186
- sourceVideo: {
187
- videoUrl: "https://stream.mux.com/QGZw64pRYR6Od41fmYF00isDNp2ej66juxaqB00sxoHn8/highest.mp4",
188
- proxyVideoUrl: "https://stream.mux.com/QGZw64pRYR6Od41fmYF00isDNp2ej66juxaqB00sxoHn8/highest.mp4",
189
- start: 8.16
190
- },
191
- handoffOverlapSeconds: 1.8216670000000006,
192
- firstVideoPaddingRight: 0.7816670000000006,
193
- secondVideoPaddingLeft: 1.04,
194
- seekerVideoDuration: 6.83,
195
- responderVideoDuration: 4.109999999999999,
196
- useSquareInLandscapeFirstVideo: true,
197
- paddingLeft: 0,
198
- paddingRight: 0
199
- }
200
- },
201
- effects: [{
202
- type: "caption_word_boom",
203
- data: {
204
- transcript_text: [{
205
- offset: 0,
206
- duration: 0.6400000000000006,
207
- text: "So here's my",
208
- punctuations: [{
209
- index: 0,
210
- start: 0,
211
- end: 0.2400000000000002
212
- }, {
213
- index: 1,
214
- start: 0.2400000000000002,
215
- end: 0.4799989999999994
216
- }, {
217
- index: 2,
218
- start: 0.4799989999999994,
219
- end: 0.6400000000000006
220
- }],
221
- speaker: "seeker"
222
- }, {
223
- offset: 0.6400000000000006,
224
- duration: 0.9799999999999986,
225
- text: "question for you.",
226
- punctuations: [{
227
- index: 0,
228
- start: 0.6400000000000006,
229
- end: 0.9599999999999991
230
- }, {
231
- index: 1,
232
- start: 0.9599999999999991,
233
- end: 1.1199999999999992
234
- }, {
235
- index: 2,
236
- start: 1.1199999999999992,
237
- end: 1.6199999999999992
238
- }],
239
- speaker: "seeker"
240
- }, {
241
- offset: 1.6799999999999997,
242
- duration: 1.5999999999999996,
243
- text: "What is one change",
244
- punctuations: [{
245
- index: 0,
246
- start: 1.6799999999999997,
247
- end: 2
248
- }, {
249
- index: 1,
250
- start: 2,
251
- end: 2.24
252
- }, {
253
- index: 2,
254
- start: 2.24,
255
- end: 2.74
256
- }, {
257
- index: 3,
258
- start: 2.8000000000000007,
259
- end: 3.2799999999999994
260
- }],
261
- speaker: "seeker"
262
- }, {
263
- offset: 3.2799999999999994,
264
- duration: 1.199999,
265
- text: "that you did that",
266
- punctuations: [{
267
- index: 0,
268
- start: 3.2799999999999994,
269
- end: 3.5199990000000003
270
- }, {
271
- index: 1,
272
- start: 3.5199990000000003,
273
- end: 3.76
274
- }, {
275
- index: 2,
276
- start: 3.76,
277
- end: 4.24
278
- }, {
279
- index: 3,
280
- start: 4.24,
281
- end: 4.479998999999999
282
- }],
283
- speaker: "seeker"
284
- }, {
285
- offset: 4.479998999999999,
286
- duration: 0.7200009999999999,
287
- text: "made a big",
288
- punctuations: [{
289
- index: 0,
290
- start: 4.479998999999999,
291
- end: 4.720000000000001
292
- }, {
293
- index: 1,
294
- start: 4.720000000000001,
295
- end: 4.879999999999999
296
- }, {
297
- index: 2,
298
- start: 4.879999999999999,
299
- end: 5.199999999999999
300
- }],
301
- speaker: "seeker"
302
- }, {
303
- offset: 5.199999999999999,
304
- duration: 0.8800000000000008,
305
- text: "difference in your",
306
- punctuations: [{
307
- index: 0,
308
- start: 5.199999999999999,
309
- end: 5.68
310
- }, {
311
- index: 1,
312
- start: 5.68,
313
- end: 5.84
314
- }, {
315
- index: 2,
316
- start: 5.84,
317
- end: 6.08
318
- }],
319
- speaker: "seeker"
320
- }, {
321
- offset: 6.08,
322
- duration: 0.5,
323
- text: "podcast?",
324
- punctuations: [{
325
- index: 0,
326
- start: 6.08,
327
- end: 6.58
328
- }],
329
- speaker: "seeker"
330
- }, {
331
- offset: 6.829999999999999,
332
- duration: 0.96,
333
- text: "When I started out",
334
- punctuations: [{
335
- index: 0,
336
- start: 6.829999999999999,
337
- end: 7.1499999999999995,
338
- originalStart: 0,
339
- originalEnd: 0.32000000000000006
340
- }, {
341
- index: 1,
342
- start: 7.1499999999999995,
343
- end: 7.31,
344
- originalStart: 0.32000000000000006,
345
- originalEnd: 0.48
346
- }, {
347
- index: 2,
348
- start: 7.31,
349
- end: 7.629999899999999,
350
- originalStart: 0.48,
351
- originalEnd: 0.7999999
352
- }, {
353
- index: 3,
354
- start: 7.629999899999999,
355
- end: 7.79,
356
- originalStart: 0.7999999,
357
- originalEnd: 0.96
358
- }],
359
- originalOffset: 0,
360
- speaker: "responder"
361
- }, {
362
- offset: 7.79,
363
- duration: 1.4399997999999998,
364
- text: "as a podcaster, I",
365
- punctuations: [{
366
- index: 0,
367
- start: 7.79,
368
- end: 8.11,
369
- originalStart: 0.96,
370
- originalEnd: 1.2799999999999998
371
- }, {
372
- index: 1,
373
- start: 8.11,
374
- end: 8.27,
375
- originalStart: 1.2799999999999998,
376
- originalEnd: 1.44
377
- }, {
378
- index: 2,
379
- start: 8.27,
380
- end: 8.77,
381
- originalStart: 1.44,
382
- originalEnd: 1.94
383
- }, {
384
- index: 3,
385
- start: 9.07,
386
- end: 9.229999799999998,
387
- originalStart: 2.2399999999999998,
388
- originalEnd: 2.3999998
389
- }],
390
- originalOffset: 0.96,
391
- speaker: "responder"
392
- }, {
393
- offset: 9.229999799999998,
394
- duration: 0.9600002000000005,
395
- text: "came from a news",
396
- punctuations: [{
397
- index: 0,
398
- start: 9.229999799999998,
399
- end: 9.4699998,
400
- originalStart: 2.3999998,
401
- originalEnd: 2.6399998
402
- }, {
403
- index: 1,
404
- start: 9.4699998,
405
- end: 9.629999999999999,
406
- originalStart: 2.6399998,
407
- originalEnd: 2.8
408
- }, {
409
- index: 2,
410
- start: 9.629999999999999,
411
- end: 9.79,
412
- originalStart: 2.8,
413
- originalEnd: 2.96
414
- }, {
415
- index: 3,
416
- start: 9.79,
417
- end: 10.189999999999998,
418
- originalStart: 2.96,
419
- originalEnd: 3.3600000000000003
420
- }],
421
- originalOffset: 2.3999998,
422
- speaker: "responder"
423
- }, {
424
- offset: 10.189999999999998,
425
- duration: 0.5,
426
- text: "background.",
427
- punctuations: [{
428
- index: 0,
429
- start: 10.189999999999998,
430
- end: 10.689999999999998,
431
- originalStart: 3.3600000000000003,
432
- originalEnd: 3.8600000000000003
433
- }],
434
- originalOffset: 3.3600000000000003,
435
- speaker: "responder"
436
- }]
437
- }
438
- }, {
439
- type: "handoff_nametag",
440
- data: {
441
- fullName: "Arjun Sundararajan",
442
- title: "Founder at Zync.ai | Simplifying Brand Building",
443
- pictureUrl: "https://cdn.solorecording.studio/media/event-presenters/LPDfBsKz/presenter/1739483653893-arjunsundararajanprofile.jpg",
444
- offset: 2.6116670000000006,
445
- alignment: "first-left",
446
- duration: 5,
447
- speaker: "seeker",
448
- useSquareInLandscapeFirstVideo: true
449
- }
450
- }, {
451
- type: "handoff_nametag",
452
- data: {
453
- fullName: "Joy Sutton",
454
- title: "VP of Brand and Communications, American Addiction Centers",
455
- pictureUrl: "",
456
- offset: 5.79,
457
- alignment: "second-right",
458
- duration: 5,
459
- speaker: "responder"
460
- }
461
- }]
462
- }, {
463
19
  recordingIndex: 0,
464
20
  layout: {
465
- type: "simple_frame_zoom_cut",
21
+ type: "simple_frame",
466
22
  data: {
467
23
  noBackgroundVideoEffects: {
468
24
  facePop: false,
@@ -470,26 +26,18 @@ var renderer = new RemotionRenderer({
470
26
  backgroundBlur: false
471
27
  },
472
28
  sourceVideo: {
473
- videoUrl: "https://stream.mux.com/u4VdU02AL8X02lB8RGpWqu2UFIZUfzonaao00P0000javQZY/highest.mp4",
474
- proxyVideoUrl: "https://stream.mux.com/u4VdU02AL8X02lB8RGpWqu2UFIZUfzonaao00P0000javQZY/highest.mp4",
475
- start: 5.2799997,
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,
476
32
  aspectRatio: "16:9",
477
- durationSeconds: 50.509333
33
+ durationSeconds: 16.009333
478
34
  },
479
- duration: 9.71,
480
- logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
481
- frameColor: "#2C2C2C",
35
+ duration: 3.63,
36
+ logoUrl: "https://cdn.zync.ai/assets/static/default_blank_logo.png",
37
+ frameColor: "#29402F",
482
38
  disableTransitionSounds: false,
483
- brollUrl: "https://videos.pexels.com/video-files/9757992/9757992-hd_2048_1080_25fps.mp4",
484
- sentenceText: "I avoided sharing questions to keep interviews raw.",
485
- text: "I avoided sharing questions to keep interviews raw.",
486
- words: ["Keep", "it", "raw"],
487
- noBackgroundVideo: {
488
- videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1773246749122.webm",
489
- faceMetadata: null
490
- },
491
- paddingLeft: 0.12999970000000083,
492
- paddingRight: 0
39
+ paddingLeft: 1.68,
40
+ paddingRight: 0.625
493
41
  }
494
42
  },
495
43
  effects: [{
@@ -497,204 +45,73 @@ var renderer = new RemotionRenderer({
497
45
  data: {
498
46
  transcript_text: [{
499
47
  offset: 0,
500
- duration: 1.1199998999999998,
501
- text: "So I believe that",
48
+ duration: 1.78,
49
+ text: "This is a request",
502
50
  punctuations: [{
503
51
  index: 0,
504
52
  start: 0,
505
- end: 0.32000029999999935
506
- }, {
507
- index: 1,
508
- start: 0.32000029999999935,
509
- end: 0.4800000999999998
510
- }, {
511
- index: 2,
512
- start: 0.4800000999999998,
513
- end: 0.8800002999999998
514
- }, {
515
- index: 3,
516
- start: 0.8800002999999998,
517
- end: 1.1199998999999998
518
- }]
519
- }, {
520
- offset: 1.1199998999999998,
521
- duration: 0.9799999999999995,
522
- text: "you should never",
523
- punctuations: [{
524
- index: 0,
525
- start: 1.1199998999999998,
526
- end: 1.2800002999999993
527
- }, {
528
- index: 1,
529
- start: 1.2800002999999993,
530
- end: 1.5999998999999994
531
- }, {
532
- index: 2,
533
- start: 1.5999998999999994,
534
- end: 2.0999998999999994
535
- }]
536
- }, {
537
- offset: 2.1600003,
538
- duration: 0.96,
539
- text: "give your guests",
540
- punctuations: [{
541
- index: 0,
542
- start: 2.1600003,
543
- end: 2.4800001
544
- }, {
545
- index: 1,
546
- start: 2.4800001,
547
- end: 2.7200002999999997
548
- }, {
549
- index: 2,
550
- start: 2.7200002999999997,
551
- end: 3.1200003
552
- }]
553
- }, {
554
- offset: 3.1200003,
555
- duration: 1.379999999999999,
556
- text: "the questions or",
557
- punctuations: [{
558
- index: 0,
559
- start: 3.1200003,
560
- end: 3.3599992999999992
561
- }, {
562
- index: 1,
563
- start: 3.3599992999999992,
564
- end: 3.8599992999999992
565
- }, {
566
- index: 2,
567
- start: 4.000000299999999,
568
- end: 4.500000299999999
569
- }]
570
- }, {
571
- offset: 4.8800003,
572
- duration: 1.4399990000000003,
573
- text: "insights really to",
574
- punctuations: [{
575
- index: 0,
576
- start: 4.8800003,
577
- end: 5.3800003
578
- }, {
579
- index: 1,
580
- start: 5.6000003000000005,
581
- end: 6.000000299999999
582
- }, {
583
- index: 2,
584
- start: 6.000000299999999,
585
- end: 6.3199993
586
- }]
587
- }, {
588
- offset: 6.3199993,
589
- duration: 0.9599999999999991,
590
- text: "the details of the",
591
- punctuations: [{
592
- index: 0,
593
- start: 6.3199993,
594
- end: 6.5600003
53
+ end: 0.24
595
54
  }, {
596
55
  index: 1,
597
- start: 6.5600003,
598
- end: 6.9600003
56
+ start: 0.24,
57
+ end: 0.74
599
58
  }, {
600
59
  index: 2,
601
- start: 6.9600003,
602
- end: 7.1200003
60
+ start: 0.9599998999999999,
61
+ end: 1.28
603
62
  }, {
604
63
  index: 3,
605
- start: 7.1200003,
606
- end: 7.279999299999999
64
+ start: 1.28,
65
+ end: 1.78
607
66
  }]
608
67
  }, {
609
- offset: 7.279999299999999,
610
- duration: 0.5600009999999997,
611
- text: "interview because",
68
+ offset: 2.2399997999999997,
69
+ duration: 1.1400001999999998,
70
+ text: "to PTO test.",
612
71
  punctuations: [{
613
72
  index: 0,
614
- start: 7.279999299999999,
615
- end: 7.6000003000000005
73
+ start: 2.2399997999999997,
74
+ end: 2.3200000000000003
616
75
  }, {
617
76
  index: 1,
618
- start: 7.6000003000000005,
619
- end: 7.840000299999999
620
- }]
621
- }, {
622
- offset: 7.840000299999999,
623
- duration: 0.6399990000000013,
624
- text: "you really wanted",
625
- punctuations: [{
626
- index: 0,
627
- start: 7.840000299999999,
628
- end: 8.0000003
629
- }, {
630
- index: 1,
631
- start: 8.0000003,
632
- end: 8.2399998
77
+ start: 2.3200000000000003,
78
+ end: 2.8200000000000003
633
79
  }, {
634
80
  index: 2,
635
- start: 8.2399998,
636
- end: 8.4799993
637
- }]
638
- }, {
639
- offset: 8.4799993,
640
- duration: 0.9800009999999997,
641
- text: "it to be raw.",
642
- punctuations: [{
643
- index: 0,
644
- start: 8.4799993,
645
- end: 8.720000299999999
646
- }, {
647
- index: 1,
648
- start: 8.720000299999999,
649
- end: 8.8000003
650
- }, {
651
- index: 2,
652
- start: 8.8000003,
653
- end: 8.9600003
654
- }, {
655
- index: 3,
656
- start: 8.9600003,
657
- end: 9.4600003
81
+ start: 2.88,
82
+ end: 3.38
658
83
  }]
659
84
  }]
660
85
  }
661
86
  }]
662
87
  }, {
663
- recordingIndex: 0,
664
88
  layout: {
665
- type: "motion_still_studio_backdrop",
89
+ type: "creator_collab_cold_open",
666
90
  data: {
91
+ text: "Rafal Bagrowski: Video Test",
92
+ fullName: "Rafal Bagrowski",
93
+ title: "",
94
+ collaboratorName: "rafal test",
95
+ collaboratorTitle: null,
667
96
  noBackgroundVideoEffects: {
668
97
  facePop: false,
669
98
  backgroundDim: false,
670
99
  backgroundBlur: false
671
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,
672
106
  sourceVideo: {
673
- videoUrl: "https://stream.mux.com/u4VdU02AL8X02lB8RGpWqu2UFIZUfzonaao00P0000javQZY/highest.mp4",
674
- proxyVideoUrl: "https://stream.mux.com/u4VdU02AL8X02lB8RGpWqu2UFIZUfzonaao00P0000javQZY/highest.mp4",
675
- start: 14.995,
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,
676
110
  aspectRatio: "16:9",
677
- durationSeconds: 50.509333
678
- },
679
- duration: 6.480000000000001,
680
- logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
681
- frameColor: "#2C2C2C",
682
- disableTransitionSounds: false,
683
- brollUrl: "https://videos.pexels.com/video-files/7231257/7231257-hd_1920_1080_25fps.mp4",
684
- sentenceText: "Sending questions in advance made a huge difference.",
685
- text: "Sending questions in advance made a huge difference.",
686
- imageUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/gen/0c4c1091-8424-46a0-a463-84d90b6aa958.png",
687
- imgBgUrlVariations: {
688
- "default": "https://storage.googleapis.com/ai-recorder-media-assets/media/gen/0c4c1091-8424-46a0-a463-84d90b6aa958.png",
689
- pexels: "https://images.pexels.com/photos/7859561/pexels-photo-7859561.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
111
+ durationSeconds: 16.009333
690
112
  },
691
- words: ["Share", "questions"],
692
- noBackgroundVideo: {
693
- videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1773246749122.webm",
694
- faceMetadata: null
695
- },
696
- paddingLeft: 0,
697
- paddingRight: 0
113
+ paddingLeft: 0.625,
114
+ paddingRight: 2.2193330000000033
698
115
  }
699
116
  },
700
117
  effects: [{
@@ -702,302 +119,84 @@ var renderer = new RemotionRenderer({
702
119
  data: {
703
120
  transcript_text: [{
704
121
  offset: 0,
705
- duration: 0.5600000000000005,
706
- text: "But one of the",
122
+ duration: 1.6000000000000005,
123
+ text: "Let's keep that, to",
707
124
  punctuations: [{
708
125
  index: 0,
709
126
  start: 0,
710
- end: 0.2400000000000002
127
+ end: 0.40000000000000036
711
128
  }, {
712
129
  index: 1,
713
- start: 0.2400000000000002,
714
- end: 0.28000000000000114
130
+ start: 0.40000000000000036,
131
+ end: 0.6400000000000006
715
132
  }, {
716
133
  index: 2,
717
- start: 0.28000000000000114,
718
- end: 0.3200000000000003
134
+ start: 0.6400000000000006,
135
+ end: 1.04
719
136
  }, {
720
137
  index: 3,
721
- start: 0.3200000000000003,
722
- end: 0.5600000000000005
138
+ start: 1.4400000000000004,
139
+ end: 1.6000000000000005
723
140
  }]
724
141
  }, {
725
- offset: 0.5600000000000005,
726
- duration: 1.120000000000001,
727
- text: "tweaks I realized",
142
+ offset: 1.6000000000000005,
143
+ duration: 0.8999989999999993,
144
+ text: "ten seconds.",
728
145
  punctuations: [{
729
146
  index: 0,
730
- start: 0.5600000000000005,
731
- end: 0.9600000000000009
147
+ start: 1.6000000000000005,
148
+ end: 1.9999989999999999
732
149
  }, {
733
150
  index: 1,
734
- start: 0.9600000000000009,
735
- end: 1.200000000000001
736
- }, {
737
- index: 2,
738
- start: 1.200000000000001,
739
- end: 1.6800000000000015
151
+ start: 1.9999989999999999,
152
+ end: 2.499999
740
153
  }]
741
154
  }, {
742
- offset: 1.6800000000000015,
743
- duration: 1.3599999999999994,
744
- text: "is that giving the",
155
+ offset: 4.240000000000001,
156
+ duration: 1.0399999999999991,
157
+ text: "This should be a",
745
158
  punctuations: [{
746
159
  index: 0,
747
- start: 1.6800000000000015,
748
- end: 1.92
160
+ start: 4.240000000000001,
161
+ end: 4.4799999999999995
749
162
  }, {
750
163
  index: 1,
751
- start: 1.92,
752
- end: 2.24
164
+ start: 4.4799999999999995,
165
+ end: 4.8
753
166
  }, {
754
167
  index: 2,
755
- start: 2.24,
756
- end: 2.74
168
+ start: 4.8,
169
+ end: 5.039999000000001
757
170
  }, {
758
171
  index: 3,
759
- start: 2.8000000000000025,
760
- end: 3.040000000000001
761
- }]
762
- }, {
763
- offset: 3.040000000000001,
764
- duration: 0.4800000000000004,
765
- text: "guests the",
766
- punctuations: [{
767
- index: 0,
768
- start: 3.040000000000001,
769
- end: 3.360000000000001
770
- }, {
771
- index: 1,
772
- start: 3.360000000000001,
773
- end: 3.5200000000000014
172
+ start: 5.039999000000001,
173
+ end: 5.28
774
174
  }]
775
175
  }, {
776
- offset: 3.5200000000000014,
777
- duration: 0.6399989999999995,
778
- text: "questions in",
176
+ offset: 5.28,
177
+ duration: 1.1999999999999993,
178
+ text: "question asked to",
779
179
  punctuations: [{
780
180
  index: 0,
781
- start: 3.5200000000000014,
782
- end: 3.92
181
+ start: 5.28,
182
+ end: 5.78
783
183
  }, {
784
184
  index: 1,
785
- start: 3.92,
786
- end: 4.159999000000001
787
- }]
788
- }, {
789
- offset: 4.159999000000001,
790
- duration: 1.600002,
791
- text: "advance made a huge",
792
- punctuations: [{
793
- index: 0,
794
- start: 4.159999000000001,
795
- end: 4.659999000000001
796
- }, {
797
- index: 1,
798
- start: 4.959999999999999,
799
- end: 5.200000000000001
185
+ start: 5.840000000000001,
186
+ end: 6.239999
800
187
  }, {
801
188
  index: 2,
802
- start: 5.200000000000001,
803
- end: 5.4399999999999995
804
- }, {
805
- index: 3,
806
- start: 5.4399999999999995,
807
- end: 5.760001000000001
189
+ start: 6.239999,
190
+ end: 6.4799999999999995
808
191
  }]
809
192
  }, {
810
- offset: 5.760001000000001,
193
+ offset: 6.4799999999999995,
811
194
  duration: 0.5,
812
- text: "difference.",
813
- punctuations: [{
814
- index: 0,
815
- start: 5.760001000000001,
816
- end: 6.260001000000001
817
- }]
818
- }]
819
- }
820
- }]
821
- }, {
822
- recordingIndex: 0,
823
- layout: {
824
- type: "text_with_video",
825
- data: {
826
- noBackgroundVideoEffects: {
827
- facePop: false,
828
- backgroundDim: false,
829
- backgroundBlur: false
830
- },
831
- sourceVideo: {
832
- videoUrl: "https://stream.mux.com/u4VdU02AL8X02lB8RGpWqu2UFIZUfzonaao00P0000javQZY/highest.mp4",
833
- proxyVideoUrl: "https://stream.mux.com/u4VdU02AL8X02lB8RGpWqu2UFIZUfzonaao00P0000javQZY/highest.mp4",
834
- start: 21.475,
835
- aspectRatio: "16:9",
836
- durationSeconds: 50.509333
837
- },
838
- duration: 7.544999999999997,
839
- logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
840
- frameColor: "#2C2C2C",
841
- disableTransitionSounds: false,
842
- brollUrl: "https://videos.pexels.com/video-files/5923596/5923596-hd_1920_1080_30fps.mp4",
843
- sentenceText: "Guests showed up prepared, calmer, and delivered better content.",
844
- text: "Guests showed up prepared, calmer, and delivered better content.",
845
- imageUrl: "https://images.pexels.com/photos/6953827/pexels-photo-6953827.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
846
- imgBgUrlVariations: {
847
- "default": "https://images.pexels.com/photos/6953827/pexels-photo-6953827.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
848
- pexels: "https://images.pexels.com/photos/6953827/pexels-photo-6953827.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
849
- },
850
- words: ["Better", "prepared"],
851
- noBackgroundVideo: {
852
- videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1773246749122.webm",
853
- faceMetadata: null
854
- },
855
- paddingLeft: 0,
856
- paddingRight: 0
857
- }
858
- },
859
- effects: [{
860
- type: "caption_word_boom",
861
- data: {
862
- transcript_text: [{
863
- offset: 0,
864
- duration: 0.7999999999999972,
865
- text: "Not only did they",
866
- punctuations: [{
867
- index: 0,
868
- start: 0,
869
- end: 0.23999999999999844
870
- }, {
871
- index: 1,
872
- start: 0.23999999999999844,
873
- end: 0.3999999999999986
874
- }, {
875
- index: 2,
876
- start: 0.3999999999999986,
877
- end: 0.639999999999997
878
- }, {
879
- index: 3,
880
- start: 0.639999999999997,
881
- end: 0.7999999999999972
882
- }]
883
- }, {
884
- offset: 0.7999999999999972,
885
- duration: 0.5600000000000023,
886
- text: "come better",
887
- punctuations: [{
888
- index: 0,
889
- start: 0.7999999999999972,
890
- end: 1.0399999999999991
891
- }, {
892
- index: 1,
893
- start: 1.0399999999999991,
894
- end: 1.3599999999999994
895
- }]
896
- }, {
897
- offset: 1.3599999999999994,
898
- duration: 0.879999999999999,
899
- text: "prepared and gave",
900
- punctuations: [{
901
- index: 0,
902
- start: 1.3599999999999994,
903
- end: 1.8399989999999988
904
- }, {
905
- index: 1,
906
- start: 1.8399989999999988,
907
- end: 1.999997999999998
908
- }, {
909
- index: 2,
910
- start: 1.999997999999998,
911
- end: 2.2399999999999984
912
- }]
913
- }, {
914
- offset: 2.2399999999999984,
915
- duration: 1.0599999999999987,
916
- text: "me better content,",
917
- punctuations: [{
918
- index: 0,
919
- start: 2.2399999999999984,
920
- end: 2.479999999999997
921
- }, {
922
- index: 1,
923
- start: 2.479999999999997,
924
- end: 2.799999999999997
925
- }, {
926
- index: 2,
927
- start: 2.799999999999997,
928
- end: 3.299999999999997
929
- }]
930
- }, {
931
- offset: 3.5199989999999985,
932
- duration: 0.880001,
933
- text: "but they were less",
934
- punctuations: [{
935
- index: 0,
936
- start: 3.5199989999999985,
937
- end: 3.759999999999998
938
- }, {
939
- index: 1,
940
- start: 3.759999999999998,
941
- end: 3.919999999999998
942
- }, {
943
- index: 2,
944
- start: 3.919999999999998,
945
- end: 4.079999999999998
946
- }, {
947
- index: 3,
948
- start: 4.079999999999998,
949
- end: 4.399999999999999
950
- }]
951
- }, {
952
- offset: 4.399999999999999,
953
- duration: 0.880001,
954
- text: "nervous, and they",
955
- punctuations: [{
956
- index: 0,
957
- start: 4.399999999999999,
958
- end: 4.879999999999999
959
- }, {
960
- index: 1,
961
- start: 4.879999999999999,
962
- end: 5.119999999999997
963
- }, {
964
- index: 2,
965
- start: 5.119999999999997,
966
- end: 5.280000999999999
967
- }]
968
- }, {
969
- offset: 5.280000999999999,
970
- duration: 1.4649989999999988,
971
- text: "knew the flow of",
195
+ text: "collaborator.",
972
196
  punctuations: [{
973
197
  index: 0,
974
- start: 5.280000999999999,
975
- end: 5.780000999999999
976
- }, {
977
- index: 1,
978
- start: 6.024999999999999,
979
- end: 6.264999999999997
980
- }, {
981
- index: 2,
982
- start: 6.264999999999997,
983
- end: 6.424999999999997
984
- }, {
985
- index: 3,
986
- start: 6.424999999999997,
987
- end: 6.744999999999997
988
- }]
989
- }, {
990
- offset: 6.744999999999997,
991
- duration: 0.6600000000000001,
992
- text: "the interview.",
993
- punctuations: [{
994
- index: 0,
995
- start: 6.744999999999997,
996
- end: 6.904999999999998
997
- }, {
998
- index: 1,
999
- start: 6.904999999999998,
1000
- end: 7.404999999999998
198
+ start: 6.4799999999999995,
199
+ end: 6.9799999999999995
1001
200
  }]
1002
201
  }]
1003
202
  }
@@ -1005,7 +204,7 @@ var renderer = new RemotionRenderer({
1005
204
  }, {
1006
205
  recordingIndex: 0,
1007
206
  layout: {
1008
- type: "keyword_studio_backdrop",
207
+ type: "simple_frame",
1009
208
  data: {
1010
209
  noBackgroundVideoEffects: {
1011
210
  facePop: false,
@@ -1013,31 +212,18 @@ var renderer = new RemotionRenderer({
1013
212
  backgroundBlur: false
1014
213
  },
1015
214
  sourceVideo: {
1016
- videoUrl: "https://stream.mux.com/u4VdU02AL8X02lB8RGpWqu2UFIZUfzonaao00P0000javQZY/highest.mp4",
1017
- proxyVideoUrl: "https://stream.mux.com/u4VdU02AL8X02lB8RGpWqu2UFIZUfzonaao00P0000javQZY/highest.mp4",
1018
- start: 29.02,
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,
1019
218
  aspectRatio: "16:9",
1020
- durationSeconds: 50.509333
219
+ durationSeconds: 11.942667
1021
220
  },
1022
- duration: 10.000000000000007,
1023
- logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
1024
- frameColor: "#2C2C2C",
221
+ duration: 8.989999000000001,
222
+ logoUrl: "https://cdn.zync.ai/assets/static/default_blank_logo.png",
223
+ frameColor: "#29402F",
1025
224
  disableTransitionSounds: false,
1026
- brollUrl: "https://videos.pexels.com/video-files/6878737/6878737-uhd_4096_2160_25fps.mp4",
1027
- sentenceText: "Both of us had a clearer flow, so the interview felt smoother.",
1028
- text: "Both of us had a clearer flow, so the interview felt smoother.",
1029
- imageUrl: "https://images.pexels.com/photos/590016/pexels-photo-590016.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
1030
- imgBgUrlVariations: {
1031
- "default": "https://images.pexels.com/photos/590016/pexels-photo-590016.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
1032
- pexels: "https://images.pexels.com/photos/590016/pexels-photo-590016.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
1033
- },
1034
- words: ["Smoother", "flow"],
1035
- noBackgroundVideo: {
1036
- videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1773246749122.webm",
1037
- faceMetadata: null
1038
- },
1039
- paddingLeft: 0,
1040
- paddingRight: 0
225
+ paddingLeft: 1.4399999,
226
+ paddingRight: 1.512668099999999
1041
227
  }
1042
228
  },
1043
229
  effects: [{
@@ -1045,348 +231,105 @@ var renderer = new RemotionRenderer({
1045
231
  data: {
1046
232
  transcript_text: [{
1047
233
  offset: 0,
1048
- duration: 1.5199999999999996,
1049
- text: "It also helped me",
234
+ duration: 1.2199999,
235
+ text: "This is a response",
1050
236
  punctuations: [{
1051
237
  index: 0,
1052
238
  start: 0,
1053
- end: 0.240000000000002
1054
- }, {
1055
- index: 1,
1056
- start: 0.240000000000002,
1057
- end: 0.6400000000000006
1058
- }, {
1059
- index: 2,
1060
- start: 0.6400000000000006,
1061
- end: 1.0399999999999991
1062
- }, {
1063
- index: 3,
1064
- start: 1.0399999999999991,
1065
- end: 1.5199999999999996
1066
- }]
1067
- }, {
1068
- offset: 1.5199999999999996,
1069
- duration: 1.0600000000000023,
1070
- text: "as the interviewer",
1071
- punctuations: [{
1072
- index: 0,
1073
- start: 1.5199999999999996,
1074
- end: 1.7600000000000016
1075
- }, {
1076
- index: 1,
1077
- start: 1.7600000000000016,
1078
- end: 2.080000000000002
1079
- }, {
1080
- index: 2,
1081
- start: 2.080000000000002,
1082
- end: 2.580000000000002
1083
- }]
1084
- }, {
1085
- offset: 3.0400000000000027,
1086
- duration: 0.7999999999999972,
1087
- text: "to have a better",
1088
- punctuations: [{
1089
- index: 0,
1090
- start: 3.0400000000000027,
1091
- end: 3.1999999999999993
239
+ end: 0.3200000999999999
1092
240
  }, {
1093
241
  index: 1,
1094
- start: 3.1999999999999993,
1095
- end: 3.360000000000003
242
+ start: 0.3200000999999999,
243
+ end: 0.4800000999999998
1096
244
  }, {
1097
245
  index: 2,
1098
- start: 3.360000000000003,
1099
- end: 3.5199999999999996
246
+ start: 0.4800000999999998,
247
+ end: 0.7199998999999999
1100
248
  }, {
1101
249
  index: 3,
1102
- start: 3.5199999999999996,
1103
- end: 3.84
250
+ start: 0.7199998999999999,
251
+ end: 1.2199999
1104
252
  }]
1105
253
  }, {
1106
- offset: 3.84,
1107
- duration: 1.0399999999999991,
1108
- text: "flow with how I",
254
+ offset: 1.6000001,
255
+ duration: 1.1399999999999997,
256
+ text: "to the video.",
1109
257
  punctuations: [{
1110
258
  index: 0,
1111
- start: 3.84,
1112
- end: 4.239999999999998
259
+ start: 1.6000001,
260
+ end: 1.9999998999999997
1113
261
  }, {
1114
262
  index: 1,
1115
- start: 4.239999999999998,
1116
- end: 4.48
263
+ start: 1.9999998999999997,
264
+ end: 2.2399999
1117
265
  }, {
1118
266
  index: 2,
1119
- start: 4.48,
1120
- end: 4.639999999999997
1121
- }, {
1122
- index: 3,
1123
- start: 4.639999999999997,
1124
- end: 4.879999999999999
267
+ start: 2.2399999,
268
+ end: 2.7400000999999996
1125
269
  }]
1126
270
  }, {
1127
- offset: 4.879999999999999,
1128
- duration: 0.6400000000000006,
1129
- text: "interviewed the",
271
+ offset: 3.8399998,
272
+ duration: 1.4400002999999995,
273
+ text: "Let's keep that ten",
1130
274
  punctuations: [{
1131
275
  index: 0,
1132
- start: 4.879999999999999,
1133
- end: 5.360000000000003
276
+ start: 3.8399998,
277
+ end: 4.1600000999999995
1134
278
  }, {
1135
279
  index: 1,
1136
- start: 5.360000000000003,
1137
- end: 5.52
1138
- }]
1139
- }, {
1140
- offset: 5.52,
1141
- duration: 1.6799999999999997,
1142
- text: "guest because I had",
1143
- punctuations: [{
1144
- index: 0,
1145
- start: 5.52,
1146
- end: 6.02
1147
- }, {
1148
- index: 1,
1149
- start: 6.239999999999998,
1150
- end: 6.739999999999998
280
+ start: 4.1600000999999995,
281
+ end: 4.4800001
1151
282
  }, {
1152
283
  index: 2,
1153
- start: 6.800000000000001,
1154
- end: 6.959999999999997
284
+ start: 4.4800001,
285
+ end: 4.9599997
1155
286
  }, {
1156
287
  index: 3,
1157
- start: 6.959999999999997,
1158
- end: 7.199999999999999
1159
- }]
1160
- }, {
1161
- offset: 7.199999999999999,
1162
- duration: 0.8800000000000026,
1163
- text: "my flow already",
1164
- punctuations: [{
1165
- index: 0,
1166
- start: 7.199999999999999,
1167
- end: 7.360000000000003
1168
- }, {
1169
- index: 1,
1170
- start: 7.360000000000003,
1171
- end: 7.760000000000002
1172
- }, {
1173
- index: 2,
1174
- start: 7.760000000000002,
1175
- end: 8.080000000000002
1176
- }]
1177
- }, {
1178
- offset: 8.080000000000002,
1179
- duration: 1.0399999999999991,
1180
- text: "mapped out, and",
1181
- punctuations: [{
1182
- index: 0,
1183
- start: 8.080000000000002,
1184
- end: 8.48
1185
- }, {
1186
- index: 1,
1187
- start: 8.48,
1188
- end: 8.879999999999999
1189
- }, {
1190
- index: 2,
1191
- start: 8.879999999999999,
1192
- end: 9.120000000000001
288
+ start: 4.9599997,
289
+ end: 5.2800001
1193
290
  }]
1194
291
  }, {
1195
- offset: 9.120000000000001,
1196
- duration: 0.8800000000000026,
1197
- text: "they did as well.",
1198
- punctuations: [{
1199
- index: 0,
1200
- start: 9.120000000000001,
1201
- end: 9.279999999999998
1202
- }, {
1203
- index: 1,
1204
- start: 9.279999999999998,
1205
- end: 9.52
1206
- }, {
1207
- index: 2,
1208
- start: 9.52,
1209
- end: 9.680000000000003
1210
- }, {
1211
- index: 3,
1212
- start: 9.680000000000003,
1213
- end: 10.000000000000004
1214
- }]
1215
- }]
1216
- }
1217
- }]
1218
- }, {
1219
- recordingIndex: 0,
1220
- layout: {
1221
- type: "simple_frame_zoom_cut",
1222
- data: {
1223
- noBackgroundVideoEffects: {
1224
- facePop: false,
1225
- backgroundDim: false,
1226
- backgroundBlur: false
1227
- },
1228
- sourceVideo: {
1229
- videoUrl: "https://stream.mux.com/u4VdU02AL8X02lB8RGpWqu2UFIZUfzonaao00P0000javQZY/highest.mp4",
1230
- proxyVideoUrl: "https://stream.mux.com/u4VdU02AL8X02lB8RGpWqu2UFIZUfzonaao00P0000javQZY/highest.mp4",
1231
- start: 39.02,
1232
- aspectRatio: "16:9",
1233
- durationSeconds: 50.509333
1234
- },
1235
- duration: 7.397374,
1236
- logoUrl: "https://cdn.zync.ai/media/brand-kit/LPDfBsKz/1733814548178-logorectangledarkbackground.png",
1237
- frameColor: "#2C2C2C",
1238
- disableTransitionSounds: false,
1239
- brollUrl: "https://videos.pexels.com/video-files/7231257/7231257-hd_1920_1080_25fps.mp4",
1240
- sentenceText: "Send your guests the questions—it truly changes everything.",
1241
- text: "Send your guests the questions—it truly changes everything.",
1242
- imageUrl: "https://images.pexels.com/photos/6129246/pexels-photo-6129246.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
1243
- imgBgUrlVariations: {
1244
- "default": "https://images.pexels.com/photos/6129246/pexels-photo-6129246.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200",
1245
- pexels: "https://images.pexels.com/photos/6129246/pexels-photo-6129246.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=627&w=1200"
1246
- },
1247
- words: ["Send", "questions"],
1248
- noBackgroundVideo: {
1249
- videoUrl: "https://storage.googleapis.com/ai-recorder-media-assets/media/video/video-nobg-1773246749122.webm",
1250
- faceMetadata: null
1251
- },
1252
- paddingLeft: 0,
1253
- paddingRight: 4.091958999999995
1254
- }
1255
- },
1256
- effects: [{
1257
- type: "caption_word_boom",
1258
- data: {
1259
- transcript_text: [{
1260
- offset: 0,
1261
- duration: 1.279999999999994,
1262
- text: "So that is one hack",
292
+ offset: 5.2800001,
293
+ duration: 0.5,
294
+ text: "seconds.",
1263
295
  punctuations: [{
1264
296
  index: 0,
1265
- start: 0,
1266
- end: 0.24000199999999694
1267
- }, {
1268
- index: 1,
1269
- start: 0.24000199999999694,
1270
- end: 0.4799999999999969
1271
- }, {
1272
- index: 2,
1273
- start: 0.4799999999999969,
1274
- end: 0.7199979999999968
1275
- }, {
1276
- index: 3,
1277
- start: 0.7199979999999968,
1278
- end: 0.9599999999999937
1279
- }, {
1280
- index: 4,
1281
- start: 0.9599999999999937,
1282
- end: 1.279999999999994
297
+ start: 5.2800001,
298
+ end: 5.7800001
1283
299
  }]
1284
300
  }, {
1285
- offset: 1.279999999999994,
1286
- duration: 1.0600000000000023,
1287
- text: "I would tell people",
301
+ offset: 6.0000001,
302
+ duration: 2.0799995000000004,
303
+ text: "Let's let's see how",
1288
304
  punctuations: [{
1289
305
  index: 0,
1290
- start: 1.279999999999994,
1291
- end: 1.3599999999999994
306
+ start: 6.0000001,
307
+ end: 6.5000001
1292
308
  }, {
1293
309
  index: 1,
1294
- start: 1.3599999999999994,
1295
- end: 1.5999999999999943
310
+ start: 6.8000001,
311
+ end: 7.2800001000000005
1296
312
  }, {
1297
313
  index: 2,
1298
- start: 1.5999999999999943,
1299
- end: 1.8399999999999963
314
+ start: 7.2800001000000005,
315
+ end: 7.7800001000000005
1300
316
  }, {
1301
317
  index: 3,
1302
- start: 1.8399999999999963,
1303
- end: 2.3399999999999963
1304
- }]
1305
- }, {
1306
- offset: 2.4873779999999996,
1307
- duration: 0.7999989999999997,
1308
- text: "to definitely start",
1309
- punctuations: [{
1310
- index: 0,
1311
- start: 2.4873779999999996,
1312
- end: 2.6473769999999988
1313
- }, {
1314
- index: 1,
1315
- start: 2.6473769999999988,
1316
- end: 2.967376999999999
1317
- }, {
1318
- index: 2,
1319
- start: 2.967376999999999,
1320
- end: 3.2873769999999993
1321
- }]
1322
- }, {
1323
- offset: 3.2873769999999993,
1324
- duration: 0.3999979999999965,
1325
- text: "doing.",
1326
- punctuations: [{
1327
- index: 0,
1328
- start: 3.2873769999999993,
1329
- end: 3.687374999999996
318
+ start: 7.840000099999999,
319
+ end: 8.0799996
1330
320
  }]
1331
321
  }, {
1332
- offset: 3.687374999999996,
1333
- duration: 0.880001,
1334
- text: "Send your guests",
322
+ offset: 8.0799996,
323
+ duration: 0.6599994999999996,
324
+ text: "it works.",
1335
325
  punctuations: [{
1336
326
  index: 0,
1337
- start: 3.687374999999996,
1338
- end: 4.007373999999999
327
+ start: 8.0799996,
328
+ end: 8.2399991
1339
329
  }, {
1340
330
  index: 1,
1341
- start: 4.007373999999999,
1342
- end: 4.247375999999996
1343
- }, {
1344
- index: 2,
1345
- start: 4.247375999999996,
1346
- end: 4.567375999999996
1347
- }]
1348
- }, {
1349
- offset: 4.567375999999996,
1350
- duration: 0.6599989999999991,
1351
- text: "the questions.",
1352
- punctuations: [{
1353
- index: 0,
1354
- start: 4.567375999999996,
1355
- end: 4.727374999999995
1356
- }, {
1357
- index: 1,
1358
- start: 4.727374999999995,
1359
- end: 5.227374999999995
1360
- }]
1361
- }, {
1362
- offset: 5.447376999999996,
1363
- duration: 1.0400010000000037,
1364
- text: "It definitely makes",
1365
- punctuations: [{
1366
- index: 0,
1367
- start: 5.447376999999996,
1368
- end: 5.687374999999996
1369
- }, {
1370
- index: 1,
1371
- start: 5.687374999999996,
1372
- end: 6.187374999999996
1373
- }, {
1374
- index: 2,
1375
- start: 6.247375999999996,
1376
- end: 6.487378
1377
- }]
1378
- }, {
1379
- offset: 6.487378,
1380
- duration: 0.6599959999999996,
1381
- text: "a difference.",
1382
- punctuations: [{
1383
- index: 0,
1384
- start: 6.487378,
1385
- end: 6.647373999999999
1386
- }, {
1387
- index: 1,
1388
- start: 6.647373999999999,
1389
- end: 7.147373999999999
331
+ start: 8.2399991,
332
+ end: 8.7399991
1390
333
  }]
1391
334
  }]
1392
335
  }
@@ -1394,24 +337,7 @@ var renderer = new RemotionRenderer({
1394
337
  }]
1395
338
  }, {
1396
339
  type: "effect",
1397
- segments: [{
1398
- type: "title",
1399
- theme: null,
1400
- data: {
1401
- text: "Small Podcast Changes, Big Results",
1402
- offset: 1,
1403
- duration: 5
1404
- }
1405
- }, {
1406
- type: "nametag",
1407
- theme: null,
1408
- data: {
1409
- name: "Arjun Sundararajan",
1410
- title: "Founder at Zync.ai | Simplifying Brand Building",
1411
- offset: 6,
1412
- duration: 5
1413
- }
1414
- }]
340
+ segments: []
1415
341
  }, {
1416
342
  type: "caption",
1417
343
  segments: []
@@ -1420,12 +346,12 @@ var renderer = new RemotionRenderer({
1420
346
  segments: [{
1421
347
  type: "soundtrack",
1422
348
  data: {
1423
- musicConfig: "no_music",
1424
- randomMusicUrl: "https://storage.googleapis.com/zync-media/media/music/16.mp3",
1425
- customMusicUrl: "https://storage.googleapis.com/zync-media/media/music/16.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",
1426
352
  sourceAudio: {
1427
- url: "https://storage.googleapis.com/zync-media/media/music/16.mp3",
1428
- volume: 0,
353
+ url: "https://storage.googleapis.com/zync-media/media/music/2.mp3",
354
+ volume: 0.05,
1429
355
  start: 0,
1430
356
  loop: true
1431
357
  },
@@ -1436,17 +362,16 @@ var renderer = new RemotionRenderer({
1436
362
  output: {
1437
363
  orientation: "landscape",
1438
364
  fps: 60,
1439
- callbackUrl: "undefined/api/processor/callback",
365
+ callbackUrl: "https://contentkit-test.zync.ai/api/processor/callback",
1440
366
  callbackMetadata: {
1441
367
  taskDetails: {
1442
- workspaceId: "LPDfBsKz",
1443
- meetingSeriesId: "SCtQormf",
1444
368
  processorId: "VIDEO_SCREENPLAY",
1445
- groupId: "D4gguH"
369
+ workspaceId: "q9ZThUTP",
370
+ meetingSeriesId: "Jz8FGdTv",
371
+ groupId: "3hxTux"
1446
372
  }
1447
373
  }
1448
- },
1449
- renderList: ["RENDER_VIDEO_SQUARE", "RENDER_VIDEO_PORTRAIT", "RENDER_VIDEO_LANDSCAPE"]
374
+ }
1450
375
  });
1451
376
  //renderer.validate();
1452
377
  renderer.generateMainVideoTrack();