@vibecuting/video-project-core 0.1.26 → 0.1.28
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/package.json +4 -4
- package/src/base/BaseRemotionScene.tsx +4 -3
- package/src/core/index.test.ts +40 -0
- package/src/core/intro/_shared/intro-layout.test.ts +18 -0
- package/src/core/intro/_shared/intro-layout.ts +50 -0
- package/src/core/intro/cyberpunk-intro-holo/default-cyberpunk-intro-bumper-Horizontal.tsx +25 -0
- package/src/core/intro/cyberpunk-intro-holo/default-cyberpunk-intro-bumper-Landscape.tsx +25 -0
- package/src/core/intro/cyberpunk-intro-holo/default-cyberpunk-intro-bumper.stories.tsx +31 -0
- package/src/core/intro/cyberpunk-intro-holo/default-cyberpunk-intro-bumper.tsx +118 -0
- package/src/core/intro/cyberpunk-intro-holo/index.ts +11 -0
- package/src/core/intro/cyberpunk-intro-neon/default-cyberpunk-intro-bumper-Horizontal.tsx +24 -0
- package/src/core/intro/cyberpunk-intro-neon/default-cyberpunk-intro-bumper-Landscape.tsx +24 -0
- package/src/core/intro/cyberpunk-intro-neon/default-cyberpunk-intro-bumper.stories.tsx +30 -0
- package/src/core/intro/cyberpunk-intro-neon/default-cyberpunk-intro-bumper.tsx +108 -0
- package/src/core/intro/cyberpunk-intro-neon/index.ts +10 -0
- package/src/core/intro/default-cinematic-intro-bumper/default-cinematic-intro-bumper-Horizontal.tsx +24 -0
- package/src/core/intro/default-cinematic-intro-bumper/default-cinematic-intro-bumper-Landscape.tsx +24 -0
- package/src/core/intro/default-cinematic-intro-bumper/default-cinematic-intro-bumper.stories.tsx +29 -0
- package/src/core/intro/default-cinematic-intro-bumper/default-cinematic-intro-bumper.tsx +234 -0
- package/src/core/intro/default-cinematic-intro-bumper/index.ts +11 -0
- package/src/core/intro/default-festival-intro-bumper/default-festival-intro-bumper-Horizontal.tsx +24 -0
- package/src/core/intro/default-festival-intro-bumper/default-festival-intro-bumper-Landscape.tsx +24 -0
- package/src/core/intro/default-festival-intro-bumper/default-festival-intro-bumper.stories.tsx +29 -0
- package/src/core/intro/default-festival-intro-bumper/default-festival-intro-bumper.tsx +187 -0
- package/src/core/intro/default-festival-intro-bumper/index.ts +11 -0
- package/src/core/intro/default-intro-bumper/default-intro-bumper-Horizontal.tsx +24 -0
- package/src/core/intro/default-intro-bumper/default-intro-bumper-Landscape.tsx +24 -0
- package/src/core/intro/default-intro-bumper/default-intro-bumper.stories.tsx +41 -0
- package/src/core/intro/default-intro-bumper/default-intro-bumper.tsx +256 -0
- package/src/core/intro/default-intro-bumper/index.ts +11 -0
- package/src/core/intro/default-noir-intro-bumper/default-noir-intro-bumper-Horizontal.tsx +24 -0
- package/src/core/intro/default-noir-intro-bumper/default-noir-intro-bumper-Landscape.tsx +24 -0
- package/src/core/intro/default-noir-intro-bumper/default-noir-intro-bumper.stories.tsx +29 -0
- package/src/core/intro/default-noir-intro-bumper/default-noir-intro-bumper.tsx +122 -0
- package/src/core/intro/default-noir-intro-bumper/index.ts +11 -0
- package/src/core/intro/default-trailer-intro-bumper/default-trailer-intro-bumper-Horizontal.tsx +24 -0
- package/src/core/intro/default-trailer-intro-bumper/default-trailer-intro-bumper-Landscape.tsx +24 -0
- package/src/core/intro/default-trailer-intro-bumper/default-trailer-intro-bumper.stories.tsx +29 -0
- package/src/core/intro/default-trailer-intro-bumper/default-trailer-intro-bumper.tsx +181 -0
- package/src/core/intro/default-trailer-intro-bumper/index.ts +11 -0
- package/src/core/intro/documentary-intro-observation/default-documentary-intro-bumper-Horizontal.tsx +18 -0
- package/src/core/intro/documentary-intro-observation/default-documentary-intro-bumper-Landscape.tsx +18 -0
- package/src/core/intro/documentary-intro-observation/default-documentary-intro-bumper.stories.tsx +31 -0
- package/src/core/intro/documentary-intro-observation/default-documentary-intro-bumper.tsx +158 -0
- package/src/core/intro/documentary-intro-observation/index.ts +10 -0
- package/src/core/intro/family-intro-reunion/default-family-intro-bumper-Horizontal.tsx +18 -0
- package/src/core/intro/family-intro-reunion/default-family-intro-bumper-Landscape.tsx +18 -0
- package/src/core/intro/family-intro-reunion/default-family-intro-bumper.stories.tsx +43 -0
- package/src/core/intro/family-intro-reunion/default-family-intro-bumper.tsx +165 -0
- package/src/core/intro/family-intro-reunion/index.ts +10 -0
- package/src/core/intro/festival-intro-spotlight/default-festival-intro-bumper-Horizontal.tsx +1 -0
- package/src/core/intro/festival-intro-spotlight/default-festival-intro-bumper-Landscape.tsx +1 -0
- package/src/core/intro/festival-intro-spotlight/default-festival-intro-bumper.stories.tsx +30 -0
- package/src/core/intro/festival-intro-spotlight/default-festival-intro-bumper.tsx +105 -0
- package/src/core/intro/festival-intro-spotlight/index.ts +10 -0
- package/src/core/intro/index.test.ts +45 -0
- package/src/core/intro/index.ts +17 -0
- package/src/core/intro/noir-intro-city/default-noir-intro-bumper-Horizontal.tsx +24 -0
- package/src/core/intro/noir-intro-city/default-noir-intro-bumper-Landscape.tsx +24 -0
- package/src/core/intro/noir-intro-city/default-noir-intro-bumper.stories.tsx +31 -0
- package/src/core/intro/noir-intro-city/default-noir-intro-bumper.tsx +96 -0
- package/src/core/intro/noir-intro-city/index.ts +10 -0
- package/src/core/intro/noir-intro-deluxe/default-noir-intro-bumper-Horizontal.tsx +1 -0
- package/src/core/intro/noir-intro-deluxe/default-noir-intro-bumper-Landscape.tsx +1 -0
- package/src/core/intro/noir-intro-deluxe/default-noir-intro-bumper.stories.tsx +31 -0
- package/src/core/intro/noir-intro-deluxe/default-noir-intro-bumper.tsx +117 -0
- package/src/core/intro/noir-intro-deluxe/index.ts +10 -0
- package/src/core/intro/sci-fi-intro/default-sci-fi-intro-bumper-Horizontal.tsx +1 -0
- package/src/core/intro/sci-fi-intro/default-sci-fi-intro-bumper-Landscape.tsx +1 -0
- package/src/core/intro/sci-fi-intro/default-sci-fi-intro-bumper.stories.tsx +48 -0
- package/src/core/intro/sci-fi-intro/default-sci-fi-intro-bumper.tsx +105 -0
- package/src/core/intro/sci-fi-intro/index.ts +10 -0
- package/src/core/intro/thriller-intro-suspense/default-thriller-intro-bumper-Horizontal.tsx +18 -0
- package/src/core/intro/thriller-intro-suspense/default-thriller-intro-bumper-Landscape.tsx +18 -0
- package/src/core/intro/thriller-intro-suspense/default-thriller-intro-bumper.stories.tsx +31 -0
- package/src/core/intro/thriller-intro-suspense/default-thriller-intro-bumper.tsx +155 -0
- package/src/core/intro/thriller-intro-suspense/index.ts +10 -0
- package/src/core/intro/trailer-intro-premiere/default-trailer-intro-bumper-Horizontal.tsx +1 -0
- package/src/core/intro/trailer-intro-premiere/default-trailer-intro-bumper-Landscape.tsx +1 -0
- package/src/core/intro/trailer-intro-premiere/default-trailer-intro-bumper.stories.tsx +30 -0
- package/src/core/intro/trailer-intro-premiere/default-trailer-intro-bumper.tsx +104 -0
- package/src/core/intro/trailer-intro-premiere/index.ts +10 -0
- package/src/core/intro/travel-intro-journey/default-travel-intro-bumper-Horizontal.tsx +18 -0
- package/src/core/intro/travel-intro-journey/default-travel-intro-bumper-Landscape.tsx +18 -0
- package/src/core/intro/travel-intro-journey/default-travel-intro-bumper.stories.tsx +43 -0
- package/src/core/intro/travel-intro-journey/default-travel-intro-bumper.tsx +158 -0
- package/src/core/intro/travel-intro-journey/index.ts +10 -0
- package/src/core/intro/western-intro/default-western-intro-bumper-Horizontal.tsx +24 -0
- package/src/core/intro/western-intro/default-western-intro-bumper-Landscape.tsx +24 -0
- package/src/core/intro/western-intro/default-western-intro-bumper.stories.tsx +29 -0
- package/src/core/intro/western-intro/default-western-intro-bumper.tsx +146 -0
- package/src/core/intro/western-intro/index.ts +4 -0
- package/src/core/intro/western-intro-gangster/default-western-intro-bumper-Horizontal.tsx +25 -0
- package/src/core/intro/western-intro-gangster/default-western-intro-bumper-Landscape.tsx +25 -0
- package/src/core/intro/western-intro-gangster/default-western-intro-bumper.stories.tsx +31 -0
- package/src/core/intro/western-intro-gangster/default-western-intro-bumper.tsx +105 -0
- package/src/core/intro/western-intro-gangster/index.ts +11 -0
- package/src/core/outro/_shared/outro-layout.test.ts +32 -0
- package/src/core/outro/_shared/outro-layout.ts +72 -0
- package/src/core/outro/award-outro-celebration/default-award-outro-bumper-Horizontal.tsx +18 -0
- package/src/core/outro/award-outro-celebration/default-award-outro-bumper-Landscape.tsx +18 -0
- package/src/core/outro/award-outro-celebration/default-award-outro-bumper.stories.tsx +42 -0
- package/src/core/outro/award-outro-celebration/default-award-outro-bumper.tsx +152 -0
- package/src/core/outro/award-outro-celebration/index.ts +10 -0
- package/src/core/outro/blackout-outro-finale/default-blackout-outro-bumper-Horizontal.tsx +1 -0
- package/src/core/outro/blackout-outro-finale/default-blackout-outro-bumper-Landscape.tsx +1 -0
- package/src/core/outro/blackout-outro-finale/default-blackout-outro-bumper.stories.tsx +28 -0
- package/src/core/outro/blackout-outro-finale/default-blackout-outro-bumper.tsx +71 -0
- package/src/core/outro/blackout-outro-finale/index.ts +10 -0
- package/src/core/outro/credits-roll-outro-epic/default-credits-roll-outro-Horizontal.tsx +24 -0
- package/src/core/outro/credits-roll-outro-epic/default-credits-roll-outro-Landscape.tsx +24 -0
- package/src/core/outro/credits-roll-outro-epic/default-credits-roll-outro.stories.tsx +31 -0
- package/src/core/outro/credits-roll-outro-epic/default-credits-roll-outro.tsx +106 -0
- package/src/core/outro/credits-roll-outro-epic/index.ts +10 -0
- package/src/core/outro/credits-roll-outro-premium/default-credits-roll-outro-Horizontal.tsx +1 -0
- package/src/core/outro/credits-roll-outro-premium/default-credits-roll-outro-Landscape.tsx +1 -0
- package/src/core/outro/credits-roll-outro-premium/default-credits-roll-outro.stories.tsx +30 -0
- package/src/core/outro/credits-roll-outro-premium/default-credits-roll-outro.tsx +88 -0
- package/src/core/outro/credits-roll-outro-premium/index.ts +10 -0
- package/src/core/outro/credits-roll-outro-royal/default-credits-roll-outro-Horizontal.tsx +25 -0
- package/src/core/outro/credits-roll-outro-royal/default-credits-roll-outro-Landscape.tsx +25 -0
- package/src/core/outro/credits-roll-outro-royal/default-credits-roll-outro.stories.tsx +32 -0
- package/src/core/outro/credits-roll-outro-royal/default-credits-roll-outro.tsx +110 -0
- package/src/core/outro/credits-roll-outro-royal/index.ts +11 -0
- package/src/core/outro/default-blackout-outro-bumper/default-blackout-outro-bumper-Horizontal.tsx +22 -0
- package/src/core/outro/default-blackout-outro-bumper/default-blackout-outro-bumper-Landscape.tsx +22 -0
- package/src/core/outro/default-blackout-outro-bumper/default-blackout-outro-bumper.stories.tsx +48 -0
- package/src/core/outro/default-blackout-outro-bumper/default-blackout-outro-bumper.tsx +124 -0
- package/src/core/outro/default-blackout-outro-bumper/index.ts +11 -0
- package/src/core/outro/default-credits-roll-outro/default-credits-roll-outro-Horizontal.tsx +22 -0
- package/src/core/outro/default-credits-roll-outro/default-credits-roll-outro-Landscape.tsx +22 -0
- package/src/core/outro/default-credits-roll-outro/default-credits-roll-outro.stories.tsx +48 -0
- package/src/core/outro/default-credits-roll-outro/default-credits-roll-outro.tsx +208 -0
- package/src/core/outro/default-credits-roll-outro/index.ts +11 -0
- package/src/core/outro/default-epilogue-outro/default-epilogue-outro-Horizontal.tsx +22 -0
- package/src/core/outro/default-epilogue-outro/default-epilogue-outro-Landscape.tsx +22 -0
- package/src/core/outro/default-epilogue-outro/default-epilogue-outro.stories.tsx +48 -0
- package/src/core/outro/default-epilogue-outro/default-epilogue-outro.tsx +115 -0
- package/src/core/outro/default-epilogue-outro/index.ts +11 -0
- package/src/core/outro/default-outro-bumper/default-outro-bumper-Horizontal.tsx +22 -0
- package/src/core/outro/default-outro-bumper/default-outro-bumper-Landscape.tsx +22 -0
- package/src/core/outro/default-outro-bumper/default-outro-bumper.stories.tsx +48 -0
- package/src/core/outro/default-outro-bumper/default-outro-bumper.tsx +159 -0
- package/src/core/outro/default-outro-bumper/index.ts +11 -0
- package/src/core/outro/default-sunset-outro-bumper/default-sunset-outro-bumper-Horizontal.tsx +22 -0
- package/src/core/outro/default-sunset-outro-bumper/default-sunset-outro-bumper-Landscape.tsx +22 -0
- package/src/core/outro/default-sunset-outro-bumper/default-sunset-outro-bumper.stories.tsx +48 -0
- package/src/core/outro/default-sunset-outro-bumper/default-sunset-outro-bumper.tsx +183 -0
- package/src/core/outro/default-sunset-outro-bumper/index.ts +11 -0
- package/src/core/outro/festival-outro-encore/default-festival-outro-bumper-Horizontal.tsx +18 -0
- package/src/core/outro/festival-outro-encore/default-festival-outro-bumper-Landscape.tsx +18 -0
- package/src/core/outro/festival-outro-encore/default-festival-outro-bumper.stories.tsx +31 -0
- package/src/core/outro/festival-outro-encore/default-festival-outro-bumper.tsx +130 -0
- package/src/core/outro/festival-outro-encore/index.ts +10 -0
- package/src/core/outro/heist-outro/default-heist-outro-bumper-Horizontal.tsx +24 -0
- package/src/core/outro/heist-outro/default-heist-outro-bumper-Landscape.tsx +24 -0
- package/src/core/outro/heist-outro/default-heist-outro-bumper.stories.tsx +29 -0
- package/src/core/outro/heist-outro/default-heist-outro-bumper.tsx +160 -0
- package/src/core/outro/heist-outro/index.ts +4 -0
- package/src/core/outro/index.test.ts +88 -0
- package/src/core/outro/index.ts +73 -0
- package/src/core/outro/memoir-outro-reflection/default-memoir-outro-bumper-Horizontal.tsx +18 -0
- package/src/core/outro/memoir-outro-reflection/default-memoir-outro-bumper-Landscape.tsx +18 -0
- package/src/core/outro/memoir-outro-reflection/default-memoir-outro-bumper.stories.tsx +42 -0
- package/src/core/outro/memoir-outro-reflection/default-memoir-outro-bumper.tsx +158 -0
- package/src/core/outro/memoir-outro-reflection/index.ts +10 -0
- package/src/core/outro/romance-outro/default-romance-outro-bumper-Horizontal.tsx +1 -0
- package/src/core/outro/romance-outro/default-romance-outro-bumper-Landscape.tsx +1 -0
- package/src/core/outro/romance-outro/default-romance-outro-bumper.stories.tsx +48 -0
- package/src/core/outro/romance-outro/default-romance-outro-bumper.tsx +123 -0
- package/src/core/outro/romance-outro/index.ts +10 -0
- package/src/core/outro/sunset-outro-coda/default-sunset-outro-bumper-Horizontal.tsx +1 -0
- package/src/core/outro/sunset-outro-coda/default-sunset-outro-bumper-Landscape.tsx +1 -0
- package/src/core/outro/sunset-outro-coda/default-sunset-outro-bumper.stories.tsx +30 -0
- package/src/core/outro/sunset-outro-coda/default-sunset-outro-bumper.tsx +75 -0
- package/src/core/outro/sunset-outro-coda/index.ts +10 -0
- package/src/core/scene/2dscene/default-2d-scene-Horizontal.stories.tsx +1 -1
- package/src/core/scene/2dscene/default-2d-scene.stories.tsx +1 -1
- package/src/core/scene/3dscene/default-3d-scene-Horizontal.stories.tsx +1 -1
- package/src/core/scene/3dscene/default-3d-scene.stories.tsx +1 -1
- package/src/core/scene/index.ts +3 -0
- package/src/core/scene/photo/3dvr-photo/default-3dvr-photo-scene-Horizontal.stories.tsx +46 -0
- package/src/core/scene/photo/3dvr-photo/default-3dvr-photo-scene-Horizontal.tsx +20 -0
- package/src/core/scene/photo/3dvr-photo/default-3dvr-photo-scene-Landscape.tsx +20 -0
- package/src/core/scene/photo/3dvr-photo/default-3dvr-photo-scene.stories.tsx +46 -0
- package/src/core/scene/photo/3dvr-photo/default-3dvr-photo-scene.tsx +255 -0
- package/src/core/scene/photo/3dvr-photo/index.ts +3 -0
- package/src/core/scene/photo/default-live-photo-scene-Horizontal.stories.tsx +33 -0
- package/src/core/scene/photo/default-live-photo-scene-Horizontal.tsx +20 -0
- package/src/core/scene/photo/default-live-photo-scene-Landscape.tsx +20 -0
- package/src/core/scene/photo/default-live-photo-scene.stories.tsx +33 -0
- package/src/core/scene/photo/default-live-photo-scene.tsx +432 -0
- package/src/core/scene/photo/default-photo-strip-scene-Horizontal.tsx +20 -0
- package/src/core/scene/photo/default-photo-strip-scene-Landscape.tsx +20 -0
- package/src/core/scene/photo/default-photo-strip-scene.stories.tsx +38 -0
- package/src/core/scene/photo/default-photo-strip-scene.tsx +19 -0
- package/src/core/scene/photo/default-photo-wall-scene-Horizontal.tsx +20 -0
- package/src/core/scene/photo/default-photo-wall-scene-Landscape.tsx +20 -0
- package/src/core/scene/photo/default-photo-wall-scene.stories.tsx +38 -0
- package/src/core/scene/photo/default-photo-wall-scene.tsx +19 -0
- package/src/core/scene/photo/effects-photo/default-effects-photo-scene-Horizontal.stories.tsx +44 -0
- package/src/core/scene/photo/effects-photo/default-effects-photo-scene-Horizontal.tsx +20 -0
- package/src/core/scene/photo/effects-photo/default-effects-photo-scene-Landscape.tsx +20 -0
- package/src/core/scene/photo/effects-photo/default-effects-photo-scene.stories.tsx +44 -0
- package/src/core/scene/photo/effects-photo/default-effects-photo-scene.tsx +352 -0
- package/src/core/scene/photo/effects-photo/index.ts +3 -0
- package/src/core/scene/photo/index.ts +25 -0
- package/src/core/scene/photo/photo-storybook.test.tsx +112 -0
- package/src/core/scene/slide/_shared/index.ts +27 -0
- package/src/core/scene/slide/_shared/media-templates.test.ts +47 -0
- package/src/core/scene/slide/_shared/media-templates.tsx +324 -0
- package/src/core/scene/slide/default-slide-scene-Horizontal.animated.stories.tsx +1 -1
- package/src/core/scene/slide/default-slide-scene-Horizontal.stories.tsx +1 -1
- package/src/core/scene/slide/default-slide-scene.animated.stories.tsx +1 -1
- package/src/core/scene/slide/default-slide-scene.stories.tsx +1 -1
- package/src/core/scene/slide/index.test.ts +28 -0
- package/src/core/scene/slide/index.ts +14 -0
- package/src/core/scene/slide/person-intro/default-person-intro-duo-slide.tsx +19 -0
- package/src/core/scene/slide/person-intro/default-person-intro-group-slide.tsx +168 -0
- package/src/core/scene/slide/person-intro/default-person-intro-quad-slide.tsx +19 -0
- package/src/core/scene/slide/person-intro/default-person-intro-slide-Horizontal.animated.stories.tsx +47 -0
- package/src/core/scene/slide/person-intro/default-person-intro-slide-Horizontal.stories.tsx +46 -0
- package/src/core/scene/slide/person-intro/default-person-intro-slide-Horizontal.tsx +302 -0
- package/src/core/scene/slide/person-intro/default-person-intro-slide-Landscape.tsx +20 -0
- package/src/core/scene/slide/person-intro/default-person-intro-slide.animated.stories.tsx +126 -0
- package/src/core/scene/slide/person-intro/default-person-intro-slide.stories.tsx +119 -0
- package/src/core/scene/slide/person-intro/default-person-intro-slide.tsx +363 -0
- package/src/core/scene/slide/person-intro/default-person-intro-trio-slide.tsx +19 -0
- package/src/core/scene/slide/person-intro/index.ts +8 -0
- package/src/core/scene/slide/photo-album/default-photo-album-multi-slide.tsx +19 -0
- package/src/core/scene/slide/photo-album/default-photo-album-pair-slide.tsx +19 -0
- package/src/core/scene/slide/photo-album/default-photo-album-single-slide.tsx +19 -0
- package/src/core/scene/slide/photo-album/default-photo-album-slide-Horizontal.animated.stories.tsx +26 -0
- package/src/core/scene/slide/photo-album/default-photo-album-slide-Horizontal.stories.tsx +25 -0
- package/src/core/scene/slide/photo-album/default-photo-album-slide-Horizontal.tsx +20 -0
- package/src/core/scene/slide/photo-album/default-photo-album-slide-Landscape.tsx +20 -0
- package/src/core/scene/slide/photo-album/default-photo-album-slide.animated.stories.tsx +94 -0
- package/src/core/scene/slide/photo-album/default-photo-album-slide.stories.tsx +87 -0
- package/src/core/scene/slide/photo-album/default-photo-album-slide.tsx +414 -0
- package/src/core/scene/slide/photo-album/index.ts +7 -0
- package/src/core/scene/slide/video-showcase/default-video-showcase-multi-slide.tsx +195 -0
- package/src/core/scene/slide/video-showcase/default-video-showcase-slide-Horizontal.tsx +212 -0
- package/src/core/scene/slide/video-showcase/default-video-showcase-slide-Landscape.tsx +20 -0
- package/src/core/scene/slide/video-showcase/default-video-showcase-slide.animated.stories.tsx +78 -0
- package/src/core/scene/slide/video-showcase/default-video-showcase-slide.stories.tsx +74 -0
- package/src/core/scene/slide/video-showcase/default-video-showcase-slide.tsx +365 -0
- package/src/core/scene/slide/video-showcase/index.ts +5 -0
- package/src/core/scene/video/default-video-scene-Horizontal.stories.tsx +26 -0
- package/src/core/scene/video/default-video-scene-Horizontal.tsx +20 -0
- package/src/core/scene/video/default-video-scene-Landscape.tsx +20 -0
- package/src/core/scene/video/default-video-scene.stories.tsx +26 -0
- package/src/core/scene/video/default-video-scene.tsx +283 -0
- package/src/core/scene/video/default-video-split-scene-Horizontal.tsx +20 -0
- package/src/core/scene/video/default-video-split-scene-Landscape.tsx +20 -0
- package/src/core/scene/video/default-video-split-scene.stories.tsx +41 -0
- package/src/core/scene/video/default-video-split-scene.tsx +19 -0
- package/src/core/scene/video/default-video-wall-scene-Horizontal.tsx +20 -0
- package/src/core/scene/video/default-video-wall-scene-Landscape.tsx +20 -0
- package/src/core/scene/video/default-video-wall-scene.stories.tsx +40 -0
- package/src/core/scene/video/default-video-wall-scene.tsx +19 -0
- package/src/core/scene/video/index.ts +9 -0
- package/src/storybook/remotion-preview.tsx +112 -6
- package/src/core/intro/default-intro-bumper.stories.tsx +0 -19
- package/src/core/intro/default-intro-bumper.tsx +0 -218
- package/src/core/outro/default-outro-bumper.stories.tsx +0 -19
- package/src/core/outro/default-outro-bumper.tsx +0 -218
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import {
|
|
2
|
+
VideoComponent,
|
|
3
|
+
defineComponentProjectComponentMetadata,
|
|
4
|
+
} from '@vibecuting/component-project-helper'
|
|
5
|
+
|
|
6
|
+
import { DefaultOutroBumper, type DefaultOutroBumperProps } from './default-outro-bumper'
|
|
7
|
+
|
|
8
|
+
export const componentMetadata = defineComponentProjectComponentMetadata({
|
|
9
|
+
name: 'DefaultOutroBumperHorizontal',
|
|
10
|
+
description: 'Default remotion outro bumper in a native 9:16 layout',
|
|
11
|
+
sourceFile: 'src/core/outro/default-outro-bumper/default-outro-bumper-Horizontal.tsx',
|
|
12
|
+
aspectRatio: '9:16',
|
|
13
|
+
sceneType: 'outro',
|
|
14
|
+
tags: ['outro', 'bumper', 'cinematic', 'portrait'],
|
|
15
|
+
propsTypeName: 'DefaultOutroBumperProps',
|
|
16
|
+
})
|
|
17
|
+
|
|
18
|
+
export const DefaultOutroBumperHorizontal = VideoComponent(componentMetadata)(
|
|
19
|
+
function DefaultOutroBumperHorizontal(props: DefaultOutroBumperProps) {
|
|
20
|
+
return <DefaultOutroBumper {...props} layout="horizontal" />
|
|
21
|
+
},
|
|
22
|
+
)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import {
|
|
2
|
+
VideoComponent,
|
|
3
|
+
defineComponentProjectComponentMetadata,
|
|
4
|
+
} from '@vibecuting/component-project-helper'
|
|
5
|
+
|
|
6
|
+
import { DefaultOutroBumper, type DefaultOutroBumperProps } from './default-outro-bumper'
|
|
7
|
+
|
|
8
|
+
export const componentMetadata = defineComponentProjectComponentMetadata({
|
|
9
|
+
name: 'DefaultOutroBumperLandscape',
|
|
10
|
+
description: 'Default remotion outro bumper in a cinematic 16:9 layout',
|
|
11
|
+
sourceFile: 'src/core/outro/default-outro-bumper/default-outro-bumper-Landscape.tsx',
|
|
12
|
+
aspectRatio: '16:9',
|
|
13
|
+
sceneType: 'outro',
|
|
14
|
+
tags: ['outro', 'bumper', 'cinematic', 'landscape'],
|
|
15
|
+
propsTypeName: 'DefaultOutroBumperProps',
|
|
16
|
+
})
|
|
17
|
+
|
|
18
|
+
export const DefaultOutroBumperLandscape = VideoComponent(componentMetadata)(
|
|
19
|
+
function DefaultOutroBumperLandscape(props: DefaultOutroBumperProps) {
|
|
20
|
+
return <DefaultOutroBumper {...props} layout="landscape" />
|
|
21
|
+
},
|
|
22
|
+
)
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { DefaultOutroBumperHorizontal } from './default-outro-bumper-Horizontal'
|
|
2
|
+
import { DefaultOutroBumperLandscape } from './default-outro-bumper-Landscape'
|
|
3
|
+
|
|
4
|
+
const args = {
|
|
5
|
+
kicker: 'The End',
|
|
6
|
+
title: 'Thanks for Watching',
|
|
7
|
+
note: 'A formal closing slate with a centered monolith card and room for exit notes.',
|
|
8
|
+
creditLine: 'Written and produced for Vibecuting',
|
|
9
|
+
footer: 'End Credits',
|
|
10
|
+
accent: '#0f172a',
|
|
11
|
+
secondaryAccent: '#475569',
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const meta = {
|
|
15
|
+
title: 'core/outro/default-outro-bumper/DefaultOutroBumperLandscape',
|
|
16
|
+
component: DefaultOutroBumperLandscape,
|
|
17
|
+
args,
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export default meta
|
|
21
|
+
|
|
22
|
+
export const Landscape = {
|
|
23
|
+
parameters: {
|
|
24
|
+
scenePreviewAspectRatio: '16:9',
|
|
25
|
+
},
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export const LandscapeAnimated = {
|
|
29
|
+
parameters: {
|
|
30
|
+
scenePreviewAspectRatio: '16:9',
|
|
31
|
+
scenePreviewMode: 'animation',
|
|
32
|
+
},
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export const Horizontal = {
|
|
36
|
+
render: (storyArgs: typeof args) => <DefaultOutroBumperHorizontal {...storyArgs} />,
|
|
37
|
+
parameters: {
|
|
38
|
+
scenePreviewAspectRatio: '9:16',
|
|
39
|
+
},
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export const HorizontalAnimated = {
|
|
43
|
+
render: (storyArgs: typeof args) => <DefaultOutroBumperHorizontal {...storyArgs} />,
|
|
44
|
+
parameters: {
|
|
45
|
+
scenePreviewAspectRatio: '9:16',
|
|
46
|
+
scenePreviewMode: 'animation',
|
|
47
|
+
},
|
|
48
|
+
}
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
import type { ReactNode } from 'react'
|
|
2
|
+
|
|
3
|
+
import { VideoComponent, defineComponentProjectComponentMetadata } from '@vibecuting/component-project-helper'
|
|
4
|
+
|
|
5
|
+
import { BaseRemotionScene, type BaseRemotionSceneProps, useRemotionSceneRuntime } from '../../../base'
|
|
6
|
+
import { useSceneMotion } from '../../../base'
|
|
7
|
+
import type { OutroLayout } from '../_shared/outro-layout'
|
|
8
|
+
import { getOutroBodyMaxWidth, getOutroLineClamp, getOutroTypographyScale, resolveOutroLayout } from '../_shared/outro-layout'
|
|
9
|
+
|
|
10
|
+
export interface DefaultOutroBumperProps extends BaseRemotionSceneProps {
|
|
11
|
+
title: string
|
|
12
|
+
note?: string
|
|
13
|
+
kicker?: string
|
|
14
|
+
creditLine?: string
|
|
15
|
+
footer?: string
|
|
16
|
+
accent?: string
|
|
17
|
+
secondaryAccent?: string
|
|
18
|
+
textColor?: string
|
|
19
|
+
layout?: OutroLayout
|
|
20
|
+
children?: ReactNode
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export const componentMetadata = defineComponentProjectComponentMetadata({
|
|
24
|
+
name: 'DefaultOutroBumper',
|
|
25
|
+
description: 'Formal closing slate with a centered monolith card and exit notes',
|
|
26
|
+
sourceFile: 'src/core/outro/default-outro-bumper/default-outro-bumper.tsx',
|
|
27
|
+
aspectRatio: '16:9',
|
|
28
|
+
sceneType: 'outro',
|
|
29
|
+
tags: ['outro', 'bumper', 'closing'],
|
|
30
|
+
propsTypeName: 'DefaultOutroBumperProps',
|
|
31
|
+
})
|
|
32
|
+
|
|
33
|
+
export function DefaultOutroBumper({
|
|
34
|
+
id,
|
|
35
|
+
name,
|
|
36
|
+
title,
|
|
37
|
+
note,
|
|
38
|
+
kicker,
|
|
39
|
+
creditLine,
|
|
40
|
+
footer,
|
|
41
|
+
accent,
|
|
42
|
+
secondaryAccent,
|
|
43
|
+
textColor,
|
|
44
|
+
layout,
|
|
45
|
+
children,
|
|
46
|
+
}: DefaultOutroBumperProps) {
|
|
47
|
+
const runtime = useRemotionSceneRuntime()
|
|
48
|
+
const motion = useSceneMotion()
|
|
49
|
+
const resolvedLayout = resolveOutroLayout(layout, runtime.width, runtime.height)
|
|
50
|
+
const isHorizontal = resolvedLayout === 'horizontal'
|
|
51
|
+
const { titleFontSize, noteFontSize, kickerFontSize, footerFontSize } = getOutroTypographyScale(
|
|
52
|
+
runtime.height,
|
|
53
|
+
resolvedLayout,
|
|
54
|
+
)
|
|
55
|
+
|
|
56
|
+
return (
|
|
57
|
+
<BaseRemotionScene
|
|
58
|
+
id={id}
|
|
59
|
+
name={name}
|
|
60
|
+
style={{
|
|
61
|
+
background: `radial-gradient(circle at bottom, ${secondaryAccent ?? '#334155'} 0%, ${accent ?? '#0f172a'} 45%, #020617 100%)`,
|
|
62
|
+
color: textColor ?? '#f8fafc',
|
|
63
|
+
display: 'grid',
|
|
64
|
+
placeItems: 'center',
|
|
65
|
+
padding: Math.round(runtime.height * (isHorizontal ? 0.055 : 0.07)),
|
|
66
|
+
overflow: 'hidden',
|
|
67
|
+
}}
|
|
68
|
+
>
|
|
69
|
+
<div
|
|
70
|
+
aria-hidden="true"
|
|
71
|
+
style={{
|
|
72
|
+
position: 'absolute',
|
|
73
|
+
inset: 0,
|
|
74
|
+
background:
|
|
75
|
+
'radial-gradient(circle at center, rgba(255,255,255,0.02) 0%, rgba(2,6,23,0.12) 48%, rgba(2,6,23,0.38) 100%)',
|
|
76
|
+
pointerEvents: 'none',
|
|
77
|
+
}}
|
|
78
|
+
/>
|
|
79
|
+
<section
|
|
80
|
+
style={{
|
|
81
|
+
position: 'relative',
|
|
82
|
+
zIndex: 1,
|
|
83
|
+
width: '100%',
|
|
84
|
+
height: '100%',
|
|
85
|
+
display: 'grid',
|
|
86
|
+
placeItems: 'center',
|
|
87
|
+
gap: 14,
|
|
88
|
+
textAlign: 'center',
|
|
89
|
+
minWidth: 0,
|
|
90
|
+
minHeight: 0,
|
|
91
|
+
}}
|
|
92
|
+
>
|
|
93
|
+
<div
|
|
94
|
+
style={{
|
|
95
|
+
width: '100%',
|
|
96
|
+
maxWidth: getOutroBodyMaxWidth(runtime.width, resolvedLayout, 0.62, 0.74, { min: 280, max: 860 }),
|
|
97
|
+
border: '1px solid rgba(248,250,252,0.12)',
|
|
98
|
+
background: 'linear-gradient(180deg, rgba(255,255,255,0.06), rgba(15,23,42,0.18))',
|
|
99
|
+
padding: Math.round(runtime.height * 0.03),
|
|
100
|
+
display: 'grid',
|
|
101
|
+
gap: 12,
|
|
102
|
+
}}
|
|
103
|
+
>
|
|
104
|
+
<p style={{ margin: 0, fontSize: kickerFontSize, letterSpacing: '0.34em', textTransform: 'uppercase', opacity: 0.62 }}>
|
|
105
|
+
{kicker ?? 'Final Slate'}
|
|
106
|
+
</p>
|
|
107
|
+
<h1
|
|
108
|
+
style={{
|
|
109
|
+
margin: 0,
|
|
110
|
+
fontSize: titleFontSize,
|
|
111
|
+
lineHeight: 0.92,
|
|
112
|
+
letterSpacing: '-0.07em',
|
|
113
|
+
textTransform: 'uppercase',
|
|
114
|
+
transform: motion.isAnimation ? `translate3d(0, ${(1 - motion.progress) * 8}px, 0)` : 'none',
|
|
115
|
+
}}
|
|
116
|
+
>
|
|
117
|
+
{title}
|
|
118
|
+
</h1>
|
|
119
|
+
{note ? (
|
|
120
|
+
<p
|
|
121
|
+
style={{
|
|
122
|
+
margin: 0,
|
|
123
|
+
maxWidth: getOutroBodyMaxWidth(runtime.width, resolvedLayout, 0.5, 0.56, { min: 240, max: 680 }),
|
|
124
|
+
justifySelf: 'center',
|
|
125
|
+
fontSize: noteFontSize,
|
|
126
|
+
lineHeight: 1.55,
|
|
127
|
+
opacity: 0.8,
|
|
128
|
+
...getOutroLineClamp(isHorizontal ? 3 : 4),
|
|
129
|
+
}}
|
|
130
|
+
>
|
|
131
|
+
{note}
|
|
132
|
+
</p>
|
|
133
|
+
) : null}
|
|
134
|
+
</div>
|
|
135
|
+
|
|
136
|
+
<div
|
|
137
|
+
style={{
|
|
138
|
+
width: '100%',
|
|
139
|
+
maxWidth: getOutroBodyMaxWidth(runtime.width, resolvedLayout, 0.58, 0.72, { min: 240, max: 760 }),
|
|
140
|
+
display: 'flex',
|
|
141
|
+
flexWrap: 'wrap',
|
|
142
|
+
justifyContent: 'center',
|
|
143
|
+
gap: 14,
|
|
144
|
+
fontSize: footerFontSize,
|
|
145
|
+
letterSpacing: '0.22em',
|
|
146
|
+
textTransform: 'uppercase',
|
|
147
|
+
opacity: 0.7,
|
|
148
|
+
}}
|
|
149
|
+
>
|
|
150
|
+
{creditLine ? <span>{creditLine}</span> : null}
|
|
151
|
+
{footer ? <span style={{ opacity: 0.56 }}>{footer}</span> : null}
|
|
152
|
+
</div>
|
|
153
|
+
{children ? <div>{children}</div> : null}
|
|
154
|
+
</section>
|
|
155
|
+
</BaseRemotionScene>
|
|
156
|
+
)
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
VideoComponent(componentMetadata)(DefaultOutroBumper)
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export { DefaultOutroBumper } from './default-outro-bumper'
|
|
2
|
+
export { componentMetadata } from './default-outro-bumper'
|
|
3
|
+
export {
|
|
4
|
+
DefaultOutroBumperLandscape,
|
|
5
|
+
componentMetadata as DefaultOutroBumperLandscapeMetadata,
|
|
6
|
+
} from './default-outro-bumper-Landscape'
|
|
7
|
+
export {
|
|
8
|
+
DefaultOutroBumperHorizontal,
|
|
9
|
+
componentMetadata as DefaultOutroBumperHorizontalMetadata,
|
|
10
|
+
} from './default-outro-bumper-Horizontal'
|
|
11
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import {
|
|
2
|
+
VideoComponent,
|
|
3
|
+
defineComponentProjectComponentMetadata,
|
|
4
|
+
} from '@vibecuting/component-project-helper'
|
|
5
|
+
|
|
6
|
+
import { DefaultSunsetOutroBumper, type DefaultSunsetOutroBumperProps } from './default-sunset-outro-bumper'
|
|
7
|
+
|
|
8
|
+
export const componentMetadata = defineComponentProjectComponentMetadata({
|
|
9
|
+
name: 'DefaultSunsetOutroBumperHorizontal',
|
|
10
|
+
description: 'Sunset outro bumper in a native 9:16 layout',
|
|
11
|
+
sourceFile: 'src/core/outro/default-sunset-outro-bumper/default-sunset-outro-bumper-Horizontal.tsx',
|
|
12
|
+
aspectRatio: '9:16',
|
|
13
|
+
sceneType: 'outro',
|
|
14
|
+
tags: ['outro', 'bumper', 'sunset', 'portrait'],
|
|
15
|
+
propsTypeName: 'DefaultSunsetOutroBumperProps',
|
|
16
|
+
})
|
|
17
|
+
|
|
18
|
+
export const DefaultSunsetOutroBumperHorizontal = VideoComponent(componentMetadata)(
|
|
19
|
+
function DefaultSunsetOutroBumperHorizontal(props: DefaultSunsetOutroBumperProps) {
|
|
20
|
+
return <DefaultSunsetOutroBumper {...props} layout="horizontal" />
|
|
21
|
+
},
|
|
22
|
+
)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import {
|
|
2
|
+
VideoComponent,
|
|
3
|
+
defineComponentProjectComponentMetadata,
|
|
4
|
+
} from '@vibecuting/component-project-helper'
|
|
5
|
+
|
|
6
|
+
import { DefaultSunsetOutroBumper, type DefaultSunsetOutroBumperProps } from './default-sunset-outro-bumper'
|
|
7
|
+
|
|
8
|
+
export const componentMetadata = defineComponentProjectComponentMetadata({
|
|
9
|
+
name: 'DefaultSunsetOutroBumperLandscape',
|
|
10
|
+
description: 'Sunset outro bumper in a widescreen 16:9 layout',
|
|
11
|
+
sourceFile: 'src/core/outro/default-sunset-outro-bumper/default-sunset-outro-bumper-Landscape.tsx',
|
|
12
|
+
aspectRatio: '16:9',
|
|
13
|
+
sceneType: 'outro',
|
|
14
|
+
tags: ['outro', 'bumper', 'sunset', 'landscape'],
|
|
15
|
+
propsTypeName: 'DefaultSunsetOutroBumperProps',
|
|
16
|
+
})
|
|
17
|
+
|
|
18
|
+
export const DefaultSunsetOutroBumperLandscape = VideoComponent(componentMetadata)(
|
|
19
|
+
function DefaultSunsetOutroBumperLandscape(props: DefaultSunsetOutroBumperProps) {
|
|
20
|
+
return <DefaultSunsetOutroBumper {...props} layout="landscape" />
|
|
21
|
+
},
|
|
22
|
+
)
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { DefaultSunsetOutroBumperHorizontal } from './default-sunset-outro-bumper-Horizontal'
|
|
2
|
+
import { DefaultSunsetOutroBumperLandscape } from './default-sunset-outro-bumper-Landscape'
|
|
3
|
+
|
|
4
|
+
const args = {
|
|
5
|
+
kicker: 'Sunset Credits',
|
|
6
|
+
title: 'Until the Next Story',
|
|
7
|
+
note: 'A horizon split and soft glow coda for warm, easy goodbyes.',
|
|
8
|
+
creditLine: 'A Vibecuting Original',
|
|
9
|
+
footer: 'End Credits',
|
|
10
|
+
accent: '#fb7185',
|
|
11
|
+
secondaryAccent: '#f59e0b',
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const meta = {
|
|
15
|
+
title: 'core/outro/default-sunset-outro-bumper/DefaultSunsetOutroBumperLandscape',
|
|
16
|
+
component: DefaultSunsetOutroBumperLandscape,
|
|
17
|
+
args,
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export default meta
|
|
21
|
+
|
|
22
|
+
export const Landscape = {
|
|
23
|
+
parameters: {
|
|
24
|
+
scenePreviewAspectRatio: '16:9',
|
|
25
|
+
},
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export const LandscapeAnimated = {
|
|
29
|
+
parameters: {
|
|
30
|
+
scenePreviewAspectRatio: '16:9',
|
|
31
|
+
scenePreviewMode: 'animation',
|
|
32
|
+
},
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export const Horizontal = {
|
|
36
|
+
render: (storyArgs: typeof args) => <DefaultSunsetOutroBumperHorizontal {...storyArgs} />,
|
|
37
|
+
parameters: {
|
|
38
|
+
scenePreviewAspectRatio: '9:16',
|
|
39
|
+
},
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export const HorizontalAnimated = {
|
|
43
|
+
render: (storyArgs: typeof args) => <DefaultSunsetOutroBumperHorizontal {...storyArgs} />,
|
|
44
|
+
parameters: {
|
|
45
|
+
scenePreviewAspectRatio: '9:16',
|
|
46
|
+
scenePreviewMode: 'animation',
|
|
47
|
+
},
|
|
48
|
+
}
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
import type { ReactNode } from 'react'
|
|
2
|
+
|
|
3
|
+
import { VideoComponent, defineComponentProjectComponentMetadata } from '@vibecuting/component-project-helper'
|
|
4
|
+
|
|
5
|
+
import { BaseRemotionScene, type BaseRemotionSceneProps, useRemotionSceneRuntime } from '../../../base'
|
|
6
|
+
import { useSceneMotion } from '../../../base'
|
|
7
|
+
import type { OutroLayout } from '../_shared/outro-layout'
|
|
8
|
+
import { getOutroBodyMaxWidth, getOutroLineClamp, getOutroTypographyScale, resolveOutroLayout } from '../_shared/outro-layout'
|
|
9
|
+
|
|
10
|
+
export interface DefaultSunsetOutroBumperProps extends BaseRemotionSceneProps {
|
|
11
|
+
title: string
|
|
12
|
+
note?: string
|
|
13
|
+
kicker?: string
|
|
14
|
+
creditLine?: string
|
|
15
|
+
footer?: string
|
|
16
|
+
accent?: string
|
|
17
|
+
secondaryAccent?: string
|
|
18
|
+
textColor?: string
|
|
19
|
+
layout?: OutroLayout
|
|
20
|
+
children?: ReactNode
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export const componentMetadata = defineComponentProjectComponentMetadata({
|
|
24
|
+
name: 'DefaultSunsetOutroBumper',
|
|
25
|
+
description: 'Sunset outro with a horizon split and final glow coda',
|
|
26
|
+
sourceFile: 'src/core/outro/default-sunset-outro-bumper/default-sunset-outro-bumper.tsx',
|
|
27
|
+
aspectRatio: '16:9',
|
|
28
|
+
sceneType: 'outro',
|
|
29
|
+
tags: ['outro', 'bumper', 'sunset', 'warm'],
|
|
30
|
+
propsTypeName: 'DefaultSunsetOutroBumperProps',
|
|
31
|
+
})
|
|
32
|
+
|
|
33
|
+
export function DefaultSunsetOutroBumper({
|
|
34
|
+
id,
|
|
35
|
+
name,
|
|
36
|
+
title,
|
|
37
|
+
note,
|
|
38
|
+
kicker,
|
|
39
|
+
creditLine,
|
|
40
|
+
footer,
|
|
41
|
+
accent,
|
|
42
|
+
secondaryAccent,
|
|
43
|
+
textColor,
|
|
44
|
+
layout,
|
|
45
|
+
children,
|
|
46
|
+
}: DefaultSunsetOutroBumperProps) {
|
|
47
|
+
const runtime = useRemotionSceneRuntime()
|
|
48
|
+
const motion = useSceneMotion()
|
|
49
|
+
const resolvedLayout = resolveOutroLayout(layout, runtime.width, runtime.height)
|
|
50
|
+
const isHorizontal = resolvedLayout === 'horizontal'
|
|
51
|
+
const { titleFontSize, noteFontSize, kickerFontSize, footerFontSize } = getOutroTypographyScale(
|
|
52
|
+
runtime.height,
|
|
53
|
+
resolvedLayout,
|
|
54
|
+
)
|
|
55
|
+
|
|
56
|
+
const background = isHorizontal
|
|
57
|
+
? `radial-gradient(circle at 50% 24%, ${accent ?? '#fb7185'} 0%, ${secondaryAccent ?? '#f59e0b'} 38%, #020617 100%)`
|
|
58
|
+
: 'linear-gradient(180deg, #111827 0%, #0f172a 44%, #020617 100%)'
|
|
59
|
+
|
|
60
|
+
return (
|
|
61
|
+
<BaseRemotionScene
|
|
62
|
+
id={id}
|
|
63
|
+
name={name}
|
|
64
|
+
style={{
|
|
65
|
+
background,
|
|
66
|
+
color: textColor ?? '#fff7ed',
|
|
67
|
+
display: 'grid',
|
|
68
|
+
placeItems: 'center',
|
|
69
|
+
padding: Math.round(runtime.height * (isHorizontal ? 0.055 : 0.07)),
|
|
70
|
+
}}
|
|
71
|
+
>
|
|
72
|
+
<section
|
|
73
|
+
style={{
|
|
74
|
+
width: '100%',
|
|
75
|
+
height: '100%',
|
|
76
|
+
display: 'grid',
|
|
77
|
+
gridTemplateColumns: isHorizontal ? 'minmax(0, 1.1fr) minmax(260px, 0.9fr)' : '1fr',
|
|
78
|
+
gap: isHorizontal ? 24 : 16,
|
|
79
|
+
alignItems: 'stretch',
|
|
80
|
+
minWidth: 0,
|
|
81
|
+
minHeight: 0,
|
|
82
|
+
}}
|
|
83
|
+
>
|
|
84
|
+
<div style={{ display: 'grid', gap: 14, textAlign: isHorizontal ? 'left' : 'center', alignContent: 'center', minWidth: 0 }}>
|
|
85
|
+
<p style={{ margin: 0, fontSize: kickerFontSize, letterSpacing: '0.3em', textTransform: 'uppercase', opacity: 0.66 }}>
|
|
86
|
+
{kicker ?? 'After the Story'}
|
|
87
|
+
</p>
|
|
88
|
+
<h1
|
|
89
|
+
style={{
|
|
90
|
+
margin: 0,
|
|
91
|
+
fontSize: titleFontSize,
|
|
92
|
+
lineHeight: 0.92,
|
|
93
|
+
letterSpacing: '-0.08em',
|
|
94
|
+
textTransform: 'uppercase',
|
|
95
|
+
transform: motion.isAnimation ? `translate3d(0, ${(1 - motion.progress) * 8}px, 0)` : 'none',
|
|
96
|
+
}}
|
|
97
|
+
>
|
|
98
|
+
{title}
|
|
99
|
+
</h1>
|
|
100
|
+
{note ? (
|
|
101
|
+
<p
|
|
102
|
+
style={{
|
|
103
|
+
margin: 0,
|
|
104
|
+
maxWidth: getOutroBodyMaxWidth(runtime.width, resolvedLayout, 0.56, 0.42, { min: 240, max: 680 }),
|
|
105
|
+
fontSize: noteFontSize,
|
|
106
|
+
lineHeight: 1.55,
|
|
107
|
+
opacity: 0.82,
|
|
108
|
+
...getOutroLineClamp(isHorizontal ? 3 : 4),
|
|
109
|
+
}}
|
|
110
|
+
>
|
|
111
|
+
{note}
|
|
112
|
+
</p>
|
|
113
|
+
) : null}
|
|
114
|
+
<div style={{ display: 'flex', flexWrap: 'wrap', justifyContent: isHorizontal ? 'flex-start' : 'center', gap: 10 }}>
|
|
115
|
+
{creditLine ? (
|
|
116
|
+
<span style={{ fontSize: footerFontSize, letterSpacing: '0.2em', textTransform: 'uppercase', opacity: 0.72 }}>
|
|
117
|
+
{creditLine}
|
|
118
|
+
</span>
|
|
119
|
+
) : null}
|
|
120
|
+
{footer ? (
|
|
121
|
+
<span style={{ fontSize: footerFontSize, letterSpacing: '0.2em', textTransform: 'uppercase', opacity: 0.52 }}>
|
|
122
|
+
{footer}
|
|
123
|
+
</span>
|
|
124
|
+
) : null}
|
|
125
|
+
</div>
|
|
126
|
+
</div>
|
|
127
|
+
|
|
128
|
+
<div style={{ display: 'grid', gap: 12, alignContent: 'center' }}>
|
|
129
|
+
<div
|
|
130
|
+
style={{
|
|
131
|
+
border: '1px solid rgba(255,247,237,0.14)',
|
|
132
|
+
background: 'rgba(15,23,42,0.22)',
|
|
133
|
+
display: 'grid',
|
|
134
|
+
gap: 10,
|
|
135
|
+
overflow: 'hidden',
|
|
136
|
+
padding: 18,
|
|
137
|
+
}}
|
|
138
|
+
>
|
|
139
|
+
<div
|
|
140
|
+
style={{
|
|
141
|
+
display: 'grid',
|
|
142
|
+
gridTemplateColumns: 'minmax(0, 1fr) minmax(140px, 0.42fr)',
|
|
143
|
+
gap: 12,
|
|
144
|
+
minWidth: 0,
|
|
145
|
+
}}
|
|
146
|
+
>
|
|
147
|
+
<div style={{ display: 'grid', gap: 8 }}>
|
|
148
|
+
<div style={{ fontSize: Math.round(runtime.height * 0.016), letterSpacing: '0.24em', textTransform: 'uppercase', opacity: 0.56 }}>
|
|
149
|
+
Thanks
|
|
150
|
+
</div>
|
|
151
|
+
<div style={{ fontSize: Math.round(runtime.height * 0.03), fontWeight: 800, letterSpacing: '-0.06em' }}>
|
|
152
|
+
See you next time
|
|
153
|
+
</div>
|
|
154
|
+
<div style={{ fontSize: Math.round(runtime.height * 0.022), lineHeight: 1.5, opacity: 0.8 }}>
|
|
155
|
+
A warm closing card for presentations, reels, and recap videos.
|
|
156
|
+
</div>
|
|
157
|
+
</div>
|
|
158
|
+
<div
|
|
159
|
+
style={{
|
|
160
|
+
border: '1px solid rgba(255,247,237,0.12)',
|
|
161
|
+
background: 'linear-gradient(180deg, rgba(251,113,133,0.16), rgba(245,158,11,0.12))',
|
|
162
|
+
display: 'grid',
|
|
163
|
+
placeItems: 'center',
|
|
164
|
+
minHeight: isHorizontal ? 120 : 140,
|
|
165
|
+
}}
|
|
166
|
+
>
|
|
167
|
+
<div style={{ textAlign: 'center' }}>
|
|
168
|
+
<div style={{ fontSize: Math.round(runtime.height * 0.014), letterSpacing: '0.24em', textTransform: 'uppercase', opacity: 0.6 }}>
|
|
169
|
+
Horizon
|
|
170
|
+
</div>
|
|
171
|
+
<div style={{ marginTop: 6, fontSize: Math.round(runtime.height * 0.02) }}>Soft landing</div>
|
|
172
|
+
</div>
|
|
173
|
+
</div>
|
|
174
|
+
</div>
|
|
175
|
+
</div>
|
|
176
|
+
{children ? <div style={{ marginTop: 4 }}>{children}</div> : null}
|
|
177
|
+
</div>
|
|
178
|
+
</section>
|
|
179
|
+
</BaseRemotionScene>
|
|
180
|
+
)
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
VideoComponent(componentMetadata)(DefaultSunsetOutroBumper)
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export { DefaultSunsetOutroBumper } from './default-sunset-outro-bumper'
|
|
2
|
+
export { componentMetadata } from './default-sunset-outro-bumper'
|
|
3
|
+
export {
|
|
4
|
+
DefaultSunsetOutroBumperLandscape,
|
|
5
|
+
componentMetadata as DefaultSunsetOutroBumperLandscapeMetadata,
|
|
6
|
+
} from './default-sunset-outro-bumper-Landscape'
|
|
7
|
+
export {
|
|
8
|
+
DefaultSunsetOutroBumperHorizontal,
|
|
9
|
+
componentMetadata as DefaultSunsetOutroBumperHorizontalMetadata,
|
|
10
|
+
} from './default-sunset-outro-bumper-Horizontal'
|
|
11
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react'
|
|
2
|
+
|
|
3
|
+
import { VideoComponent, defineComponentProjectComponentMetadata } from '@vibecuting/component-project-helper'
|
|
4
|
+
|
|
5
|
+
import { DefaultFestivalOutroBumper, componentMetadata as baseComponentMetadata } from './default-festival-outro-bumper'
|
|
6
|
+
|
|
7
|
+
export const componentMetadata = defineComponentProjectComponentMetadata({
|
|
8
|
+
...baseComponentMetadata,
|
|
9
|
+
name: 'DefaultFestivalOutroBumperHorizontal',
|
|
10
|
+
aspectRatio: '9:16',
|
|
11
|
+
sourceFile: 'src/core/outro/festival-outro-encore/default-festival-outro-bumper-Horizontal.tsx',
|
|
12
|
+
})
|
|
13
|
+
|
|
14
|
+
export const DefaultFestivalOutroBumperHorizontal = VideoComponent(componentMetadata)(
|
|
15
|
+
function DefaultFestivalOutroBumperHorizontal(props: ComponentProps<typeof DefaultFestivalOutroBumper>) {
|
|
16
|
+
return <DefaultFestivalOutroBumper {...props} />
|
|
17
|
+
},
|
|
18
|
+
)
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react'
|
|
2
|
+
|
|
3
|
+
import { VideoComponent, defineComponentProjectComponentMetadata } from '@vibecuting/component-project-helper'
|
|
4
|
+
|
|
5
|
+
import { DefaultFestivalOutroBumper, componentMetadata as baseComponentMetadata } from './default-festival-outro-bumper'
|
|
6
|
+
|
|
7
|
+
export const componentMetadata = defineComponentProjectComponentMetadata({
|
|
8
|
+
...baseComponentMetadata,
|
|
9
|
+
name: 'DefaultFestivalOutroBumperLandscape',
|
|
10
|
+
aspectRatio: '16:9',
|
|
11
|
+
sourceFile: 'src/core/outro/festival-outro-encore/default-festival-outro-bumper-Landscape.tsx',
|
|
12
|
+
})
|
|
13
|
+
|
|
14
|
+
export const DefaultFestivalOutroBumperLandscape = VideoComponent(componentMetadata)(
|
|
15
|
+
function DefaultFestivalOutroBumperLandscape(props: ComponentProps<typeof DefaultFestivalOutroBumper>) {
|
|
16
|
+
return <DefaultFestivalOutroBumper {...props} />
|
|
17
|
+
},
|
|
18
|
+
)
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { DefaultFestivalOutroBumperHorizontal } from './default-festival-outro-bumper-Horizontal'
|
|
2
|
+
import { DefaultFestivalOutroBumperLandscape } from './default-festival-outro-bumper-Landscape'
|
|
3
|
+
|
|
4
|
+
const args = {
|
|
5
|
+
kicker: 'Final Curtain',
|
|
6
|
+
title: 'One More Round',
|
|
7
|
+
note: 'A stage-bow outro with stacked signage, encore energy, and a celebratory exit wall.',
|
|
8
|
+
creditLine: 'A Vibecuting Original',
|
|
9
|
+
footer: 'End Credits',
|
|
10
|
+
accent: '#111827',
|
|
11
|
+
secondaryAccent: '#fde68a',
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const meta = {
|
|
15
|
+
title: 'core/outro/festival-outro-encore/DefaultFestivalOutroBumperLandscape',
|
|
16
|
+
component: DefaultFestivalOutroBumperLandscape,
|
|
17
|
+
args,
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export default meta
|
|
21
|
+
|
|
22
|
+
export const Default = { parameters: { scenePreviewAspectRatio: '16:9' } }
|
|
23
|
+
export const Animated = { parameters: { scenePreviewAspectRatio: '16:9', scenePreviewMode: 'animation' } }
|
|
24
|
+
export const Horizontal = {
|
|
25
|
+
render: (storyArgs: typeof args) => <DefaultFestivalOutroBumperHorizontal {...storyArgs} />,
|
|
26
|
+
parameters: { scenePreviewAspectRatio: '9:16' },
|
|
27
|
+
}
|
|
28
|
+
export const HorizontalAnimated = {
|
|
29
|
+
render: (storyArgs: typeof args) => <DefaultFestivalOutroBumperHorizontal {...storyArgs} />,
|
|
30
|
+
parameters: { scenePreviewAspectRatio: '9:16', scenePreviewMode: 'animation' },
|
|
31
|
+
}
|