@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
|
@@ -1,218 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react'
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
BaseRemotionScene,
|
|
5
|
-
type BaseRemotionSceneProps,
|
|
6
|
-
useRemotionSceneRuntime,
|
|
7
|
-
} from '../../base'
|
|
8
|
-
import { useSceneMotion } from '../../base'
|
|
9
|
-
import {
|
|
10
|
-
VideoComponent,
|
|
11
|
-
defineComponentProjectComponentMetadata,
|
|
12
|
-
} from '@vibecuting/component-project-helper'
|
|
13
|
-
|
|
14
|
-
export interface DefaultIntroBumperProps extends BaseRemotionSceneProps {
|
|
15
|
-
title: string
|
|
16
|
-
subtitle?: string
|
|
17
|
-
kicker?: string
|
|
18
|
-
creditLine?: string
|
|
19
|
-
footer?: string
|
|
20
|
-
accent?: string
|
|
21
|
-
secondaryAccent?: string
|
|
22
|
-
textColor?: string
|
|
23
|
-
children?: ReactNode
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export const componentMetadata = defineComponentProjectComponentMetadata({
|
|
27
|
-
name: 'DefaultIntroBumper',
|
|
28
|
-
description: 'Default remotion intro bumper',
|
|
29
|
-
sourceFile: 'src/core/intro/default-intro-bumper.tsx',
|
|
30
|
-
aspectRatio: '16:9',
|
|
31
|
-
sceneType: 'intro',
|
|
32
|
-
tags: ['intro', 'bumper'],
|
|
33
|
-
propsTypeName: 'DefaultIntroBumperProps',
|
|
34
|
-
})
|
|
35
|
-
|
|
36
|
-
export function DefaultIntroBumper({
|
|
37
|
-
id,
|
|
38
|
-
name,
|
|
39
|
-
title,
|
|
40
|
-
subtitle,
|
|
41
|
-
kicker,
|
|
42
|
-
creditLine,
|
|
43
|
-
footer,
|
|
44
|
-
accent,
|
|
45
|
-
secondaryAccent,
|
|
46
|
-
textColor,
|
|
47
|
-
children,
|
|
48
|
-
}: DefaultIntroBumperProps) {
|
|
49
|
-
const runtime = useRemotionSceneRuntime()
|
|
50
|
-
const motion = useSceneMotion()
|
|
51
|
-
const titleFontSize = Math.round(runtime.height * 0.068)
|
|
52
|
-
const subtitleFontSize = Math.round(runtime.height * 0.024)
|
|
53
|
-
const kickerFontSize = Math.round(runtime.height * 0.018)
|
|
54
|
-
const footerFontSize = Math.round(runtime.height * 0.016)
|
|
55
|
-
const mainColor = textColor ?? '#f8fafc'
|
|
56
|
-
const primaryBackground = accent ?? '#050816'
|
|
57
|
-
const highlightBackground = secondaryAccent ?? '#1f2937'
|
|
58
|
-
|
|
59
|
-
return (
|
|
60
|
-
<BaseRemotionScene
|
|
61
|
-
id={id}
|
|
62
|
-
name={name}
|
|
63
|
-
style={{
|
|
64
|
-
background: `radial-gradient(circle at top, ${highlightBackground} 0%, ${primaryBackground} 42%, #020617 100%)`,
|
|
65
|
-
color: mainColor,
|
|
66
|
-
display: 'flex',
|
|
67
|
-
alignItems: 'center',
|
|
68
|
-
justifyContent: 'center',
|
|
69
|
-
padding: Math.round(runtime.height * 0.07),
|
|
70
|
-
}}
|
|
71
|
-
>
|
|
72
|
-
<div
|
|
73
|
-
aria-hidden="true"
|
|
74
|
-
style={{
|
|
75
|
-
position: 'absolute',
|
|
76
|
-
inset: 0,
|
|
77
|
-
background:
|
|
78
|
-
'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%)',
|
|
79
|
-
pointerEvents: 'none',
|
|
80
|
-
}}
|
|
81
|
-
/>
|
|
82
|
-
<div
|
|
83
|
-
aria-hidden="true"
|
|
84
|
-
style={{
|
|
85
|
-
position: 'absolute',
|
|
86
|
-
top: 0,
|
|
87
|
-
left: 0,
|
|
88
|
-
right: 0,
|
|
89
|
-
height: Math.round(runtime.height * 0.085),
|
|
90
|
-
background: 'linear-gradient(180deg, rgba(2,6,23,0.96) 0%, rgba(2,6,23,0.22) 100%)',
|
|
91
|
-
pointerEvents: 'none',
|
|
92
|
-
}}
|
|
93
|
-
/>
|
|
94
|
-
<div
|
|
95
|
-
aria-hidden="true"
|
|
96
|
-
style={{
|
|
97
|
-
position: 'absolute',
|
|
98
|
-
left: 0,
|
|
99
|
-
right: 0,
|
|
100
|
-
bottom: 0,
|
|
101
|
-
height: Math.round(runtime.height * 0.085),
|
|
102
|
-
background: 'linear-gradient(0deg, rgba(2,6,23,0.96) 0%, rgba(2,6,23,0.22) 100%)',
|
|
103
|
-
pointerEvents: 'none',
|
|
104
|
-
}}
|
|
105
|
-
/>
|
|
106
|
-
<section
|
|
107
|
-
style={{
|
|
108
|
-
position: 'relative',
|
|
109
|
-
zIndex: 1,
|
|
110
|
-
width: '100%',
|
|
111
|
-
maxWidth: Math.round(runtime.width * 0.78),
|
|
112
|
-
textAlign: 'center',
|
|
113
|
-
display: 'flex',
|
|
114
|
-
flexDirection: 'column',
|
|
115
|
-
alignItems: 'center',
|
|
116
|
-
gap: Math.round(runtime.height * 0.02),
|
|
117
|
-
}}
|
|
118
|
-
>
|
|
119
|
-
<p
|
|
120
|
-
style={{
|
|
121
|
-
margin: 0,
|
|
122
|
-
padding: `${Math.round(runtime.height * 0.008)}px ${Math.round(runtime.width * 0.02)}px`,
|
|
123
|
-
border: '1px solid rgba(248,250,252,0.16)',
|
|
124
|
-
borderRadius: 999,
|
|
125
|
-
fontSize: kickerFontSize,
|
|
126
|
-
letterSpacing: '0.28em',
|
|
127
|
-
textTransform: 'uppercase',
|
|
128
|
-
opacity: 0.68,
|
|
129
|
-
backdropFilter: 'blur(8px)',
|
|
130
|
-
background: 'rgba(15, 23, 42, 0.12)',
|
|
131
|
-
transform: motion.isAnimation ? `translate3d(0, ${(1 - motion.progress) * 8}px, 0)` : 'none',
|
|
132
|
-
}}
|
|
133
|
-
>
|
|
134
|
-
Intro Sequence
|
|
135
|
-
</p>
|
|
136
|
-
{kicker ? (
|
|
137
|
-
<p
|
|
138
|
-
style={{
|
|
139
|
-
margin: 0,
|
|
140
|
-
fontSize: kickerFontSize,
|
|
141
|
-
letterSpacing: '0.32em',
|
|
142
|
-
textTransform: 'uppercase',
|
|
143
|
-
opacity: 0.74,
|
|
144
|
-
}}
|
|
145
|
-
>
|
|
146
|
-
{kicker}
|
|
147
|
-
</p>
|
|
148
|
-
) : null}
|
|
149
|
-
<div
|
|
150
|
-
style={{
|
|
151
|
-
width: Math.round(runtime.width * 0.18),
|
|
152
|
-
height: 1,
|
|
153
|
-
background:
|
|
154
|
-
'linear-gradient(90deg, transparent 0%, rgba(248,250,252,0.9) 50%, transparent 100%)',
|
|
155
|
-
}}
|
|
156
|
-
/>
|
|
157
|
-
<h1
|
|
158
|
-
style={{
|
|
159
|
-
margin: 0,
|
|
160
|
-
fontSize: titleFontSize,
|
|
161
|
-
lineHeight: 0.96,
|
|
162
|
-
letterSpacing: '-0.05em',
|
|
163
|
-
textTransform: 'uppercase',
|
|
164
|
-
textShadow: '0 18px 48px rgba(15, 23, 42, 0.55)',
|
|
165
|
-
transform: motion.isAnimation ? `translate3d(0, ${(1 - motion.progress) * 10}px, 0)` : 'none',
|
|
166
|
-
}}
|
|
167
|
-
>
|
|
168
|
-
{title}
|
|
169
|
-
</h1>
|
|
170
|
-
{subtitle ? (
|
|
171
|
-
<p
|
|
172
|
-
style={{
|
|
173
|
-
margin: 0,
|
|
174
|
-
maxWidth: Math.round(runtime.width * 0.56),
|
|
175
|
-
fontSize: subtitleFontSize,
|
|
176
|
-
lineHeight: 1.6,
|
|
177
|
-
opacity: 0.84,
|
|
178
|
-
transform: motion.isAnimation ? `translate3d(0, ${(1 - motion.progress) * 6}px, 0)` : 'none',
|
|
179
|
-
}}
|
|
180
|
-
>
|
|
181
|
-
{subtitle}
|
|
182
|
-
</p>
|
|
183
|
-
) : null}
|
|
184
|
-
{creditLine ? (
|
|
185
|
-
<p
|
|
186
|
-
style={{
|
|
187
|
-
margin: 0,
|
|
188
|
-
fontSize: footerFontSize,
|
|
189
|
-
letterSpacing: '0.22em',
|
|
190
|
-
textTransform: 'uppercase',
|
|
191
|
-
opacity: 0.72,
|
|
192
|
-
transform: motion.isAnimation ? `translate3d(0, ${(1 - motion.progress) * 4}px, 0)` : 'none',
|
|
193
|
-
}}
|
|
194
|
-
>
|
|
195
|
-
{creditLine}
|
|
196
|
-
</p>
|
|
197
|
-
) : null}
|
|
198
|
-
{footer ? (
|
|
199
|
-
<p
|
|
200
|
-
style={{
|
|
201
|
-
margin: 0,
|
|
202
|
-
fontSize: footerFontSize,
|
|
203
|
-
letterSpacing: '0.2em',
|
|
204
|
-
textTransform: 'uppercase',
|
|
205
|
-
opacity: 0.54,
|
|
206
|
-
transform: motion.isAnimation ? `translate3d(0, ${(1 - motion.progress) * 4}px, 0)` : 'none',
|
|
207
|
-
}}
|
|
208
|
-
>
|
|
209
|
-
{footer}
|
|
210
|
-
</p>
|
|
211
|
-
) : null}
|
|
212
|
-
{children ? <div style={{ marginTop: Math.round(runtime.height * 0.01) }}>{children}</div> : null}
|
|
213
|
-
</section>
|
|
214
|
-
</BaseRemotionScene>
|
|
215
|
-
)
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
VideoComponent(componentMetadata)(DefaultIntroBumper)
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { DefaultOutroBumper } from './default-outro-bumper'
|
|
2
|
-
|
|
3
|
-
const meta = {
|
|
4
|
-
title: 'core/outro/DefaultOutroBumper',
|
|
5
|
-
component: DefaultOutroBumper,
|
|
6
|
-
args: {
|
|
7
|
-
kicker: 'The End',
|
|
8
|
-
title: 'Thanks for Watching',
|
|
9
|
-
note: 'A centered closing card that feels like a real film end slate instead of a plain footer.',
|
|
10
|
-
creditLine: 'Written and produced for Vibecuting',
|
|
11
|
-
footer: 'End Credits',
|
|
12
|
-
accent: '#0f172a',
|
|
13
|
-
secondaryAccent: '#475569',
|
|
14
|
-
},
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export default meta
|
|
18
|
-
|
|
19
|
-
export const Default = {}
|
|
@@ -1,218 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react'
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
BaseRemotionScene,
|
|
5
|
-
type BaseRemotionSceneProps,
|
|
6
|
-
useRemotionSceneRuntime,
|
|
7
|
-
} from '../../base'
|
|
8
|
-
import { useSceneMotion } from '../../base'
|
|
9
|
-
import {
|
|
10
|
-
VideoComponent,
|
|
11
|
-
defineComponentProjectComponentMetadata,
|
|
12
|
-
} from '@vibecuting/component-project-helper'
|
|
13
|
-
|
|
14
|
-
export interface DefaultOutroBumperProps extends BaseRemotionSceneProps {
|
|
15
|
-
title: string
|
|
16
|
-
note?: string
|
|
17
|
-
kicker?: string
|
|
18
|
-
creditLine?: string
|
|
19
|
-
footer?: string
|
|
20
|
-
accent?: string
|
|
21
|
-
secondaryAccent?: string
|
|
22
|
-
textColor?: string
|
|
23
|
-
children?: ReactNode
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export const componentMetadata = defineComponentProjectComponentMetadata({
|
|
27
|
-
name: 'DefaultOutroBumper',
|
|
28
|
-
description: 'Default remotion outro bumper',
|
|
29
|
-
sourceFile: 'src/core/outro/default-outro-bumper.tsx',
|
|
30
|
-
aspectRatio: '16:9',
|
|
31
|
-
sceneType: 'outro',
|
|
32
|
-
tags: ['outro', 'bumper'],
|
|
33
|
-
propsTypeName: 'DefaultOutroBumperProps',
|
|
34
|
-
})
|
|
35
|
-
|
|
36
|
-
export function DefaultOutroBumper({
|
|
37
|
-
id,
|
|
38
|
-
name,
|
|
39
|
-
title,
|
|
40
|
-
note,
|
|
41
|
-
kicker,
|
|
42
|
-
creditLine,
|
|
43
|
-
footer,
|
|
44
|
-
accent,
|
|
45
|
-
secondaryAccent,
|
|
46
|
-
textColor,
|
|
47
|
-
children,
|
|
48
|
-
}: DefaultOutroBumperProps) {
|
|
49
|
-
const runtime = useRemotionSceneRuntime()
|
|
50
|
-
const motion = useSceneMotion()
|
|
51
|
-
const titleFontSize = Math.round(runtime.height * 0.066)
|
|
52
|
-
const noteFontSize = Math.round(runtime.height * 0.024)
|
|
53
|
-
const kickerFontSize = Math.round(runtime.height * 0.018)
|
|
54
|
-
const footerFontSize = Math.round(runtime.height * 0.016)
|
|
55
|
-
const mainColor = textColor ?? '#f8fafc'
|
|
56
|
-
const primaryBackground = accent ?? '#0f172a'
|
|
57
|
-
const highlightBackground = secondaryAccent ?? '#334155'
|
|
58
|
-
|
|
59
|
-
return (
|
|
60
|
-
<BaseRemotionScene
|
|
61
|
-
id={id}
|
|
62
|
-
name={name}
|
|
63
|
-
style={{
|
|
64
|
-
background: `radial-gradient(circle at bottom, ${highlightBackground} 0%, ${primaryBackground} 45%, #020617 100%)`,
|
|
65
|
-
color: mainColor,
|
|
66
|
-
display: 'flex',
|
|
67
|
-
alignItems: 'center',
|
|
68
|
-
justifyContent: 'center',
|
|
69
|
-
padding: Math.round(runtime.height * 0.07),
|
|
70
|
-
}}
|
|
71
|
-
>
|
|
72
|
-
<div
|
|
73
|
-
aria-hidden="true"
|
|
74
|
-
style={{
|
|
75
|
-
position: 'absolute',
|
|
76
|
-
inset: 0,
|
|
77
|
-
background:
|
|
78
|
-
'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%)',
|
|
79
|
-
pointerEvents: 'none',
|
|
80
|
-
}}
|
|
81
|
-
/>
|
|
82
|
-
<div
|
|
83
|
-
aria-hidden="true"
|
|
84
|
-
style={{
|
|
85
|
-
position: 'absolute',
|
|
86
|
-
top: 0,
|
|
87
|
-
left: 0,
|
|
88
|
-
right: 0,
|
|
89
|
-
height: Math.round(runtime.height * 0.085),
|
|
90
|
-
background: 'linear-gradient(180deg, rgba(2,6,23,0.96) 0%, rgba(2,6,23,0.22) 100%)',
|
|
91
|
-
pointerEvents: 'none',
|
|
92
|
-
}}
|
|
93
|
-
/>
|
|
94
|
-
<div
|
|
95
|
-
aria-hidden="true"
|
|
96
|
-
style={{
|
|
97
|
-
position: 'absolute',
|
|
98
|
-
left: 0,
|
|
99
|
-
right: 0,
|
|
100
|
-
bottom: 0,
|
|
101
|
-
height: Math.round(runtime.height * 0.085),
|
|
102
|
-
background: 'linear-gradient(0deg, rgba(2,6,23,0.96) 0%, rgba(2,6,23,0.22) 100%)',
|
|
103
|
-
pointerEvents: 'none',
|
|
104
|
-
}}
|
|
105
|
-
/>
|
|
106
|
-
<footer
|
|
107
|
-
style={{
|
|
108
|
-
position: 'relative',
|
|
109
|
-
zIndex: 1,
|
|
110
|
-
width: '100%',
|
|
111
|
-
maxWidth: Math.round(runtime.width * 0.78),
|
|
112
|
-
textAlign: 'center',
|
|
113
|
-
display: 'flex',
|
|
114
|
-
flexDirection: 'column',
|
|
115
|
-
alignItems: 'center',
|
|
116
|
-
gap: Math.round(runtime.height * 0.02),
|
|
117
|
-
}}
|
|
118
|
-
>
|
|
119
|
-
<p
|
|
120
|
-
style={{
|
|
121
|
-
margin: 0,
|
|
122
|
-
padding: `${Math.round(runtime.height * 0.008)}px ${Math.round(runtime.width * 0.02)}px`,
|
|
123
|
-
border: '1px solid rgba(248,250,252,0.16)',
|
|
124
|
-
borderRadius: 999,
|
|
125
|
-
fontSize: kickerFontSize,
|
|
126
|
-
letterSpacing: '0.28em',
|
|
127
|
-
textTransform: 'uppercase',
|
|
128
|
-
opacity: 0.68,
|
|
129
|
-
backdropFilter: 'blur(8px)',
|
|
130
|
-
background: 'rgba(15, 23, 42, 0.12)',
|
|
131
|
-
transform: motion.isAnimation ? `translate3d(0, ${(1 - motion.progress) * 8}px, 0)` : 'none',
|
|
132
|
-
}}
|
|
133
|
-
>
|
|
134
|
-
End Credits
|
|
135
|
-
</p>
|
|
136
|
-
{kicker ? (
|
|
137
|
-
<p
|
|
138
|
-
style={{
|
|
139
|
-
margin: 0,
|
|
140
|
-
fontSize: kickerFontSize,
|
|
141
|
-
letterSpacing: '0.32em',
|
|
142
|
-
textTransform: 'uppercase',
|
|
143
|
-
opacity: 0.72,
|
|
144
|
-
}}
|
|
145
|
-
>
|
|
146
|
-
{kicker}
|
|
147
|
-
</p>
|
|
148
|
-
) : null}
|
|
149
|
-
<div
|
|
150
|
-
style={{
|
|
151
|
-
width: Math.round(runtime.width * 0.18),
|
|
152
|
-
height: 1,
|
|
153
|
-
background:
|
|
154
|
-
'linear-gradient(90deg, transparent 0%, rgba(248,250,252,0.9) 50%, transparent 100%)',
|
|
155
|
-
}}
|
|
156
|
-
/>
|
|
157
|
-
<h1
|
|
158
|
-
style={{
|
|
159
|
-
margin: 0,
|
|
160
|
-
fontSize: titleFontSize,
|
|
161
|
-
lineHeight: 0.96,
|
|
162
|
-
letterSpacing: '-0.05em',
|
|
163
|
-
textTransform: 'uppercase',
|
|
164
|
-
textShadow: '0 18px 48px rgba(15, 23, 42, 0.55)',
|
|
165
|
-
transform: motion.isAnimation ? `translate3d(0, ${(1 - motion.progress) * 10}px, 0)` : 'none',
|
|
166
|
-
}}
|
|
167
|
-
>
|
|
168
|
-
{title}
|
|
169
|
-
</h1>
|
|
170
|
-
{note ? (
|
|
171
|
-
<p
|
|
172
|
-
style={{
|
|
173
|
-
margin: 0,
|
|
174
|
-
maxWidth: Math.round(runtime.width * 0.56),
|
|
175
|
-
fontSize: noteFontSize,
|
|
176
|
-
lineHeight: 1.6,
|
|
177
|
-
opacity: 0.84,
|
|
178
|
-
transform: motion.isAnimation ? `translate3d(0, ${(1 - motion.progress) * 6}px, 0)` : 'none',
|
|
179
|
-
}}
|
|
180
|
-
>
|
|
181
|
-
{note}
|
|
182
|
-
</p>
|
|
183
|
-
) : null}
|
|
184
|
-
{creditLine ? (
|
|
185
|
-
<p
|
|
186
|
-
style={{
|
|
187
|
-
margin: 0,
|
|
188
|
-
fontSize: footerFontSize,
|
|
189
|
-
letterSpacing: '0.22em',
|
|
190
|
-
textTransform: 'uppercase',
|
|
191
|
-
opacity: 0.72,
|
|
192
|
-
transform: motion.isAnimation ? `translate3d(0, ${(1 - motion.progress) * 4}px, 0)` : 'none',
|
|
193
|
-
}}
|
|
194
|
-
>
|
|
195
|
-
{creditLine}
|
|
196
|
-
</p>
|
|
197
|
-
) : null}
|
|
198
|
-
{footer ? (
|
|
199
|
-
<p
|
|
200
|
-
style={{
|
|
201
|
-
margin: 0,
|
|
202
|
-
fontSize: footerFontSize,
|
|
203
|
-
letterSpacing: '0.2em',
|
|
204
|
-
textTransform: 'uppercase',
|
|
205
|
-
opacity: 0.54,
|
|
206
|
-
transform: motion.isAnimation ? `translate3d(0, ${(1 - motion.progress) * 4}px, 0)` : 'none',
|
|
207
|
-
}}
|
|
208
|
-
>
|
|
209
|
-
{footer}
|
|
210
|
-
</p>
|
|
211
|
-
) : null}
|
|
212
|
-
{children ? <div style={{ marginTop: Math.round(runtime.height * 0.01) }}>{children}</div> : null}
|
|
213
|
-
</footer>
|
|
214
|
-
</BaseRemotionScene>
|
|
215
|
-
)
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
VideoComponent(componentMetadata)(DefaultOutroBumper)
|