File size: 29,260 Bytes
16ed0c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
{
  "pages": [
    "index.html",
    "index1.html",
    "index_blog.html",
    "index_bytedance_blog.html"
  ],
  "unique_videos": 55,
  "external_urls": [
    "https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css",
    "https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro",
    "https://www.googletagmanager.com/gtag/js?id=G-PYVRSFMDRL"
  ],
  "files": [
    {
      "path": "README.md",
      "bytes": 538,
      "sha256": "195c13e11d7d19ee03380d442306e8f728691d171241f7e1fa6db954956fb8da"
    },
    {
      "path": "index.html",
      "bytes": 32571,
      "sha256": "da3ee12569fbd0f2d503baa5736f393150395dc0ef1345d698c7538a8d249105"
    },
    {
      "path": "index1.html",
      "bytes": 34094,
      "sha256": "b581c1db3f1663480e4bd22b6256593f0e99cd7899142dc10af9922a397cacf3"
    },
    {
      "path": "index_blog.html",
      "bytes": 56426,
      "sha256": "cb60d1fc9422564b1b4bb641cc44732963bbebac84054f2cef1c2f159e36adef"
    },
    {
      "path": "index_bytedance_blog.html",
      "bytes": 56380,
      "sha256": "77ff109da5c243589cd59140103252c58f3e4dde4bd83af50a22faa669a1e0f2"
    },
    {
      "path": "serve.py",
      "bytes": 3216,
      "sha256": "b4b60cbfcd256d43e4656c7d10910f3ce70f2325d501b400646610e8e977a27a"
    },
    {
      "path": "static/css/blog.css",
      "bytes": 14296,
      "sha256": "090198d4a0979d648e3508fe8551d289b62b3f40248e6a19095f1a6e9918ab4a"
    },
    {
      "path": "static/css/bulma-carousel.min.css",
      "bytes": 3645,
      "sha256": "9d586b0d953f9dedc8ff3e8b5d611bc943849afefdb0f18a11bb0fed258b9072"
    },
    {
      "path": "static/css/bulma-slider.min.css",
      "bytes": 13782,
      "sha256": "9bd5f05ad71360d0e87f21dd3d07d94c080486342f335ff041f5394c6aa6dac9"
    },
    {
      "path": "static/css/bulma.min.css",
      "bytes": 204030,
      "sha256": "58b28659220961ead137cb5b346b5759562750ce703094d70fc786e0db467033"
    },
    {
      "path": "static/css/bytedance-blog.css",
      "bytes": 8723,
      "sha256": "733c164ef3e58bfdecba2044aac022051fe4830f0577d883199594a4789a9820"
    },
    {
      "path": "static/css/fontawesome.all.min.css",
      "bytes": 59344,
      "sha256": "af1e6edc875a382b338bb25bd7c5c3f474a7f1b36212002a5896dd06f2186325"
    },
    {
      "path": "static/css/index.css",
      "bytes": 7581,
      "sha256": "d80c42f0bfdaf40abfe5c95aa7b90f2a533109bf8c845e49d2c21f7aafa14344"
    },
    {
      "path": "static/fonts/inter-latin-wght-normal.woff2",
      "bytes": 48256,
      "sha256": "3100e775e8616cd2611beecfa23a4263d7037586789b43f035236a2e6fbd4c62"
    },
    {
      "path": "static/images/logo-r2.png",
      "bytes": 538526,
      "sha256": "a8f1b8d200bb04ee147421dac6e470392e4355e6b18c039d6a05514eb1c3c3f0"
    },
    {
      "path": "static/images/method_v10.png",
      "bytes": 5108935,
      "sha256": "711a31240888067898588cc229cb0644c89db9cfdb16fbd21b260e5a5f4a12f7"
    },
    {
      "path": "static/images/teaser_v5.png",
      "bytes": 10566459,
      "sha256": "3b3597aa350efc5e4e59c367d498e52f69800fda2dc92c4c4e401bdb1c2f7c2d"
    },
    {
      "path": "static/js/blog.js",
      "bytes": 5932,
      "sha256": "7267789e8aee36423250b4341a4971905c48a678be73ba0206e2800b8bc8171b"
    },
    {
      "path": "static/js/bulma-carousel.min.js",
      "bytes": 40723,
      "sha256": "a8a47bef2cd50640d82aea128360690086ccb6617c6858ee4c71559c88e4a732"
    },
    {
      "path": "static/js/bulma-slider.min.js",
      "bytes": 6926,
      "sha256": "e520e9ef6e3223ecfbb50b4649d238af5a85af9161800ad1d003dac80d748f24"
    },
    {
      "path": "static/js/fontawesome.all.min.js",
      "bytes": 1194960,
      "sha256": "20a3ef6979bbe5e4de1afaecc703e1d34cbc5e3ceab36d378539506327692d72"
    },
    {
      "path": "static/js/index.js",
      "bytes": 13181,
      "sha256": "27ea471b963d63697cc5b04c28f612485b85aad26e1b6f20e823df5415f68f20"
    },
    {
      "path": "static/videos/IG/20260911_danmaku/EDU-HIS-v1-fxwalk-interactive-v4b-scenehold_20260904_manualfix_v1_bgm018_speechfit_useredit1_danmaku.jpg",
      "bytes": 135641,
      "sha256": "f991ef9fbde7eebb27d63e2981b5ddcd65eeb7c581ef237322679fb1723addec"
    },
    {
      "path": "static/videos/IG/20260911_danmaku/EDU-HIS-v1-fxwalk-interactive-v4b-scenehold_20260904_manualfix_v1_bgm018_speechfit_useredit1_danmaku.mp4",
      "bytes": 46463824,
      "sha256": "03339299f83dbe3ea225e3b96a36d9cd0b9ca0a357d8363a89483237cf7cee18"
    },
    {
      "path": "static/videos/IG/20260911_danmaku/GAME-GAL-XIANSHI-scenehold-v3b_20260904_manualfix_v1_bgm018_speechfit_scene3gpt2v3_useredit1_danmaku.jpg",
      "bytes": 110902,
      "sha256": "6af88c4d838dce6ae23faba52f016e26a4c5d868ebe1809cf84c1d181390974d"
    },
    {
      "path": "static/videos/IG/20260911_danmaku/GAME-GAL-XIANSHI-scenehold-v3b_20260904_manualfix_v1_bgm018_speechfit_scene3gpt2v3_useredit1_danmaku.mp4",
      "bytes": 38462721,
      "sha256": "e6de378c46d32ac9d21dd198eef25fe3784bb6896d0331c6aea3a098215cb381"
    },
    {
      "path": "static/videos/IG/r2_audience_danmaku_compressed_crf28/vlog_shichahai_v5_online_20260812_011014.jpg",
      "bytes": 72957,
      "sha256": "a1b623fe63aa277f8510ce064c93d80dcd69301566730f3ae35de19d44de88c1"
    },
    {
      "path": "static/videos/entertainment_final_danmaku_only/chat2_sing1_faststart.jpg",
      "bytes": 30204,
      "sha256": "3fa48618291923573746fd34d9c7e1894ac8896dae9446c0fe89925b440531c3"
    },
    {
      "path": "static/videos/entertainment_final_danmaku_only/chat2_sing1_faststart.mp4",
      "bytes": 47587559,
      "sha256": "39cd35d489bb5b401c13d2941a084d0fd94196ccf7d62341906e6afde660c90d"
    },
    {
      "path": "static/videos/entertainment_final_danmaku_only/chat4_faststart.jpg",
      "bytes": 45649,
      "sha256": "9afe6b6dc244259723747c34d79ec23ac5094c05ac7813b80577d3256cd673ac"
    },
    {
      "path": "static/videos/entertainment_final_danmaku_only/chat4_faststart.mp4",
      "bytes": 146037187,
      "sha256": "b99852a51ac0053067024c3c889838ccf577bc5cac97105067c286ca4543ba5e"
    },
    {
      "path": "static/videos/entertainment_final_danmaku_only/dance2_faststart.jpg",
      "bytes": 44746,
      "sha256": "35288f14b4e47f3fea9d5cc71e301cd80cb4c385fe85d9b0774c66f1d7fda1b7"
    },
    {
      "path": "static/videos/entertainment_final_danmaku_only/dance_copyright_clean_20260914/teaser/nono_with_aigc_refs.mp4",
      "bytes": 70885752,
      "sha256": "aabf5466f6fe7a6ebf8036912601a5c8154871b984a291ccb7956266023eca3c"
    },
    {
      "path": "static/videos/entertainment_final_danmaku_only/dance_copyright_clean_20260914/videos/01_dance2.mp4",
      "bytes": 24301306,
      "sha256": "5d56a2311be7d1c8cdc6387ee9cffe80f97c66a48def850e011652f0d9752cb6"
    },
    {
      "path": "static/videos/entertainment_final_danmaku_only/dance_copyright_clean_20260914/videos/03_qiaopixiaoyima.mp4",
      "bytes": 54271453,
      "sha256": "888b107a543d3f28ade8fdc7427f724d8f7f9e4a2023237a244bc2cdc2cb98d1"
    },
    {
      "path": "static/videos/entertainment_final_danmaku_only/dance_copyright_clean_20260914/videos/04_yizhiyu.mp4",
      "bytes": 34128171,
      "sha256": "353f0e4cea28e3f09312237ea218e497ff119f9dcf88ca296bf109d2dd2d231c"
    },
    {
      "path": "static/videos/entertainment_final_danmaku_only/dance_copyright_clean_20260914/videos/05_zhangheyi.mp4",
      "bytes": 34854568,
      "sha256": "743e99110c4ad228f0ba616bbeeb1d369f8757e791fbc793ddcb7f1e5d185328"
    },
    {
      "path": "static/videos/entertainment_final_danmaku_only/instrument1_faststart.jpg",
      "bytes": 40775,
      "sha256": "6fc5c7e0ca9d6647f0df9d1e57ebecf36e13533aee15ae09837e75790f636b30"
    },
    {
      "path": "static/videos/entertainment_final_danmaku_only/instrument1_faststart.mp4",
      "bytes": 19387975,
      "sha256": "c46b1d30eb954f593abd14383df1a154df984a07e73f8aa1d111b5dcf2af70fc"
    },
    {
      "path": "static/videos/entertainment_final_danmaku_only/nono_20260624_185701_647_withrefaudio_faststart.jpg",
      "bytes": 31947,
      "sha256": "86c45804f0bf6d987e691486f003adba5bfd0d4a54b0761ec3f4650fd1a13dbe"
    },
    {
      "path": "static/videos/entertainment_final_danmaku_only/qiaopixiaoyima_faststart.jpg",
      "bytes": 37617,
      "sha256": "6203965f48d5c57979625f806f3648d564aec9d1d279c09221993351fce6ce03"
    },
    {
      "path": "static/videos/entertainment_final_danmaku_only/sing1_faststart.jpg",
      "bytes": 56222,
      "sha256": "960f4ecaf541ec1f9402baa9e7d4d9a4921fe46be03d2ca89c11d4fc81350925"
    },
    {
      "path": "static/videos/entertainment_final_danmaku_only/sing1_faststart.mp4",
      "bytes": 32407260,
      "sha256": "7452ba8f0cdca68d773c1d335c61237c8456875916250509ac17fb27a351eb41"
    },
    {
      "path": "static/videos/entertainment_final_danmaku_only/yizhiyu_faststart.jpg",
      "bytes": 38697,
      "sha256": "6ee644f6bc2c25f4c3d044175d83781151fb71e6c9a9627f13797ef4d7a2cdfe"
    },
    {
      "path": "static/videos/entertainment_final_danmaku_only/zhangheyi_faststart.jpg",
      "bytes": 38222,
      "sha256": "fa9141fed0ed400e1650a857514eb80c3029302ef9b707664d20d9e6e6d62af2"
    },
    {
      "path": "static/videos/offline_videos_comressed/1.jpg",
      "bytes": 30221,
      "sha256": "b401f20484f5666fac72305536d8abac056185bf4c273f6206d99d11ec2c7dfc"
    },
    {
      "path": "static/videos/offline_videos_comressed/1.mp4",
      "bytes": 9258088,
      "sha256": "b9cbdb12465bd8a8fec06a1e0d0b419c66cd8bfb29b8ae0186b33326605d73a7"
    },
    {
      "path": "static/videos/offline_videos_comressed/15.jpg",
      "bytes": 105016,
      "sha256": "a26534e0fe7c3821cec3aeaf9106d29b1aed33b5b5dfaf8310e6cac82920714a"
    },
    {
      "path": "static/videos/offline_videos_comressed/15.mp4",
      "bytes": 29589517,
      "sha256": "0be3474fb8139f53e524313d206595f1bb0333b44e6676975654387cdf878659"
    },
    {
      "path": "static/videos/offline_videos_comressed/24.jpg",
      "bytes": 125395,
      "sha256": "8fe1b2cc7215b95f1f79e0ccc77fb07b7856dbc9b9b10465ad13ff45c2ecfe8a"
    },
    {
      "path": "static/videos/offline_videos_comressed/24.mp4",
      "bytes": 30959562,
      "sha256": "aaef3954744deb020efb1bf93818c8d678a0b1467d4226c841efbf2d1f1ca317"
    },
    {
      "path": "static/videos/offline_videos_comressed/4.jpg",
      "bytes": 23638,
      "sha256": "2ed6606de75a1a6b72923a44c78c39283232c85fd1bee910ff4dabe44709678c"
    },
    {
      "path": "static/videos/offline_videos_comressed/4.mp4",
      "bytes": 8048787,
      "sha256": "482e3d5a8511ae8e9cacabe8acddb083596bc18bb67f57979e1f718cd9ca9369"
    },
    {
      "path": "static/videos/offline_videos_comressed/5.jpg",
      "bytes": 29316,
      "sha256": "df8509c46bcb7e7ac58419cb9f35db0b5f4085e30ae0583932fddf68943a4830"
    },
    {
      "path": "static/videos/offline_videos_comressed/5.mp4",
      "bytes": 5417564,
      "sha256": "1234b08e63176afe348efb77dd413938e4bc1dfaf8368ddcbeb3e304eb272621"
    },
    {
      "path": "static/videos/offline_videos_comressed/9.jpg",
      "bytes": 46029,
      "sha256": "0f0cb596c8dc4eb38d38984617686848cd8b5ff0a7136c5ab26477420aede6e3"
    },
    {
      "path": "static/videos/offline_videos_comressed/9.mp4",
      "bytes": 23768784,
      "sha256": "728d23c7b38731aff9cc03095f40bec0a561f02fe43c70c0bc9416c6f5e5e77e"
    },
    {
      "path": "static/videos/shop/case_034.jpg",
      "bytes": 41474,
      "sha256": "490cb6712748bf983aabad9e7bfe11b283cb95af1343d716d7c437227c6bf030"
    },
    {
      "path": "static/videos/shop/case_034.mp4",
      "bytes": 58466240,
      "sha256": "6c3c2682d147b5b688312194a6bba574e560ac65f7dcbb9e761bec59260bccea"
    },
    {
      "path": "static/videos/shop/case_061.jpg",
      "bytes": 66118,
      "sha256": "b5d766678b3df3bed76c42299c6cf92cd39013474d6503fd4c41345dad43cfc9"
    },
    {
      "path": "static/videos/shop/case_061.mp4",
      "bytes": 80481152,
      "sha256": "2bf56518134878872d3087c0b412fa83c767755ee9cd0619d68c30661678ec39"
    },
    {
      "path": "static/videos/shop/case_104.jpg",
      "bytes": 50540,
      "sha256": "df9e6f8a925e8c5342154e6b47f32b636072ae89549caa0d920453e613cf8e80"
    },
    {
      "path": "static/videos/shop/case_104.mp4",
      "bytes": 72441122,
      "sha256": "5a90764f23334e98dfeba2672d3ecc7a01f3e4fd1fded38d77c596c05559e13b"
    },
    {
      "path": "static/videos/shop/case_108.jpg",
      "bytes": 51787,
      "sha256": "772e145d007ef4e687fd4d8614fdaea6c1253a185592d522b9413fb39a709d64"
    },
    {
      "path": "static/videos/shop/case_108.mp4",
      "bytes": 59136503,
      "sha256": "b70e84ab97f64c3a73363d0e53ad9005fb705383a75abc9bfe63152c9fca5809"
    },
    {
      "path": "static/videos/shop/generation_maihuo_0902_danmaku_compressed/case_004.jpg",
      "bytes": 37900,
      "sha256": "5c6f1db20775d50aafc5f45dbeeecace26572ff439887f34f77aba5d5ed62d74"
    },
    {
      "path": "static/videos/shop/generation_maihuo_0902_danmaku_compressed/case_004.mp4",
      "bytes": 36531221,
      "sha256": "5d738abed534d4f564232ac9c04c85dc467c09bd88164378075a59271b860a38"
    },
    {
      "path": "static/videos/shop/generation_maihuo_0902_danmaku_compressed/case_024.jpg",
      "bytes": 45408,
      "sha256": "fcef0d4ab62ca589cfc1c7030da4f604be91740a8673eb63803195ee7bcf8817"
    },
    {
      "path": "static/videos/shop/generation_maihuo_0902_danmaku_compressed/case_024_first_frame.jpg",
      "bytes": 102230,
      "sha256": "d7b35994456af5a3de1e7fb093296e00d22dd8efe6496a93473e23ec7571e60c"
    },
    {
      "path": "static/videos/shop/generation_maihuo_0902_danmaku_compressed/case_024.mp4",
      "bytes": 48000612,
      "sha256": "c9e87deb4c8698100aa64c38e5a96908902ebaf77948f52809a00bd966be1e13"
    },
    {
      "path": "static/videos/shop/generation_maihuo_0902_danmaku_compressed/case_085.jpg",
      "bytes": 53284,
      "sha256": "5d476611a4a1c880edc3de2792035094f53323efc2709c6250c9c37d4b14c94d"
    },
    {
      "path": "static/videos/shop/generation_maihuo_0902_danmaku_compressed/case_085.mp4",
      "bytes": 40966228,
      "sha256": "abca07efa9b64279fbdf8d107cd0bdd5c2da44c76f58ef1bebaecd270947bb8d"
    },
    {
      "path": "static/videos/shop/multigood_0902/case_001_002_003.jpg",
      "bytes": 36012,
      "sha256": "2908687c819a2c9f0c652abbf1cebed5d0f4ec9d62ddeeef9b6c44baaf9301c0"
    },
    {
      "path": "static/videos/shop/multigood_0902/case_001_002_003.mp4",
      "bytes": 54543162,
      "sha256": "ecc24c28ae554011c0b671821d39a03878eb21eb644a543dd6d346401fb84319"
    },
    {
      "path": "static/videos/shop/multigood_0902/case_004_005_006_crop1_comp_danmaku_first_frame.jpg",
      "bytes": 170216,
      "sha256": "991fa3579766f57e9bfe62c90a44f166b708d1f5c11a092a920dec8845019790"
    },
    {
      "path": "static/videos/teaser/teaser_with_refs_20260907/case_004_005_006_crop1_comp_danmaku_withrefs.mp4",
      "bytes": 121011685,
      "sha256": "51339391ae41a70804f7fef1eb900be18ec390b06ebbef1530c9125ec8750b69"
    },
    {
      "path": "static/videos/teaser/teaser_with_refs_20260907/vlog_shichahai_v5_online_20260812_011014_withrefs.mp4",
      "bytes": 125605464,
      "sha256": "a1c7fb44e16ddd8221eed3425f1d80315493b3b99b4b34845065a74fc2c65e8f"
    },
    {
      "path": "static/videos/videochat/0903/EMP-02_crop_compressed_faststart.jpg",
      "bytes": 37303,
      "sha256": "e838f16e65a9c1f2c83d23d755c36119039d24f58858ee9e34ffad0e508070cf"
    },
    {
      "path": "static/videos/videochat/0903/EMP-02_crop_compressed_faststart.mp4",
      "bytes": 27929096,
      "sha256": "091598e35bf75e504486b963066284287df8e7a50252a2921053eb48cd5aa5de"
    },
    {
      "path": "static/videos/videochat/0903_compressed_crf28/GIR-02_crop.jpg",
      "bytes": 25570,
      "sha256": "4122799499597a5f918bea825572d05b7856dd4d5cd92470e3c16d535d49459d"
    },
    {
      "path": "static/videos/videochat/0903_compressed_crf28/GIR-02_crop.mp4",
      "bytes": 11793659,
      "sha256": "5471c6dfe63766a41a8029b65187e0fd3cf8e596c6336c2256735d31297f9154"
    },
    {
      "path": "static/videos/videochat/0903_compressed_crf28/TRV-03_crop.jpg",
      "bytes": 36383,
      "sha256": "1778eb3dd3f115b596f8c2ced45d9b9bad3994c810d39613e4ac1a000f63e633"
    },
    {
      "path": "static/videos/videochat/0903_compressed_crf28/TRV-03_crop.mp4",
      "bytes": 14848367,
      "sha256": "0de310b8e9bbf8130fb9d43850d2eeab2f36dee3dca8147865412b468c7cd2fc"
    },
    {
      "path": "static/videos/videochat/0903_compressed_crf28/chat50_PET-03_20260901_personavoice_v2.jpg",
      "bytes": 43199,
      "sha256": "8efbdcea0e59afc5c92ffc531c7bbee0a0790199395a3b2f1910b2af0e5191a3"
    },
    {
      "path": "static/videos/videochat/0903_compressed_crf28/chat50_PET-03_20260901_personavoice_v2.mp4",
      "bytes": 14719206,
      "sha256": "3158baeb09e930c239a0c863cbe8bdc2ad770ab60daa92df79ff2af9bf44caf1"
    },
    {
      "path": "static/videos/videochat/0903_compressed_crf28/chat50_TRN-04_20260901_personavoice_v2.jpg",
      "bytes": 28573,
      "sha256": "f710d249615c80946c8741a6f0d18d8da641b117a14b0e3a600ca3fb72ed8a04"
    },
    {
      "path": "static/videos/videochat/0903_compressed_crf28/chat50_TRN-04_20260901_personavoice_v2.mp4",
      "bytes": 11954401,
      "sha256": "2cef1dc610f209c1c08b2328750484f328f0695c7e108ff7febd71c8f301aef3"
    },
    {
      "path": "static/videos/videochat/20260831/chat50_EMP-03_20260814_chat50fix_audience_faststart.jpg",
      "bytes": 51383,
      "sha256": "53424970024b81a65b7199c71597159b0daaa7f04fe5d763d1d9f31cf27a47a5"
    },
    {
      "path": "static/videos/videochat/20260831/chat50_EMP-03_20260814_chat50fix_audience_faststart.mp4",
      "bytes": 51866365,
      "sha256": "9564407c77d369d09909683d5b647247aed413a251a20b95aebc887b2009044b"
    },
    {
      "path": "static/videos/videochat/P0_talk_1_s2s_roleplay_20260820_v26_more_human_empathy_sophie_bgm010_20260826_faststart.jpg",
      "bytes": 36975,
      "sha256": "24c1eb2bb74cc42e382b804619fa7034fb90b6c3e06b29b331600f94d4ee91da"
    },
    {
      "path": "static/videos/videochat/P0_talk_1_s2s_roleplay_20260820_v26_more_human_empathy_sophie_bgm010_20260826_faststart.mp4",
      "bytes": 24419727,
      "sha256": "1cb507d117e8246b9d82fb2e741b84f2bcf9b3fa50ab55589a172aa7d624d70e"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/ours/01_TRN-04_Q6_ours.jpg",
      "bytes": 78289,
      "sha256": "46688e7fc140434e619cee9af6e3b327d1e5445c2b476ba2d8ce18f21f35391c"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/ours/01_TRN-04_Q6_ours.mp4",
      "bytes": 4075836,
      "sha256": "dcde5d4cac9ab97a7d88295d1264f29369cf347157d225541737d39071c2a3b5"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/ours/02_TRV-03_Q1-Q3_ours.jpg",
      "bytes": 104403,
      "sha256": "eabeddccf155f289e90994f550a2aa31483b39590de7362e247ce9153e05305e"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/ours/02_TRV-03_Q1-Q3_ours.mp4",
      "bytes": 21701380,
      "sha256": "ec18e0d60b56725adf1303b0bd4380581b8e4ab90d37845f387136e269f5a1d8"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/ours/03_PET-03_Q3-Q4_ours.jpg",
      "bytes": 129748,
      "sha256": "bada308efed81bb126cfb91dd5dde235ad4fc6a199f21e6c007f5506d9d79fe9"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/ours/03_PET-03_Q3-Q4_ours.mp4",
      "bytes": 6272735,
      "sha256": "1631a881627b6f0fbfbbb9099c6e74dd7686fcad1ff00e44cb11b620b827a4e0"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/ours/04_MKT-04_Q5_ours.jpg",
      "bytes": 96752,
      "sha256": "664c6ff92bca5223838a46863e3158ad63f6f0e5b9f1f6cadb0ee2968f4c9eba"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/ours/04_MKT-04_Q5_ours.mp4",
      "bytes": 6821382,
      "sha256": "74bd1377ab43d333fde331a905d2dda857c4497f3af068900ca390ca6f1f1e9f"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/ours/05_MKT-04_Q7_ours.jpg",
      "bytes": 97147,
      "sha256": "440a7fd065e89988f4aed0bd3a7d6264b3fc406e520a8b1e106a7969529ca5c9"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/ours/05_MKT-04_Q7_ours.mp4",
      "bytes": 7959357,
      "sha256": "706406a7eae6a40241a952642e738bac60a65f2fce0f87bc10822b5ff3a0ff12"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/ours/06_MKT-05_Q1_ours.jpg",
      "bytes": 92400,
      "sha256": "33c359d06958dd3e2eb9cb032777a2d893bda18ab1ec47ce105e6ba06155800e"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/ours/06_MKT-05_Q1_ours.mp4",
      "bytes": 7867797,
      "sha256": "5b9401fbfbd11ce2ee39352ba34f0937a0c6771770b302923b4c29f5b9818a2a"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/ours/07_CSV-01_Q4_ours.jpg",
      "bytes": 86684,
      "sha256": "87fa26db250709372a9ac1d952ab34cfb3d28eb177a1321a8d1b4b39fded20f6"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/ours/07_CSV-01_Q4_ours.mp4",
      "bytes": 5753326,
      "sha256": "d9117ae5939974a29d8fda9f3b2e09f665b81416298012ca7151c25fd6225914"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/ours/08_CSV-04_Q4-Q5_ours.jpg",
      "bytes": 82848,
      "sha256": "7969eb13258ba972001caa0eeb743443668e1be0d321c2c28559bf7876abe808"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/ours/08_CSV-04_Q4-Q5_ours.mp4",
      "bytes": 9329230,
      "sha256": "82ab65a707842aaa60b9cc1bc3f534d2bad4f5c337ec134c9c122ed4b890a1b4"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/vidu/01_TRN-04_Q6_vidu.jpg",
      "bytes": 54161,
      "sha256": "c3455bdf0ee7cfb7930beaeb87af55c31f250e92988b3579f3242ef993243fab"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/vidu/01_TRN-04_Q6_vidu.mp4",
      "bytes": 3103716,
      "sha256": "286e7b70c40bfb9550b1a840ef8b3e10236ef4d88217725a9f2c099f32a86695"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/vidu/02_TRV-03_Q1-Q3_vidu.jpg",
      "bytes": 68738,
      "sha256": "bb02b69ae06fdbc845731b9de7367182d9d05483315c69d34ec8fac52708179a"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/vidu/02_TRV-03_Q1-Q3_vidu.mp4",
      "bytes": 8560912,
      "sha256": "2a8d346155532527d9c5fcd81be75d16dabec21367f89f12fecce18eef0bcb93"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/vidu/03_PET-03_Q3-Q4_vidu.jpg",
      "bytes": 77385,
      "sha256": "6ad72ab05371bcf1676e63a6729a70027e17c0b18dcfff0126a28066eb0b80c9"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/vidu/03_PET-03_Q3-Q4_vidu.mp4",
      "bytes": 5294687,
      "sha256": "6817979f572ce37b85e4f20008bd685f557e9e0655b3a5078e693a0eeedea2a5"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/vidu/04_MKT-04_Q5_vidu.jpg",
      "bytes": 72569,
      "sha256": "b5de2e27e0b64396dda87450343b6cf01ddefcb4d93aeca4f9a8dbf15ab4cffd"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/vidu/04_MKT-04_Q5_vidu.mp4",
      "bytes": 8457663,
      "sha256": "56ccd67fa992dbe6d8d7331d0c481a47eea42c138bff1af61abbcbcdbe6a69b2"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/vidu/05_MKT-04_Q7_vidu.jpg",
      "bytes": 71636,
      "sha256": "e851265a7346656ef140a8f1daad9260ddbd099d1eaa7dacc66549eb489f0c15"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/vidu/05_MKT-04_Q7_vidu.mp4",
      "bytes": 5566984,
      "sha256": "375101e02e9cb3b4d1291974c2bac068c74088acbee38a59906cdce580512c2b"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/vidu/06_MKT-05_Q1_vidu.jpg",
      "bytes": 59803,
      "sha256": "c045d834ad9d4cf0db23b84ba54a963daf099630e573a56a99a1c9179f8dd67a"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/vidu/06_MKT-05_Q1_vidu.mp4",
      "bytes": 2743425,
      "sha256": "9dace53beb78d4ced4f8e8db9b49bbe0ab4dc0acc3acdc6a905e6ff026f943a6"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/vidu/07_CSV-01_Q4_vidu.jpg",
      "bytes": 77707,
      "sha256": "5df395c178a79c260709ad46a06537037dd03566f2b4e121fcfc64923ded01df"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/vidu/07_CSV-01_Q4_vidu.mp4",
      "bytes": 5901554,
      "sha256": "ed342ac16a89f9843028f89e9de56a1876e6b8b4dfe71ae8d0b7ebb8deabbd3d"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/vidu/08_CSV-04_Q4-Q5_vidu.jpg",
      "bytes": 109824,
      "sha256": "e14e246e87576caf85173ac21c62a09dc8175f0a7f60a81b6057205fca395cea"
    },
    {
      "path": "static/videos/videochat/comp/marked_showcase_20260904/vidu/08_CSV-04_Q4-Q5_vidu.mp4",
      "bytes": 23990524,
      "sha256": "008a2f7e2ea0a787b0cf23e0a09d942a66df6cb4efb5b91b10986665380a3f0e"
    },
    {
      "path": "static/videos/vidu-s2-comp/dance_action_library_all_cases_no_nono_20260916/P0_dance_2_custom_action_clone_voice_no_bgm_hd.jpg",
      "bytes": 88370,
      "sha256": "10b1b1bf01ae32aea337d48de77d9b167f44356b6fe0de2dcbe460a2921e479d"
    },
    {
      "path": "static/videos/vidu-s2-comp/dance_action_library_all_cases_no_nono_20260916/P0_dance_2_custom_action_clone_voice_no_bgm_hd.mp4",
      "bytes": 10220438,
      "sha256": "2de1ae05bc0c04098b75ff73665349594aa6ef223cb373a2df7ebe9f5db173fd"
    },
    {
      "path": "static/videos/vidu-s2-comp/image_reference_eval_cases_20260915_with_product_refs/01_case_004_005_006_crop1_comp_danmaku_withrefs/rtc-997660459551166464-1789532435952_with_product_refs.jpg",
      "bytes": 102761,
      "sha256": "e7d81063aeb32f176acad5b797cf592247d2dbd5fd3165e2456d32c16940d288"
    },
    {
      "path": "static/videos/vidu-s2-comp/image_reference_eval_cases_20260915_with_product_refs/01_case_004_005_006_crop1_comp_danmaku_withrefs/rtc-997660459551166464-1789532435952_with_product_refs.mp4",
      "bytes": 15073440,
      "sha256": "62892eb959873caebc9e17ab6f69ffb410e8aefe4553c6fa3881031ce6332076"
    },
    {
      "path": "static/videos/vidu-s2-comp/image_reference_eval_cases_20260915_with_product_refs/04_case_108/rtc-997707938619473920-1789543699407_with_product_refs.jpg",
      "bytes": 109606,
      "sha256": "35b5eb9a77ca19aa3a1b6da044c902e2f8f15388692847d2d30b14694b229217"
    },
    {
      "path": "static/videos/vidu-s2-comp/image_reference_eval_cases_20260915_with_product_refs/04_case_108/rtc-997707938619473920-1789543699407_with_product_refs.mp4",
      "bytes": 7092963,
      "sha256": "a245f7f58060f3014f99f7ad65126a13c085f0afd548e349363f8707740de432"
    },
    {
      "path": "static/videos/vidu-s2-comp/image_reference_eval_cases_20260915_with_product_refs/07_case_024/07_case_024_first_image_with_product_ref.mp4",
      "bytes": 12001867,
      "sha256": "48ec2bf3a156fcff027588dc11cd8f547ea9df2f0a1a12483e1280b15037d505"
    },
    {
      "path": "static/videos/vidu-s2-comp/image_reference_eval_cases_20260915_with_product_refs/07_case_024/07_case_024_first_image_with_product_ref_first_frame.jpg",
      "bytes": 83450,
      "sha256": "ca5d835b2bc3e26afce7fd799d919aeef074e6bd444451c10b7ff37ba7fd19ad"
    },
    {
      "path": "static/videos/vidu-s2-comp/image_reference_eval_cases_20260915_with_product_refs/07_case_024/rtc-997708579890794496-1789543866428_with_product_refs.jpg",
      "bytes": 91676,
      "sha256": "3bec329789334840e2bb6d99b96c90e7cc3cf874edf121cec7f71ec4c7b931b1"
    },
    {
      "path": "static/videos/vidu-s2-comp/image_reference_eval_cases_20260915_with_product_refs/07_case_024/rtc-997708579890794496-1789543866428_with_product_refs.mp4",
      "bytes": 5571388,
      "sha256": "2fbecf180b9f52e4b4aaa651a47d20f7c8b996f07a0ac4ff1dff5cd3378f55c3"
    },
    {
      "path": "static/videos/vidu-s2-comp/vidu_hd_ack3s_corrected_02_09_first_image_20260916_with_product_refs/02_case_085_first_image_with_product_ref.jpg",
      "bytes": 125535,
      "sha256": "ecfca22e516c2444ddec4aca1ecf0ec2c30d01528892c4af141fe52deb5a27dd"
    },
    {
      "path": "static/videos/vidu-s2-comp/vidu_hd_ack3s_corrected_02_09_first_image_20260916_with_product_refs/02_case_085_first_image_with_product_ref.mp4",
      "bytes": 8475987,
      "sha256": "cd2bc9c9a3ac0ffdfe110dfc38282cc613d7afbad772655635c37b5926bda111"
    },
    {
      "path": "static/webfonts/fa-brands-400.woff2",
      "bytes": 78460,
      "sha256": "71b3ce72680f4183d28db86b184542051fd533bb1146933233e4f6a20cf98cba"
    },
    {
      "path": "static/webfonts/fa-regular-400.woff2",
      "bytes": 13548,
      "sha256": "ce20ed8a323117c8a718ff1ddc6dabb997373b575a8e896f2bf02b846c082c9d"
    },
    {
      "path": "static/webfonts/fa-solid-900.woff2",
      "bytes": 80300,
      "sha256": "6b555920e358f8a25a422988b448615c33bcccb4f932e8331cebfc8e2a737fc7"
    }
  ]
}