Skip to content

Commit 62d3304

Browse files
fix(embedded-captions): support heroless themes (#3632)
Co-authored-by: heygengenesis[bot] <262951085+heygengenesis[bot]@users.noreply.github.com> Co-authored-by: miguel.sierra <229591595+miguel-heygen@users.noreply.github.com>
1 parent 19a512c commit 62d3304

5 files changed

Lines changed: 196 additions & 56 deletions

File tree

skills-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"source": "heygen-com/hyperframes",
33
"skills": {
44
"embedded-captions": {
5-
"hash": "84d986fddfc717a1",
6-
"files": 139
5+
"hash": "1f29e0f6c77da4f5",
6+
"files": 142
77
},
88
"faceless-explainer": {
99
"hash": "a7080101c30ceeb7",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"width": 1280,
3+
"height": 720,
4+
"fps": 24,
5+
"duration": 6,
6+
"lines": [
7+
["quiet", "captions"],
8+
["continue", "without"],
9+
["a", "hero"]
10+
]
11+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"words": [
3+
{ "text": "quiet", "start": 0.5, "end": 0.9 },
4+
{ "text": "captions", "start": 1.2, "end": 1.8 },
5+
{ "text": "continue", "start": 2.1, "end": 2.7 },
6+
{ "text": "without", "start": 3.0, "end": 3.4 },
7+
{ "text": "a", "start": 3.7, "end": 3.8 },
8+
{ "text": "hero", "start": 4.1, "end": 4.45 }
9+
]
10+
}

0 commit comments

Comments
 (0)