@stagecliplk/remotion-template 1.0.6 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/RemotionPlayer.d.ts +3 -1
- package/dist/components/TemplateEditor.d.ts +1 -0
- package/dist/data/template.json.d.ts +85 -115
- package/dist/index.cjs.js +255 -7
- package/dist/index.es.js +14451 -5898
- package/dist/remotion/classic_theme/lower3rds/lower3rd_bars.d.ts +0 -1
- package/dist/remotion/classic_theme/scenes/{TitleScene.d.ts → Intro_Scene_Basic.d.ts} +1 -1
- package/dist/remotion/classic_theme/scenes/{OutroScene.d.ts → Outro_Scene_Basic.d.ts} +1 -1
- package/dist/remotion/classic_theme/scenes/{MessageScene.d.ts → Student_MessageScene.d.ts} +1 -1
- package/dist/remotion/classic_theme/scenes/{StudentPhotoScene.d.ts → Student_PhotoScene.d.ts} +1 -1
- package/dist/types/template.d.ts +8 -0
- package/package.json +1 -1
- package/dist/remotion/classic_theme/scenes/CountdownIntro.d.ts +0 -21
- package/dist/remotion/classic_theme/scenes/FullscreenVideoIntro.d.ts +0 -25
- package/dist/remotion/classic_theme/scenes/LogoRevealIntro.d.ts +0 -24
- package/dist/remotion/classic_theme/scenes/MainContentScene copy.d.ts +0 -30
- package/dist/remotion/classic_theme/scenes/MinimalIntro.d.ts +0 -20
- package/dist/remotion/classic_theme/scenes/MinimalLogoOutro.d.ts +0 -20
- package/dist/remotion/classic_theme/scenes/SplitScreenIntro.d.ts +0 -25
- package/dist/remotion/classic_theme/scenes/SplitScreenOutro.d.ts +0 -23
- package/dist/remotion/classic_theme/scenes/StudentOpenerIntro.d.ts +0 -24
- package/dist/remotion/classic_theme/scenes/ThankYouOutro.d.ts +0 -21
package/dist/RemotionPlayer.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
import { CSSProperties } from 'react';
|
|
1
2
|
import { VideoTemplate } from './types/template';
|
|
2
|
-
export declare const RemotionPlayer: ({ devMode, activeAspectRatio, template, }: {
|
|
3
|
+
export declare const RemotionPlayer: ({ devMode, activeAspectRatio, template, style, }: {
|
|
3
4
|
devMode?: boolean;
|
|
4
5
|
activeAspectRatio: "16:9" | "9:16";
|
|
5
6
|
template: VideoTemplate;
|
|
7
|
+
style?: CSSProperties;
|
|
6
8
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -5,6 +5,7 @@ interface TemplateEditorProps {
|
|
|
5
5
|
selectedSceneId: string | null;
|
|
6
6
|
onTemplateChange: (template: VideoTemplate) => void;
|
|
7
7
|
onClearSelection: () => void;
|
|
8
|
+
onStudentOptionToggle?: (key: 'studentPhotoScene' | 'studentMessageScene' | 'studentPhotoMontage' | 'pickMusic' | 'downloadClip916', value: boolean) => void;
|
|
8
9
|
onAspectRatioChange?: (aspectRatio: '16:9' | '9:16') => void;
|
|
9
10
|
onOpenMediaLibrary?: (sceneId: string, propPath: string, mediaType: 'video' | 'image', options?: {
|
|
10
11
|
photoIndex?: number;
|
|
@@ -2,13 +2,13 @@ declare const _default: {
|
|
|
2
2
|
"id": "c2ae73ef-1fd1-4325-afd1-264e56ee1898",
|
|
3
3
|
"eventId": "cfb522c9-3d91-4e7f-b1cf-c10474befaef",
|
|
4
4
|
"eventType": "Live Event Graduation",
|
|
5
|
-
"eventName": "Ceremony
|
|
5
|
+
"eventName": "Sample Ceremony",
|
|
6
6
|
"compositionDefaults": {
|
|
7
7
|
"fps": 30,
|
|
8
8
|
"width": 1920,
|
|
9
9
|
"height": 1080,
|
|
10
10
|
"aspectRatio": "16:9",
|
|
11
|
-
"totalFrames":
|
|
11
|
+
"totalFrames": 934,
|
|
12
12
|
"devMode": true
|
|
13
13
|
},
|
|
14
14
|
"globalBranding": {
|
|
@@ -20,7 +20,7 @@ declare const _default: {
|
|
|
20
20
|
"fontSize": 16,
|
|
21
21
|
"lineSpacing": 75,
|
|
22
22
|
"logoPrimary": "https://stageclip.com/wp-content/uploads/2023/04/SC_Full_logo.png",
|
|
23
|
-
"logoSecondary": "https://
|
|
23
|
+
"logoSecondary": "https://storage.googleapis.com/azvp_demo_assets/Stageclip_Icon_White.png",
|
|
24
24
|
"socialMedia": {
|
|
25
25
|
"websiteUrl": "Stageclip.com",
|
|
26
26
|
"contactLine": "Sample Clip",
|
|
@@ -39,7 +39,7 @@ declare const _default: {
|
|
|
39
39
|
"lastName": "Lauretta Francis",
|
|
40
40
|
"participantSubtitle": "BS in Business Administration",
|
|
41
41
|
"participantSecondSubtitle": "Suma Cum Laude",
|
|
42
|
-
"participantLiveAudioUrl": "https://
|
|
42
|
+
"participantLiveAudioUrl": "https://storage.googleapis.com/azvp_demo_assets/Name_Reading.mp3",
|
|
43
43
|
"participantLiveVideoUrl": "https://storage.googleapis.com/azvp_demo_assets/Generic_Graduate_Stagewalk.mp4",
|
|
44
44
|
"participantVideoMessageUrl": "https://storage.googleapis.com/azvp_demo_assets/Generic_Graduate_Selfie.mp4",
|
|
45
45
|
"slowMotionVideoEnabled": true,
|
|
@@ -48,156 +48,95 @@ declare const _default: {
|
|
|
48
48
|
},
|
|
49
49
|
"timeline": [
|
|
50
50
|
{
|
|
51
|
-
"id": "
|
|
51
|
+
"id": "scene_1770268443748",
|
|
52
52
|
"type": "Intro",
|
|
53
|
-
"designId": "
|
|
53
|
+
"designId": "Classic_Intro_White",
|
|
54
54
|
"durationInFrames": 90,
|
|
55
55
|
"componentProps": {
|
|
56
|
-
"bgColor": "
|
|
56
|
+
"bgColor": "#ffffff",
|
|
57
57
|
"accentColor": "#1dab57",
|
|
58
|
-
"fontColor": "
|
|
58
|
+
"fontColor": "#2c6288",
|
|
59
59
|
"fontFamily": "'Oswald', sans-serif",
|
|
60
60
|
"logoUrl": "https://stageclip.com/wp-content/uploads/2023/04/SC_Full_logo.png",
|
|
61
61
|
"logoType": "primary",
|
|
62
62
|
"Line1": "Proudly Presents",
|
|
63
63
|
"Line2": "The Class of 2026",
|
|
64
|
-
"Line3": ""
|
|
64
|
+
"Line3": "Classic Intro - White"
|
|
65
65
|
},
|
|
66
66
|
"styleProps": {
|
|
67
67
|
"textPaddingLeft": 150
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
|
-
"id": "
|
|
71
|
+
"id": "scene_1770268406767",
|
|
72
72
|
"type": "Student_Clip",
|
|
73
|
-
"designId": "
|
|
74
|
-
"durationInFrames":
|
|
73
|
+
"designId": "Student_Clip_Main",
|
|
74
|
+
"durationInFrames": 240,
|
|
75
75
|
"componentProps": {
|
|
76
76
|
"bgColor": "$globalBranding.brandColor1",
|
|
77
|
-
"accentColor": "
|
|
77
|
+
"accentColor": "#2c6288",
|
|
78
78
|
"fontColor": "$globalBranding.brandColor3",
|
|
79
79
|
"fontFamily": "'Oswald', sans-serif",
|
|
80
80
|
"logoUrl": "https://stageclip.com/wp-content/uploads/2023/04/SC_Full_logo.png",
|
|
81
81
|
"logoType": "primary",
|
|
82
|
-
"textAlignment": "
|
|
83
|
-
"name": "
|
|
84
|
-
"subtitle": "
|
|
82
|
+
"textAlignment": "center",
|
|
83
|
+
"name": "Your Name",
|
|
84
|
+
"subtitle": "Your Subtitle",
|
|
85
85
|
"videoUrl": "https://storage.googleapis.com/azvp_demo_assets/Generic_Graduate_Stagewalk.mp4",
|
|
86
|
+
"videoDurationInFrames": 240,
|
|
86
87
|
"trimStartFrame": 0,
|
|
87
88
|
"trimEndFrame": 240,
|
|
88
|
-
"playbackSpeed":
|
|
89
|
-
"participantAudioUrl": "https://
|
|
90
|
-
"
|
|
91
|
-
"lower3rdStyle": "style1",
|
|
92
|
-
"subtitle2": "$participantData.participantSecondSubtitle"
|
|
89
|
+
"playbackSpeed": 1,
|
|
90
|
+
"participantAudioUrl": "https://storage.googleapis.com/azvp_demo_assets/Name_Reading.mp3",
|
|
91
|
+
"lower3rdStyle": "bars"
|
|
93
92
|
},
|
|
94
93
|
"styleProps": {
|
|
95
94
|
"textPaddingLeft": 150,
|
|
96
95
|
"footageScale": 95,
|
|
97
96
|
"footagePosX": 0
|
|
98
97
|
},
|
|
99
|
-
"fadeOut": 17,
|
|
100
|
-
"fadeInColor": "#2c6288",
|
|
101
|
-
"fadeOutColor": "#000000",
|
|
102
98
|
"advancedPositioning": {
|
|
103
99
|
"16:9": {
|
|
104
|
-
"
|
|
100
|
+
"textBlock": {
|
|
105
101
|
"x": 0,
|
|
106
102
|
"y": 0,
|
|
107
|
-
"scale": 1
|
|
103
|
+
"scale": 1,
|
|
104
|
+
"fontSizeScale": 1
|
|
108
105
|
},
|
|
109
|
-
"
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
106
|
+
"logo": {
|
|
107
|
+
"x": -63.36,
|
|
108
|
+
"y": -387.71999999999997,
|
|
109
|
+
"scale": 1.94,
|
|
110
|
+
"opacity": 1
|
|
111
|
+
},
|
|
112
|
+
"logoUrl": "https://storage.googleapis.com/azvp_demo_assets/Stageclip_Icon_White.png",
|
|
113
|
+
"logoType": "custom"
|
|
117
114
|
},
|
|
118
115
|
"9:16": {
|
|
119
|
-
"logoUrl": "",
|
|
116
|
+
"logoUrl": "https://storage.googleapis.com/azvp_demo_assets/Stageclip_Icon_White.png",
|
|
120
117
|
"logoType": "custom",
|
|
121
|
-
"
|
|
122
|
-
"x":
|
|
123
|
-
"y": -
|
|
124
|
-
"scale":
|
|
118
|
+
"logo": {
|
|
119
|
+
"x": 93.96,
|
|
120
|
+
"y": -625.9200000000001,
|
|
121
|
+
"scale": 1.84,
|
|
122
|
+
"opacity": 1
|
|
125
123
|
},
|
|
126
124
|
"textBlock": {
|
|
127
125
|
"x": 0,
|
|
128
|
-
"y": -
|
|
129
|
-
"scale":
|
|
130
|
-
"fontSizeScale":
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
},
|
|
134
|
-
"transition": "Fade",
|
|
135
|
-
"transitionDuration": 30
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"id": "scene_1770094174974",
|
|
139
|
-
"type": "StudentPhoto",
|
|
140
|
-
"designId": "StudentPhoto",
|
|
141
|
-
"durationInFrames": 90,
|
|
142
|
-
"componentProps": {
|
|
143
|
-
"bgColor": "#ffffff",
|
|
144
|
-
"fontColor": "#000000",
|
|
145
|
-
"fontFamily": "'Oswald', sans-serif",
|
|
146
|
-
"name": "$participantData.participantName",
|
|
147
|
-
"subtitle": "$participantData.participantSubtitle",
|
|
148
|
-
"subtitle2": "$participantData.participantSecondSubtitle",
|
|
149
|
-
"photoUrl": "https://storage.googleapis.com/azvp_demo_assets/Generic_Graduate_Photo.jpg",
|
|
150
|
-
"textAlignment": "left"
|
|
151
|
-
},
|
|
152
|
-
"styleProps": {},
|
|
153
|
-
"advancedPositioning": {
|
|
154
|
-
"16:9": {
|
|
155
|
-
"textBlock": {
|
|
156
|
-
"x": 0,
|
|
157
|
-
"y": -168.48,
|
|
158
|
-
"scale": 0.86,
|
|
159
|
-
"fontSizeScale": 0.86
|
|
160
|
-
}
|
|
161
|
-
},
|
|
162
|
-
"9:16": {
|
|
163
|
-
"textBlock": {
|
|
164
|
-
"x": 0,
|
|
165
|
-
"y": -215.03999999999996,
|
|
166
|
-
"scale": 0.8,
|
|
167
|
-
"fontSizeScale": 0.62
|
|
126
|
+
"y": -167.04,
|
|
127
|
+
"scale": 2.08,
|
|
128
|
+
"fontSizeScale": 0.64
|
|
168
129
|
}
|
|
169
130
|
}
|
|
170
131
|
}
|
|
171
132
|
},
|
|
172
133
|
{
|
|
173
|
-
"id": "
|
|
174
|
-
"type": "Message",
|
|
175
|
-
"designId": "PhotoAndTextOverlay",
|
|
176
|
-
"durationInFrames": 90,
|
|
177
|
-
"componentProps": {
|
|
178
|
-
"bgColor": "$globalBranding.brandColor1",
|
|
179
|
-
"accentColor": "#1dab57",
|
|
180
|
-
"fontColor": "$globalBranding.brandColor3",
|
|
181
|
-
"fontFamily": "'Oswald', sans-serif",
|
|
182
|
-
"logoUrl": "https://stageclip.com/wp-content/uploads/2023/04/SC_Full_logo.png",
|
|
183
|
-
"logoType": "primary",
|
|
184
|
-
"Line1": "New Scene",
|
|
185
|
-
"Line2": "Edit me",
|
|
186
|
-
"Line3": "Add your content",
|
|
187
|
-
"messageText": "$participantData.participantMessage",
|
|
188
|
-
"name": "$participantData.firstName"
|
|
189
|
-
},
|
|
190
|
-
"styleProps": {
|
|
191
|
-
"textPaddingLeft": 150
|
|
192
|
-
}
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"id": "scene_1770094232781",
|
|
134
|
+
"id": "scene_1770268412900",
|
|
196
135
|
"type": "Student_Clip",
|
|
197
|
-
"designId": "
|
|
198
|
-
"durationInFrames":
|
|
136
|
+
"designId": "Student_Clip_Replay",
|
|
137
|
+
"durationInFrames": 350,
|
|
199
138
|
"componentProps": {
|
|
200
|
-
"bgColor": "
|
|
139
|
+
"bgColor": "$globalBranding.brandColor1",
|
|
201
140
|
"accentColor": "#2c6288",
|
|
202
141
|
"fontColor": "#1dab57",
|
|
203
142
|
"fontFamily": "'Oswald', sans-serif",
|
|
@@ -210,32 +149,62 @@ declare const _default: {
|
|
|
210
149
|
"videoDurationInFrames": 240,
|
|
211
150
|
"trimStartFrame": 0,
|
|
212
151
|
"trimEndFrame": 240,
|
|
213
|
-
"playbackSpeed":
|
|
152
|
+
"playbackSpeed": 0.7,
|
|
153
|
+
"participantAudioUrl": "https://storage.googleapis.com/azvp_demo_assets/Name_Reading.mp3",
|
|
154
|
+
"lower3rdStyle": "none"
|
|
214
155
|
},
|
|
215
156
|
"styleProps": {
|
|
216
157
|
"textPaddingLeft": 150,
|
|
217
158
|
"footageScale": 95,
|
|
218
159
|
"footagePosX": 0
|
|
219
160
|
},
|
|
161
|
+
"advancedPositioning": {
|
|
162
|
+
"16:9": {
|
|
163
|
+
"logoUrl": "",
|
|
164
|
+
"logoType": "custom"
|
|
165
|
+
},
|
|
166
|
+
"9:16": {
|
|
167
|
+
"logoUrl": "https://storage.googleapis.com/azvp_demo_assets/Stageclip_Icon_White.png",
|
|
168
|
+
"logoType": "custom",
|
|
169
|
+
"logo": {
|
|
170
|
+
"x": 140.4,
|
|
171
|
+
"y": -604.8,
|
|
172
|
+
"scale": 1.72,
|
|
173
|
+
"opacity": 1
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
"audioGain": 1,
|
|
220
178
|
"muted": true
|
|
221
179
|
},
|
|
222
180
|
{
|
|
223
|
-
"id": "
|
|
181
|
+
"id": "scene_1770268452557",
|
|
224
182
|
"type": "Outro",
|
|
225
|
-
"designId": "
|
|
183
|
+
"designId": "Classic_Outro_White",
|
|
226
184
|
"durationInFrames": 90,
|
|
227
185
|
"componentProps": {
|
|
228
|
-
"bgColor": "
|
|
186
|
+
"bgColor": "#ffffff",
|
|
229
187
|
"accentColor": "#1dab57",
|
|
230
|
-
"fontColor": "
|
|
188
|
+
"fontColor": "#2c6288",
|
|
231
189
|
"fontFamily": "'Oswald', sans-serif",
|
|
232
190
|
"logoUrl": "https://stageclip.com/wp-content/uploads/2023/04/SC_Full_logo.png",
|
|
233
191
|
"logoType": "primary",
|
|
234
|
-
"websiteUrl": "
|
|
235
|
-
"contactLine": "
|
|
236
|
-
"instagramHandle": "
|
|
192
|
+
"websiteUrl": "Stageclip.com",
|
|
193
|
+
"contactLine": "Sample Clip",
|
|
194
|
+
"instagramHandle": "@Stageclip",
|
|
195
|
+
"overlayOpacity": 0.5
|
|
237
196
|
},
|
|
238
|
-
"styleProps": {}
|
|
197
|
+
"styleProps": {},
|
|
198
|
+
"advancedPositioning": {
|
|
199
|
+
"16:9": {
|
|
200
|
+
"logo": {
|
|
201
|
+
"x": 0,
|
|
202
|
+
"y": -82.08,
|
|
203
|
+
"scale": 1.6,
|
|
204
|
+
"opacity": 1
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
}
|
|
239
208
|
},
|
|
240
209
|
{
|
|
241
210
|
"id": "scene_1767102710826",
|
|
@@ -252,6 +221,7 @@ declare const _default: {
|
|
|
252
221
|
"styleProps": {}
|
|
253
222
|
}
|
|
254
223
|
]
|
|
255
|
-
}
|
|
224
|
+
}
|
|
225
|
+
;
|
|
256
226
|
|
|
257
227
|
export default _default;
|