Mbonea commited on
Commit
0cf5523
1 Parent(s): bf94c3c

Added components

Browse files
.gitignore CHANGED
@@ -2,3 +2,4 @@
2
  *.session
3
  *.session-journal
4
  .env
 
 
2
  *.session
3
  *.session-journal
4
  .env
5
+ modal_test.py
.vscode/settings.json CHANGED
@@ -2,7 +2,7 @@
2
  "editor.tabSize": 2,
3
  "typescript.tsdk": "node_modules/typescript/lib",
4
  "editor.codeActionsOnSave": {
5
- "source.organizeImports": false
6
  },
7
  "typescript.enablePromptUseWorkspaceTsdk": true
8
  }
 
2
  "editor.tabSize": 2,
3
  "typescript.tsdk": "node_modules/typescript/lib",
4
  "editor.codeActionsOnSave": {
5
+ "source.organizeImports": "never"
6
  },
7
  "typescript.enablePromptUseWorkspaceTsdk": true
8
  }
Remotion-app/components.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "$schema": "https://ui.shadcn.com/schema.json",
3
+ "style": "default",
4
+ "rsc": false,
5
+ "tsx": false,
6
+ "tailwind": {
7
+ "config": "tailwind.config.js",
8
+ "css": "src/index.css",
9
+ "baseColor": "slate",
10
+ "cssVariables": true,
11
+ "prefix": ""
12
+ },
13
+ "aliases": {
14
+ "components": "@/components",
15
+ "utils": "@/lib/utils"
16
+ }
17
+ }
Remotion-app/package.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "name": "short",
3
  "version": "1.0.0",
4
  "description": "My Remotion video",
5
  "scripts": {
@@ -11,14 +11,25 @@
11
  "repository": {},
12
  "license": "UNLICENSED",
13
  "dependencies": {
14
- "@remotion/cli": "4.0.69",
15
- "@remotion/google-fonts": "4.0.69",
16
- "@remotion/preload": "4.0.69",
17
- "@remotion/transitions": "4.0.69",
18
- "@remotion/zod-types": "4.0.69",
 
 
 
 
 
 
 
 
 
19
  "react": "^18.0.0",
20
  "react-dom": "^18.0.0",
21
- "remotion": "4.0.69",
 
 
22
  "zod": "^3.21.4"
23
  },
24
  "devDependencies": {
 
1
  {
2
+ "name": "short-test",
3
  "version": "1.0.0",
4
  "description": "My Remotion video",
5
  "scripts": {
 
11
  "repository": {},
12
  "license": "UNLICENSED",
13
  "dependencies": {
14
+ "@radix-ui/react-icons": "^1.3.0",
15
+ "@radix-ui/react-label": "^2.0.2",
16
+ "@radix-ui/react-slot": "^1.0.2",
17
+ "@remotion/cli": "4.0.77",
18
+ "@remotion/google-fonts": "^4.0.77",
19
+ "@remotion/media-utils": "^4.0.83",
20
+ "@remotion/tailwind": "^4.0.83",
21
+ "@remotion/transitions": "^4.0.77",
22
+ "@remotion/zod-types": "4.0.77",
23
+ "class-variance-authority": "^0.7.0",
24
+ "clsx": "^2.1.0",
25
+ "gsap": "^3.12.4",
26
+ "gsap-trial": "^3.12.4",
27
+ "lucide-react": "^0.303.0",
28
  "react": "^18.0.0",
29
  "react-dom": "^18.0.0",
30
+ "remotion": "4.0.77",
31
+ "tailwind-merge": "^2.2.0",
32
+ "tailwindcss-animate": "^1.0.7",
33
  "zod": "^3.21.4"
34
  },
35
  "devDependencies": {
Remotion-app/remotion.config.js CHANGED
@@ -3,6 +3,12 @@
3
 
4
  // Note: When using the Node.JS APIs, the config file doesn't apply. Instead, pass options directly to the APIs
5
 
 
6
  import {Config} from '@remotion/cli/config';
7
 
 
 
 
 
 
8
  Config.setVideoImageFormat('jpeg');
 
3
 
4
  // Note: When using the Node.JS APIs, the config file doesn't apply. Instead, pass options directly to the APIs
5
 
6
+
7
  import {Config} from '@remotion/cli/config';
8
 
9
+ import {enableTailwind} from '@remotion/tailwind';
10
+ Config.overrideWebpackConfig((currentConfiguration) => {
11
+ return enableTailwind(currentConfiguration);
12
+ });
13
+
14
  Config.setVideoImageFormat('jpeg');
Remotion-app/src/HelloWorld/Assets/BackgroundSequences.json CHANGED
@@ -1 +1,1924 @@
1
- []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "links": [
3
+ {
4
+ "file_name": "image_0.webp",
5
+ "link": "https://image.lexica.art/full_webp/ae221476-5b64-4734-83ee-f5fd78541a55"
6
+ },
7
+ {
8
+ "file_name": "image_1.webp",
9
+ "link": "https://image.lexica.art/full_webp/2f7aa85b-1861-41b5-8b48-c14242cfff92"
10
+ },
11
+ {
12
+ "file_name": "image_2.webp",
13
+ "link": "https://image.lexica.art/full_webp/72cfd59d-aaa0-497e-8941-09d349e136ad"
14
+ },
15
+ {
16
+ "file_name": "image_3.webp",
17
+ "link": "https://image.lexica.art/full_webp/cb39115a-28b1-4bd1-8558-2873aa3edfb9"
18
+ },
19
+ {
20
+ "file_name": "image_4.webp",
21
+ "link": "https://image.lexica.art/full_webp/67c015a1-dca7-4591-9031-43746fcb584d"
22
+ },
23
+ {
24
+ "file_name": "image_5.webp",
25
+ "link": "https://image.lexica.art/full_webp/df75070e-9dde-4fbf-81cf-a55aa3a03235"
26
+ },
27
+ {
28
+ "file_name": "image_6.webp",
29
+ "link": "https://image.lexica.art/full_webp/381be0f6-f801-4149-a085-c0410de5fa72"
30
+ },
31
+ {
32
+ "file_name": "image_7.webp",
33
+ "link": "https://image.lexica.art/full_webp/9c864135-00f3-4978-b7d7-fe577de48c36"
34
+ },
35
+ {
36
+ "file_name": "image_8.webp",
37
+ "link": "https://image.lexica.art/full_webp/ae221476-5b64-4734-83ee-f5fd78541a55"
38
+ },
39
+ {
40
+ "file_name": "image_9.webp",
41
+ "link": "https://image.lexica.art/full_webp/ae221476-5b64-4734-83ee-f5fd78541a55"
42
+ },
43
+ {
44
+ "file_name": "image_10.webp",
45
+ "link": "https://image.lexica.art/full_webp/381be0f6-f801-4149-a085-c0410de5fa72"
46
+ },
47
+ {
48
+ "file_name": "image_11.webp",
49
+ "link": "https://image.lexica.art/full_webp/9c864135-00f3-4978-b7d7-fe577de48c36"
50
+ },
51
+ {
52
+ "file_name": "image_12.webp",
53
+ "link": "https://image.lexica.art/full_webp/ae221476-5b64-4734-83ee-f5fd78541a55"
54
+ },
55
+ {
56
+ "file_name": "image_13.webp",
57
+ "link": "https://image.lexica.art/full_webp/2f7aa85b-1861-41b5-8b48-c14242cfff92"
58
+ },
59
+ {
60
+ "file_name": "image_14.webp",
61
+ "link": "https://image.lexica.art/full_webp/72cfd59d-aaa0-497e-8941-09d349e136ad"
62
+ },
63
+ {
64
+ "file_name": "image_15.webp",
65
+ "link": "https://image.lexica.art/full_webp/ae221476-5b64-4734-83ee-f5fd78541a55"
66
+ },
67
+ {
68
+ "file_name": "image_16.webp",
69
+ "link": "https://image.lexica.art/full_webp/2f7aa85b-1861-41b5-8b48-c14242cfff92"
70
+ },
71
+ {
72
+ "file_name": "image_17.webp",
73
+ "link": "https://image.lexica.art/full_webp/df75070e-9dde-4fbf-81cf-a55aa3a03235"
74
+ },
75
+ {
76
+ "file_name": "image_18.webp",
77
+ "link": "https://image.lexica.art/full_webp/381be0f6-f801-4149-a085-c0410de5fa72"
78
+ },
79
+ {
80
+ "file_name": "image_19.webp",
81
+ "link": "https://image.lexica.art/full_webp/129c66b6-438c-490c-83b8-3eaf4750e90a"
82
+ },
83
+ {
84
+ "file_name": "sfx_1.mp3",
85
+ "link": "https://dm0qx8t0i9gc9.cloudfront.net/previews/audio/BsTwCwBHBjzwub4i4/audioblocks-small-whoosh-fast-short-transition-7_rKsg4EzIRw8_NWM.mp3?type=preview&origin=AUDIOBLOCKS&timestamp_ms=1702236157718&publicKey=kUhrS9sKVrQMTvByQMAGMM0jwRbJ4s31HTPVkfDGmwGhYqzmWJHsjIw5fZCkI7ba&organizationId=105711&apiVersion=2.0&stockItemId=170316&resolution=&endUserId=3f36f92e8578d1d2d44cb9e5111c9314bab6ea9a&projectId=5bb8fe91-b8af-40fb-b8a5-a0308325652c&searchId=ca070fb2-5136-4cd0-9155-04bb257d830d&searchPageId=ab171052-83b1-49ca-8040-019d114446ae"
86
+ },
87
+ {
88
+ "file_name": "transcript.wav",
89
+ "link": "https://production-273614-assets.storage.googleapis.com/c1711a79-bf86-405f-9520-977878eeb59a/a84b4f6a-f52c-4de8-b296-805b974a700a.wav?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EFZ4XO3FUIRXKQS4WNAKTVH7WYUDBQBH4S55LLUDARIW7BMD5OL723IQ%2F20231210%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20231210T205714Z&X-Amz-Expires=43200&X-Amz-Signature=3b1a709d713d5f213fde9b1052345ea8f3b543e46d036915afd0c0ce772a5622&X-Amz-SignedHeaders=host&response-cache-control=private%2C%20max-age%3D43200%2C%20immutable"
90
+ },
91
+ {
92
+ "file_name": "background.mp3",
93
+ "link": "https://dm0qx8t0i9gc9.cloudfront.net/previews/audio/SYMgkXBp8kbgp9z1o/audioblocks-04_cin_ep_aj-epic-inspirational_power-of-epic-orchestra_instr_rYoik_vIq_NWM.mp3?type=preview&origin=AUDIOBLOCKS&timestamp_ms=1702226430687&publicKey=kUhrS9sKVrQMTvByQMAGMM0jwRbJ4s31HTPVkfDGmwGhYqzmWJHsjIw5fZCkI7ba&organizationId=105711&apiVersion=2.0&stockItemId=347002387&resolution=&endUserId=3f36f92e8578d1d2d44cb9e5111c9314bab6ea9a&projectId=5bb8fe91-b8af-40fb-b8a5-a0308325652c&searchId=37b57e93-bc35-4751-837b-ce09d504d8f6&searchPageId=ab508d3f-9703-4dd4-96dc-dd0d22d70189"
94
+ }
95
+ ],
96
+ "assets": [
97
+ {
98
+ "type": "text",
99
+ "sequence": [
100
+ {
101
+ "start": 0.0,
102
+ "end": 0.24,
103
+ "probability": 0.6714049577713013,
104
+ "text": " This"
105
+ },
106
+ {
107
+ "start": 0.24,
108
+ "end": 0.5,
109
+ "probability": 0.9762039184570312,
110
+ "text": " woman"
111
+ },
112
+ {
113
+ "start": 0.5,
114
+ "end": 0.74,
115
+ "probability": 0.9984784722328186,
116
+ "text": " is"
117
+ },
118
+ {
119
+ "start": 0.74,
120
+ "end": 1.42,
121
+ "probability": 0.9907891154289246,
122
+ "text": " extraordinary."
123
+ },
124
+ {
125
+ "start": 1.74,
126
+ "end": 1.84,
127
+ "probability": 0.9907077550888062,
128
+ "text": " She"
129
+ },
130
+ {
131
+ "start": 1.84,
132
+ "end": 2.04,
133
+ "probability": 0.9929599165916443,
134
+ "text": " is"
135
+ },
136
+ {
137
+ "start": 2.04,
138
+ "end": 2.26,
139
+ "probability": 0.9947006702423096,
140
+ "text": " a"
141
+ },
142
+ {
143
+ "start": 2.26,
144
+ "end": 2.54,
145
+ "probability": 0.9961410164833069,
146
+ "text": " fierce"
147
+ },
148
+ {
149
+ "start": 2.54,
150
+ "end": 2.84,
151
+ "probability": 0.9890923500061035,
152
+ "text": " and"
153
+ },
154
+ {
155
+ "start": 2.84,
156
+ "end": 3.22,
157
+ "probability": 0.9947437047958374,
158
+ "text": " talented"
159
+ },
160
+ {
161
+ "start": 3.22,
162
+ "end": 3.62,
163
+ "probability": 0.9965943694114685,
164
+ "text": " dancer"
165
+ },
166
+ {
167
+ "start": 3.62,
168
+ "end": 3.84,
169
+ "probability": 0.9555509686470032,
170
+ "text": " who"
171
+ },
172
+ {
173
+ "start": 3.84,
174
+ "end": 4.02,
175
+ "probability": 0.989871084690094,
176
+ "text": " is"
177
+ },
178
+ {
179
+ "start": 4.02,
180
+ "end": 4.22,
181
+ "probability": 0.9986718893051147,
182
+ "text": " about"
183
+ },
184
+ {
185
+ "start": 4.22,
186
+ "end": 4.44,
187
+ "probability": 0.9972483515739441,
188
+ "text": " to"
189
+ },
190
+ {
191
+ "start": 4.44,
192
+ "end": 4.62,
193
+ "probability": 0.996292233467102,
194
+ "text": " take"
195
+ },
196
+ {
197
+ "start": 4.62,
198
+ "end": 4.8,
199
+ "probability": 0.9984669089317322,
200
+ "text": " the"
201
+ },
202
+ {
203
+ "start": 4.8,
204
+ "end": 5.04,
205
+ "probability": 0.9982944130897522,
206
+ "text": " world"
207
+ },
208
+ {
209
+ "start": 5.04,
210
+ "end": 5.36,
211
+ "probability": 0.9973336458206177,
212
+ "text": " by"
213
+ },
214
+ {
215
+ "start": 5.36,
216
+ "end": 5.78,
217
+ "probability": 0.9975805282592773,
218
+ "text": " storm."
219
+ },
220
+ {
221
+ "start": 6.06,
222
+ "end": 6.08,
223
+ "probability": 0.9407963752746582,
224
+ "text": " Meet"
225
+ },
226
+ {
227
+ "start": 6.08,
228
+ "end": 6.58,
229
+ "probability": 0.9250969489415487,
230
+ "text": " Inayat,"
231
+ },
232
+ {
233
+ "start": 6.76,
234
+ "end": 6.96,
235
+ "probability": 0.9957624077796936,
236
+ "text": " the"
237
+ },
238
+ {
239
+ "start": 6.96,
240
+ "end": 7.38,
241
+ "probability": 0.9140483140945435,
242
+ "text": " protagonist"
243
+ },
244
+ {
245
+ "start": 7.38,
246
+ "end": 7.64,
247
+ "probability": 0.9943031072616577,
248
+ "text": " of"
249
+ },
250
+ {
251
+ "start": 7.64,
252
+ "end": 7.84,
253
+ "probability": 0.9956594109535217,
254
+ "text": " the"
255
+ },
256
+ {
257
+ "start": 7.84,
258
+ "end": 8.46,
259
+ "probability": 0.996244877576828,
260
+ "text": " electrifying"
261
+ },
262
+ {
263
+ "start": 8.46,
264
+ "end": 8.84,
265
+ "probability": 0.9945023059844971,
266
+ "text": " movie"
267
+ },
268
+ {
269
+ "start": 8.84,
270
+ "end": 9.16,
271
+ "probability": 0.620722234249115,
272
+ "text": " Street"
273
+ },
274
+ {
275
+ "start": 9.16,
276
+ "end": 9.56,
277
+ "probability": 0.9740679562091827,
278
+ "text": " Dancer"
279
+ },
280
+ {
281
+ "start": 9.56,
282
+ "end": 10.32,
283
+ "probability": 0.941430389881134,
284
+ "text": " 3D."
285
+ },
286
+ {
287
+ "start": 10.52,
288
+ "end": 10.6,
289
+ "probability": 0.9892666339874268,
290
+ "text": " Are"
291
+ },
292
+ {
293
+ "start": 10.6,
294
+ "end": 10.8,
295
+ "probability": 0.9994889497756958,
296
+ "text": " you"
297
+ },
298
+ {
299
+ "start": 10.8,
300
+ "end": 11.0,
301
+ "probability": 0.998097836971283,
302
+ "text": " ready"
303
+ },
304
+ {
305
+ "start": 11.0,
306
+ "end": 11.24,
307
+ "probability": 0.9984726309776306,
308
+ "text": " to"
309
+ },
310
+ {
311
+ "start": 11.24,
312
+ "end": 11.5,
313
+ "probability": 0.9983617663383484,
314
+ "text": " witness"
315
+ },
316
+ {
317
+ "start": 11.5,
318
+ "end": 11.78,
319
+ "probability": 0.9968786239624023,
320
+ "text": " her"
321
+ },
322
+ {
323
+ "start": 11.78,
324
+ "end": 12.28,
325
+ "probability": 0.9987747073173523,
326
+ "text": " incredible"
327
+ },
328
+ {
329
+ "start": 12.28,
330
+ "end": 12.6,
331
+ "probability": 0.998272180557251,
332
+ "text": " journey"
333
+ },
334
+ {
335
+ "start": 12.6,
336
+ "end": 12.84,
337
+ "probability": 0.9989148378372192,
338
+ "text": " of"
339
+ },
340
+ {
341
+ "start": 12.84,
342
+ "end": 13.32,
343
+ "probability": 0.9953091740608215,
344
+ "text": " passion,"
345
+ },
346
+ {
347
+ "start": 13.82,
348
+ "end": 14.38,
349
+ "probability": 0.9955123066902161,
350
+ "text": " determination,"
351
+ },
352
+ {
353
+ "start": 14.94,
354
+ "end": 15.12,
355
+ "probability": 0.9988607168197632,
356
+ "text": " and"
357
+ },
358
+ {
359
+ "start": 15.12,
360
+ "end": 15.6,
361
+ "probability": 0.9981403350830078,
362
+ "text": " redemption?"
363
+ },
364
+ {
365
+ "start": 15.9,
366
+ "end": 16.18,
367
+ "probability": 0.9947601556777954,
368
+ "text": " Brace"
369
+ },
370
+ {
371
+ "start": 16.18,
372
+ "end": 16.6,
373
+ "probability": 0.9812273979187012,
374
+ "text": " yourself"
375
+ },
376
+ {
377
+ "start": 16.6,
378
+ "end": 16.84,
379
+ "probability": 0.9981503486633301,
380
+ "text": " for"
381
+ },
382
+ {
383
+ "start": 16.84,
384
+ "end": 17.0,
385
+ "probability": 0.9926608800888062,
386
+ "text": " a"
387
+ },
388
+ {
389
+ "start": 17.0,
390
+ "end": 17.56,
391
+ "probability": 0.864110509554545,
392
+ "text": " rollercoaster"
393
+ },
394
+ {
395
+ "start": 17.56,
396
+ "end": 17.8,
397
+ "probability": 0.9990695118904114,
398
+ "text": " of"
399
+ },
400
+ {
401
+ "start": 17.8,
402
+ "end": 18.22,
403
+ "probability": 0.9965614676475525,
404
+ "text": " emotions"
405
+ },
406
+ {
407
+ "start": 18.22,
408
+ "end": 18.48,
409
+ "probability": 0.9718522429466248,
410
+ "text": " as"
411
+ },
412
+ {
413
+ "start": 18.48,
414
+ "end": 18.92,
415
+ "probability": 0.9948323965072632,
416
+ "text": " Inayat"
417
+ },
418
+ {
419
+ "start": 18.92,
420
+ "end": 19.3,
421
+ "probability": 0.9951607584953308,
422
+ "text": " battles"
423
+ },
424
+ {
425
+ "start": 19.3,
426
+ "end": 19.76,
427
+ "probability": 0.9991911053657532,
428
+ "text": " against"
429
+ },
430
+ {
431
+ "start": 19.76,
432
+ "end": 20.02,
433
+ "probability": 0.9990140199661255,
434
+ "text": " all"
435
+ },
436
+ {
437
+ "start": 20.02,
438
+ "end": 20.26,
439
+ "probability": 0.9993946552276611,
440
+ "text": " odds"
441
+ },
442
+ {
443
+ "start": 20.26,
444
+ "end": 20.48,
445
+ "probability": 0.9962847232818604,
446
+ "text": " to"
447
+ },
448
+ {
449
+ "start": 20.48,
450
+ "end": 20.86,
451
+ "probability": 0.9972565770149231,
452
+ "text": " reclaim"
453
+ },
454
+ {
455
+ "start": 20.86,
456
+ "end": 21.12,
457
+ "probability": 0.9990460276603699,
458
+ "text": " her"
459
+ },
460
+ {
461
+ "start": 21.12,
462
+ "end": 21.4,
463
+ "probability": 0.9966893196105957,
464
+ "text": " lost"
465
+ },
466
+ {
467
+ "start": 21.4,
468
+ "end": 21.8,
469
+ "probability": 0.9969040751457214,
470
+ "text": " glory,"
471
+ },
472
+ {
473
+ "start": 22.1,
474
+ "end": 22.34,
475
+ "probability": 0.9965131878852844,
476
+ "text": " and"
477
+ },
478
+ {
479
+ "start": 22.34,
480
+ "end": 22.6,
481
+ "probability": 0.9962843656539917,
482
+ "text": " prove"
483
+ },
484
+ {
485
+ "start": 22.6,
486
+ "end": 22.84,
487
+ "probability": 0.9954687356948853,
488
+ "text": " that"
489
+ },
490
+ {
491
+ "start": 22.84,
492
+ "end": 23.12,
493
+ "probability": 0.9953619837760925,
494
+ "text": " dreams"
495
+ },
496
+ {
497
+ "start": 23.12,
498
+ "end": 23.34,
499
+ "probability": 0.9963085055351257,
500
+ "text": " do"
501
+ },
502
+ {
503
+ "start": 23.34,
504
+ "end": 23.58,
505
+ "probability": 0.9990850687026978,
506
+ "text": " come"
507
+ },
508
+ {
509
+ "start": 23.58,
510
+ "end": 23.94,
511
+ "probability": 0.9993834495544434,
512
+ "text": " true."
513
+ },
514
+ {
515
+ "start": 24.08,
516
+ "end": 24.3,
517
+ "probability": 0.9921687245368958,
518
+ "text": " In"
519
+ },
520
+ {
521
+ "start": 24.3,
522
+ "end": 24.62,
523
+ "probability": 0.9859528541564941,
524
+ "text": " Street"
525
+ },
526
+ {
527
+ "start": 24.62,
528
+ "end": 25.02,
529
+ "probability": 0.9982699751853943,
530
+ "text": " Dancer"
531
+ },
532
+ {
533
+ "start": 25.02,
534
+ "end": 25.58,
535
+ "probability": 0.9985061585903168,
536
+ "text": " 3D,"
537
+ },
538
+ {
539
+ "start": 25.7,
540
+ "end": 26.04,
541
+ "probability": 0.9987308979034424,
542
+ "text": " Inayat"
543
+ },
544
+ {
545
+ "start": 26.04,
546
+ "end": 26.38,
547
+ "probability": 0.99616539478302,
548
+ "text": " finds"
549
+ },
550
+ {
551
+ "start": 26.38,
552
+ "end": 26.84,
553
+ "probability": 0.9989675283432007,
554
+ "text": " herself"
555
+ },
556
+ {
557
+ "start": 26.84,
558
+ "end": 27.0,
559
+ "probability": 0.9980725049972534,
560
+ "text": " in"
561
+ },
562
+ {
563
+ "start": 27.0,
564
+ "end": 27.16,
565
+ "probability": 0.9968852400779724,
566
+ "text": " a"
567
+ },
568
+ {
569
+ "start": 27.16,
570
+ "end": 27.46,
571
+ "probability": 0.9955325126647949,
572
+ "text": " fierce"
573
+ },
574
+ {
575
+ "start": 27.46,
576
+ "end": 27.74,
577
+ "probability": 0.9972992539405823,
578
+ "text": " dance"
579
+ },
580
+ {
581
+ "start": 27.74,
582
+ "end": 28.1,
583
+ "probability": 0.9954118132591248,
584
+ "text": " battle"
585
+ },
586
+ {
587
+ "start": 28.1,
588
+ "end": 28.44,
589
+ "probability": 0.9969577789306641,
590
+ "text": " against"
591
+ },
592
+ {
593
+ "start": 28.44,
594
+ "end": 28.66,
595
+ "probability": 0.9944431185722351,
596
+ "text": " a"
597
+ },
598
+ {
599
+ "start": 28.66,
600
+ "end": 28.96,
601
+ "probability": 0.9982226490974426,
602
+ "text": " rival"
603
+ },
604
+ {
605
+ "start": 28.96,
606
+ "end": 29.32,
607
+ "probability": 0.35004162788391113,
608
+ "text": " dance"
609
+ },
610
+ {
611
+ "start": 29.32,
612
+ "end": 29.52,
613
+ "probability": 0.9156143665313721,
614
+ "text": " group"
615
+ },
616
+ {
617
+ "start": 29.52,
618
+ "end": 29.76,
619
+ "probability": 0.9785217046737671,
620
+ "text": " from"
621
+ },
622
+ {
623
+ "start": 29.76,
624
+ "end": 30.46,
625
+ "probability": 0.9894974231719971,
626
+ "text": " Pakistan."
627
+ },
628
+ {
629
+ "start": 30.76,
630
+ "end": 30.86,
631
+ "probability": 0.9744652509689331,
632
+ "text": " As"
633
+ },
634
+ {
635
+ "start": 30.86,
636
+ "end": 31.12,
637
+ "probability": 0.9949755668640137,
638
+ "text": " the"
639
+ },
640
+ {
641
+ "start": 31.12,
642
+ "end": 31.32,
643
+ "probability": 0.9994250535964966,
644
+ "text": " stakes"
645
+ },
646
+ {
647
+ "start": 31.32,
648
+ "end": 31.56,
649
+ "probability": 0.9948945045471191,
650
+ "text": " get"
651
+ },
652
+ {
653
+ "start": 31.56,
654
+ "end": 31.88,
655
+ "probability": 0.9961218237876892,
656
+ "text": " higher"
657
+ },
658
+ {
659
+ "start": 31.88,
660
+ "end": 32.16,
661
+ "probability": 0.9735984802246094,
662
+ "text": " and"
663
+ },
664
+ {
665
+ "start": 32.16,
666
+ "end": 32.46,
667
+ "probability": 0.987872838973999,
668
+ "text": " tensions"
669
+ },
670
+ {
671
+ "start": 32.46,
672
+ "end": 32.92,
673
+ "probability": 0.9868122935295105,
674
+ "text": " rise,"
675
+ },
676
+ {
677
+ "start": 33.08,
678
+ "end": 33.24,
679
+ "probability": 0.9824008345603943,
680
+ "text": " she"
681
+ },
682
+ {
683
+ "start": 33.24,
684
+ "end": 33.5,
685
+ "probability": 0.9975677132606506,
686
+ "text": " must"
687
+ },
688
+ {
689
+ "start": 33.5,
690
+ "end": 33.82,
691
+ "probability": 0.9962723255157471,
692
+ "text": " gather"
693
+ },
694
+ {
695
+ "start": 33.82,
696
+ "end": 33.96,
697
+ "probability": 0.9982438087463379,
698
+ "text": " a"
699
+ },
700
+ {
701
+ "start": 33.96,
702
+ "end": 34.18,
703
+ "probability": 0.9982535243034363,
704
+ "text": " team"
705
+ },
706
+ {
707
+ "start": 34.18,
708
+ "end": 34.38,
709
+ "probability": 0.9994320273399353,
710
+ "text": " of"
711
+ },
712
+ {
713
+ "start": 34.38,
714
+ "end": 34.84,
715
+ "probability": 0.9963247179985046,
716
+ "text": " talented"
717
+ },
718
+ {
719
+ "start": 34.84,
720
+ "end": 35.3,
721
+ "probability": 0.997444748878479,
722
+ "text": " dancers"
723
+ },
724
+ {
725
+ "start": 35.3,
726
+ "end": 35.56,
727
+ "probability": 0.9985846281051636,
728
+ "text": " from"
729
+ },
730
+ {
731
+ "start": 35.56,
732
+ "end": 35.8,
733
+ "probability": 0.9995348453521729,
734
+ "text": " all"
735
+ },
736
+ {
737
+ "start": 35.8,
738
+ "end": 36.06,
739
+ "probability": 0.9995169639587402,
740
+ "text": " walks"
741
+ },
742
+ {
743
+ "start": 36.06,
744
+ "end": 36.26,
745
+ "probability": 0.9988835453987122,
746
+ "text": " of"
747
+ },
748
+ {
749
+ "start": 36.26,
750
+ "end": 36.48,
751
+ "probability": 0.9989635944366455,
752
+ "text": " life"
753
+ },
754
+ {
755
+ "start": 36.48,
756
+ "end": 36.68,
757
+ "probability": 0.9955343008041382,
758
+ "text": " to"
759
+ },
760
+ {
761
+ "start": 36.68,
762
+ "end": 36.96,
763
+ "probability": 0.9935116171836853,
764
+ "text": " compete"
765
+ },
766
+ {
767
+ "start": 36.96,
768
+ "end": 37.1,
769
+ "probability": 0.998967170715332,
770
+ "text": " in"
771
+ },
772
+ {
773
+ "start": 37.1,
774
+ "end": 37.2,
775
+ "probability": 0.9883372187614441,
776
+ "text": " the"
777
+ },
778
+ {
779
+ "start": 37.2,
780
+ "end": 37.64,
781
+ "probability": 0.9578045010566711,
782
+ "text": " ultimate"
783
+ },
784
+ {
785
+ "start": 37.64,
786
+ "end": 37.98,
787
+ "probability": 0.9932112693786621,
788
+ "text": " dance"
789
+ },
790
+ {
791
+ "start": 37.98,
792
+ "end": 38.48,
793
+ "probability": 0.9878769218921661,
794
+ "text": " showdown."
795
+ },
796
+ {
797
+ "start": 38.76,
798
+ "end": 38.98,
799
+ "probability": 0.9953243136405945,
800
+ "text": " Along"
801
+ },
802
+ {
803
+ "start": 38.98,
804
+ "end": 39.2,
805
+ "probability": 0.9991639852523804,
806
+ "text": " the"
807
+ },
808
+ {
809
+ "start": 39.2,
810
+ "end": 39.42,
811
+ "probability": 0.9996950626373291,
812
+ "text": " way,"
813
+ },
814
+ {
815
+ "start": 39.62,
816
+ "end": 39.7,
817
+ "probability": 0.9972917437553406,
818
+ "text": " she"
819
+ },
820
+ {
821
+ "start": 39.7,
822
+ "end": 40.1,
823
+ "probability": 0.9957358837127686,
824
+ "text": " faces"
825
+ },
826
+ {
827
+ "start": 40.1,
828
+ "end": 40.62,
829
+ "probability": 0.995875895023346,
830
+ "text": " personal"
831
+ },
832
+ {
833
+ "start": 40.62,
834
+ "end": 41.14,
835
+ "probability": 0.9973360896110535,
836
+ "text": " struggles,"
837
+ },
838
+ {
839
+ "start": 41.52,
840
+ "end": 41.94,
841
+ "probability": 0.996796190738678,
842
+ "text": " confronts"
843
+ },
844
+ {
845
+ "start": 41.94,
846
+ "end": 42.1,
847
+ "probability": 0.9981762170791626,
848
+ "text": " her"
849
+ },
850
+ {
851
+ "start": 42.1,
852
+ "end": 42.34,
853
+ "probability": 0.99724942445755,
854
+ "text": " own"
855
+ },
856
+ {
857
+ "start": 42.34,
858
+ "end": 42.62,
859
+ "probability": 0.9989390969276428,
860
+ "text": " inner"
861
+ },
862
+ {
863
+ "start": 42.62,
864
+ "end": 42.98,
865
+ "probability": 0.9917449355125427,
866
+ "text": " demons,"
867
+ },
868
+ {
869
+ "start": 43.46,
870
+ "end": 43.68,
871
+ "probability": 0.998016357421875,
872
+ "text": " and"
873
+ },
874
+ {
875
+ "start": 43.68,
876
+ "end": 43.96,
877
+ "probability": 0.9976475834846497,
878
+ "text": " learns"
879
+ },
880
+ {
881
+ "start": 43.96,
882
+ "end": 44.18,
883
+ "probability": 0.9973690509796143,
884
+ "text": " the"
885
+ },
886
+ {
887
+ "start": 44.18,
888
+ "end": 44.4,
889
+ "probability": 0.998842716217041,
890
+ "text": " true"
891
+ },
892
+ {
893
+ "start": 44.4,
894
+ "end": 44.68,
895
+ "probability": 0.9990019202232361,
896
+ "text": " meaning"
897
+ },
898
+ {
899
+ "start": 44.68,
900
+ "end": 44.92,
901
+ "probability": 0.9993829727172852,
902
+ "text": " of"
903
+ },
904
+ {
905
+ "start": 44.92,
906
+ "end": 45.24,
907
+ "probability": 0.9890549182891846,
908
+ "text": " unity"
909
+ },
910
+ {
911
+ "start": 45.24,
912
+ "end": 45.56,
913
+ "probability": 0.9973262548446655,
914
+ "text": " and"
915
+ },
916
+ {
917
+ "start": 45.56,
918
+ "end": 46.08,
919
+ "probability": 0.998375415802002,
920
+ "text": " friendship."
921
+ },
922
+ {
923
+ "start": 46.36,
924
+ "end": 46.5,
925
+ "probability": 0.04002461954951286,
926
+ "text": " Get"
927
+ },
928
+ {
929
+ "start": 46.5,
930
+ "end": 46.76,
931
+ "probability": 0.9926623106002808,
932
+ "text": " ready"
933
+ },
934
+ {
935
+ "start": 46.76,
936
+ "end": 47.0,
937
+ "probability": 0.9984250068664551,
938
+ "text": " to"
939
+ },
940
+ {
941
+ "start": 47.0,
942
+ "end": 47.14,
943
+ "probability": 0.9648380875587463,
944
+ "text": " groove"
945
+ },
946
+ {
947
+ "start": 47.14,
948
+ "end": 47.32,
949
+ "probability": 0.9937402009963989,
950
+ "text": " to"
951
+ },
952
+ {
953
+ "start": 47.32,
954
+ "end": 47.5,
955
+ "probability": 0.9971367120742798,
956
+ "text": " the"
957
+ },
958
+ {
959
+ "start": 47.5,
960
+ "end": 47.64,
961
+ "probability": 0.9970424771308899,
962
+ "text": " beat"
963
+ },
964
+ {
965
+ "start": 47.64,
966
+ "end": 47.84,
967
+ "probability": 0.8194652199745178,
968
+ "text": " as"
969
+ },
970
+ {
971
+ "start": 47.84,
972
+ "end": 48.24,
973
+ "probability": 0.8763656616210938,
974
+ "text": " Inayat"
975
+ },
976
+ {
977
+ "start": 48.24,
978
+ "end": 48.44,
979
+ "probability": 0.9902290105819702,
980
+ "text": " and"
981
+ },
982
+ {
983
+ "start": 48.44,
984
+ "end": 48.66,
985
+ "probability": 0.9986957907676697,
986
+ "text": " her"
987
+ },
988
+ {
989
+ "start": 48.66,
990
+ "end": 48.82,
991
+ "probability": 0.9990416169166565,
992
+ "text": " crew"
993
+ },
994
+ {
995
+ "start": 48.82,
996
+ "end": 49.24,
997
+ "probability": 0.9977003931999207,
998
+ "text": " deliver"
999
+ },
1000
+ {
1001
+ "start": 49.24,
1002
+ "end": 49.6,
1003
+ "probability": 0.99837327003479,
1004
+ "text": " mind"
1005
+ },
1006
+ {
1007
+ "start": 49.6,
1008
+ "end": 49.9,
1009
+ "probability": 0.9108395278453827,
1010
+ "text": "-blowing"
1011
+ },
1012
+ {
1013
+ "start": 49.9,
1014
+ "end": 50.3,
1015
+ "probability": 0.996242880821228,
1016
+ "text": " dance"
1017
+ },
1018
+ {
1019
+ "start": 50.3,
1020
+ "end": 50.88,
1021
+ "probability": 0.9951834082603455,
1022
+ "text": " performances"
1023
+ },
1024
+ {
1025
+ "start": 50.88,
1026
+ "end": 51.2,
1027
+ "probability": 0.9973388314247131,
1028
+ "text": " that"
1029
+ },
1030
+ {
1031
+ "start": 51.2,
1032
+ "end": 51.4,
1033
+ "probability": 0.9973019361495972,
1034
+ "text": " will"
1035
+ },
1036
+ {
1037
+ "start": 51.4,
1038
+ "end": 51.52,
1039
+ "probability": 0.9967551827430725,
1040
+ "text": " leave"
1041
+ },
1042
+ {
1043
+ "start": 51.52,
1044
+ "end": 51.76,
1045
+ "probability": 0.9983261227607727,
1046
+ "text": " you"
1047
+ },
1048
+ {
1049
+ "start": 51.76,
1050
+ "end": 52.38,
1051
+ "probability": 0.9979926645755768,
1052
+ "text": " breathless."
1053
+ },
1054
+ {
1055
+ "start": 52.42,
1056
+ "end": 52.7,
1057
+ "probability": 0.986330509185791,
1058
+ "text": " From"
1059
+ },
1060
+ {
1061
+ "start": 52.7,
1062
+ "end": 52.98,
1063
+ "probability": 0.9970481991767883,
1064
+ "text": " heart"
1065
+ },
1066
+ {
1067
+ "start": 52.98,
1068
+ "end": 53.36,
1069
+ "probability": 0.9695939620335897,
1070
+ "text": "-pounding"
1071
+ },
1072
+ {
1073
+ "start": 53.36,
1074
+ "end": 53.7,
1075
+ "probability": 0.9980411529541016,
1076
+ "text": " street"
1077
+ },
1078
+ {
1079
+ "start": 53.7,
1080
+ "end": 54.02,
1081
+ "probability": 0.9908825755119324,
1082
+ "text": " battles"
1083
+ },
1084
+ {
1085
+ "start": 54.02,
1086
+ "end": 54.22,
1087
+ "probability": 0.9763803482055664,
1088
+ "text": " to"
1089
+ },
1090
+ {
1091
+ "start": 54.22,
1092
+ "end": 54.88,
1093
+ "probability": 0.9916334946950277,
1094
+ "text": " mesmerizing"
1095
+ },
1096
+ {
1097
+ "start": 54.88,
1098
+ "end": 55.62,
1099
+ "probability": 0.9961078763008118,
1100
+ "text": " choreography,"
1101
+ },
1102
+ {
1103
+ "start": 55.84,
1104
+ "end": 56.08,
1105
+ "probability": 0.9945123195648193,
1106
+ "text": " this"
1107
+ },
1108
+ {
1109
+ "start": 56.08,
1110
+ "end": 56.34,
1111
+ "probability": 0.9979143738746643,
1112
+ "text": " movie"
1113
+ },
1114
+ {
1115
+ "start": 56.34,
1116
+ "end": 56.58,
1117
+ "probability": 0.9985237717628479,
1118
+ "text": " will"
1119
+ },
1120
+ {
1121
+ "start": 56.58,
1122
+ "end": 56.76,
1123
+ "probability": 0.9981508851051331,
1124
+ "text": " keep"
1125
+ },
1126
+ {
1127
+ "start": 56.76,
1128
+ "end": 56.96,
1129
+ "probability": 0.9976387023925781,
1130
+ "text": " you"
1131
+ },
1132
+ {
1133
+ "start": 56.96,
1134
+ "end": 57.1,
1135
+ "probability": 0.9978049397468567,
1136
+ "text": " on"
1137
+ },
1138
+ {
1139
+ "start": 57.1,
1140
+ "end": 57.26,
1141
+ "probability": 0.9952248334884644,
1142
+ "text": " the"
1143
+ },
1144
+ {
1145
+ "start": 57.26,
1146
+ "end": 57.42,
1147
+ "probability": 0.9992839694023132,
1148
+ "text": " edge"
1149
+ },
1150
+ {
1151
+ "start": 57.42,
1152
+ "end": 57.54,
1153
+ "probability": 0.9987384676933289,
1154
+ "text": " of"
1155
+ },
1156
+ {
1157
+ "start": 57.54,
1158
+ "end": 57.78,
1159
+ "probability": 0.9977473616600037,
1160
+ "text": " your"
1161
+ },
1162
+ {
1163
+ "start": 57.78,
1164
+ "end": 58.04,
1165
+ "probability": 0.9987886548042297,
1166
+ "text": " seat."
1167
+ },
1168
+ {
1169
+ "start": 58.04,
1170
+ "end": 58.42,
1171
+ "probability": 0.9004867672920227,
1172
+ "text": " Will"
1173
+ },
1174
+ {
1175
+ "start": 58.42,
1176
+ "end": 58.84,
1177
+ "probability": 0.8668194015820821,
1178
+ "text": " Inayat"
1179
+ },
1180
+ {
1181
+ "start": 58.84,
1182
+ "end": 59.02,
1183
+ "probability": 0.9946284890174866,
1184
+ "text": " and"
1185
+ },
1186
+ {
1187
+ "start": 59.02,
1188
+ "end": 59.2,
1189
+ "probability": 0.9986963868141174,
1190
+ "text": " her"
1191
+ },
1192
+ {
1193
+ "start": 59.2,
1194
+ "end": 59.42,
1195
+ "probability": 0.9982919096946716,
1196
+ "text": " team"
1197
+ },
1198
+ {
1199
+ "start": 59.42,
1200
+ "end": 59.82,
1201
+ "probability": 0.9973577857017517,
1202
+ "text": " triumph"
1203
+ },
1204
+ {
1205
+ "start": 59.82,
1206
+ "end": 60.14,
1207
+ "probability": 0.9992626309394836,
1208
+ "text": " over"
1209
+ },
1210
+ {
1211
+ "start": 60.14,
1212
+ "end": 60.34,
1213
+ "probability": 0.9980846643447876,
1214
+ "text": " their"
1215
+ },
1216
+ {
1217
+ "start": 60.34,
1218
+ "end": 60.74,
1219
+ "probability": 0.9974523186683655,
1220
+ "text": " rivals?"
1221
+ },
1222
+ {
1223
+ "start": 61.06,
1224
+ "end": 61.18,
1225
+ "probability": 0.9911565780639648,
1226
+ "text": " Can"
1227
+ },
1228
+ {
1229
+ "start": 61.18,
1230
+ "end": 61.4,
1231
+ "probability": 0.9987372756004333,
1232
+ "text": " they"
1233
+ },
1234
+ {
1235
+ "start": 61.4,
1236
+ "end": 61.62,
1237
+ "probability": 0.9984710812568665,
1238
+ "text": " prove"
1239
+ },
1240
+ {
1241
+ "start": 61.62,
1242
+ "end": 61.84,
1243
+ "probability": 0.9957709908485413,
1244
+ "text": " that"
1245
+ },
1246
+ {
1247
+ "start": 61.84,
1248
+ "end": 62.08,
1249
+ "probability": 0.9750763177871704,
1250
+ "text": " dance"
1251
+ },
1252
+ {
1253
+ "start": 62.08,
1254
+ "end": 62.3,
1255
+ "probability": 0.9980326294898987,
1256
+ "text": " has"
1257
+ },
1258
+ {
1259
+ "start": 62.3,
1260
+ "end": 62.52,
1261
+ "probability": 0.993221640586853,
1262
+ "text": " the"
1263
+ },
1264
+ {
1265
+ "start": 62.52,
1266
+ "end": 62.74,
1267
+ "probability": 0.9986326098442078,
1268
+ "text": " power"
1269
+ },
1270
+ {
1271
+ "start": 62.74,
1272
+ "end": 62.98,
1273
+ "probability": 0.9982470273971558,
1274
+ "text": " to"
1275
+ },
1276
+ {
1277
+ "start": 62.98,
1278
+ "end": 63.18,
1279
+ "probability": 0.9984999895095825,
1280
+ "text": " bridge"
1281
+ },
1282
+ {
1283
+ "start": 63.18,
1284
+ "end": 63.62,
1285
+ "probability": 0.9985705614089966,
1286
+ "text": " divides"
1287
+ },
1288
+ {
1289
+ "start": 63.62,
1290
+ "end": 63.9,
1291
+ "probability": 0.9972085356712341,
1292
+ "text": " and"
1293
+ },
1294
+ {
1295
+ "start": 63.9,
1296
+ "end": 64.08,
1297
+ "probability": 0.998420238494873,
1298
+ "text": " bring"
1299
+ },
1300
+ {
1301
+ "start": 64.08,
1302
+ "end": 64.42,
1303
+ "probability": 0.9988641738891602,
1304
+ "text": " people"
1305
+ },
1306
+ {
1307
+ "start": 64.42,
1308
+ "end": 64.86,
1309
+ "probability": 0.9993281364440918,
1310
+ "text": " together?"
1311
+ },
1312
+ {
1313
+ "start": 65.12,
1314
+ "end": 65.36,
1315
+ "probability": 0.9967014193534851,
1316
+ "text": " Join"
1317
+ },
1318
+ {
1319
+ "start": 65.36,
1320
+ "end": 65.8,
1321
+ "probability": 0.995927075544993,
1322
+ "text": " Inayat"
1323
+ },
1324
+ {
1325
+ "start": 65.8,
1326
+ "end": 65.96,
1327
+ "probability": 0.9947963356971741,
1328
+ "text": " on"
1329
+ },
1330
+ {
1331
+ "start": 65.96,
1332
+ "end": 66.16,
1333
+ "probability": 0.9973601698875427,
1334
+ "text": " her"
1335
+ },
1336
+ {
1337
+ "start": 66.16,
1338
+ "end": 66.76,
1339
+ "probability": 0.9964210589726766,
1340
+ "text": " exhilarating"
1341
+ },
1342
+ {
1343
+ "start": 66.76,
1344
+ "end": 67.14,
1345
+ "probability": 0.998664140701294,
1346
+ "text": " journey"
1347
+ },
1348
+ {
1349
+ "start": 67.14,
1350
+ "end": 67.44,
1351
+ "probability": 0.9888877272605896,
1352
+ "text": " and"
1353
+ },
1354
+ {
1355
+ "start": 67.44,
1356
+ "end": 67.66,
1357
+ "probability": 0.998561680316925,
1358
+ "text": " find"
1359
+ },
1360
+ {
1361
+ "start": 67.66,
1362
+ "end": 67.84,
1363
+ "probability": 0.9983670115470886,
1364
+ "text": " out"
1365
+ },
1366
+ {
1367
+ "start": 67.84,
1368
+ "end": 68.06,
1369
+ "probability": 0.9986559152603149,
1370
+ "text": " for"
1371
+ },
1372
+ {
1373
+ "start": 68.06,
1374
+ "end": 68.5,
1375
+ "probability": 0.9988569021224976,
1376
+ "text": " yourself."
1377
+ },
1378
+ {
1379
+ "start": 68.8,
1380
+ "end": 69.0,
1381
+ "probability": 0.9890056550502777,
1382
+ "text": " Don't"
1383
+ },
1384
+ {
1385
+ "start": 69.0,
1386
+ "end": 69.22,
1387
+ "probability": 0.9977778792381287,
1388
+ "text": " miss"
1389
+ },
1390
+ {
1391
+ "start": 69.22,
1392
+ "end": 69.46,
1393
+ "probability": 0.9852741956710815,
1394
+ "text": " the"
1395
+ },
1396
+ {
1397
+ "start": 69.46,
1398
+ "end": 69.66,
1399
+ "probability": 0.9984810948371887,
1400
+ "text": " chance"
1401
+ },
1402
+ {
1403
+ "start": 69.66,
1404
+ "end": 70.0,
1405
+ "probability": 0.9986190795898438,
1406
+ "text": " to"
1407
+ },
1408
+ {
1409
+ "start": 70.0,
1410
+ "end": 70.48,
1411
+ "probability": 0.9987648725509644,
1412
+ "text": " experience"
1413
+ },
1414
+ {
1415
+ "start": 70.48,
1416
+ "end": 70.76,
1417
+ "probability": 0.9560555219650269,
1418
+ "text": " the"
1419
+ },
1420
+ {
1421
+ "start": 70.76,
1422
+ "end": 71.2,
1423
+ "probability": 0.9249315857887268,
1424
+ "text": " adrenaline"
1425
+ },
1426
+ {
1427
+ "start": 71.2,
1428
+ "end": 71.48,
1429
+ "probability": 0.9922646284103394,
1430
+ "text": " rush"
1431
+ },
1432
+ {
1433
+ "start": 71.48,
1434
+ "end": 71.78,
1435
+ "probability": 0.9942530989646912,
1436
+ "text": " of"
1437
+ },
1438
+ {
1439
+ "start": 71.78,
1440
+ "end": 71.96,
1441
+ "probability": 0.8139204978942871,
1442
+ "text": " Street"
1443
+ },
1444
+ {
1445
+ "start": 71.96,
1446
+ "end": 72.38,
1447
+ "probability": 0.9338688850402832,
1448
+ "text": " Dancer"
1449
+ },
1450
+ {
1451
+ "start": 72.38,
1452
+ "end": 72.96,
1453
+ "probability": 0.96389439702034,
1454
+ "text": " 3D."
1455
+ },
1456
+ {
1457
+ "start": 73.18,
1458
+ "end": 73.66,
1459
+ "probability": 0.9958009123802185,
1460
+ "text": " Subscribe"
1461
+ },
1462
+ {
1463
+ "start": 73.66,
1464
+ "end": 73.88,
1465
+ "probability": 0.9962561130523682,
1466
+ "text": " to"
1467
+ },
1468
+ {
1469
+ "start": 73.88,
1470
+ "end": 74.02,
1471
+ "probability": 0.9961307048797607,
1472
+ "text": " my"
1473
+ },
1474
+ {
1475
+ "start": 74.02,
1476
+ "end": 74.4,
1477
+ "probability": 0.9983187913894653,
1478
+ "text": " channel"
1479
+ },
1480
+ {
1481
+ "start": 74.4,
1482
+ "end": 74.58,
1483
+ "probability": 0.9804666638374329,
1484
+ "text": " and"
1485
+ },
1486
+ {
1487
+ "start": 74.58,
1488
+ "end": 74.78,
1489
+ "probability": 0.9987280964851379,
1490
+ "text": " hit"
1491
+ },
1492
+ {
1493
+ "start": 74.78,
1494
+ "end": 74.92,
1495
+ "probability": 0.9988275170326233,
1496
+ "text": " the"
1497
+ },
1498
+ {
1499
+ "start": 74.92,
1500
+ "end": 75.16,
1501
+ "probability": 0.997775137424469,
1502
+ "text": " bell"
1503
+ },
1504
+ {
1505
+ "start": 75.16,
1506
+ "end": 75.58,
1507
+ "probability": 0.9984180927276611,
1508
+ "text": " icon"
1509
+ },
1510
+ {
1511
+ "start": 75.58,
1512
+ "end": 75.84,
1513
+ "probability": 0.9955112934112549,
1514
+ "text": " to"
1515
+ },
1516
+ {
1517
+ "start": 75.84,
1518
+ "end": 75.98,
1519
+ "probability": 0.9990886449813843,
1520
+ "text": " stay"
1521
+ },
1522
+ {
1523
+ "start": 75.98,
1524
+ "end": 76.42,
1525
+ "probability": 0.9908073544502258,
1526
+ "text": " updated"
1527
+ },
1528
+ {
1529
+ "start": 76.42,
1530
+ "end": 76.7,
1531
+ "probability": 0.9989223480224609,
1532
+ "text": " with"
1533
+ },
1534
+ {
1535
+ "start": 76.7,
1536
+ "end": 76.84,
1537
+ "probability": 0.9947648048400879,
1538
+ "text": " the"
1539
+ },
1540
+ {
1541
+ "start": 76.84,
1542
+ "end": 77.12,
1543
+ "probability": 0.9976970553398132,
1544
+ "text": " latest"
1545
+ },
1546
+ {
1547
+ "start": 77.12,
1548
+ "end": 77.52,
1549
+ "probability": 0.9790279269218445,
1550
+ "text": " movie"
1551
+ },
1552
+ {
1553
+ "start": 77.52,
1554
+ "end": 77.92,
1555
+ "probability": 0.9985647797584534,
1556
+ "text": " reviews"
1557
+ },
1558
+ {
1559
+ "start": 77.92,
1560
+ "end": 78.24,
1561
+ "probability": 0.9985437393188477,
1562
+ "text": " and"
1563
+ },
1564
+ {
1565
+ "start": 78.24,
1566
+ "end": 79.02,
1567
+ "probability": 0.9973748922348022,
1568
+ "text": " recommendations."
1569
+ },
1570
+ {
1571
+ "start": 79.36,
1572
+ "end": 79.5,
1573
+ "probability": 0.9942469596862793,
1574
+ "text": " Get"
1575
+ },
1576
+ {
1577
+ "start": 79.5,
1578
+ "end": 79.74,
1579
+ "probability": 0.9730036854743958,
1580
+ "text": " ready"
1581
+ },
1582
+ {
1583
+ "start": 79.74,
1584
+ "end": 79.98,
1585
+ "probability": 0.999203622341156,
1586
+ "text": " to"
1587
+ },
1588
+ {
1589
+ "start": 79.98,
1590
+ "end": 80.18,
1591
+ "probability": 0.9882746934890747,
1592
+ "text": " dance"
1593
+ },
1594
+ {
1595
+ "start": 80.18,
1596
+ "end": 80.4,
1597
+ "probability": 0.9984216690063477,
1598
+ "text": " your"
1599
+ },
1600
+ {
1601
+ "start": 80.4,
1602
+ "end": 80.52,
1603
+ "probability": 0.994549572467804,
1604
+ "text": " heart"
1605
+ },
1606
+ {
1607
+ "start": 80.52,
1608
+ "end": 80.82,
1609
+ "probability": 0.9995819926261902,
1610
+ "text": " out."
1611
+ }
1612
+ ]
1613
+ },
1614
+ {
1615
+ "type": "sfx",
1616
+ "sequence": [
1617
+ {
1618
+ "type": "sfx",
1619
+ "name": "sfx_1.mp3",
1620
+ "start": 0.0,
1621
+ "end": 1.0,
1622
+ "props": {"volume": 0.5, "startFrom": 0}
1623
+ }
1624
+ ]
1625
+ },
1626
+ {
1627
+ "type": "sfx",
1628
+ "sequence": [
1629
+ {
1630
+ "type": "sfx",
1631
+ "name": "sfx_1.mp3",
1632
+ "start": 1.42,
1633
+ "end": 2.42,
1634
+ "props": {"startFrom": 0}
1635
+ }
1636
+ ]
1637
+ },
1638
+ {
1639
+ "type": "sfx",
1640
+ "sequence": [
1641
+ {
1642
+ "type": "sfx",
1643
+ "name": "sfx_1.mp3",
1644
+ "start": 6.42,
1645
+ "end": 7.42,
1646
+ "props": {"startFrom": 0}
1647
+ }
1648
+ ]
1649
+ },
1650
+ {
1651
+ "type": "sfx",
1652
+ "sequence": [
1653
+ {
1654
+ "type": "sfx",
1655
+ "name": "sfx_1.mp3",
1656
+ "start": 11.42,
1657
+ "end": 12.42,
1658
+ "props": {"startFrom": 0}
1659
+ }
1660
+ ]
1661
+ },
1662
+ {
1663
+ "type": "sfx",
1664
+ "sequence": [
1665
+ {
1666
+ "type": "sfx",
1667
+ "name": "sfx_1.mp3",
1668
+ "start": 16.42,
1669
+ "end": 17.42,
1670
+ "props": {"startFrom": 0}
1671
+ }
1672
+ ]
1673
+ },
1674
+ {
1675
+ "type": "sfx",
1676
+ "sequence": [
1677
+ {
1678
+ "type": "sfx",
1679
+ "name": "sfx_1.mp3",
1680
+ "start": 24.08,
1681
+ "end": 25.08,
1682
+ "props": {"volume": 0.5, "startFrom": 0}
1683
+ }
1684
+ ]
1685
+ },
1686
+ {
1687
+ "type": "sfx",
1688
+ "sequence": [
1689
+ {
1690
+ "type": "sfx",
1691
+ "name": "sfx_1.mp3",
1692
+ "start": 28.96,
1693
+ "end": 29.96,
1694
+ "props": {"startFrom": 0}
1695
+ }
1696
+ ]
1697
+ },
1698
+ {
1699
+ "type": "sfx",
1700
+ "sequence": [
1701
+ {
1702
+ "type": "sfx",
1703
+ "name": "sfx_1.mp3",
1704
+ "start": 33.96,
1705
+ "end": 34.96,
1706
+ "props": {"startFrom": 0}
1707
+ }
1708
+ ]
1709
+ },
1710
+ {
1711
+ "type": "sfx",
1712
+ "sequence": [
1713
+ {
1714
+ "type": "sfx",
1715
+ "name": "sfx_1.mp3",
1716
+ "start": 38.96,
1717
+ "end": 39.96,
1718
+ "props": {"startFrom": 0}
1719
+ }
1720
+ ]
1721
+ },
1722
+ {
1723
+ "type": "sfx",
1724
+ "sequence": [
1725
+ {
1726
+ "type": "sfx",
1727
+ "name": "sfx_1.mp3",
1728
+ "start": 46.36,
1729
+ "end": 47.36,
1730
+ "props": {"volume": 0.5, "startFrom": 0}
1731
+ }
1732
+ ]
1733
+ },
1734
+ {
1735
+ "type": "sfx",
1736
+ "sequence": [
1737
+ {
1738
+ "type": "sfx",
1739
+ "name": "sfx_1.mp3",
1740
+ "start": 50.3,
1741
+ "end": 51.3,
1742
+ "props": {"startFrom": 0}
1743
+ }
1744
+ ]
1745
+ },
1746
+ {
1747
+ "type": "sfx",
1748
+ "sequence": [
1749
+ {
1750
+ "type": "sfx",
1751
+ "name": "sfx_1.mp3",
1752
+ "start": 55.3,
1753
+ "end": 56.3,
1754
+ "props": {"startFrom": 0}
1755
+ }
1756
+ ]
1757
+ },
1758
+ {
1759
+ "type": "sfx",
1760
+ "sequence": [
1761
+ {
1762
+ "type": "sfx",
1763
+ "name": "sfx_1.mp3",
1764
+ "start": 60.3,
1765
+ "end": 61.3,
1766
+ "props": {"startFrom": 0}
1767
+ }
1768
+ ]
1769
+ },
1770
+ {
1771
+ "type": "sfx",
1772
+ "sequence": [
1773
+ {
1774
+ "type": "sfx",
1775
+ "name": "sfx_1.mp3",
1776
+ "start": 65.3,
1777
+ "end": 66.3,
1778
+ "props": {"startFrom": 0}
1779
+ }
1780
+ ]
1781
+ },
1782
+ {
1783
+ "type": "sfx",
1784
+ "sequence": [
1785
+ {
1786
+ "type": "sfx",
1787
+ "name": "sfx_1.mp3",
1788
+ "start": 70.3,
1789
+ "end": 71.3,
1790
+ "props": {"startFrom": 0}
1791
+ }
1792
+ ]
1793
+ },
1794
+ {
1795
+ "type": "sfx",
1796
+ "sequence": [
1797
+ {
1798
+ "type": "sfx",
1799
+ "name": "sfx_1.mp3",
1800
+ "start": 79.36,
1801
+ "end": 80.36,
1802
+ "props": {"volume": 0.5, "startFrom": 0}
1803
+ }
1804
+ ]
1805
+ },
1806
+ {
1807
+ "type": "sfx",
1808
+ "sequence": [
1809
+ {
1810
+ "type": "sfx",
1811
+ "name": "sfx_1.mp3",
1812
+ "start": 80.82,
1813
+ "end": 81.82,
1814
+ "props": {"startFrom": 0}
1815
+ }
1816
+ ]
1817
+ },
1818
+ {
1819
+ "type": "sfx",
1820
+ "sequence": [
1821
+ {
1822
+ "type": "sfx",
1823
+ "name": "sfx_1.mp3",
1824
+ "start": 58.04,
1825
+ "end": 59.04,
1826
+ "props": {"volume": 0.5, "startFrom": 0}
1827
+ }
1828
+ ]
1829
+ },
1830
+ {
1831
+ "type": "sfx",
1832
+ "sequence": [
1833
+ {
1834
+ "type": "sfx",
1835
+ "name": "sfx_1.mp3",
1836
+ "start": 60.74,
1837
+ "end": 61.74,
1838
+ "props": {"startFrom": 0}
1839
+ }
1840
+ ]
1841
+ },
1842
+ {
1843
+ "type": "sfx",
1844
+ "sequence": [
1845
+ {
1846
+ "type": "sfx",
1847
+ "name": "sfx_1.mp3",
1848
+ "start": 68.8,
1849
+ "end": 69.8,
1850
+ "props": {"volume": 0.5, "startFrom": 0}
1851
+ }
1852
+ ]
1853
+ },
1854
+ {
1855
+ "type": "audio",
1856
+ "sequence": [
1857
+ {
1858
+ "type": "audio",
1859
+ "name": "transcript.wav",
1860
+ "start": 0.0,
1861
+ "end": 80.82,
1862
+ "props": {"startFrom": 0.0, "endAt": 2424.6, "volume": 4}
1863
+ }
1864
+ ]
1865
+ },
1866
+ {
1867
+ "type": "background",
1868
+ "sequence": [
1869
+ {
1870
+ "type": "background",
1871
+ "name": "background.mp3",
1872
+ "start": 0.0,
1873
+ "end": 80.82,
1874
+ "props": {"startFrom": 0.0, "endAt": 2424.6, "volume": 0.05}
1875
+ }
1876
+ ]
1877
+ },
1878
+ {
1879
+ "type": "image",
1880
+ "sequence": [
1881
+ {"type": "image", "name": "image_0.webp", "start": 0.0, "end": 1.42},
1882
+ {"type": "image", "name": "image_1.webp", "start": 1.42, "end": 6.42},
1883
+ {"type": "image", "name": "image_2.webp", "start": 6.42, "end": 11.42},
1884
+ {"type": "image", "name": "image_3.webp", "start": 11.42, "end": 16.42},
1885
+ {"type": "image", "name": "image_4.webp", "start": 16.42, "end": 21.42},
1886
+ {"type": "image", "name": "image_5.webp", "start": 24.08, "end": 28.96},
1887
+ {"type": "image", "name": "image_6.webp", "start": 28.96, "end": 33.96},
1888
+ {"type": "image", "name": "image_7.webp", "start": 33.96, "end": 38.96},
1889
+ {"type": "image", "name": "image_8.webp", "start": 38.96, "end": 43.96},
1890
+ {"type": "image", "name": "image_9.webp", "start": 46.36, "end": 50.3},
1891
+ {"type": "image", "name": "image_10.webp", "start": 50.3, "end": 55.3},
1892
+ {"type": "image", "name": "image_11.webp", "start": 55.3, "end": 60.3},
1893
+ {"type": "image", "name": "image_12.webp", "start": 60.3, "end": 65.3},
1894
+ {"type": "image", "name": "image_13.webp", "start": 65.3, "end": 70.3},
1895
+ {"type": "image", "name": "image_14.webp", "start": 70.3, "end": 75.3},
1896
+ {
1897
+ "type": "image",
1898
+ "name": "image_15.webp",
1899
+ "start": 79.36,
1900
+ "end": 80.82
1901
+ },
1902
+ {
1903
+ "type": "image",
1904
+ "name": "image_16.webp",
1905
+ "start": 80.82,
1906
+ "end": 80.82
1907
+ },
1908
+ {
1909
+ "type": "image",
1910
+ "name": "image_17.webp",
1911
+ "start": 58.04,
1912
+ "end": 60.74
1913
+ },
1914
+ {
1915
+ "type": "image",
1916
+ "name": "image_18.webp",
1917
+ "start": 60.74,
1918
+ "end": 65.74000000000001
1919
+ },
1920
+ {"type": "image", "name": "image_19.webp", "start": 68.8, "end": 72.96}
1921
+ ]
1922
+ }
1923
+ ]
1924
+ }
Remotion-app/src/HelloWorld/BackGroundStream.jsx CHANGED
@@ -1,4 +1,3 @@
1
- import {Series} from 'remotion';
2
  import React from 'react';
3
  import {staticFile, useVideoConfig, Audio} from 'remotion';
4
  import backgroundSequences from './Assets/BackgroundSequences.json';
 
 
1
  import React from 'react';
2
  import {staticFile, useVideoConfig, Audio} from 'remotion';
3
  import backgroundSequences from './Assets/BackgroundSequences.json';
Remotion-app/src/HelloWorld/Components/GsapAnimation.jsx ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import { useGsapTimeline } from '../../../lib/useGsapTimeline'
2
+ import { AbsoluteFill } from 'remotion';
3
+ import gsap from 'gsap';
4
+
5
+
6
+
7
+ export default function GsapAnimation({ Timeline, style, className, children, plugins = [] }) {
8
+ gsap.registerPlugin(...plugins);
9
+ const ContainerRef = useGsapTimeline(Timeline);
10
+ return (
11
+ <AbsoluteFill className={className} style={style} ref={ContainerRef}>
12
+ {children}
13
+ </AbsoluteFill>
14
+ );
15
+ }
Remotion-app/src/HelloWorld/Components/SvgMaker.jsx ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import React, {useCallback, useEffect, useState} from 'react';
2
+
3
+ import {continueRender, delayRender} from 'remotion';
4
+ import GsapAnimation from './GsapAnimation';
5
+ import gsap from 'gsap';
6
+ export default function SvgMaker(props) {
7
+ const [svgData, setSvgPath] = useState(null);
8
+
9
+ const [handle] = useState(() => delayRender());
10
+
11
+ const fetchData = useCallback(async () => {
12
+ try {
13
+ const response = await fetch(
14
+ 'https://yakova-svg.hf.space/generateSVGPath',
15
+ {
16
+ method: 'POST',
17
+ headers: {
18
+ 'Content-Type': 'application/json',
19
+ },
20
+ body: JSON.stringify({
21
+ text: props.text,
22
+ size: 150,
23
+ separate: true,
24
+ strokeWidth:props.strokeWidth,
25
+ fill: props.fill,
26
+ individualLetters: true,
27
+ stroke: 'black',
28
+ fontUrl:
29
+ 'https://bla-tranny.hf.space/stream/?id=131',
30
+ }),
31
+ }
32
+ );
33
+
34
+ if (!response.ok) {
35
+ throw new Error('Network response was not ok');
36
+ }
37
+
38
+ const data = await response.json();
39
+ setSvgPath(data);
40
+ continueRender(handle);
41
+ } catch (error) {
42
+ console.error('Error fetching data:', error);
43
+ }
44
+ }, []);
45
+
46
+ useEffect(() => {
47
+ fetchData();
48
+ }, []);
49
+
50
+ return (
51
+ <div className="absolute flex">
52
+ {svgData &&
53
+ Array.from(props.text).map((key) => {
54
+ const {style, ...otherAttributes} = svgData[key].svg.g.$;
55
+ return (
56
+ <>
57
+ <div className={props.className} id={`${props.id}`} style={props.style}>
58
+ <svg
59
+ key={`${props.id}`}
60
+ xmlns="http://www.w3.org/2000/svg"
61
+ style={
62
+ {
63
+ // transformStyle: 'preserve-3d',
64
+ // transform:'translateZ(0px)'
65
+ }
66
+ }
67
+ // transform="perspective(200) rotateX(45)"
68
+ {...svgData[key].svg.$} // Set SVG attributes from JSON
69
+ >
70
+ <g {...otherAttributes}>
71
+ <path {...svgData[key].svg.g.path.$} />
72
+ </g>
73
+ </svg>
74
+ </div>
75
+ </>
76
+ );
77
+ })}
78
+ </div>
79
+ );
80
+ }
81
+
82
+ export const SVG3D = ({text}) => {
83
+ return (
84
+ <GsapAnimation Timeline={Timeline}>
85
+ <SvgMaker
86
+ text={text}
87
+ style={{transformStyle: 'preserve-3d', transform:'translateY(100%)',backgroundColor:'transparent'}}
88
+ id="svg1"
89
+ fill="yellow"
90
+ className=""
91
+
92
+ />
93
+ <SvgMaker
94
+ text={text}
95
+ style={{transformStyle: 'preserve-3d', transform:'translateY(100%)',backgroundColor:'transparent'}}
96
+ id="svg2"
97
+ fill="white"
98
+ className="opacity-0"
99
+ />
100
+ </GsapAnimation>
101
+ );
102
+ };
103
+
104
+
105
+ const Timeline = () => {
106
+ let timeline=gsap.timeline()
107
+ //constants
108
+ let duration = 0.8; // Duration of each animation step
109
+ let stagger = { each: 0.02, ease: "power2", from: "start" }; // Stagger settings
110
+ const ease = "slow"; // Ease for all animations
111
+
112
+ timeline.set('#svg2',{rotationX:-90,opacity:0,transformOrigin:"50% 50% -100",ease:"power4.in"})
113
+
114
+
115
+ timeline.to('#svg2', {duration:duration, opacity:1, stagger:stagger}, 0.001)
116
+
117
+
118
+
119
+ timeline.to('#svg2',{rotationX:0,duration:duration,stagger:stagger,ease:ease},0)
120
+
121
+
122
+
123
+ timeline.to('#svg1',{rotationX:90,duration:duration, stagger:stagger,transformOrigin:
124
+ "50% 50% -100",opacity:0,ease:ease},0)
125
+ return timeline
126
+ }
Remotion-app/src/HelloWorld/SfxStream.jsx CHANGED
@@ -16,7 +16,6 @@ export default function SfxStream() {
16
  >
17
  <Audio
18
  volume={entry.props.volume}
19
- // endAt={entry.props.endAt}
20
  startFrom={entry.props.startFrom}
21
  src={staticFile(entry.name)}
22
  />
 
16
  >
17
  <Audio
18
  volume={entry.props.volume}
 
19
  startFrom={entry.props.startFrom}
20
  src={staticFile(entry.name)}
21
  />
Remotion-app/src/index.css CHANGED
@@ -1,9 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  @keyframes zoomInOut {
2
  0% { transform: scale(1); }
3
- 50% { transform: scale(1.2); }
4
  100% { transform: scale(1); }
5
  }
6
 
7
  .zoomInOut {
8
  animation: zoomInOut 5s ease-in-out infinite;
9
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+
4
+ @import url(https://fonts.googleapis.com/css?family=Roboto+Slab:700);
5
+
6
+ .Winning {
7
+ text-align: center;
8
+ position: relative;
9
+ }
10
+
11
+ .Winning-text1::after {
12
+ color: red;
13
+ content: attr(data-text);
14
+ position: absolute;
15
+ text-align: center;
16
+ margin: auto;
17
+ -webkit-text-stroke: 0.15em #d9a3ff;
18
+ top: 0;
19
+ /* left: 0; */
20
+ z-index: 0;
21
+ font-size: 1em;
22
+ font-size: 35vw;
23
+ line-height: 100vh;
24
+ /* font-family: 'Roboto Slab', serif; */
25
+ font-weight: 700;
26
+ }
27
+
28
+ .Winning-text {
29
+ color: #000;
30
+ /* display: inline-block; */
31
+ font-size: 25vw;
32
+ line-height: 100vh;
33
+ font-family: 'Roboto Slab', serif;
34
+ /* -webkit-text-stroke: 0.15em #d9a3ff; */
35
+ font-weight: 700;
36
+
37
+ letter-spacing: -0.05em;
38
+ -webkit-text-stroke:10px #aa5ed3;
39
+
40
+ background: -webkit-gradient(
41
+ left top,
42
+ left bottom,
43
+ color-stop(0%, rgba(128, 128, 128, 1)),
44
+ color-stop(58%, rgba(59, 50, 50, 1)),
45
+ color-stop(100%, rgba(59, 50, 50, 1))
46
+ );
47
+ background: -webkit-linear-gradient(
48
+ top,
49
+ rgba(128, 128, 128, 1) 0%,
50
+ rgba(59, 50, 50, 1) 58%,
51
+ rgba(59, 50, 50, 1) 100%
52
+ );
53
+
54
+ -webkit-background-clip: text;
55
+ -webkit-text-fill-color: transparent;
56
+ }
57
+
58
+
59
+ @keyframes shake {
60
+ 0% { transform: translate(1px, 1px) rotate(0deg); }
61
+ 10% { transform: translate(-1px, -2px) rotate(-1deg); }
62
+ 20% { transform: translate(-3px, 0px) rotate(1deg); }
63
+ 30% { transform: translate(3px, 2px) rotate(0deg); }
64
+ 40% { transform: translate(1px, -1px) rotate(1deg); }
65
+ 50% { transform: translate(-1px, 2px) rotate(-1deg); }
66
+ 60% { transform: translate(-3px, 1px) rotate(0deg); }
67
+ 70% { transform: translate(3px, 1px) rotate(-1deg); }
68
+ 80% { transform: translate(-1px, -1px) rotate(1deg); }
69
+ 90% { transform: translate(1px, 2px) rotate(0deg); }
70
+ 100% { transform: translate(1px, -2px) rotate(-1deg); }
71
+ }
72
+
73
+ .shake {
74
+ animation: shake 0.5s;
75
+ animation-iteration-count: infinite;
76
+ }
77
+
78
+ @keyframes panZoom {
79
+ 0% { transform: scale(1) translate(0, 0); }
80
+ 50% { transform: scale(1.2) translate(10px, 10px); }
81
+ 100% { transform: scale(1) translate(0, 0); }
82
+ }
83
+
84
+ .panZoom {
85
+ animation: panZoom 5s ease-in-out infinite;
86
+ }
87
+
88
+ @keyframes shake {
89
+ 0% { transform: translate(1px, 1px) rotate(0deg); }
90
+ 10% { transform: translate(-1px, -2px) rotate(-1deg); }
91
+ 20% { transform: translate(-3px, 0px) rotate(1deg); }
92
+ 30% { transform: translate(3px, 2px) rotate(0deg); }
93
+ 40% { transform: translate(1px, -1px) rotate(1deg); }
94
+ 50% { transform: translate(-1px, 2px) rotate(-1deg); }
95
+ 60% { transform: translate(-3px, 1px) rotate(0deg); }
96
+ 70% { transform: translate(3px, 1px) rotate(-1deg); }
97
+ 80% { transform: translate(-1px, -1px) rotate(1deg); }
98
+ 90% { transform: translate(1px, 2px) rotate(0deg); }
99
+ 100% { transform: translate(1px, -2px) rotate(-1deg); }
100
+ }
101
+
102
+ @keyframes zoomInOut {
103
+ 0% { transform: scale(1); }
104
+ 50% { transform: scale(1.5); }
105
+ 100% { transform: scale(1); }
106
+ }
107
+
108
+ .zoomInOut {
109
+ animation: zoomInOut 5s ease-in-out infinite;
110
+ }
111
+
112
+ /* .shake {
113
+ animation: shake 0.5s;
114
+ animation-iteration-count: infinite;
115
+ } */
116
+
117
  @keyframes zoomInOut {
118
  0% { transform: scale(1); }
119
+ 50% { transform: scale(1.5); }
120
  100% { transform: scale(1); }
121
  }
122
 
123
  .zoomInOut {
124
  animation: zoomInOut 5s ease-in-out infinite;
125
+ }
126
+
127
+
128
+
129
+
130
+ @tailwind base;
131
+ @tailwind components;
132
+ @tailwind utilities;
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+ @layer base {
143
+ :root {
144
+ /* Name: custom color palette
145
+ Author: Ilias Ism
146
+ URL: https://gradient.page */
147
+
148
+ /* CSS: .bg-gradient { background: var(--gradient) } */
149
+ --gradient: url('https://gradient.page/samples/vibrant-vista/vibrant-vista-002.jpg');
150
+
151
+ --background: 210 26% 7.84%;
152
+ --foreground: 210 4% 99.9%;
153
+
154
+ --muted: 210 20% 29.4%;
155
+ --muted-foreground: 210 4% 59.8%;
156
+
157
+ --popover: 210 57% 12.74%;
158
+ --popover-foreground: 210 4% 99.9%;
159
+
160
+ --card: 210 57% 12.74%;
161
+ --card-foreground: 210 4% 99.9%;
162
+
163
+ --border: 210 20% 29.4%;
164
+ --input: 210 20% 29.4%;
165
+
166
+ --primary: 210 40% 98%;
167
+ --primary-foreground: 210 4% 9.8%;
168
+
169
+ --secondary: 210 20% 29.4%;
170
+ --secondary-foreground: 210 4% 99.9%;
171
+
172
+ --accent: 210 20% 29.4%;
173
+ --accent-foreground: 210 4% 99.9%;
174
+
175
+ --destructive: 0 62.8% 30.6%;
176
+ --destructive-foreground: 210 4% 99.9%;
177
+
178
+ --ring: 210 40% 98%;
179
+ }
180
+
181
+
182
+ .dark {
183
+ --background: 224 71% 4%;
184
+ --foreground: 213 31% 91%;
185
+
186
+ --muted: 223 47% 11%;
187
+ --muted-foreground: 215.4 16.3% 56.9%;
188
+
189
+ --accent: 216 34% 17%;
190
+ --accent-foreground: 210 40% 98%;
191
+
192
+ --popover: 224 71% 4%;
193
+ --popover-foreground: 215 20.2% 65.1%;
194
+
195
+ --border: 216 34% 17%;
196
+ --input: 216 34% 17%;
197
+
198
+ --card: 224 71% 4%;
199
+ --card-foreground: 213 31% 91%;
200
+
201
+ --primary: 210 40% 98%;
202
+ --primary-foreground: 222.2 47.4% 1.2%;
203
+
204
+ --secondary: 222.2 47.4% 11.2%;
205
+ --secondary-foreground: 210 40% 98%;
206
+
207
+ --destructive: 0 63% 31%;
208
+ --destructive-foreground: 210 40% 98%;
209
+
210
+ --ring: 216 34% 17%;
211
+
212
+ --radius: 0.5rem;
213
+ }
214
+ }
215
+
216
+ @layer base {
217
+ * {
218
+ @apply border-border;
219
+ }
220
+ body {
221
+ @apply bg-background text-foreground;
222
+ font-feature-settings: "rlig" 1, "calt" 1;
223
+ }
224
+ }
Remotion-app/src/lib/utils.ts ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import { clsx, type ClassValue } from "clsx"
2
+ import { twMerge } from "tailwind-merge"
3
+
4
+ export function cn(...inputs: ClassValue[]) {
5
+ return twMerge(clsx(inputs))
6
+ }
7
+
8
+
9
+ function xorshift(seed) {
10
+ let x = seed || 123456789;
11
+ let y = 362436069;
12
+ let z = 521288629;
13
+ let w = 88675123;
14
+
15
+ return function() {
16
+ const t = x ^ (x << 11);
17
+ x = y;
18
+ y = z;
19
+ z = w;
20
+ w = (w ^ (w >>> 19)) ^ (t ^ (t >>> 8));
21
+ return (w >>> 0) / 0xffffffff; // Normalize to [0, 1]
22
+ };
23
+ }
24
+
25
+ export function getRandomColor(seed) {
26
+ const random = xorshift(seed);
27
+
28
+ // Convert the normalized random value to a hexadecimal color
29
+ const color = Math.floor(random() * 0xFFFFFF).toString(16).padStart(6, '0');
30
+
31
+ return `#${color}`;
32
+ }
Remotion-app/tailwind.config.js ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /** @type {import('tailwindcss').Config} */
2
+ module.exports = {
3
+ darkMode: ["class"],
4
+ content: [
5
+ './pages/**/*.{js,jsx}',
6
+ './components/**/*.{js,jsx}',
7
+ './app/**/*.{js,jsx}',
8
+ './src/**/*.{js,jsx}',
9
+ ],
10
+ prefix: "",
11
+ theme: {
12
+ container: {
13
+ center: true,
14
+ padding: "2rem",
15
+ screens: {
16
+ "2xl": "1400px",
17
+ },
18
+ },
19
+ backgroundImage: {
20
+ "glow-lines":
21
+ "linear-gradient(var(--direction),#9d9bf2 0.43%,#7877c6 14.11%,rgba(120,119,198,0) 62.95%)",
22
+ },
23
+ extend: {
24
+ colors: {
25
+ border: "hsl(var(--border))",
26
+ input: "hsl(var(--input))",
27
+ ring: "hsl(var(--ring))",
28
+ background: "hsl(var(--background))",
29
+ foreground: "hsl(var(--foreground))",
30
+ primary: {
31
+ DEFAULT: "hsl(var(--primary))",
32
+ foreground: "hsl(var(--primary-foreground))",
33
+ },
34
+ secondary: {
35
+ DEFAULT: "hsl(var(--secondary))",
36
+ foreground: "hsl(var(--secondary-foreground))",
37
+ },
38
+ destructive: {
39
+ DEFAULT: "hsl(var(--destructive))",
40
+ foreground: "hsl(var(--destructive-foreground))",
41
+ },
42
+ muted: {
43
+ DEFAULT: "hsl(var(--muted))",
44
+ foreground: "hsl(var(--muted-foreground))",
45
+ },
46
+ accent: {
47
+ DEFAULT: "hsl(var(--accent))",
48
+ foreground: "hsl(var(--accent-foreground))",
49
+ },
50
+ popover: {
51
+ DEFAULT: "hsl(var(--popover))",
52
+ foreground: "hsl(var(--popover-foreground))",
53
+ },
54
+ card: {
55
+ DEFAULT: "hsl(var(--card))",
56
+ foreground: "hsl(var(--card-foreground))",
57
+ },
58
+ },
59
+ borderRadius: {
60
+ lg: "var(--radius)",
61
+ md: "calc(var(--radius) - 2px)",
62
+ sm: "calc(var(--radius) - 4px)",
63
+ },
64
+ keyframes: {
65
+
66
+ "glow-line-horizontal": {
67
+ "0%": { opacity: 0, transform: "translateX(0)" },
68
+ "5%": { opacity: 1, transform: "translateX(0)" },
69
+ "90%": { opacity: 1 },
70
+ "100%": { opacity: 0, transform: "translateX(min(60vw, 45rem))" },
71
+ },
72
+ "glow-line-vertical": {
73
+ "0%": { opacity: 0, transform: "translateY(0)" },
74
+ "5%": { opacity: 1, transform: "translateY(0)" },
75
+ "90%": { opacity: 1 },
76
+ "100%": { opacity: 0, transform: "translateY(min(21vw, 45rem))" },
77
+ },
78
+ "accordion-down": {
79
+ from: { height: "0" },
80
+ to: { height: "var(--radix-accordion-content-height)" },
81
+ },
82
+ "accordion-up": {
83
+ from: { height: "var(--radix-accordion-content-height)" },
84
+ to: { height: "0" },
85
+ },
86
+ },
87
+ animation: {
88
+ "accordion-down": "accordion-down 0.2s ease-out",
89
+ "accordion-up": "accordion-up 0.2s ease-out",
90
+ "glow-line-horizontal":
91
+ "glow-line-horizontal var(--animation-duration) ease-in forwards",
92
+ "glow-line-vertical":
93
+ "glow-line-vertical var(--animation-duration) ease-in forwards",
94
+ },
95
+ },
96
+ },
97
+ plugins: [require("tailwindcss-animate")],
98
+ }
Remotion-app/tsconfig.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "compilerOptions": {
3
+ "baseUrl": ".",
4
+ "paths": {
5
+ "@/*": ["./*"]
6
+ }
7
+ }
8
+ }