From f15d8443c56fbd7a71edd47709d8e1471a37012a Mon Sep 17 00:00:00 2001 From: Jonny Burger Date: Wed, 8 Nov 2023 18:38:01 +0100 Subject: [PATCH] v4.0.66 --- packages/astro-example/package.json | 2 +- packages/babel-loader/package.json | 2 +- packages/bugs/package.json | 2 +- packages/bundler/package.json | 2 +- packages/cli-autocomplete/package.json | 2 +- packages/cli/package.json | 2 +- packages/cloudrun/package.json | 2 +- packages/compositor-darwin-arm64/package.json | 2 +- packages/compositor-darwin-x64/package.json | 2 +- .../compositor-linux-arm64-gnu/package.json | 2 +- .../compositor-linux-arm64-musl/package.json | 2 +- .../compositor-linux-x64-gnu/package.json | 2 +- .../compositor-linux-x64-musl/package.json | 2 +- .../compositor-win32-x64-msvc/compositor.exe | Bin 1789656 -> 1789656 bytes .../compositor-win32-x64-msvc/package.json | 2 +- packages/core/package.json | 2 +- packages/core/src/version.ts | 2 +- packages/create-video/package.json | 2 +- packages/discord-poster/package.json | 2 +- packages/docs/package.json | 2 +- packages/eslint-config/package.json | 2 +- packages/eslint-plugin/package.json | 2 +- packages/example-without-zod/package.json | 2 +- packages/example/package.json | 2 +- packages/example/props.json | 3932 +++++++++++++++++ packages/gif/package.json | 2 +- packages/google-fonts/package.json | 2 +- packages/it-tests/package.json | 2 +- packages/lambda-go-example/package.json | 2 +- packages/lambda-go/package.json | 2 +- packages/lambda-go/version.go | 2 +- packages/lambda-php-example/composer.json | 2 +- packages/lambda-php/composer.json | 2 +- packages/lambda-php/package.json | 2 +- packages/lambda-php/src/Version.php | 2 +- packages/lambda-python/package.json | 2 +- .../lambda-python/remotion_lambda/version.py | 2 +- packages/lambda/package.json | 2 +- packages/layout-utils/package.json | 2 +- packages/lottie/package.json | 2 +- packages/media-utils/package.json | 2 +- packages/motion-blur/package.json | 2 +- packages/noise/package.json | 2 +- packages/paths/package.json | 2 +- packages/player-example/package.json | 2 +- packages/player/package.json | 2 +- packages/preload/package.json | 2 +- packages/renderer/package.json | 2 +- packages/rive/package.json | 2 +- packages/shapes/package.json | 2 +- packages/skia/package.json | 2 +- packages/tailwind/package.json | 2 +- packages/test-utils/package.json | 2 +- packages/three/package.json | 2 +- packages/transitions/package.json | 2 +- packages/zod-types/package.json | 2 +- 56 files changed, 3986 insertions(+), 54 deletions(-) create mode 100644 packages/example/props.json diff --git a/packages/astro-example/package.json b/packages/astro-example/package.json index 1f4eeae1e2c..04fed1e1837 100644 --- a/packages/astro-example/package.json +++ b/packages/astro-example/package.json @@ -2,7 +2,7 @@ "name": "@remotion/astro-example", "private": true, "type": "module", - "version": "4.0.65", + "version": "4.0.66", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/packages/babel-loader/package.json b/packages/babel-loader/package.json index 3dab5664fa3..573e7bf39a0 100644 --- a/packages/babel-loader/package.json +++ b/packages/babel-loader/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/babel-loader", - "version": "4.0.65", + "version": "4.0.66", "description": "babel-loader polyfill for Remotion", "main": "dist/index.js", "scripts": { diff --git a/packages/bugs/package.json b/packages/bugs/package.json index 7a8f3ec99bf..8d0bc2f9c1a 100644 --- a/packages/bugs/package.json +++ b/packages/bugs/package.json @@ -4,5 +4,5 @@ "@types/node": "^20.6.5" }, "private": true, - "version": "4.0.65" + "version": "4.0.66" } diff --git a/packages/bundler/package.json b/packages/bundler/package.json index 7d788e6e519..e1ae43c4fac 100644 --- a/packages/bundler/package.json +++ b/packages/bundler/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/bundler", - "version": "4.0.65", + "version": "4.0.66", "description": "Bundler for Remotion", "main": "dist/index.js", "sideEffects": false, diff --git a/packages/cli-autocomplete/package.json b/packages/cli-autocomplete/package.json index 55e41b3835a..16676fe1202 100644 --- a/packages/cli-autocomplete/package.json +++ b/packages/cli-autocomplete/package.json @@ -1,5 +1,5 @@ { - "version": "4.0.65", + "version": "4.0.66", "name": "@remotion/fig-autocomplete", "private": true, "devDependencies": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 135ccf82faf..25c57886869 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/cli", - "version": "4.0.65", + "version": "4.0.66", "description": "CLI for Remotion", "main": "dist/index.js", "sideEffects": false, diff --git a/packages/cloudrun/package.json b/packages/cloudrun/package.json index 602e8450247..e958a462d10 100644 --- a/packages/cloudrun/package.json +++ b/packages/cloudrun/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/cloudrun", - "version": "4.0.65", + "version": "4.0.66", "description": "GCP Cloud Run alternative to lambda rendering", "main": "dist/index.js", "scripts": { diff --git a/packages/compositor-darwin-arm64/package.json b/packages/compositor-darwin-arm64/package.json index fdebb7306e9..fa4945d8ef8 100644 --- a/packages/compositor-darwin-arm64/package.json +++ b/packages/compositor-darwin-arm64/package.json @@ -1,5 +1,5 @@ { - "version": "4.0.65", + "version": "4.0.66", "name": "@remotion/compositor-darwin-arm64", "os": [ "darwin" diff --git a/packages/compositor-darwin-x64/package.json b/packages/compositor-darwin-x64/package.json index 00251f0f059..01a9d3cc584 100644 --- a/packages/compositor-darwin-x64/package.json +++ b/packages/compositor-darwin-x64/package.json @@ -1,5 +1,5 @@ { - "version": "4.0.65", + "version": "4.0.66", "name": "@remotion/compositor-darwin-x64", "os": [ "darwin" diff --git a/packages/compositor-linux-arm64-gnu/package.json b/packages/compositor-linux-arm64-gnu/package.json index 58c3f5f3fd0..15f06d456d9 100644 --- a/packages/compositor-linux-arm64-gnu/package.json +++ b/packages/compositor-linux-arm64-gnu/package.json @@ -1,5 +1,5 @@ { - "version": "4.0.65", + "version": "4.0.66", "name": "@remotion/compositor-linux-arm64-gnu", "os": [ "linux" diff --git a/packages/compositor-linux-arm64-musl/package.json b/packages/compositor-linux-arm64-musl/package.json index 2f39dc2f366..d622d79e872 100644 --- a/packages/compositor-linux-arm64-musl/package.json +++ b/packages/compositor-linux-arm64-musl/package.json @@ -1,5 +1,5 @@ { - "version": "4.0.65", + "version": "4.0.66", "name": "@remotion/compositor-linux-arm64-musl", "os": [ "linux" diff --git a/packages/compositor-linux-x64-gnu/package.json b/packages/compositor-linux-x64-gnu/package.json index 125058d4d6b..362881142d1 100644 --- a/packages/compositor-linux-x64-gnu/package.json +++ b/packages/compositor-linux-x64-gnu/package.json @@ -1,5 +1,5 @@ { - "version": "4.0.65", + "version": "4.0.66", "name": "@remotion/compositor-linux-x64-gnu", "os": [ "linux" diff --git a/packages/compositor-linux-x64-musl/package.json b/packages/compositor-linux-x64-musl/package.json index 63f84cdc8c7..8922f71dc50 100644 --- a/packages/compositor-linux-x64-musl/package.json +++ b/packages/compositor-linux-x64-musl/package.json @@ -1,5 +1,5 @@ { - "version": "4.0.65", + "version": "4.0.66", "name": "@remotion/compositor-linux-x64-musl", "os": [ "linux" diff --git a/packages/compositor-win32-x64-msvc/compositor.exe b/packages/compositor-win32-x64-msvc/compositor.exe index e303ac27ced9588efc1cf1ce1c71b781ca035978..67774a48ac0c448a72012a9ee9fa3360c041f413 100755 GIT binary patch delta 104 zcmV~$$qj-~06@XW7Z*TrLvblXt00s@5gcAZ;spz!2oJVk4J5A?6KBSu8Hc9t!uwmj wo^^QKZ>>1N2m?+r#u?6WflEv<#SB-t#vC`e#U1YPfCV1$ge9Kw^6~ns|0{zs0{{R3 delta 104 zcmV~$+X;eT0Dw{K@1|X>EYo~ykVbG6hv?x0AqXA7G1^7=W-&Zx9GY=xx;C`WSO2NQ t|69Gq2p1S|i7Q;=2Dcbvf;-&f0gssC3D0=J46k^@9Pe0QiI1PvRL?#5GD!dc diff --git a/packages/compositor-win32-x64-msvc/package.json b/packages/compositor-win32-x64-msvc/package.json index c4d1e8d6955..b901f00d591 100644 --- a/packages/compositor-win32-x64-msvc/package.json +++ b/packages/compositor-win32-x64-msvc/package.json @@ -1,5 +1,5 @@ { - "version": "4.0.65", + "version": "4.0.66", "name": "@remotion/compositor-win32-x64-msvc", "os": [ "win32" diff --git a/packages/core/package.json b/packages/core/package.json index 479f4a2139d..2f35251d7f8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "remotion", - "version": "4.0.65", + "version": "4.0.66", "description": "Render videos in React", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", diff --git a/packages/core/src/version.ts b/packages/core/src/version.ts index 532776aee2b..1e9b7477acb 100644 --- a/packages/core/src/version.ts +++ b/packages/core/src/version.ts @@ -1,2 +1,2 @@ // Automatically generated on publish -export const VERSION = '4.0.65'; +export const VERSION = '4.0.66'; diff --git a/packages/create-video/package.json b/packages/create-video/package.json index 6357874721e..42f11eb674b 100644 --- a/packages/create-video/package.json +++ b/packages/create-video/package.json @@ -1,6 +1,6 @@ { "name": "create-video", - "version": "4.0.65", + "version": "4.0.66", "description": "", "main": "dist/index.js", "bin": { diff --git a/packages/discord-poster/package.json b/packages/discord-poster/package.json index e3b651283ed..5955e6bbe6a 100644 --- a/packages/discord-poster/package.json +++ b/packages/discord-poster/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/discord-poster", - "version": "4.0.65", + "version": "4.0.66", "license": "SEE LICENSE IN LICENSE.md", "type": "module", "scripts": { diff --git a/packages/docs/package.json b/packages/docs/package.json index ff1d3145946..b6cef6d2deb 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "4.0.65", + "version": "4.0.66", "private": true, "scripts": { "formatting": "prettier src --check", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index a4ce7ca0ae1..75b0ce9d23f 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/eslint-config", - "version": "4.0.65", + "version": "4.0.66", "description": "", "main": "dist/index.js", "scripts": { diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 73d5a6141a9..365410fce16 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/eslint-plugin", - "version": "4.0.65", + "version": "4.0.66", "description": "A set of rules helping you avoid common pitfalls in Remotion.", "scripts": { "build": "tsc -d", diff --git a/packages/example-without-zod/package.json b/packages/example-without-zod/package.json index 5d97f872230..a47b426996e 100644 --- a/packages/example-without-zod/package.json +++ b/packages/example-without-zod/package.json @@ -1,7 +1,7 @@ { "name": "@remotion/example-without-zod", "private": true, - "version": "4.0.65", + "version": "4.0.66", "description": "", "license": "SEE LICENSE IN LICENSE.md", "author": "Jonny Burger", diff --git a/packages/example/package.json b/packages/example/package.json index 4eca3a21ccf..d7cc7620dbf 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -1,7 +1,7 @@ { "name": "@remotion/example", "private": true, - "version": "4.0.65", + "version": "4.0.66", "description": "", "license": "SEE LICENSE IN LICENSE.md", "author": "Jonny Burger", diff --git a/packages/example/props.json b/packages/example/props.json new file mode 100644 index 00000000000..9d06fff699e --- /dev/null +++ b/packages/example/props.json @@ -0,0 +1,3932 @@ +{ + "chunks": [ + { + "start_time": 0.09, + "end_time": 1.74, + "emoji": "⚡️", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 0.09, + "end_time": 0.93, + "widgets": [ + { + "end": 129, + "text": "Kun sä oot", + "type": "word", + "start": 0, + "end_time": 0.34, + "confidence": 0.63, + "start_time": 0.09, + "id": "535237cd-d5ba-416d-808d-73ed9f6f4adb", + "break": false, + "word_animations": null + }, + { + "end": 699.0000000000001, + "text": "runsauden-", + "type": "word", + "emoji": "⚡️", + "start": 130, + "end_time": 0.93, + "important": true, + "confidence": 1, + "start_time": 0.36, + "id": "b6ff166c-0e57-4920-9109-6fb231e83563", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 0.93, + "end_time": 1.74, + "widgets": [ + { + "end": 1509, + "text": "energiassa", + "type": "word", + "start": 700.0000000000001, + "end_time": 1.59, + "confidence": 0.64, + "start_time": 0.93, + "id": "267a7e78-a48a-41d0-8efb-e40b1d459b60", + "break": false, + "emoji": "", + "word_animations": null + }, + { + "end": 1509, + "text": "niin", + "type": "word", + "start": 700.0000000000001, + "end_time": 1.74, + "confidence": 0.64, + "start_time": 1.59, + "id": "267a7e78-a48a-41d0-8efb-e40b1d459b60", + "break": false, + "emoji": "", + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-left submagic", + "row_animations": "row-rotate-left", + "start_caption": 2, + "end_caption": 52 + }, + { + "start_time": 1.74, + "end_time": 3.21, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 1.74, + "end_time": 2.43, + "widgets": [ + { + "end": 1778, + "text": "Susta", + "type": "word", + "start": 1510, + "end_time": 2.01, + "confidence": 1, + "start_time": 1.74, + "id": "4c9fc9a3-5689-43f5-a0ff-7112f9be7d72", + "break": false, + "emoji": "", + "word_animations": null + }, + { + "end": 2079, + "text": "tuntuu", + "type": "word", + "start": 1780, + "end_time": 2.31, + "confidence": 0.69, + "start_time": 2.01, + "id": "04adceed-95bc-4e0e-9c18-dcef637cea01", + "break": false, + "word_animations": null + }, + { + "end": 2199, + "text": "et", + "type": "word", + "start": 2080, + "end_time": 2.43, + "confidence": 0.62, + "start_time": 2.31, + "id": "824eee2d-e0a3-4e6c-af4f-6f198656feb5", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 2.43, + "end_time": 3.21, + "widgets": [ + { + "end": 2469, + "text": "kaikki", + "type": "word", + "start": 2200, + "end_time": 2.7, + "confidence": 1, + "start_time": 2.43, + "id": "1b620e1a-a921-470c-8b1d-38999e9b2a25", + "break": false, + "word_animations": null + }, + { + "end": 2978, + "text": "tapahtuu", + "type": "word", + "start": 2470, + "end_time": 3.21, + "confidence": 1, + "start_time": 2.7, + "id": "7b247808-3231-4975-9053-72099c7d3ffd", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-horizontal emoji-top-behind submagic", + "row_animations": "row-rotate-right", + "start_caption": 52, + "end_caption": 96 + }, + { + "start_time": 3.21, + "end_time": 5.07, + "emoji": "🤝", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 3.21, + "end_time": 4.74, + "widgets": [ + { + "end": 3909, + "text": "yhteistyössä", + "type": "word", + "emoji": "🤝", + "start": 2980, + "end_time": 4.14, + "important": true, + "confidence": 1, + "start_time": 3.21, + "id": "bef190eb-75fa-47af-a266-d6080bf49525", + "break": false, + "word_animations": null + }, + { + "end": 4509, + "text": "ympäristön", + "type": "word", + "start": 3910, + "end_time": 4.74, + "confidence": 1, + "start_time": 4.14, + "id": "b4b4d3ed-f57b-4384-84d5-8a369c73e4bb", + "break": true, + "emoji": "", + "word_animations": null + } + ] + }, + { + "start_time": 4.74, + "end_time": 5.07, + "widgets": [ + { + "end": 5108.999999999999, + "text": "kanssa", + "type": "word", + "start": 4510, + "end_time": 5.07, + "confidence": 1, + "start_time": 4.74, + "id": "0e829942-e87f-4413-bcd7-08b1e3f83bb2", + "break": false, + "emoji": "", + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-right emoji-bottom submagic", + "row_animations": "row-scale-bounce", + "start_caption": 96, + "end_caption": 152 + }, + { + "start_time": 5.34, + "end_time": 6.72, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 5.34, + "end_time": 6.17, + "widgets": [ + { + "end": 5348, + "text": "Hyvä", + "type": "word", + "start": 5109.999999999999, + "end_time": 5.58, + "confidence": 1, + "start_time": 5.34, + "id": "980875fa-0f25-4738-a349-46ecfa540a7b", + "break": false, + "emoji": "", + "word_animations": null + }, + { + "end": 5769, + "text": "esimerkki", + "type": "word", + "start": 5350, + "end_time": 6, + "confidence": 1, + "start_time": 5.58, + "id": "408ccc6d-27a1-4a58-9004-18ce237757d3", + "break": false, + "word_animations": null + }, + { + "end": 5948.999999999999, + "text": "mikä", + "type": "word", + "start": 5770, + "end_time": 6.17, + "confidence": 0.63, + "start_time": 6, + "id": "ff6a879d-e57c-46ee-968a-427d9526be58", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 6.17, + "end_time": 6.72, + "widgets": [ + { + "end": 6188.999999999999, + "text": "mulla", + "type": "word", + "start": 5949.999999999999, + "end_time": 6.42, + "confidence": 1, + "start_time": 6.18, + "id": "5493e17a-b2f5-447e-908b-34c84a721578", + "break": false, + "word_animations": null + }, + { + "end": 6487.999999999999, + "text": "tulee", + "type": "word", + "start": 6189.999999999999, + "end_time": 6.72, + "confidence": 1, + "start_time": 6.42, + "id": "4de44a77-cef8-4f2e-a3aa-31cdf3da60bb", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-left emoji-left submagic", + "row_animations": "row-scale-rotate-right", + "start_caption": 160, + "end_caption": 201 + }, + { + "start_time": 6.72, + "end_time": 7.62, + "emoji": "", + "sound": "typing", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 6.72, + "end_time": 7.54, + "widgets": [ + { + "end": 7148.999999999999, + "text": "mieleen nii", + "type": "word", + "start": 6489.999999999999, + "end_time": 7.23, + "confidence": 1, + "start_time": 6.72, + "id": "95670c86-0542-4916-883c-f47643666176", + "break": false, + "word_animations": null + }, + { + "end": 7309, + "text": "jos", + "type": "word", + "start": 7149.999999999999, + "end_time": 7.54, + "confidence": 1, + "start_time": 7.38, + "id": "093ccac6-aebf-4206-b0ac-651ecec38d70", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 7.54, + "end_time": 7.62, + "widgets": [ + { + "end": 7388, + "text": "sää", + "type": "word", + "start": 7310, + "end_time": 7.62, + "confidence": 0.87, + "start_time": 7.54, + "id": "79516720-7847-46d6-a567-7b46c9d35ce1", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-horizontal emoji-right submagic background-typewriter", + "row_animations": "row-typewriter", + "start_caption": 201, + "end_caption": 228 + }, + { + "start_time": 7.62, + "end_time": 9.66, + "emoji": "🎉", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 7.62, + "end_time": 8.01, + "widgets": [ + { + "end": 7509, + "text": "oot", + "type": "word", + "start": 7390, + "end_time": 7.74, + "confidence": 0.99, + "start_time": 7.62, + "id": "9d363357-baba-4700-ba57-1646dd646609", + "break": false, + "word_animations": null + }, + { + "end": 7778.999999999999, + "text": "vaikka", + "type": "word", + "start": 7510, + "end_time": 8.01, + "confidence": 1, + "start_time": 7.74, + "id": "b7d875ee-9f14-4428-a4cf-4777989ca287", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 8.01, + "end_time": 9.66, + "widgets": [ + { + "end": 8468.999999999998, + "text": "jossain", + "type": "word", + "start": 7779.999999999999, + "end_time": 8.7, + "confidence": 1, + "start_time": 8.01, + "id": "e82e5431-604b-4b10-b70e-8e8bbd452aa3", + "break": false, + "word_animations": null + }, + { + "end": 9608, + "text": "yökerhossa", + "type": "word", + "emoji": "🎉", + "start": 8469.999999999998, + "end_time": 9.66, + "important": true, + "confidence": 1, + "start_time": 8.7, + "id": "1c3ccd24-7487-44fb-8dda-b24ad39cafd3", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-right submagic", + "row_animations": "row-rotate-left", + "start_caption": 228, + "end_caption": 289 + }, + { + "start_time": 9.84, + "end_time": 11.37, + "emoji": "🥳", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 9.84, + "end_time": 10.68, + "widgets": [ + { + "end": 10029, + "text": "tai", + "type": "word", + "start": 9610, + "end_time": 10.26, + "confidence": 1, + "start_time": 9.84, + "id": "24d319bd-c3e3-42f9-ab08-42ae4e696d2f", + "break": false, + "emoji": "", + "word_animations": null + }, + { + "end": 10449, + "text": "jossain", + "type": "word", + "start": 10030, + "end_time": 10.68, + "confidence": 1, + "start_time": 10.26, + "id": "a4d90095-4817-4404-b99b-3d6cbb6ab23f", + "break": true, + "emoji": "", + "word_animations": null + } + ] + }, + { + "start_time": 10.68, + "end_time": 11.37, + "widgets": [ + { + "end": 11138, + "text": "juhlissa", + "type": "word", + "emoji": "🥳", + "start": 10450, + "end_time": 11.37, + "important": true, + "confidence": 1, + "start_time": 10.68, + "id": "a49c4cf8-d90c-4da6-a56e-ba618bbd6ff6", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-left emoji-top-behind submagic", + "row_animations": "row-rotate-right", + "start_caption": 295, + "end_caption": 341 + }, + { + "start_time": 11.37, + "end_time": 11.94, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 11.37, + "end_time": 11.7, + "widgets": [ + { + "end": 11259, + "text": "ni", + "type": "word", + "start": 11140, + "end_time": 11.49, + "confidence": 0.79, + "start_time": 11.37, + "id": "d6c42ad2-7456-4edf-92a5-7dda18d04ddc", + "break": false, + "emoji": "", + "word_animations": null + }, + { + "end": 11469, + "text": "jos", + "type": "word", + "start": 11260, + "end_time": 11.7, + "confidence": 1, + "start_time": 11.49, + "id": "1c586203-e5e3-4851-9bca-8c9bddfcedc1", + "break": true, + "emoji": "", + "word_animations": null + } + ] + }, + { + "start_time": 11.7, + "end_time": 11.94, + "widgets": [ + { + "end": 11708, + "text": "sulla", + "type": "word", + "start": 11470, + "end_time": 11.94, + "confidence": 1, + "start_time": 11.7, + "id": "e76c7f0e-52bf-4bb7-a7d4-0e9722a01d31", + "break": false, + "emoji": "", + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-horizontal emoji-bottom submagic", + "row_animations": "row-scale-bounce", + "start_caption": 341, + "end_caption": 358 + }, + { + "start_time": 11.94, + "end_time": 12.96, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 11.94, + "end_time": 12.54, + "widgets": [ + { + "end": 11799, + "text": "on", + "type": "word", + "start": 11710, + "end_time": 12.03, + "confidence": 1, + "start_time": 11.94, + "id": "96d8778b-f0fd-4488-9836-150e01bde677", + "break": false, + "word_animations": null + }, + { + "end": 12309, + "text": "semmonen", + "type": "word", + "start": 11800, + "end_time": 12.54, + "confidence": 1, + "start_time": 12.03, + "id": "1fb542c0-bdb1-4fc1-9e0d-17f267febe78", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 12.54, + "end_time": 12.96, + "widgets": [ + { + "end": 12519, + "text": "Jos", + "type": "word", + "start": 12310, + "end_time": 12.75, + "confidence": 0.96, + "start_time": 12.54, + "id": "a17f251d-f4f7-4572-bc92-b7937b6cd8e8", + "break": false, + "word_animations": null + }, + { + "end": 12728, + "text": "sä oot", + "type": "word", + "start": 12520, + "end_time": 12.96, + "confidence": 1, + "start_time": 12.75, + "id": "49d2ccf7-8b3b-4c3c-88be-12f5df665379", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-right emoji-left submagic", + "row_animations": "row-scale-rotate-right", + "start_caption": 358, + "end_caption": 388 + }, + { + "start_time": 12.96, + "end_time": 14.64, + "emoji": "", + "sound": "typing", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 12.96, + "end_time": 14.64, + "widgets": [ + { + "end": 13329, + "text": "runsaudenenergiassa,", + "type": "word", + "start": 12730, + "end_time": 14.22, + "confidence": 1, + "start_time": 12.96, + "id": "537b1ff2-454e-49dc-964d-e57a14c34e2f", + "break": false, + "word_animations": null + }, + { + "end": 14139, + "text": "niin", + "type": "word", + "start": 13990, + "end_time": 14.37, + "confidence": 1, + "start_time": 14.22, + "id": "37ce1b25-46d4-4233-9e20-80c7e81d52bd", + "break": false, + "word_animations": null + }, + { + "end": 14408, + "text": "susta", + "type": "word", + "start": 14140, + "end_time": 14.64, + "confidence": 1, + "start_time": 14.37, + "id": "522b7b19-7898-45b2-8967-33a1235baf11", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-left emoji-right submagic background-typewriter", + "row_animations": "row-typewriter", + "start_caption": 388, + "end_caption": 439 + }, + { + "start_time": 14.64, + "end_time": 15.54, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 14.64, + "end_time": 15.15, + "widgets": [ + { + "end": 14739, + "text": "tuntuu", + "type": "word", + "start": 14410, + "end_time": 14.97, + "confidence": 1, + "start_time": 14.64, + "id": "9bc121ae-86f4-4d47-bc8d-ac3d3a411229", + "break": false, + "word_animations": null + }, + { + "end": 14919, + "text": "että", + "type": "word", + "start": 14740, + "end_time": 15.15, + "confidence": 1, + "start_time": 14.97, + "id": "73c4a69e-2a96-4299-8653-285b7804fba2", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 15.15, + "end_time": 15.54, + "widgets": [ + { + "end": 15308, + "text": "kaikki", + "type": "word", + "start": 14920, + "end_time": 15.54, + "confidence": 1, + "start_time": 15.15, + "id": "4c16efbd-362f-4173-ac76-0d0a69854270", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-horizontal submagic", + "row_animations": "row-rotate-left", + "start_caption": 439, + "end_caption": 466 + }, + { + "start_time": 15.54, + "end_time": 16.44, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 15.54, + "end_time": 15.81, + "widgets": [ + { + "end": 15399, + "text": "on", + "type": "word", + "start": 15310, + "end_time": 15.63, + "confidence": 1, + "start_time": 15.54, + "id": "edad7714-69fa-4a7d-9de2-a3164c9b8198", + "break": false, + "word_animations": null + }, + { + "end": 15579, + "text": "sun", + "type": "word", + "start": 15400, + "end_time": 15.81, + "confidence": 1, + "start_time": 15.63, + "id": "cece9eab-0f58-4efa-ad36-7e584fc6b53f", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 15.81, + "end_time": 16.44, + "widgets": [ + { + "end": 16208, + "text": "frendejä", + "type": "word", + "start": 15580, + "end_time": 16.44, + "confidence": 1, + "start_time": 15.81, + "id": "97f8da7a-d4de-4555-8fd8-5334f40b9407", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-right emoji-top-behind submagic", + "row_animations": "row-rotate-right", + "start_caption": 466, + "end_caption": 493 + }, + { + "start_time": 16.53, + "end_time": 17.97, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 16.53, + "end_time": 17.01, + "widgets": [ + { + "end": 16449, + "text": "Sä", + "type": "word", + "start": 16300, + "end_time": 16.68, + "confidence": 0.99, + "start_time": 16.53, + "id": "51df00cb-041a-41e9-bd1e-56d27b82a0b7", + "break": false, + "word_animations": null + }, + { + "end": 16779, + "text": "voit", + "type": "word", + "start": 16450, + "end_time": 17.01, + "confidence": 1, + "start_time": 16.68, + "id": "55f9960d-21ce-46f5-ba52-a7351565b2fe", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 17.01, + "end_time": 17.97, + "widgets": [ + { + "end": 17319, + "text": "kutsua", + "type": "word", + "start": 16780, + "end_time": 17.52, + "confidence": 1, + "start_time": 17.01, + "id": "8d87f876-e04f-4a01-b2e2-a6d1cb110992", + "break": false, + "word_animations": null + }, + { + "end": 17738, + "text": "ihmisiä", + "type": "word", + "start": 17320, + "end_time": 17.97, + "confidence": 1, + "start_time": 17.55, + "id": "f705db7a-b774-4439-a122-4b67834718a3", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-left emoji-bottom submagic", + "row_animations": "row-scale-bounce", + "start_caption": 495, + "end_caption": 539 + }, + { + "start_time": 18, + "end_time": 20.16, + "emoji": "💬", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 18, + "end_time": 19.47, + "widgets": [ + { + "end": 18909, + "text": "keskusteluun ja", + "type": "word", + "emoji": "💬", + "start": 17770, + "end_time": 18.84, + "important": true, + "confidence": 1, + "start_time": 18, + "id": "3a1bc9cb-77bc-4741-8367-4ceafdbc8745", + "break": false, + "word_animations": null + }, + { + "end": 19239, + "text": "luoda", + "type": "word", + "start": 18910, + "end_time": 19.47, + "confidence": 1, + "start_time": 19.14, + "id": "01dd2a23-cd20-4031-aead-ef9c56fca88d", + "break": true, + "emoji": "", + "word_animations": null + } + ] + }, + { + "start_time": 19.47, + "end_time": 20.16, + "widgets": [ + { + "end": 19629, + "text": "semmosta", + "type": "word", + "start": 19240, + "end_time": 19.86, + "confidence": 1, + "start_time": 19.47, + "id": "bce9f92c-162c-4960-b0f5-2f6352a9cbb1", + "break": false, + "emoji": "", + "word_animations": null + }, + { + "end": 19988, + "text": "niinku", + "type": "word", + "start": 19630, + "end_time": 20.16, + "confidence": 0.82, + "start_time": 19.86, + "id": "752d706c-db1d-4161-bb2f-f2d5f202abfd", + "break": false, + "emoji": "", + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-horizontal emoji-left submagic", + "row_animations": "row-scale-rotate-right", + "start_caption": 540, + "end_caption": 604 + }, + { + "start_time": 20.22, + "end_time": 22.35, + "emoji": "💥", + "sound": "typing", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 20.22, + "end_time": 21.21, + "widgets": [ + { + "end": 20589, + "text": "yhdessä", + "type": "word", + "start": 19990, + "end_time": 20.82, + "confidence": 1, + "start_time": 20.22, + "id": "050bd731-576a-48af-92ab-c41afc9f8a5d", + "break": false, + "word_animations": null + }, + { + "end": 20979, + "text": "hyvää", + "type": "word", + "emoji": "💥", + "start": 20590, + "end_time": 21.21, + "important": true, + "confidence": 1, + "start_time": 20.82, + "id": "b54d59a0-246a-4536-822c-1d3048326180", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 21.21, + "end_time": 22.35, + "widgets": [ + { + "end": 21789, + "text": "energiaa", + "type": "word", + "start": 20980, + "end_time": 22.02, + "confidence": 1, + "start_time": 21.21, + "id": "db48c962-9c13-4033-b774-3030af2a1847", + "break": false, + "emoji": "", + "word_animations": null + }, + { + "end": 22118, + "text": "siellä", + "type": "word", + "start": 21790, + "end_time": 22.35, + "confidence": 0.93, + "start_time": 22.02, + "id": "d315f941-98d9-4fd3-9aff-a53879a18c5a", + "break": false, + "emoji": "", + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-right emoji-right submagic background-typewriter", + "row_animations": "row-typewriter", + "start_caption": 606, + "end_caption": 670 + }, + { + "start_time": 22.35, + "end_time": 23.61, + "emoji": "😄", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 22.35, + "end_time": 22.83, + "widgets": [ + { + "end": 22209, + "text": "ja", + "type": "word", + "start": 22120, + "end_time": 22.44, + "confidence": 0.91, + "start_time": 22.35, + "id": "aacde944-3a32-4cca-af55-feeb76cfd3b8", + "break": false, + "word_animations": null + }, + { + "end": 22599, + "text": "pidetään", + "type": "word", + "start": 22210, + "end_time": 22.83, + "confidence": 0.67, + "start_time": 22.44, + "id": "aaf35172-4e66-48f3-b584-e9047801020f", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 22.83, + "end_time": 23.61, + "widgets": [ + { + "end": 22779, + "text": "vaa", + "type": "word", + "start": 22600, + "end_time": 23.01, + "confidence": 0.98, + "start_time": 22.83, + "id": "eaed97f2-6faf-416c-9315-e4de805a69a9", + "break": false, + "word_animations": null + }, + { + "end": 23378, + "text": "hauskaa", + "type": "word", + "emoji": "😄", + "start": 22780, + "end_time": 23.61, + "important": true, + "confidence": 1, + "start_time": 23.01, + "id": "0b636fe7-a6d0-4fb5-8db0-969ed7ecec3b", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-left submagic", + "row_animations": "row-rotate-left", + "start_caption": 670, + "end_caption": 708 + }, + { + "start_time": 23.64, + "end_time": 24.18, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 23.64, + "end_time": 23.97, + "widgets": [ + { + "end": 23709, + "text": "Mikään", + "type": "word", + "start": 23410, + "end_time": 23.94, + "confidence": 1, + "start_time": 23.64, + "id": "6a8e7abc-77e1-40d9-871a-a374fd780924", + "break": false, + "word_animations": null + }, + { + "end": 23739, + "text": "ei", + "type": "word", + "start": 23710, + "end_time": 23.97, + "confidence": 1, + "start_time": 23.94, + "id": "978ebff9-2015-4239-a7b8-3dc3259227ec", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 23.97, + "end_time": 24.18, + "widgets": [ + { + "end": 23799, + "text": "oo", + "type": "word", + "start": 23740, + "end_time": 24.03, + "confidence": 1, + "start_time": 23.97, + "id": "b1040939-158e-47e1-a73a-dacd6a9f13e2", + "break": false, + "word_animations": null + }, + { + "end": 23948, + "text": "niin", + "type": "word", + "start": 23800, + "end_time": 24.18, + "confidence": 1, + "start_time": 24.03, + "id": "facf3e76-93f8-4b8a-bd61-69af69a238f1", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-horizontal emoji-top-behind submagic", + "row_animations": "row-rotate-right", + "start_caption": 709, + "end_caption": 725 + }, + { + "start_time": 24.18, + "end_time": 26.13, + "emoji": "🌙", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 24.18, + "end_time": 25.32, + "widgets": [ + { + "end": 24609, + "text": "vakavaa.", + "type": "word", + "start": 23950, + "end_time": 24.78, + "confidence": 1, + "start_time": 24.18, + "id": "9e34b4bf-8f2c-454f-9930-c0e6cbba2a7a", + "break": false, + "word_animations": null + }, + { + "end": 25089, + "text": "Nautitaan", + "type": "word", + "start": 24610, + "end_time": 25.32, + "confidence": 1, + "start_time": 24.84, + "id": "e453d948-deb9-4e98-bbd3-91e6e9d9c254", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 25.32, + "end_time": 26.13, + "widgets": [ + { + "end": 25389, + "text": "siitä", + "type": "word", + "start": 25090, + "end_time": 25.62, + "confidence": 1, + "start_time": 25.32, + "id": "c7b96883-7211-4f01-b655-f149453932cb", + "break": false, + "word_animations": null + }, + { + "end": 25898, + "text": "illasta", + "type": "word", + "emoji": "🌙", + "start": 25390, + "end_time": 26.13, + "important": true, + "confidence": 1, + "start_time": 25.62, + "id": "8cbe44c3-fa3c-4d0f-9800-c6ca622295d0", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-right emoji-bottom submagic", + "row_animations": "row-scale-bounce", + "start_caption": 725, + "end_caption": 783 + }, + { + "start_time": 26.13, + "end_time": 27.39, + "emoji": "🍽️", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 26.13, + "end_time": 26.61, + "widgets": [ + { + "end": 25959, + "text": "ja", + "type": "word", + "start": 25900, + "end_time": 26.19, + "confidence": 1, + "start_time": 26.13, + "id": "974ed28b-0862-4548-adab-f78c4fc137ff", + "break": false, + "word_animations": null + }, + { + "end": 26379, + "text": "nautitaan", + "type": "word", + "start": 25960, + "end_time": 26.61, + "confidence": 1, + "start_time": 26.19, + "id": "023e6753-bc5c-4a28-a6d0-088ad24864a9", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 26.61, + "end_time": 27.39, + "widgets": [ + { + "end": 26709, + "text": "hyvästä", + "type": "word", + "emoji": "🍽️", + "start": 26380, + "end_time": 26.94, + "important": true, + "confidence": 1, + "start_time": 26.61, + "id": "562e2812-3481-475e-97c8-28a709ea8791", + "break": false, + "word_animations": null + }, + { + "end": 27158, + "text": "ruuasta", + "type": "word", + "start": 26710, + "end_time": 27.39, + "confidence": 0.82, + "start_time": 26.94, + "id": "82f3075e-01ab-47c5-9c01-6112122fc220", + "break": false, + "emoji": "", + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-left emoji-left submagic", + "row_animations": "row-scale-rotate-right", + "start_caption": 783, + "end_caption": 821 + }, + { + "start_time": 27.39, + "end_time": 28.89, + "emoji": "", + "sound": "typing", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 27.39, + "end_time": 28.26, + "widgets": [ + { + "end": 27639, + "text": "Nautitaan", + "type": "word", + "start": 27160, + "end_time": 27.87, + "confidence": 1, + "start_time": 27.39, + "id": "4ead7d20-f39d-4e9f-995f-4e155904e026", + "break": false, + "word_animations": null + }, + { + "end": 28029, + "text": "hyvästä", + "type": "word", + "start": 27640, + "end_time": 28.26, + "confidence": 0.92, + "start_time": 27.87, + "id": "3ec1e129-b8a5-4e7f-8c73-b77edc4b5c30", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 28.26, + "end_time": 28.89, + "widgets": [ + { + "end": 28658, + "text": "juomasta", + "type": "word", + "start": 28030, + "end_time": 28.89, + "confidence": 1, + "start_time": 28.26, + "id": "9ab4e7ea-2464-4620-8468-e192446d2cec", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-horizontal emoji-right submagic background-typewriter", + "row_animations": "row-typewriter", + "start_caption": 821, + "end_caption": 866 + }, + { + "start_time": 28.92, + "end_time": 30.78, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 28.92, + "end_time": 29.55, + "widgets": [ + { + "end": 28929, + "text": "ja", + "type": "word", + "start": 28690, + "end_time": 29.16, + "confidence": 1, + "start_time": 28.92, + "id": "6a9d53c8-7acd-45ef-9653-2594727ab824", + "break": false, + "word_animations": null + }, + { + "end": 29529, + "text": "tehdään", + "type": "word", + "start": 28930, + "end_time": 29.55, + "confidence": 1, + "start_time": 29.16, + "id": "6dc5fbe7-489b-472e-bb63-c62e6f08a732", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 29.55, + "end_time": 30.78, + "widgets": [ + { + "end": 30219, + "text": "kaikille", + "type": "word", + "start": 29530, + "end_time": 30.45, + "confidence": 1, + "start_time": 29.76, + "id": "c3bf4433-e1d0-481f-aa88-a98ab11cb6bd", + "break": false, + "word_animations": null + }, + { + "end": 30548, + "text": "semmonen", + "type": "word", + "start": 30220, + "end_time": 30.78, + "confidence": 1, + "start_time": 30.45, + "id": "46c90916-ca9b-48a8-94e4-980473fde9ec", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-right submagic", + "row_animations": "row-rotate-left", + "start_caption": 867, + "end_caption": 923 + }, + { + "start_time": 30.78, + "end_time": 32.13, + "emoji": "🎊", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 30.78, + "end_time": 31.44, + "widgets": [ + { + "end": 30789, + "text": "hyvä", + "type": "word", + "emoji": "🎊", + "start": 30550, + "end_time": 31.02, + "important": true, + "confidence": 1, + "start_time": 30.78, + "id": "d1c4af8a-ce97-4f2b-accb-0876fe95200d", + "break": false, + "word_animations": null + }, + { + "end": 31269, + "text": "meininki", + "type": "word", + "start": 30790, + "end_time": 31.44, + "confidence": 1, + "start_time": 31.02, + "id": "ae2cb421-ec48-4429-a7a1-ddf109e498bd", + "break": true, + "emoji": "", + "word_animations": null + } + ] + }, + { + "start_time": 31.44, + "end_time": 32.13, + "widgets": [ + { + "end": 31389, + "text": "siä", + "type": "word", + "start": 31270, + "end_time": 31.62, + "confidence": 0.46, + "start_time": 31.5, + "id": "25020c6a-60ef-48e4-b56c-52121ac9eded", + "break": false, + "emoji": "", + "word_animations": null + }, + { + "end": 31898, + "text": "bileissä.", + "type": "word", + "emoji": "", + "start": 31390, + "end_time": 32.13, + "important": true, + "confidence": 1, + "start_time": 31.62, + "id": "8ce056cc-b702-4cf0-b4de-346573f523b8", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-left emoji-top-behind submagic", + "row_animations": "row-rotate-right", + "start_caption": 923, + "end_caption": 963 + }, + { + "start_time": 32.28, + "end_time": 34.47, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 32.28, + "end_time": 33.48, + "widgets": [ + { + "end": 32799.00000000001, + "text": "Lisäks", + "type": "word", + "start": 32050, + "end_time": 33.03, + "confidence": 1, + "start_time": 32.28, + "id": "8f45d9b0-4c46-40b2-a885-a6a5867e6d95", + "break": false, + "word_animations": null + }, + { + "end": 33249, + "text": "susta", + "type": "word", + "start": 32800.00000000001, + "end_time": 33.48, + "confidence": 1, + "start_time": 33.03, + "id": "e75f0adc-9726-481d-9bc0-b6b0335d2fb1", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 33.48, + "end_time": 34.47, + "widgets": [ + { + "end": 33849, + "text": "tuntuu", + "type": "word", + "start": 33250, + "end_time": 34.05, + "confidence": 1, + "start_time": 33.48, + "id": "ef5dd35b-51be-4674-a5e5-c69c8ee8d80a", + "break": false, + "word_animations": null + }, + { + "end": 34238, + "text": "siltä", + "type": "word", + "start": 33850, + "end_time": 34.47, + "confidence": 1, + "start_time": 34.08, + "id": "cc4d2e41-747b-406e-a0d8-407758961345", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-horizontal emoji-bottom submagic", + "row_animations": "row-scale-bounce", + "start_caption": 968, + "end_caption": 1034 + }, + { + "start_time": 34.47, + "end_time": 36.66, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 34.47, + "end_time": 35.13, + "widgets": [ + { + "end": 34359.00000000001, + "text": "et", + "type": "word", + "start": 34240, + "end_time": 34.59, + "confidence": 0.96, + "start_time": 34.47, + "id": "df81114e-d7c3-412b-93ad-82c480a5217e", + "break": false, + "word_animations": null + }, + { + "end": 34899.00000000001, + "text": "kaikille", + "type": "word", + "start": 34360.00000000001, + "end_time": 35.13, + "confidence": 1, + "start_time": 34.59, + "id": "5ef0d538-cb76-4fa3-ac97-5767eb2067f3", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 35.13, + "end_time": 36.66, + "widgets": [ + { + "end": 35109.00000000001, + "text": "on", + "type": "word", + "start": 34900.00000000001, + "end_time": 35.34, + "confidence": 1, + "start_time": 35.13, + "id": "5324bff7-daa9-48c1-8abb-91360e127fc1", + "break": false, + "word_animations": null + }, + { + "end": 35768, + "text": "tarpeeks", + "type": "word", + "start": 35110.00000000001, + "end_time": 36, + "confidence": 1, + "start_time": 35.34, + "id": "3cb1b85f-f312-4433-aaa8-07793302fc96", + "break": false, + "word_animations": null + }, + { + "end": 36549.00000000001, + "text": "kaikkee", + "type": "word", + "start": 35770, + "end_time": 36.66, + "confidence": 1, + "start_time": 36, + "id": "b408fa48-2cf0-4149-9e4f-f3d3a06249dd", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-right emoji-left submagic", + "row_animations": "row-scale-rotate-right", + "start_caption": 1034, + "end_caption": 1099 + }, + { + "start_time": 36.78, + "end_time": 37.77, + "emoji": "", + "sound": "typing", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 36.78, + "end_time": 37.11, + "break": true, + "widgets": [ + { + "end": 36879, + "text": "Voidaan", + "type": "word", + "start": 36550.00000000001, + "end_time": 37.11, + "confidence": 1, + "start_time": 36.78, + "id": "8ae575fb-defb-4a3f-a904-4bb7d41cb739", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 37.11, + "end_time": 37.77, + "widgets": [ + { + "end": 37119.00000000001, + "text": "ottaa", + "type": "word", + "start": 36880, + "end_time": 37.35, + "confidence": 1, + "start_time": 37.11, + "id": "9e96d89e-1b5c-4fd1-9d41-35f75585665d", + "break": false, + "word_animations": null + }, + { + "end": 37538.00000000001, + "text": "esimerkki", + "type": "word", + "start": 37120.00000000001, + "end_time": 37.77, + "confidence": 1, + "start_time": 37.35, + "id": "afec303f-826b-412c-91b4-a57e2dd4c424", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-left emoji-right submagic background-typewriter", + "row_animations": "row-typewriter", + "start_caption": 1103, + "end_caption": 1133 + }, + { + "start_time": 37.77, + "end_time": 39.23, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 37.77, + "end_time": 39.23, + "widgets": [ + { + "end": 37809, + "text": "tästä", + "type": "word", + "start": 37540.00000000001, + "end_time": 38.57, + "confidence": 1, + "start_time": 37.77, + "id": "3a433c37-1ed0-4827-bb9a-5c9c71901096", + "break": false, + "word_animations": null + }, + { + "end": 38998, + "text": "podcastaamisesta", + "type": "word", + "start": 38350, + "end_time": 39.23, + "confidence": 0.76, + "start_time": 38.58, + "id": "a2ba63c2-188b-46c1-a09d-b1ed68b68088", + "break": false, + "emoji": "", + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-horizontal submagic", + "row_animations": "row-rotate-left", + "start_caption": 1133, + "end_caption": 1176 + }, + { + "start_time": 39.27, + "end_time": 40.74, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 39.27, + "end_time": 39.6, + "widgets": [ + { + "end": 39279, + "text": "Jos", + "type": "word", + "start": 39040.00000000001, + "end_time": 39.51, + "confidence": 1, + "start_time": 39.27, + "id": "ef33ff71-c4ff-4015-914b-29c321612a1d", + "break": false, + "word_animations": null + }, + { + "end": 39369.00000000001, + "text": "mä", + "type": "word", + "start": 39280, + "end_time": 39.6, + "confidence": 1, + "start_time": 39.51, + "id": "f566c744-2605-4c4a-ad9b-3507a555f676", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 39.6, + "end_time": 40.74, + "widgets": [ + { + "end": 39819, + "text": "toimin", + "type": "word", + "start": 39370.00000000001, + "end_time": 40.05, + "confidence": 1, + "start_time": 39.6, + "id": "4b81be71-fada-4e72-8e7c-82237391d48e", + "break": false, + "word_animations": null + }, + { + "end": 40508.00000000001, + "text": "runsauden", + "type": "word", + "start": 39820, + "end_time": 40.74, + "confidence": 1, + "start_time": 40.05, + "id": "3b10978e-c777-4315-b05d-a4c8531c46f5", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-right emoji-top-behind submagic", + "row_animations": "row-rotate-right", + "start_caption": 1178, + "end_caption": 1222 + }, + { + "start_time": 40.74, + "end_time": 41.82, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 40.74, + "end_time": 41.7, + "widgets": [ + { + "end": 41139, + "text": "energiasta", + "type": "word", + "start": 40510.00000000001, + "end_time": 41.37, + "confidence": 1, + "start_time": 40.74, + "id": "be34294d-563f-4e00-8c75-edd641031bad", + "break": false, + "word_animations": null + }, + { + "end": 41469.00000000001, + "text": "käsin", + "type": "word", + "start": 41140, + "end_time": 41.7, + "confidence": 1, + "start_time": 41.37, + "id": "231ad8fd-c992-45a6-88cc-aa72166f1b81", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 41.7, + "end_time": 41.82, + "widgets": [ + { + "end": 41588, + "text": "ni", + "type": "word", + "start": 41470.00000000001, + "end_time": 41.82, + "confidence": 1, + "start_time": 41.7, + "id": "07d443bb-967d-4a03-83c6-b6be308171ad", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-left emoji-bottom submagic", + "row_animations": "row-scale-bounce", + "start_caption": 1222, + "end_caption": 1254 + }, + { + "start_time": 41.82, + "end_time": 43.08, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 41.82, + "end_time": 42, + "widgets": [ + { + "end": 41679, + "text": "mä", + "type": "word", + "start": 41590, + "end_time": 41.91, + "confidence": 1, + "start_time": 41.82, + "id": "35efa7dd-7724-4ef7-b022-53f211930896", + "break": false, + "word_animations": null + }, + { + "end": 41799.00000000001, + "text": "oon", + "type": "word", + "start": 41680, + "end_time": 42, + "confidence": 1, + "start_time": 41.91, + "id": "83769a1e-356b-4b75-9278-92559e3f522c", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 42, + "end_time": 43.08, + "widgets": [ + { + "end": 42309, + "text": "valmis", + "type": "word", + "start": 41800.00000000001, + "end_time": 42.54, + "confidence": 1, + "start_time": 42.03, + "id": "7ced719a-f64b-4822-8b67-01c127bce8ce", + "break": false, + "word_animations": null + }, + { + "end": 42848, + "text": "kutsumaan", + "type": "word", + "start": 42310, + "end_time": 43.08, + "confidence": 1, + "start_time": 42.54, + "id": "e58aec55-a021-40b5-a837-d11f54c57d1d", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-horizontal emoji-left submagic", + "row_animations": "row-scale-rotate-right", + "start_caption": 1254, + "end_caption": 1292 + }, + { + "start_time": 43.08, + "end_time": 45.48, + "emoji": "", + "sound": "typing", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 43.08, + "end_time": 44.37, + "widgets": [ + { + "end": 43269, + "text": "muita", + "type": "word", + "start": 42850, + "end_time": 43.5, + "confidence": 1, + "start_time": 43.08, + "id": "a8bc7234-e9ec-49bb-8af6-63587e94a859", + "break": false, + "word_animations": null + }, + { + "end": 44409.00000000001, + "text": "podcastaajia", + "type": "word", + "start": 43270, + "end_time": 44.37, + "confidence": 1, + "start_time": 43.5, + "id": "8d4c7116-0047-4b5c-b9be-04354bd2496f", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 44.37, + "end_time": 45.48, + "widgets": [ + { + "end": 45009.00000000001, + "text": "vieraaksi,", + "type": "word", + "start": 44410.00000000001, + "end_time": 45.24, + "confidence": 0.91, + "start_time": 44.64, + "id": "4679f753-8d7d-407a-be36-c8cba27afea0", + "break": false, + "word_animations": null + }, + { + "end": 45248, + "text": "koska", + "type": "word", + "start": 45010.00000000001, + "end_time": 45.48, + "confidence": 1, + "start_time": 45.24, + "id": "0ce5e59a-cea4-47ac-b91d-4e4adcdc6810", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-right emoji-right submagic background-typewriter", + "row_animations": "row-typewriter", + "start_caption": 1292, + "end_caption": 1364 + }, + { + "start_time": 45.48, + "end_time": 46.65, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 45.48, + "end_time": 45.72, + "widgets": [ + { + "end": 45429, + "text": "mua", + "type": "word", + "start": 45250, + "end_time": 45.66, + "confidence": 1, + "start_time": 45.48, + "id": "44d19b01-c845-4414-8403-d7f12ffb8cec", + "break": false, + "word_animations": null + }, + { + "end": 45489, + "text": "ei", + "type": "word", + "start": 45430, + "end_time": 45.72, + "confidence": 1, + "start_time": 45.66, + "id": "03f0dece-d771-4704-8384-02bf715bc2a8", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 45.72, + "end_time": 46.65, + "widgets": [ + { + "end": 46149.00000000001, + "text": "pelota", + "type": "word", + "start": 45490, + "end_time": 46.19, + "confidence": 1, + "start_time": 45.72, + "id": "8ba57d5d-8309-483c-bb55-3884faaa3c16", + "break": false, + "word_animations": null + }, + { + "end": 46149.00000000001, + "text": "se", + "type": "word", + "start": 45490, + "end_time": 46.89, + "confidence": 1, + "start_time": 46.19, + "id": "8ba57d5d-8309-483c-bb55-3884faaa3c16", + "break": false, + "word_animations": null + }, + { + "end": 46658.00000000001, + "text": "että", + "type": "word", + "start": 46150.00000000001, + "end_time": 46.65, + "confidence": 1, + "start_time": 46.38, + "id": "21ef1368-3fff-4206-b953-e3383a85a7c6", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-left submagic", + "row_animations": "row-rotate-left", + "start_caption": 1364, + "end_caption": 1399 + }, + { + "start_time": 46.89, + "end_time": 48.39, + "emoji": "👂", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 46.89, + "end_time": 47.31, + "widgets": [ + { + "end": 46839, + "text": "ne", + "type": "word", + "start": 46660.00000000001, + "end_time": 47.07, + "confidence": 1, + "start_time": 46.89, + "id": "92d99cff-56ff-4209-9cb3-d2daba93f9aa", + "break": false, + "word_animations": null + }, + { + "end": 47079.00000000001, + "text": "vie", + "type": "word", + "start": 46840, + "end_time": 47.31, + "confidence": 1, + "start_time": 47.07, + "id": "fadf80f5-1bd1-4a99-840a-b8fd2b49ad20", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 47.31, + "end_time": 48.39, + "widgets": [ + { + "end": 47469.00000000001, + "text": "mun", + "type": "word", + "emoji": "👂", + "start": 47080.00000000001, + "end_time": 47.7, + "important": true, + "confidence": 1, + "start_time": 47.31, + "id": "aa7bb900-5f5d-42b0-aa41-56466aad889d", + "break": false, + "word_animations": null + }, + { + "end": 48158.00000000001, + "text": "kuuntelijat", + "type": "word", + "start": 47470.00000000001, + "end_time": 48.39, + "confidence": 1, + "start_time": 47.7, + "id": "0c50c483-e512-484d-8b57-5c8738f448d5", + "break": false, + "emoji": "", + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-horizontal emoji-top-behind submagic", + "row_animations": "row-rotate-right", + "start_caption": 1406, + "end_caption": 1451 + }, + { + "start_time": 48.42, + "end_time": 49.32, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 48.42, + "end_time": 48.87, + "widgets": [ + { + "end": 48369.00000000001, + "text": "vaan", + "type": "word", + "start": 48190.00000000001, + "end_time": 48.6, + "confidence": 0.77, + "start_time": 48.42, + "id": "e1c1a8b2-0d0f-4721-a07e-7508e8940de8", + "break": false, + "word_animations": null + }, + { + "end": 48639, + "text": "mä", + "type": "word", + "start": 48370.00000000001, + "end_time": 48.87, + "confidence": 1, + "start_time": 48.6, + "id": "2ec10a5e-ff72-4f06-862c-bb6b7b074101", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 48.87, + "end_time": 49.32, + "widgets": [ + { + "end": 49088, + "text": "tiedän", + "type": "word", + "start": 48640, + "end_time": 49.32, + "confidence": 1, + "start_time": 48.87, + "id": "9ee188cd-2212-4a6a-ae3d-952c9de057f3", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-right emoji-bottom submagic", + "row_animations": "row-scale-bounce", + "start_caption": 1452, + "end_caption": 1479 + }, + { + "start_time": 49.32, + "end_time": 50.58, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 49.32, + "end_time": 49.89, + "widgets": [ + { + "end": 49299.00000000001, + "text": "sen", + "type": "word", + "start": 49090, + "end_time": 49.52, + "confidence": 0.95, + "start_time": 49.32, + "id": "d5ef2e8e-f42a-4fb4-b662-b0cadf336754", + "break": false, + "word_animations": null + }, + { + "end": 49659.00000000001, + "text": "että", + "type": "word", + "start": 49300.00000000001, + "end_time": 49.89, + "confidence": 1, + "start_time": 49.53, + "id": "fe0eec83-41c3-42f5-978d-8ca3bc12e41d", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 49.89, + "end_time": 50.58, + "widgets": [ + { + "end": 49899.00000000001, + "text": "mun", + "type": "word", + "start": 49660.00000000001, + "end_time": 50.13, + "confidence": 1, + "start_time": 49.89, + "id": "da26f9f0-231a-40f7-bf39-66b94ed8bb4e", + "break": false, + "word_animations": null + }, + { + "end": 50348, + "text": "kuuntelijat", + "type": "word", + "start": 49900.00000000001, + "end_time": 50.58, + "confidence": 1, + "start_time": 50.13, + "id": "8449f27b-05ad-4ba7-98be-2bfded4d2a44", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-left emoji-left submagic", + "row_animations": "row-scale-rotate-right", + "start_caption": 1479, + "end_caption": 1517 + }, + { + "start_time": 50.58, + "end_time": 51.6, + "emoji": "", + "sound": "typing", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 50.58, + "end_time": 51.06, + "widgets": [ + { + "end": 50499, + "text": "voi", + "type": "word", + "start": 50350, + "end_time": 50.73, + "confidence": 1, + "start_time": 50.58, + "id": "78c2d6d6-35d8-4991-a284-0ab6a6d70b31", + "break": false, + "word_animations": null + }, + { + "end": 50829.00000000001, + "text": "kuunnella", + "type": "word", + "start": 50500, + "end_time": 51.06, + "confidence": 1, + "start_time": 50.73, + "id": "259744e9-41c1-4ccf-b0d6-1f7fec06f944", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 51.06, + "end_time": 51.6, + "widgets": [ + { + "end": 51069, + "text": "myös", + "type": "word", + "start": 50830.00000000001, + "end_time": 51.3, + "confidence": 1, + "start_time": 51.06, + "id": "427c1e1b-a91c-469e-9d44-e2786319d477", + "break": false, + "word_animations": null + }, + { + "end": 51368.00000000001, + "text": "muita", + "type": "word", + "start": 51070, + "end_time": 51.6, + "confidence": 1, + "start_time": 51.3, + "id": "e5bcee01-1f73-4413-ae7f-e0d8c0f87cb4", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-horizontal emoji-right submagic background-typewriter", + "row_animations": "row-typewriter", + "start_caption": 1517, + "end_caption": 1548 + }, + { + "start_time": 51.6, + "end_time": 52.95, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 51.6, + "end_time": 52.62, + "widgets": [ + { + "end": 51969.00000000001, + "text": "podcasteja", + "type": "word", + "start": 51370.00000000001, + "end_time": 52.17, + "confidence": 1, + "start_time": 51.6, + "id": "96fbe908-d7f4-4d19-aafb-6f0802954e66", + "break": false, + "word_animations": null + }, + { + "end": 52389, + "text": "ilman", + "type": "word", + "start": 51970.00000000001, + "end_time": 52.62, + "confidence": 1, + "start_time": 52.2, + "id": "726d8cc3-ac53-448e-893a-bf293953bfdc", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 52.62, + "end_time": 52.95, + "widgets": [ + { + "end": 52718.00000000001, + "text": "että", + "type": "word", + "start": 52390, + "end_time": 52.95, + "confidence": 1, + "start_time": 52.62, + "id": "cc2f72c7-73b5-4308-82bc-c9367f2a6c2c", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-right submagic", + "row_animations": "row-rotate-left", + "start_caption": 1548, + "end_caption": 1588 + }, + { + "start_time": 53.28, + "end_time": 54.75, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 53.28, + "end_time": 54.22, + "widgets": [ + { + "end": 53739, + "text": "ne", + "type": "word", + "start": 53050.00000000001, + "end_time": 53.49, + "confidence": 1, + "start_time": 53.28, + "id": "7e041804-7aa0-4d24-bba3-25ab3302ce13", + "break": false, + "word_animations": null + }, + { + "end": 54039.00000000001, + "text": "niinku", + "type": "word", + "start": 53740, + "end_time": 54.22, + "confidence": 0.92, + "start_time": 53.97, + "id": "635438c9-5b36-414c-b512-b134cc5ed9ed", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 54.22, + "end_time": 54.75, + "widgets": [ + { + "end": 54518, + "text": "jättäis", + "type": "word", + "start": 54040.00000000001, + "end_time": 54.75, + "confidence": 0.91, + "start_time": 54.27, + "id": "e7157e38-c17a-4219-ab88-6c050da11301", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-left emoji-top-behind submagic", + "row_animations": "row-rotate-right", + "start_caption": 1598, + "end_caption": 1642 + }, + { + "start_time": 54.75, + "end_time": 56.6, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 54.75, + "end_time": 55.44, + "widgets": [ + { + "end": 54699, + "text": "mun", + "type": "word", + "start": 54520, + "end_time": 54.93, + "confidence": 0.98, + "start_time": 54.75, + "id": "818cf589-3b4d-44a1-afb0-81528a1a2421", + "break": false, + "word_animations": null + }, + { + "end": 55209, + "text": "podcastin", + "type": "word", + "start": 54700, + "end_time": 55.44, + "confidence": 1, + "start_time": 54.93, + "id": "a7dab892-d68a-4a6b-8c06-c4a76dabc293", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 55.44, + "end_time": 56.6, + "widgets": [ + { + "end": 55599, + "text": "kokonaan", + "type": "word", + "start": 55210, + "end_time": 55.83, + "confidence": 1, + "start_time": 55.44, + "id": "69f71eb2-5e39-472b-bd35-9d92de9ec809", + "break": false, + "word_animations": null + }, + { + "end": 56368.00000000001, + "text": "kuuntelematta", + "type": "word", + "start": 55600, + "end_time": 56.6, + "confidence": 1, + "start_time": 55.83, + "id": "a258d839-3766-45e4-8291-da13b1fc82d8", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-horizontal emoji-bottom submagic", + "row_animations": "row-scale-bounce", + "start_caption": 1642, + "end_caption": 1698 + }, + { + "start_time": 56.61, + "end_time": 57.33, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 56.61, + "end_time": 57, + "widgets": [ + { + "end": 56529, + "text": "Ja", + "type": "word", + "start": 56380, + "end_time": 56.76, + "confidence": 0.94, + "start_time": 56.61, + "id": "89d3b407-f5fc-46ca-a436-f207f0f4931c", + "break": false, + "word_animations": null + }, + { + "end": 56769, + "text": "ehkä", + "type": "word", + "start": 56530, + "end_time": 57, + "confidence": 1, + "start_time": 56.76, + "id": "a9e7dad1-9f6d-4977-ac18-b84a6f77ac26", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 57, + "end_time": 57.33, + "widgets": [ + { + "end": 56889, + "text": "mä", + "type": "word", + "start": 56770, + "end_time": 57.12, + "confidence": 1, + "start_time": 57, + "id": "f41544c1-7aa6-40b0-8d92-2832fe046855", + "break": false, + "word_animations": null + }, + { + "end": 57098, + "text": "saan", + "type": "word", + "start": 56890, + "end_time": 57.33, + "confidence": 1, + "start_time": 57.12, + "id": "f4560e4e-f412-461a-beec-33981cf59676", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-right emoji-left submagic", + "row_animations": "row-scale-rotate-right", + "start_caption": 1698, + "end_caption": 1719 + }, + { + "start_time": 57.33, + "end_time": 59.02, + "emoji": "👥", + "sound": "typing", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 57.33, + "end_time": 58.17, + "widgets": [ + { + "end": 57609.00000000001, + "text": "jopa", + "type": "word", + "start": 57100, + "end_time": 57.6, + "confidence": 1, + "start_time": 57.33, + "id": "aa093f6c-bd8a-40f5-93c0-9f559686fe22", + "break": false, + "word_animations": null + }, + { + "end": 57939.00000000001, + "text": "lisää", + "type": "word", + "emoji": "👥", + "start": 57610.00000000001, + "end_time": 58.17, + "important": true, + "confidence": 1, + "start_time": 57.84, + "id": "1454dcfd-a625-4546-850e-383524a100fd", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 58.17, + "end_time": 59.02, + "widgets": [ + { + "end": 58449, + "text": "kuuntelijoita", + "type": "word", + "start": 57940.00000000001, + "end_time": 58.68, + "confidence": 1, + "start_time": 58.17, + "id": "9fa3aa4f-022b-4945-af5a-69c3b71e5942", + "break": false, + "emoji": "", + "word_animations": null + }, + { + "end": 58788.00000000001, + "text": "sieltä", + "type": "word", + "start": 58450, + "end_time": 59.02, + "confidence": 1, + "start_time": 58.68, + "id": "42a16bcf-0fe9-435e-bf54-9a9652f43c44", + "break": false, + "emoji": "", + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-left emoji-right submagic background-typewriter", + "row_animations": "row-typewriter", + "start_caption": 1719, + "end_caption": 1770 + }, + { + "start_time": 59.04, + "end_time": 60.6, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 59.04, + "end_time": 60.6, + "widgets": [ + { + "end": 59229.00000000001, + "text": "Toisen", + "type": "word", + "start": 58810, + "end_time": 59.46, + "confidence": 1, + "start_time": 59.04, + "id": "7ad0f1a2-f8f3-4151-ae12-6f4474ecb956", + "break": false, + "word_animations": null + }, + { + "end": 59709, + "text": "kuuntelupiiristä", + "type": "word", + "start": 59230.00000000001, + "end_time": 60.6, + "confidence": 1, + "start_time": 59.46, + "id": "1cb0d40e-55f9-4c28-a561-bc74a9612a89", + "break": true, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-horizontal submagic", + "row_animations": "row-rotate-left", + "start_caption": 1771, + "end_caption": 1818 + }, + { + "start_time": 60.6, + "end_time": 61.64, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 60.6, + "end_time": 61.02, + "widgets": [ + { + "end": 60669, + "text": "ja", + "type": "word", + "start": 60370.00000000001, + "end_time": 60.83, + "confidence": 0.63, + "start_time": 60.6, + "id": "48c0b01a-5707-4664-95ee-08b89f4d0fe1", + "break": false, + "word_animations": null + }, + { + "end": 60789.00000000001, + "text": "me", + "type": "word", + "start": 60670, + "end_time": 61.02, + "confidence": 1, + "start_time": 60.9, + "id": "08a7166e-2a6a-427f-862f-4adbd952629b", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 61.02, + "end_time": 61.64, + "widgets": [ + { + "end": 61089, + "text": "voidaan", + "type": "word", + "start": 60790.00000000001, + "end_time": 61.32, + "confidence": 1, + "start_time": 61.02, + "id": "6f5b97cc-4c5d-456e-b3b2-ab8b6352dc92", + "break": false, + "word_animations": null + }, + { + "end": 61408.00000000001, + "text": "tällee", + "type": "word", + "start": 61090, + "end_time": 61.64, + "confidence": 0.94, + "start_time": 61.32, + "id": "bfd5bdbe-94f6-48d4-aca2-2742d908153f", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-right emoji-top-behind submagic", + "row_animations": "row-rotate-right", + "start_caption": 1818, + "end_caption": 1849 + }, + { + "start_time": 61.65, + "end_time": 63.54, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 61.65, + "end_time": 62.67, + "widgets": [ + { + "end": 61959, + "text": "yhdessä", + "type": "word", + "start": 61420, + "end_time": 62.19, + "confidence": 1, + "start_time": 61.65, + "id": "5886a086-7336-4d66-a4f5-217ec9499f65", + "break": false, + "word_animations": null + }, + { + "end": 62439.00000000001, + "text": "laajentaa", + "type": "word", + "start": 61960, + "end_time": 62.67, + "confidence": 1, + "start_time": 62.19, + "id": "e989d1ee-538e-46cb-94f6-f4363da07bfa", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 62.67, + "end_time": 63.54, + "widgets": [ + { + "end": 62649.00000000001, + "text": "meidän", + "type": "word", + "start": 62440.00000000001, + "end_time": 62.88, + "confidence": 0.7, + "start_time": 62.67, + "id": "98d9dc45-eedc-4ba5-863e-9deb777c947b", + "break": false, + "word_animations": null + }, + { + "end": 63308, + "text": "molempien", + "type": "word", + "start": 62650.00000000001, + "end_time": 63.54, + "confidence": 1, + "start_time": 62.88, + "id": "3fa9940b-68c1-4902-9b76-940848cdbf5c", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-left emoji-bottom submagic", + "row_animations": "row-scale-bounce", + "start_caption": 1849, + "end_caption": 1906 + }, + { + "start_time": 63.54, + "end_time": 65.31, + "emoji": "", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 63.54, + "end_time": 64.38, + "widgets": [ + { + "end": 63909.00000000001, + "text": "kakkua", + "type": "word", + "start": 63310, + "end_time": 64.14, + "confidence": 1, + "start_time": 63.54, + "id": "52accbef-2d15-4eef-a085-c528034afc55", + "break": false, + "word_animations": null + }, + { + "end": 63909.00000000001, + "text": "ja", + "type": "word", + "start": 63310, + "end_time": 65.31, + "confidence": 1, + "start_time": 64.14, + "id": "52accbef-2d15-4eef-a085-c528034afc55", + "break": false, + "word_animations": null + }, + { + "end": 64148.99999999999, + "text": "saada", + "type": "word", + "start": 63910.00000000001, + "end_time": 64.38, + "confidence": 1, + "start_time": 64.14, + "id": "012c14cb-13b1-4317-8d17-4f648e491a39", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 64.38, + "end_time": 65.31, + "widgets": [ + { + "end": 64508.99999999999, + "text": "enemmän", + "type": "word", + "start": 64149.99999999999, + "end_time": 64.74, + "confidence": 1, + "start_time": 64.38, + "id": "cbd75c7b-09fe-45fb-a1e6-ab0e38b271f7", + "break": false, + "word_animations": null + }, + { + "end": 65078, + "text": "kuuntelijoita", + "type": "word", + "start": 64509.99999999999, + "end_time": 65.31, + "confidence": 0.84, + "start_time": 64.74, + "id": "eb701bf0-8f1d-408b-9e22-b90a892cfcb6", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-horizontal emoji-left submagic", + "row_animations": "row-scale-rotate-right", + "start_caption": 1906, + "end_caption": 1959 + }, + { + "start_time": 65.31, + "end_time": 66.72, + "emoji": "", + "sound": "typing", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 65.31, + "end_time": 66.27, + "widgets": [ + { + "end": 65829, + "text": "molemmille", + "type": "word", + "start": 65080, + "end_time": 66.04, + "confidence": 1, + "start_time": 65.31, + "id": "adb1e51a-a935-48a2-91ab-ba63831b6015", + "break": false, + "word_animations": null + }, + { + "end": 66038.99999999999, + "text": "kun", + "type": "word", + "start": 65830, + "end_time": 66.27, + "confidence": 0.98, + "start_time": 66.06, + "id": "0df2eeab-7068-4a67-bb96-6430cd15d2e5", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 66.27, + "end_time": 66.72, + "widgets": [ + { + "end": 66129, + "text": "me", + "type": "word", + "start": 66039.99999999999, + "end_time": 66.36, + "confidence": 1, + "start_time": 66.27, + "id": "9854b58f-bb90-48df-abfe-67a4eeb1d154", + "break": false, + "word_animations": null + }, + { + "end": 66488, + "text": "tehdään", + "type": "word", + "start": 66130, + "end_time": 66.72, + "confidence": 1, + "start_time": 66.36, + "id": "393331ad-c42b-4f84-ba47-191c71374db4", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-right emoji-right submagic background-typewriter", + "row_animations": "row-typewriter", + "start_caption": 1959, + "end_caption": 2001 + }, + { + "start_time": 66.72, + "end_time": 68.1, + "emoji": "🤝", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 66.72, + "end_time": 67.59, + "widgets": [ + { + "end": 67178.99999999999, + "text": "yhteistyötä", + "type": "word", + "emoji": "🤝", + "start": 66490, + "end_time": 67.41, + "important": true, + "confidence": 1, + "start_time": 66.72, + "id": "bb9736a2-76ec-4d41-8d11-89a1ab5154b4", + "break": false, + "word_animations": null + }, + { + "end": 67359, + "text": "sen", + "type": "word", + "start": 67179.99999999999, + "end_time": 67.59, + "confidence": 1, + "start_time": 67.41, + "id": "ef8e13fb-1c38-486c-b50e-d75733ded1eb", + "break": true, + "emoji": "", + "word_animations": null + } + ] + }, + { + "start_time": 67.59, + "end_time": 68.1, + "widgets": [ + { + "end": 67629, + "text": "sijaan", + "type": "word", + "start": 67360, + "end_time": 67.86, + "confidence": 1, + "start_time": 67.59, + "id": "34774300-2fe7-4570-bed3-257882be7290", + "break": false, + "emoji": "", + "word_animations": null + }, + { + "end": 67867.99999999999, + "text": "että", + "type": "word", + "start": 67630, + "end_time": 68.1, + "confidence": 1, + "start_time": 67.86, + "id": "cd883b1d-e418-4e04-b554-a913200deed6", + "break": false, + "emoji": "", + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-left submagic", + "row_animations": "row-rotate-left", + "start_caption": 2001, + "end_caption": 2042 + }, + { + "start_time": 68.34, + "end_time": 70.29, + "emoji": "🤬", + "sound": "", + "emoji_animations": "", + "position_y": "", + "rows": [ + { + "start_time": 68.34, + "end_time": 68.82, + "widgets": [ + { + "end": 68228.99999999999, + "text": "me", + "type": "word", + "start": 68110, + "end_time": 68.46, + "confidence": 1, + "start_time": 68.34, + "id": "d0765785-3010-4372-83b6-dd4f4bbbd8d1", + "break": false, + "word_animations": null + }, + { + "end": 68709, + "text": "oltaisiin", + "type": "word", + "start": 68229.99999999999, + "end_time": 68.82, + "confidence": 0.73, + "start_time": 68.46, + "id": "3700054f-aa63-48fd-9738-5836377736e9", + "break": true, + "word_animations": null + } + ] + }, + { + "start_time": 68.82, + "end_time": 70.29, + "widgets": [ + { + "end": 69099, + "text": "kokoajan", + "type": "word", + "start": 68710, + "end_time": 69.33, + "confidence": 0.84, + "start_time": 68.94, + "id": "b19b0292-e7f1-44f6-94e9-01111e11cd38", + "break": false, + "word_animations": null + }, + { + "end": 70058, + "text": "tukkanuottasilla", + "type": "word", + "emoji": "🤬", + "start": 69100, + "end_time": 70.29, + "important": true, + "confidence": 1, + "start_time": 69.33, + "id": "e8ebada0-4e73-4e90-b3d1-37600fed113c", + "break": false, + "word_animations": null + } + ] + } + ], + "classes": " font-shadow-s animation-mode-updown emoji-mode-auto text-rotate-horizontal emoji-top-behind submagic", + "row_animations": "row-rotate-right", + "start_caption": 2050, + "end_caption": 2108 + } + ], + "videos": [ + { + "words": [ + "535237cd-d5ba-416d-808d-73ed9f6f4adb", + "b6ff166c-0e57-4920-9109-6fb231e83563", + "267a7e78-a48a-41d0-8efb-e40b1d459b60" + ], + "start_time": 0.09, + "end_time": 1.74, + "video_animations": "no-animation", + "sound": "", + "video": { + "type": "pexel", + "id": "", + "image": "", + "url": { + "hd": "", + "sd": "" + } + } + }, + { + "words": [ + "4c9fc9a3-5689-43f5-a0ff-7112f9be7d72", + "04adceed-95bc-4e0e-9c18-dcef637cea01", + "824eee2d-e0a3-4e6c-af4f-6f198656feb5", + "1b620e1a-a921-470c-8b1d-38999e9b2a25", + "7b247808-3231-4975-9053-72099c7d3ffd", + "bef190eb-75fa-47af-a266-d6080bf49525", + "b4b4d3ed-f57b-4384-84d5-8a369c73e4bb", + "0e829942-e87f-4413-bcd7-08b1e3f83bb2" + ], + "start_time": 1.74, + "end_time": 5.34, + "video_animations": "no-animation", + "sound": "", + "video": { + "type": "pexel", + "id": "", + "image": "", + "url": { + "hd": "", + "sd": "" + } + } + }, + { + "words": [ + "980875fa-0f25-4738-a349-46ecfa540a7b", + "408ccc6d-27a1-4a58-9004-18ce237757d3", + "ff6a879d-e57c-46ee-968a-427d9526be58" + ], + "start_time": 5.34, + "end_time": 6.18, + "video_animations": "no-animation", + "sound": "", + "video": { + "type": "pexel", + "id": "", + "image": "", + "url": { + "hd": "", + "sd": "" + } + } + }, + { + "words": [ + "5493e17a-b2f5-447e-908b-34c84a721578", + "4de44a77-cef8-4f2e-a3aa-31cdf3da60bb", + "95670c86-0542-4916-883c-f47643666176", + "093ccac6-aebf-4206-b0ac-651ecec38d70", + "79516720-7847-46d6-a567-7b46c9d35ce1", + "9d363357-baba-4700-ba57-1646dd646609", + "b7d875ee-9f14-4428-a4cf-4777989ca287", + "e82e5431-604b-4b10-b70e-8e8bbd452aa3", + "1c3ccd24-7487-44fb-8dda-b24ad39cafd3", + "24d319bd-c3e3-42f9-ab08-42ae4e696d2f", + "a4d90095-4817-4404-b99b-3d6cbb6ab23f", + "a49c4cf8-d90c-4da6-a56e-ba618bbd6ff6", + "d6c42ad2-7456-4edf-92a5-7dda18d04ddc", + "1c586203-e5e3-4851-9bca-8c9bddfcedc1", + "e76c7f0e-52bf-4bb7-a7d4-0e9722a01d31", + "96d8778b-f0fd-4488-9836-150e01bde677", + "1fb542c0-bdb1-4fc1-9e0d-17f267febe78" + ], + "start_time": 6.18, + "end_time": 12.54, + "video_animations": "no-animation", + "sound": "", + "video": { + "type": "pexel", + "id": "", + "image": "", + "url": { + "hd": "", + "sd": "" + } + } + }, + { + "words": [ + "a17f251d-f4f7-4572-bc92-b7937b6cd8e8", + "49d2ccf7-8b3b-4c3c-88be-12f5df665379", + "537b1ff2-454e-49dc-964d-e57a14c34e2f", + "bb4d9050-c13d-406a-b067-4d3c9ba9688a", + "37ce1b25-46d4-4233-9e20-80c7e81d52bd", + "522b7b19-7898-45b2-8967-33a1235baf11", + "9bc121ae-86f4-4d47-bc8d-ac3d3a411229", + "73c4a69e-2a96-4299-8653-285b7804fba2", + "4c16efbd-362f-4173-ac76-0d0a69854270", + "edad7714-69fa-4a7d-9de2-a3164c9b8198", + "cece9eab-0f58-4efa-ad36-7e584fc6b53f", + "97f8da7a-d4de-4555-8fd8-5334f40b9407" + ], + "start_time": 12.54, + "end_time": 16.53, + "video_animations": "no-animation", + "sound": "", + "video": { + "type": "pexel", + "id": "", + "image": "", + "url": { + "hd": "", + "sd": "" + } + } + }, + { + "words": [ + "51df00cb-041a-41e9-bd1e-56d27b82a0b7", + "55f9960d-21ce-46f5-ba52-a7351565b2fe", + "8d87f876-e04f-4a01-b2e2-a6d1cb110992", + "f705db7a-b774-4439-a122-4b67834718a3" + ], + "start_time": 16.53, + "end_time": 18, + "video_animations": "no-animation", + "sound": "", + "video": { + "type": "pexel", + "id": "", + "image": "", + "url": { + "hd": "", + "sd": "" + } + } + }, + { + "words": ["3a1bc9cb-77bc-4741-8367-4ceafdbc8745"], + "start_time": 18, + "end_time": 19.14, + "video_animations": "no-animation", + "sound": "", + "video": { + "type": "pexel", + "id": "", + "image": "", + "url": { + "hd": "", + "sd": "" + } + } + }, + { + "words": [ + "01dd2a23-cd20-4031-aead-ef9c56fca88d", + "bce9f92c-162c-4960-b0f5-2f6352a9cbb1", + "752d706c-db1d-4161-bb2f-f2d5f202abfd", + "050bd731-576a-48af-92ab-c41afc9f8a5d", + "b54d59a0-246a-4536-822c-1d3048326180", + "db48c962-9c13-4033-b774-3030af2a1847", + "d315f941-98d9-4fd3-9aff-a53879a18c5a", + "aacde944-3a32-4cca-af55-feeb76cfd3b8", + "aaf35172-4e66-48f3-b584-e9047801020f", + "eaed97f2-6faf-416c-9315-e4de805a69a9", + "0b636fe7-a6d0-4fb5-8db0-969ed7ecec3b" + ], + "start_time": 19.14, + "end_time": 23.64, + "video_animations": "no-animation", + "sound": "", + "video": { + "type": "pexel", + "id": "", + "image": "", + "url": { + "hd": "", + "sd": "" + } + } + }, + { + "words": [ + "6a8e7abc-77e1-40d9-871a-a374fd780924", + "978ebff9-2015-4239-a7b8-3dc3259227ec", + "b1040939-158e-47e1-a73a-dacd6a9f13e2", + "facf3e76-93f8-4b8a-bd61-69af69a238f1", + "9e34b4bf-8f2c-454f-9930-c0e6cbba2a7a" + ], + "start_time": 23.64, + "end_time": 24.84, + "video_animations": "no-animation", + "sound": "", + "video": { + "type": "pexel", + "id": "", + "image": "", + "url": { + "hd": "", + "sd": "" + } + } + }, + { + "words": [ + "e453d948-deb9-4e98-bbd3-91e6e9d9c254", + "c7b96883-7211-4f01-b655-f149453932cb", + "8cbe44c3-fa3c-4d0f-9800-c6ca622295d0", + "974ed28b-0862-4548-adab-f78c4fc137ff", + "023e6753-bc5c-4a28-a6d0-088ad24864a9", + "562e2812-3481-475e-97c8-28a709ea8791", + "82f3075e-01ab-47c5-9c01-6112122fc220" + ], + "start_time": 24.84, + "end_time": 27.39, + "video_animations": "no-animation", + "sound": "", + "video": { + "type": "pexel", + "id": "", + "image": "", + "url": { + "hd": "", + "sd": "" + } + } + }, + { + "words": [ + "4ead7d20-f39d-4e9f-995f-4e155904e026", + "3ec1e129-b8a5-4e7f-8c73-b77edc4b5c30", + "9ab4e7ea-2464-4620-8468-e192446d2cec", + "6a9d53c8-7acd-45ef-9653-2594727ab824", + "6dc5fbe7-489b-472e-bb63-c62e6f08a732", + "c3bf4433-e1d0-481f-aa88-a98ab11cb6bd", + "46c90916-ca9b-48a8-94e4-980473fde9ec", + "d1c4af8a-ce97-4f2b-accb-0876fe95200d", + "ae2cb421-ec48-4429-a7a1-ddf109e498bd", + "25020c6a-60ef-48e4-b56c-52121ac9eded", + "8ce056cc-b702-4cf0-b4de-346573f523b8" + ], + "start_time": 27.39, + "end_time": 32.28, + "video_animations": "no-animation", + "sound": "", + "video": { + "type": "pexel", + "id": "", + "image": "", + "url": { + "hd": "", + "sd": "" + } + } + }, + { + "words": [ + "8f45d9b0-4c46-40b2-a885-a6a5867e6d95", + "e75f0adc-9726-481d-9bc0-b6b0335d2fb1", + "ef5dd35b-51be-4674-a5e5-c69c8ee8d80a", + "cc4d2e41-747b-406e-a0d8-407758961345", + "df81114e-d7c3-412b-93ad-82c480a5217e", + "5ef0d538-cb76-4fa3-ac97-5767eb2067f3", + "5324bff7-daa9-48c1-8abb-91360e127fc1", + "3cb1b85f-f312-4433-aaa8-07793302fc96", + "b408fa48-2cf0-4149-9e4f-f3d3a06249dd" + ], + "start_time": 32.28, + "end_time": 36.78, + "video_animations": "no-animation", + "sound": "", + "video": { + "type": "pexel", + "id": "", + "image": "", + "url": { + "hd": "", + "sd": "" + } + } + }, + { + "words": [ + "8ae575fb-defb-4a3f-a904-4bb7d41cb739", + "9e96d89e-1b5c-4fd1-9d41-35f75585665d", + "afec303f-826b-412c-91b4-a57e2dd4c424", + "3a433c37-1ed0-4827-bb9a-5c9c71901096", + "3c62431f-4061-4536-a8a8-68fb588c09e4", + "a2ba63c2-188b-46c1-a09d-b1ed68b68088" + ], + "start_time": 36.78, + "end_time": 39.27, + "video_animations": "no-animation", + "sound": "", + "video": { + "type": "pexel", + "id": "", + "image": "", + "url": { + "hd": "", + "sd": "" + } + } + }, + { + "words": [ + "ef33ff71-c4ff-4015-914b-29c321612a1d", + "f566c744-2605-4c4a-ad9b-3507a555f676", + "4b81be71-fada-4e72-8e7c-82237391d48e", + "3b10978e-c777-4315-b05d-a4c8531c46f5", + "be34294d-563f-4e00-8c75-edd641031bad", + "231ad8fd-c992-45a6-88cc-aa72166f1b81" + ], + "start_time": 39.27, + "end_time": 41.7, + "video_animations": "no-animation", + "sound": "", + "video": { + "type": "pexel", + "id": "", + "image": "", + "url": { + "hd": "", + "sd": "" + } + } + }, + { + "words": [ + "07d443bb-967d-4a03-83c6-b6be308171ad", + "35efa7dd-7724-4ef7-b022-53f211930896", + "83769a1e-356b-4b75-9278-92559e3f522c", + "7ced719a-f64b-4822-8b67-01c127bce8ce", + "e58aec55-a021-40b5-a837-d11f54c57d1d", + "a8bc7234-e9ec-49bb-8af6-63587e94a859", + "8d4c7116-0047-4b5c-b9be-04354bd2496f", + "4679f753-8d7d-407a-be36-c8cba27afea0" + ], + "start_time": 41.7, + "end_time": 45.24, + "video_animations": "no-animation", + "sound": "", + "video": { + "type": "pexel", + "id": "", + "image": "", + "url": { + "hd": "", + "sd": "" + } + } + }, + { + "words": [ + "0ce5e59a-cea4-47ac-b91d-4e4adcdc6810", + "44d19b01-c845-4414-8403-d7f12ffb8cec", + "03f0dece-d771-4704-8384-02bf715bc2a8", + "8ba57d5d-8309-483c-bb55-3884faaa3c16", + "21ef1368-3fff-4206-b953-e3383a85a7c6", + "92d99cff-56ff-4209-9cb3-d2daba93f9aa", + "fadf80f5-1bd1-4a99-840a-b8fd2b49ad20", + "aa7bb900-5f5d-42b0-aa41-56466aad889d", + "0c50c483-e512-484d-8b57-5c8738f448d5" + ], + "start_time": 45.24, + "end_time": 48.42, + "video_animations": "no-animation", + "sound": "", + "video": { + "type": "pexel", + "id": "", + "image": "", + "url": { + "hd": "", + "sd": "" + } + } + }, + { + "words": [ + "e1c1a8b2-0d0f-4721-a07e-7508e8940de8", + "2ec10a5e-ff72-4f06-862c-bb6b7b074101", + "9ee188cd-2212-4a6a-ae3d-952c9de057f3", + "d5ef2e8e-f42a-4fb4-b662-b0cadf336754" + ], + "start_time": 48.42, + "end_time": 49.53, + "video_animations": "no-animation", + "sound": "", + "video": { + "type": "pexel", + "id": "", + "image": "", + "url": { + "hd": "", + "sd": "" + } + } + }, + { + "words": [ + "fe0eec83-41c3-42f5-978d-8ca3bc12e41d", + "da26f9f0-231a-40f7-bf39-66b94ed8bb4e", + "8449f27b-05ad-4ba7-98be-2bfded4d2a44", + "78c2d6d6-35d8-4991-a284-0ab6a6d70b31", + "259744e9-41c1-4ccf-b0d6-1f7fec06f944", + "427c1e1b-a91c-469e-9d44-e2786319d477", + "e5bcee01-1f73-4413-ae7f-e0d8c0f87cb4", + "96fbe908-d7f4-4d19-aafb-6f0802954e66", + "726d8cc3-ac53-448e-893a-bf293953bfdc", + "cc2f72c7-73b5-4308-82bc-c9367f2a6c2c", + "7e041804-7aa0-4d24-bba3-25ab3302ce13", + "635438c9-5b36-414c-b512-b134cc5ed9ed", + "e7157e38-c17a-4219-ab88-6c050da11301", + "818cf589-3b4d-44a1-afb0-81528a1a2421", + "a7dab892-d68a-4a6b-8c06-c4a76dabc293", + "69f71eb2-5e39-472b-bd35-9d92de9ec809", + "a258d839-3766-45e4-8291-da13b1fc82d8" + ], + "start_time": 49.53, + "end_time": 56.61, + "video_animations": "no-animation", + "sound": "", + "video": { + "type": "pexel", + "id": "", + "image": "", + "url": { + "hd": "", + "sd": "" + } + } + }, + { + "words": [ + "89d3b407-f5fc-46ca-a436-f207f0f4931c", + "a9e7dad1-9f6d-4977-ac18-b84a6f77ac26", + "f41544c1-7aa6-40b0-8d92-2832fe046855", + "f4560e4e-f412-461a-beec-33981cf59676", + "aa093f6c-bd8a-40f5-93c0-9f559686fe22", + "1454dcfd-a625-4546-850e-383524a100fd", + "9fa3aa4f-022b-4945-af5a-69c3b71e5942", + "42a16bcf-0fe9-435e-bf54-9a9652f43c44" + ], + "start_time": 56.61, + "end_time": 59.04, + "video_animations": "no-animation", + "sound": "", + "video": { + "type": "pexel", + "id": "", + "image": "", + "url": { + "hd": "", + "sd": "" + } + } + }, + { + "words": [ + "7ad0f1a2-f8f3-4151-ae12-6f4474ecb956", + "1cb0d40e-55f9-4c28-a561-bc74a9612a89", + "c53b8fbc-7b0b-460a-a3f2-a5679fc74b0d", + "48c0b01a-5707-4664-95ee-08b89f4d0fe1", + "08a7166e-2a6a-427f-862f-4adbd952629b", + "6f5b97cc-4c5d-456e-b3b2-ab8b6352dc92", + "bfd5bdbe-94f6-48d4-aca2-2742d908153f", + "5886a086-7336-4d66-a4f5-217ec9499f65", + "e989d1ee-538e-46cb-94f6-f4363da07bfa", + "98d9dc45-eedc-4ba5-863e-9deb777c947b", + "3fa9940b-68c1-4902-9b76-940848cdbf5c", + "52accbef-2d15-4eef-a085-c528034afc55" + ], + "start_time": 59.04, + "end_time": 64.14, + "video_animations": "no-animation", + "sound": "", + "video": { + "type": "pexel", + "id": "", + "image": "", + "url": { + "hd": "", + "sd": "" + } + } + }, + { + "words": [ + "012c14cb-13b1-4317-8d17-4f648e491a39", + "cbd75c7b-09fe-45fb-a1e6-ab0e38b271f7", + "eb701bf0-8f1d-408b-9e22-b90a892cfcb6", + "adb1e51a-a935-48a2-91ab-ba63831b6015", + "0df2eeab-7068-4a67-bb96-6430cd15d2e5", + "9854b58f-bb90-48df-abfe-67a4eeb1d154", + "393331ad-c42b-4f84-ba47-191c71374db4", + "bb9736a2-76ec-4d41-8d11-89a1ab5154b4", + "ef8e13fb-1c38-486c-b50e-d75733ded1eb", + "34774300-2fe7-4570-bed3-257882be7290", + "cd883b1d-e418-4e04-b554-a913200deed6", + "d0765785-3010-4372-83b6-dd4f4bbbd8d1", + "3700054f-aa63-48fd-9738-5836377736e9", + "b19b0292-e7f1-44f6-94e9-01111e11cd38", + "e8ebada0-4e73-4e90-b3d1-37600fed113c" + ], + "start_time": 64.14, + "end_time": 70.29, + "video_animations": "no-animation", + "sound": "", + "video": { + "type": "pexel", + "id": "", + "image": "", + "url": { + "hd": "", + "sd": "" + } + } + } + ], + "video_key": "https://submagic.s3-accelerate.amazonaws.com/7a18fde4-a941-4011-89fd-6c799b797fc1/2e74f2fd-f211-4bc1-a17a-3c03912bb6ec/runsauden-energiasta-kasin-kaikki-tapahtuu-yhteistyossa.mp4", + "display_watermark": false, + "text_align_right": false, + "motion_blur_active": true, + "config_style": { + "left": 20, + "top": 50, + "fontSize": 94.5, + "color": "#ffffff", + "fontFamily": "Roboto", + "fontWeight": 900, + "fontUppercase": true, + "fontShadow": "s" + }, + "highlight_style": { + "mainColor": "#f5e402", + "secondColor": "#000000", + "thirdColor": "#ffdb01" + }, + "width": 1080, + "height": 1920, + "durationInFrames": 2113 +} diff --git a/packages/gif/package.json b/packages/gif/package.json index 85d7f18b0cd..3bbafe8e678 100644 --- a/packages/gif/package.json +++ b/packages/gif/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/gif", - "version": "4.0.65", + "version": "4.0.66", "description": "Gif component for remotion", "sideEffects": false, "repository": { diff --git a/packages/google-fonts/package.json b/packages/google-fonts/package.json index c52ea09bc81..23acd17071f 100644 --- a/packages/google-fonts/package.json +++ b/packages/google-fonts/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/google-fonts", - "version": "4.0.65", + "version": "4.0.66", "description": "Load Google Fonts in Remotion", "main": "dist/cjs/index.js", "module": "dist/esm/index.mjs", diff --git a/packages/it-tests/package.json b/packages/it-tests/package.json index cd137d2e8ae..9f87cdda7a9 100644 --- a/packages/it-tests/package.json +++ b/packages/it-tests/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/it-tests", - "version": "4.0.65", + "version": "4.0.66", "license": "SEE LICENSE IN LICENSE.md", "scripts": { "test": "vitest src/monorepo --run && vitest src/rendering --run", diff --git a/packages/lambda-go-example/package.json b/packages/lambda-go-example/package.json index 9cc5ad77b27..9d4af76510c 100644 --- a/packages/lambda-go-example/package.json +++ b/packages/lambda-go-example/package.json @@ -1,7 +1,7 @@ { "name": "@remotion/lambda-go-example", "private": true, - "version": "4.0.65", + "version": "4.0.66", "scripts": { "lint": "node build.mjs" } diff --git a/packages/lambda-go/package.json b/packages/lambda-go/package.json index f55b22c6c30..bc8e2da763a 100644 --- a/packages/lambda-go/package.json +++ b/packages/lambda-go/package.json @@ -1,7 +1,7 @@ { "name": "@remotion/lambda-go", "private": true, - "version": "4.0.65", + "version": "4.0.66", "scripts": { "lint": "node build.mjs", "publishprivate": "node publish.mjs" diff --git a/packages/lambda-go/version.go b/packages/lambda-go/version.go index 8f240a80e89..09e92935bc0 100644 --- a/packages/lambda-go/version.go +++ b/packages/lambda-go/version.go @@ -1,3 +1,3 @@ package lambda_go_sdk; -const VERSION = "4.0.65" \ No newline at end of file +const VERSION = "4.0.66" \ No newline at end of file diff --git a/packages/lambda-php-example/composer.json b/packages/lambda-php-example/composer.json index 28bf48dee4e..511dd1016cf 100644 --- a/packages/lambda-php-example/composer.json +++ b/packages/lambda-php-example/composer.json @@ -19,6 +19,6 @@ ], "require": { "vlucas/phpdotenv": "^5.5", - "remotion/lambda": "4.0.65" + "remotion/lambda": "4.0.66" } } diff --git a/packages/lambda-php/composer.json b/packages/lambda-php/composer.json index db4e5872fea..ddd73270a59 100644 --- a/packages/lambda-php/composer.json +++ b/packages/lambda-php/composer.json @@ -1,7 +1,7 @@ { "name": "remotion/lambda", "type": "library", - "version": "4.0.65", + "version": "4.0.66", "description": "A PHP library for working with Remotion Lambda", "license": "proprietary", "autoload": { diff --git a/packages/lambda-php/package.json b/packages/lambda-php/package.json index 4e6ea6cfcf5..3228791ee08 100644 --- a/packages/lambda-php/package.json +++ b/packages/lambda-php/package.json @@ -1,7 +1,7 @@ { "name": "@remotion/lambda-php", "private": true, - "version": "4.0.65", + "version": "4.0.66", "scripts": { "lint": "node build.mjs", "publishprivate": "node publish.mjs" diff --git a/packages/lambda-php/src/Version.php b/packages/lambda-php/src/Version.php index 67101be76eb..c3a524b8a9a 100644 --- a/packages/lambda-php/src/Version.php +++ b/packages/lambda-php/src/Version.php @@ -1,4 +1,4 @@ ", "maintainers": [ diff --git a/packages/player/package.json b/packages/player/package.json index cd24c424864..6fc55657bf3 100644 --- a/packages/player/package.json +++ b/packages/player/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/player", - "version": "4.0.65", + "version": "4.0.66", "description": "Remotion Player", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", diff --git a/packages/preload/package.json b/packages/preload/package.json index 94e4667acde..c87a2867864 100644 --- a/packages/preload/package.json +++ b/packages/preload/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/preload", - "version": "4.0.65", + "version": "4.0.66", "description": "Utility functions for preloading assets in HTML5", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/renderer/package.json b/packages/renderer/package.json index 46c5fac870f..f7917880731 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/renderer", - "version": "4.0.65", + "version": "4.0.66", "description": "Renderer for Remotion", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/rive/package.json b/packages/rive/package.json index 6dae7946f9d..a2fe0633eb6 100644 --- a/packages/rive/package.json +++ b/packages/rive/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/rive", - "version": "4.0.65", + "version": "4.0.66", "description": "Remotion Rive", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", diff --git a/packages/shapes/package.json b/packages/shapes/package.json index 3ce17066998..3e7b9b9d229 100644 --- a/packages/shapes/package.json +++ b/packages/shapes/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/shapes", - "version": "4.0.65", + "version": "4.0.66", "description": "Utility functions and components for SVG shapes", "main": "dist/index.js", "sideEffects": false, diff --git a/packages/skia/package.json b/packages/skia/package.json index c889d5ba51e..5b3388128ba 100644 --- a/packages/skia/package.json +++ b/packages/skia/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/skia", - "version": "4.0.65", + "version": "4.0.66", "description": "Utilities for using react-native-skia in Remotion", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", diff --git a/packages/tailwind/package.json b/packages/tailwind/package.json index 9dcfbee46e7..ce0bba51644 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/tailwind", - "version": "4.0.65", + "version": "4.0.66", "description": "Utilities for using tailwind css in Remotion", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index e05bc9befc9..b9fde1265d0 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/test-utils", - "version": "4.0.65", + "version": "4.0.66", "description": "Utilities for using tailwind css in Remotion", "main": "dist", "sideEffects": false, diff --git a/packages/three/package.json b/packages/three/package.json index 122f18ae052..b3145e260b4 100644 --- a/packages/three/package.json +++ b/packages/three/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/three", - "version": "4.0.65", + "version": "4.0.66", "description": "Utility functions for using react-three-fiber with remotion", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", diff --git a/packages/transitions/package.json b/packages/transitions/package.json index c3925d36ec3..dfac2f4dd17 100644 --- a/packages/transitions/package.json +++ b/packages/transitions/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/transitions", - "version": "4.0.65", + "version": "4.0.66", "description": "Transition presets for Remotion", "sideEffects": false, "main": "dist/cjs/index.js", diff --git a/packages/zod-types/package.json b/packages/zod-types/package.json index 8f4e92e0fdd..b8d3aa749b1 100644 --- a/packages/zod-types/package.json +++ b/packages/zod-types/package.json @@ -1,6 +1,6 @@ { "name": "@remotion/zod-types", - "version": "4.0.65", + "version": "4.0.66", "description": "A color validator for Zod", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts",