videoclaw 3.0.0-alpha.1
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/AGENTS.md +165 -0
- package/CLAUDE.md +232 -0
- package/LICENSE +36 -0
- package/README.md +737 -0
- package/dist/cli/args.d.ts +59 -0
- package/dist/cli/args.d.ts.map +1 -0
- package/dist/cli/args.js +279 -0
- package/dist/cli/args.js.map +1 -0
- package/dist/cli/handlers/analysis.d.ts +3 -0
- package/dist/cli/handlers/analysis.d.ts.map +1 -0
- package/dist/cli/handlers/analysis.js +111 -0
- package/dist/cli/handlers/analysis.js.map +1 -0
- package/dist/cli/handlers/audio.d.ts +25 -0
- package/dist/cli/handlers/audio.d.ts.map +1 -0
- package/dist/cli/handlers/audio.js +321 -0
- package/dist/cli/handlers/audio.js.map +1 -0
- package/dist/cli/handlers/batch.d.ts +4 -0
- package/dist/cli/handlers/batch.d.ts.map +1 -0
- package/dist/cli/handlers/batch.js +424 -0
- package/dist/cli/handlers/batch.js.map +1 -0
- package/dist/cli/handlers/candidates.d.ts +10 -0
- package/dist/cli/handlers/candidates.d.ts.map +1 -0
- package/dist/cli/handlers/candidates.js +389 -0
- package/dist/cli/handlers/candidates.js.map +1 -0
- package/dist/cli/handlers/character.d.ts +8 -0
- package/dist/cli/handlers/character.d.ts.map +1 -0
- package/dist/cli/handlers/character.js +202 -0
- package/dist/cli/handlers/character.js.map +1 -0
- package/dist/cli/handlers/clone.d.ts +5 -0
- package/dist/cli/handlers/clone.d.ts.map +1 -0
- package/dist/cli/handlers/clone.js +303 -0
- package/dist/cli/handlers/clone.js.map +1 -0
- package/dist/cli/handlers/create.d.ts +5 -0
- package/dist/cli/handlers/create.d.ts.map +1 -0
- package/dist/cli/handlers/create.js +635 -0
- package/dist/cli/handlers/create.js.map +1 -0
- package/dist/cli/handlers/execution.d.ts +5 -0
- package/dist/cli/handlers/execution.d.ts.map +1 -0
- package/dist/cli/handlers/execution.js +132 -0
- package/dist/cli/handlers/execution.js.map +1 -0
- package/dist/cli/handlers/library.d.ts +8 -0
- package/dist/cli/handlers/library.d.ts.map +1 -0
- package/dist/cli/handlers/library.js +77 -0
- package/dist/cli/handlers/library.js.map +1 -0
- package/dist/cli/handlers/media-ops.d.ts +7 -0
- package/dist/cli/handlers/media-ops.d.ts.map +1 -0
- package/dist/cli/handlers/media-ops.js +120 -0
- package/dist/cli/handlers/media-ops.js.map +1 -0
- package/dist/cli/handlers/media-production.d.ts +56 -0
- package/dist/cli/handlers/media-production.d.ts.map +1 -0
- package/dist/cli/handlers/media-production.js +673 -0
- package/dist/cli/handlers/media-production.js.map +1 -0
- package/dist/cli/handlers/motion-overlay.d.ts +10 -0
- package/dist/cli/handlers/motion-overlay.d.ts.map +1 -0
- package/dist/cli/handlers/motion-overlay.js +651 -0
- package/dist/cli/handlers/motion-overlay.js.map +1 -0
- package/dist/cli/handlers/multi-shot.d.ts +2 -0
- package/dist/cli/handlers/multi-shot.d.ts.map +1 -0
- package/dist/cli/handlers/multi-shot.js +424 -0
- package/dist/cli/handlers/multi-shot.js.map +1 -0
- package/dist/cli/handlers/project-ops.d.ts +14 -0
- package/dist/cli/handlers/project-ops.d.ts.map +1 -0
- package/dist/cli/handlers/project-ops.js +241 -0
- package/dist/cli/handlers/project-ops.js.map +1 -0
- package/dist/cli/handlers/prompt-craft.d.ts +8 -0
- package/dist/cli/handlers/prompt-craft.d.ts.map +1 -0
- package/dist/cli/handlers/prompt-craft.js +397 -0
- package/dist/cli/handlers/prompt-craft.js.map +1 -0
- package/dist/cli/handlers/provider-registration.d.ts +29 -0
- package/dist/cli/handlers/provider-registration.d.ts.map +1 -0
- package/dist/cli/handlers/provider-registration.js +225 -0
- package/dist/cli/handlers/provider-registration.js.map +1 -0
- package/dist/cli/handlers/reference-sheets.d.ts +6 -0
- package/dist/cli/handlers/reference-sheets.d.ts.map +1 -0
- package/dist/cli/handlers/reference-sheets.js +181 -0
- package/dist/cli/handlers/reference-sheets.js.map +1 -0
- package/dist/cli/handlers/reporting.d.ts +18 -0
- package/dist/cli/handlers/reporting.d.ts.map +1 -0
- package/dist/cli/handlers/reporting.js +155 -0
- package/dist/cli/handlers/reporting.js.map +1 -0
- package/dist/cli/handlers/review-portal.d.ts +8 -0
- package/dist/cli/handlers/review-portal.d.ts.map +1 -0
- package/dist/cli/handlers/review-portal.js +276 -0
- package/dist/cli/handlers/review-portal.js.map +1 -0
- package/dist/cli/handlers/show.d.ts +11 -0
- package/dist/cli/handlers/show.d.ts.map +1 -0
- package/dist/cli/handlers/show.js +136 -0
- package/dist/cli/handlers/show.js.map +1 -0
- package/dist/cli/handlers/stages.d.ts +6 -0
- package/dist/cli/handlers/stages.d.ts.map +1 -0
- package/dist/cli/handlers/stages.js +333 -0
- package/dist/cli/handlers/stages.js.map +1 -0
- package/dist/cli/handlers/studio.d.ts +2 -0
- package/dist/cli/handlers/studio.d.ts.map +1 -0
- package/dist/cli/handlers/studio.js +159 -0
- package/dist/cli/handlers/studio.js.map +1 -0
- package/dist/cli/handlers/templates.d.ts +7 -0
- package/dist/cli/handlers/templates.d.ts.map +1 -0
- package/dist/cli/handlers/templates.js +61 -0
- package/dist/cli/handlers/templates.js.map +1 -0
- package/dist/cli/provider-adapter.d.ts +3 -0
- package/dist/cli/provider-adapter.d.ts.map +1 -0
- package/dist/cli/provider-adapter.js +96 -0
- package/dist/cli/provider-adapter.js.map +1 -0
- package/dist/cli/vclaw.d.ts +15 -0
- package/dist/cli/vclaw.d.ts.map +1 -0
- package/dist/cli/vclaw.js +318 -0
- package/dist/cli/vclaw.js.map +1 -0
- package/dist/index.d.ts +79 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +68 -0
- package/dist/index.js.map +1 -0
- package/dist/mcp/index.d.ts +3 -0
- package/dist/mcp/index.d.ts.map +1 -0
- package/dist/mcp/index.js +3 -0
- package/dist/mcp/index.js.map +1 -0
- package/dist/mcp/server.d.ts +27 -0
- package/dist/mcp/server.d.ts.map +1 -0
- package/dist/mcp/server.js +168 -0
- package/dist/mcp/server.js.map +1 -0
- package/dist/mcp/tools.d.ts +55 -0
- package/dist/mcp/tools.d.ts.map +1 -0
- package/dist/mcp/tools.js +80 -0
- package/dist/mcp/tools.js.map +1 -0
- package/dist/video/analyze-output.d.ts +5 -0
- package/dist/video/analyze-output.d.ts.map +1 -0
- package/dist/video/analyze-output.js +7 -0
- package/dist/video/analyze-output.js.map +1 -0
- package/dist/video/archive-project.d.ts +14 -0
- package/dist/video/archive-project.d.ts.map +1 -0
- package/dist/video/archive-project.js +41 -0
- package/dist/video/archive-project.js.map +1 -0
- package/dist/video/artifact-history.d.ts +8 -0
- package/dist/video/artifact-history.d.ts.map +1 -0
- package/dist/video/artifact-history.js +12 -0
- package/dist/video/artifact-history.js.map +1 -0
- package/dist/video/artifact-store.d.ts +8 -0
- package/dist/video/artifact-store.d.ts.map +1 -0
- package/dist/video/artifact-store.js +37 -0
- package/dist/video/artifact-store.js.map +1 -0
- package/dist/video/artifact-validation.d.ts +15 -0
- package/dist/video/artifact-validation.d.ts.map +1 -0
- package/dist/video/artifact-validation.js +287 -0
- package/dist/video/artifact-validation.js.map +1 -0
- package/dist/video/artifacts.d.ts +112 -0
- package/dist/video/artifacts.d.ts.map +1 -0
- package/dist/video/artifacts.js +31 -0
- package/dist/video/artifacts.js.map +1 -0
- package/dist/video/assemble/animate-slides.d.ts +108 -0
- package/dist/video/assemble/animate-slides.d.ts.map +1 -0
- package/dist/video/assemble/animate-slides.js +152 -0
- package/dist/video/assemble/animate-slides.js.map +1 -0
- package/dist/video/assemble/animation-styles.d.ts +21 -0
- package/dist/video/assemble/animation-styles.d.ts.map +1 -0
- package/dist/video/assemble/animation-styles.js +32 -0
- package/dist/video/assemble/animation-styles.js.map +1 -0
- package/dist/video/assemble/animation-styles.json +97 -0
- package/dist/video/assemble/assemble.d.ts +24 -0
- package/dist/video/assemble/assemble.d.ts.map +1 -0
- package/dist/video/assemble/assemble.js +457 -0
- package/dist/video/assemble/assemble.js.map +1 -0
- package/dist/video/assemble/audio-concat.d.ts +61 -0
- package/dist/video/assemble/audio-concat.d.ts.map +1 -0
- package/dist/video/assemble/audio-concat.js +108 -0
- package/dist/video/assemble/audio-concat.js.map +1 -0
- package/dist/video/assemble/audio-mix-plan.d.ts +84 -0
- package/dist/video/assemble/audio-mix-plan.d.ts.map +1 -0
- package/dist/video/assemble/audio-mix-plan.js +74 -0
- package/dist/video/assemble/audio-mix-plan.js.map +1 -0
- package/dist/video/assemble/audio-utils.d.ts +32 -0
- package/dist/video/assemble/audio-utils.d.ts.map +1 -0
- package/dist/video/assemble/audio-utils.js +91 -0
- package/dist/video/assemble/audio-utils.js.map +1 -0
- package/dist/video/assemble/cut-segment.d.ts +40 -0
- package/dist/video/assemble/cut-segment.d.ts.map +1 -0
- package/dist/video/assemble/cut-segment.js +77 -0
- package/dist/video/assemble/cut-segment.js.map +1 -0
- package/dist/video/assemble/ffmpeg.d.ts +91 -0
- package/dist/video/assemble/ffmpeg.d.ts.map +1 -0
- package/dist/video/assemble/ffmpeg.js +251 -0
- package/dist/video/assemble/ffmpeg.js.map +1 -0
- package/dist/video/assemble/gemini-vision-classify.d.ts +37 -0
- package/dist/video/assemble/gemini-vision-classify.d.ts.map +1 -0
- package/dist/video/assemble/gemini-vision-classify.js +123 -0
- package/dist/video/assemble/gemini-vision-classify.js.map +1 -0
- package/dist/video/assemble/index.d.ts +47 -0
- package/dist/video/assemble/index.d.ts.map +1 -0
- package/dist/video/assemble/index.js +40 -0
- package/dist/video/assemble/index.js.map +1 -0
- package/dist/video/assemble/media-qc.d.ts +44 -0
- package/dist/video/assemble/media-qc.d.ts.map +1 -0
- package/dist/video/assemble/media-qc.js +181 -0
- package/dist/video/assemble/media-qc.js.map +1 -0
- package/dist/video/assemble/music.d.ts +51 -0
- package/dist/video/assemble/music.d.ts.map +1 -0
- package/dist/video/assemble/music.js +171 -0
- package/dist/video/assemble/music.js.map +1 -0
- package/dist/video/assemble/narration-fit.d.ts +32 -0
- package/dist/video/assemble/narration-fit.d.ts.map +1 -0
- package/dist/video/assemble/narration-fit.js +59 -0
- package/dist/video/assemble/narration-fit.js.map +1 -0
- package/dist/video/assemble/overlay.d.ts +81 -0
- package/dist/video/assemble/overlay.d.ts.map +1 -0
- package/dist/video/assemble/overlay.js +141 -0
- package/dist/video/assemble/overlay.js.map +1 -0
- package/dist/video/assemble/pdf.d.ts +46 -0
- package/dist/video/assemble/pdf.d.ts.map +1 -0
- package/dist/video/assemble/pdf.js +111 -0
- package/dist/video/assemble/pdf.js.map +1 -0
- package/dist/video/assemble/qa-dialogue-lint.d.ts +56 -0
- package/dist/video/assemble/qa-dialogue-lint.d.ts.map +1 -0
- package/dist/video/assemble/qa-dialogue-lint.js +85 -0
- package/dist/video/assemble/qa-dialogue-lint.js.map +1 -0
- package/dist/video/assemble/qa-image-filter.d.ts +52 -0
- package/dist/video/assemble/qa-image-filter.d.ts.map +1 -0
- package/dist/video/assemble/qa-image-filter.js +102 -0
- package/dist/video/assemble/qa-image-filter.js.map +1 -0
- package/dist/video/assemble/qa-image-vision.d.ts +57 -0
- package/dist/video/assemble/qa-image-vision.d.ts.map +1 -0
- package/dist/video/assemble/qa-image-vision.js +96 -0
- package/dist/video/assemble/qa-image-vision.js.map +1 -0
- package/dist/video/assemble/qa-narration-vision.d.ts +53 -0
- package/dist/video/assemble/qa-narration-vision.d.ts.map +1 -0
- package/dist/video/assemble/qa-narration-vision.js +87 -0
- package/dist/video/assemble/qa-narration-vision.js.map +1 -0
- package/dist/video/assemble/qa-narration.d.ts +53 -0
- package/dist/video/assemble/qa-narration.d.ts.map +1 -0
- package/dist/video/assemble/qa-narration.js +85 -0
- package/dist/video/assemble/qa-narration.js.map +1 -0
- package/dist/video/assemble/stitch-ad.d.ts +88 -0
- package/dist/video/assemble/stitch-ad.d.ts.map +1 -0
- package/dist/video/assemble/stitch-ad.js +161 -0
- package/dist/video/assemble/stitch-ad.js.map +1 -0
- package/dist/video/assemble/stitch.d.ts +341 -0
- package/dist/video/assemble/stitch.d.ts.map +1 -0
- package/dist/video/assemble/stitch.js +607 -0
- package/dist/video/assemble/stitch.js.map +1 -0
- package/dist/video/assemble/text-card.d.ts +78 -0
- package/dist/video/assemble/text-card.d.ts.map +1 -0
- package/dist/video/assemble/text-card.js +210 -0
- package/dist/video/assemble/text-card.js.map +1 -0
- package/dist/video/assemble/title-card.d.ts +39 -0
- package/dist/video/assemble/title-card.d.ts.map +1 -0
- package/dist/video/assemble/title-card.js +127 -0
- package/dist/video/assemble/title-card.js.map +1 -0
- package/dist/video/assemble/transcript.d.ts +66 -0
- package/dist/video/assemble/transcript.d.ts.map +1 -0
- package/dist/video/assemble/transcript.js +200 -0
- package/dist/video/assemble/transcript.js.map +1 -0
- package/dist/video/assemble/tts-elevenlabs.d.ts +52 -0
- package/dist/video/assemble/tts-elevenlabs.d.ts.map +1 -0
- package/dist/video/assemble/tts-elevenlabs.js +118 -0
- package/dist/video/assemble/tts-elevenlabs.js.map +1 -0
- package/dist/video/assemble/tts.d.ts +79 -0
- package/dist/video/assemble/tts.d.ts.map +1 -0
- package/dist/video/assemble/tts.js +131 -0
- package/dist/video/assemble/tts.js.map +1 -0
- package/dist/video/assemble/types.d.ts +43 -0
- package/dist/video/assemble/types.d.ts.map +1 -0
- package/dist/video/assemble/types.js +2 -0
- package/dist/video/assemble/types.js.map +1 -0
- package/dist/video/assemble/upscale.d.ts +43 -0
- package/dist/video/assemble/upscale.d.ts.map +1 -0
- package/dist/video/assemble/upscale.js +52 -0
- package/dist/video/assemble/upscale.js.map +1 -0
- package/dist/video/asset-spec.d.ts +15 -0
- package/dist/video/asset-spec.d.ts.map +1 -0
- package/dist/video/asset-spec.js +43 -0
- package/dist/video/asset-spec.js.map +1 -0
- package/dist/video/asset-tag-lookup.d.ts +31 -0
- package/dist/video/asset-tag-lookup.d.ts.map +1 -0
- package/dist/video/asset-tag-lookup.js +45 -0
- package/dist/video/asset-tag-lookup.js.map +1 -0
- package/dist/video/atomic-write.d.ts +2 -0
- package/dist/video/atomic-write.d.ts.map +1 -0
- package/dist/video/atomic-write.js +7 -0
- package/dist/video/atomic-write.js.map +1 -0
- package/dist/video/audio-platform/native-elevenlabs-sfx.d.ts +29 -0
- package/dist/video/audio-platform/native-elevenlabs-sfx.d.ts.map +1 -0
- package/dist/video/audio-platform/native-elevenlabs-sfx.js +95 -0
- package/dist/video/audio-platform/native-elevenlabs-sfx.js.map +1 -0
- package/dist/video/audio-platform/native-elevenlabs-tts.d.ts +30 -0
- package/dist/video/audio-platform/native-elevenlabs-tts.d.ts.map +1 -0
- package/dist/video/audio-platform/native-elevenlabs-tts.js +95 -0
- package/dist/video/audio-platform/native-elevenlabs-tts.js.map +1 -0
- package/dist/video/audio-platform/native-flowmusic.d.ts +21 -0
- package/dist/video/audio-platform/native-flowmusic.d.ts.map +1 -0
- package/dist/video/audio-platform/native-flowmusic.js +137 -0
- package/dist/video/audio-platform/native-flowmusic.js.map +1 -0
- package/dist/video/audio-platform/native-gemini-tts.d.ts +26 -0
- package/dist/video/audio-platform/native-gemini-tts.d.ts.map +1 -0
- package/dist/video/audio-platform/native-gemini-tts.js +202 -0
- package/dist/video/audio-platform/native-gemini-tts.js.map +1 -0
- package/dist/video/audio-platform/native-lyria.d.ts +35 -0
- package/dist/video/audio-platform/native-lyria.d.ts.map +1 -0
- package/dist/video/audio-platform/native-lyria.js +189 -0
- package/dist/video/audio-platform/native-lyria.js.map +1 -0
- package/dist/video/audio-platform/native-lyria3.d.ts +36 -0
- package/dist/video/audio-platform/native-lyria3.d.ts.map +1 -0
- package/dist/video/audio-platform/native-lyria3.js +210 -0
- package/dist/video/audio-platform/native-lyria3.js.map +1 -0
- package/dist/video/audio-platform/registry.d.ts +82 -0
- package/dist/video/audio-platform/registry.d.ts.map +1 -0
- package/dist/video/audio-platform/registry.js +189 -0
- package/dist/video/audio-platform/registry.js.map +1 -0
- package/dist/video/audio-platform/suno-backend.d.ts +11 -0
- package/dist/video/audio-platform/suno-backend.d.ts.map +1 -0
- package/dist/video/audio-platform/suno-backend.js +33 -0
- package/dist/video/audio-platform/suno-backend.js.map +1 -0
- package/dist/video/audio-platform/types.d.ts +128 -0
- package/dist/video/audio-platform/types.d.ts.map +1 -0
- package/dist/video/audio-platform/types.js +9 -0
- package/dist/video/audio-platform/types.js.map +1 -0
- package/dist/video/batch-queue.d.ts +276 -0
- package/dist/video/batch-queue.d.ts.map +1 -0
- package/dist/video/batch-queue.js +519 -0
- package/dist/video/batch-queue.js.map +1 -0
- package/dist/video/blueprint-prompt.d.ts +37 -0
- package/dist/video/blueprint-prompt.d.ts.map +1 -0
- package/dist/video/blueprint-prompt.js +107 -0
- package/dist/video/blueprint-prompt.js.map +1 -0
- package/dist/video/brand-definition.d.ts +97 -0
- package/dist/video/brand-definition.d.ts.map +1 -0
- package/dist/video/brand-definition.js +206 -0
- package/dist/video/brand-definition.js.map +1 -0
- package/dist/video/brand-dna.d.ts +101 -0
- package/dist/video/brand-dna.d.ts.map +1 -0
- package/dist/video/brand-dna.js +370 -0
- package/dist/video/brand-dna.js.map +1 -0
- package/dist/video/brand-prompt.d.ts +13 -0
- package/dist/video/brand-prompt.d.ts.map +1 -0
- package/dist/video/brand-prompt.js +26 -0
- package/dist/video/brand-prompt.js.map +1 -0
- package/dist/video/candidate-migrate.d.ts +27 -0
- package/dist/video/candidate-migrate.d.ts.map +1 -0
- package/dist/video/candidate-migrate.js +119 -0
- package/dist/video/candidate-migrate.js.map +1 -0
- package/dist/video/category-registry.d.ts +38 -0
- package/dist/video/category-registry.d.ts.map +1 -0
- package/dist/video/category-registry.js +188 -0
- package/dist/video/category-registry.js.map +1 -0
- package/dist/video/chain-fallback.d.ts +39 -0
- package/dist/video/chain-fallback.d.ts.map +1 -0
- package/dist/video/chain-fallback.js +43 -0
- package/dist/video/chain-fallback.js.map +1 -0
- package/dist/video/character-auto-create.d.ts +72 -0
- package/dist/video/character-auto-create.d.ts.map +1 -0
- package/dist/video/character-auto-create.js +392 -0
- package/dist/video/character-auto-create.js.map +1 -0
- package/dist/video/character-consistency.d.ts +3 -0
- package/dist/video/character-consistency.d.ts.map +1 -0
- package/dist/video/character-consistency.js +69 -0
- package/dist/video/character-consistency.js.map +1 -0
- package/dist/video/characters.d.ts +44 -0
- package/dist/video/characters.d.ts.map +1 -0
- package/dist/video/characters.js +96 -0
- package/dist/video/characters.js.map +1 -0
- package/dist/video/checkpoints.d.ts +16 -0
- package/dist/video/checkpoints.d.ts.map +1 -0
- package/dist/video/checkpoints.js +29 -0
- package/dist/video/checkpoints.js.map +1 -0
- package/dist/video/cinema-profile.d.ts +57 -0
- package/dist/video/cinema-profile.d.ts.map +1 -0
- package/dist/video/cinema-profile.js +89 -0
- package/dist/video/cinema-profile.js.map +1 -0
- package/dist/video/cinematography.d.ts +299 -0
- package/dist/video/cinematography.d.ts.map +1 -0
- package/dist/video/cinematography.js +914 -0
- package/dist/video/cinematography.js.map +1 -0
- package/dist/video/cli-output.d.ts +52 -0
- package/dist/video/cli-output.d.ts.map +1 -0
- package/dist/video/cli-output.js +81 -0
- package/dist/video/cli-output.js.map +1 -0
- package/dist/video/cli-schema.d.ts +40 -0
- package/dist/video/cli-schema.d.ts.map +1 -0
- package/dist/video/cli-schema.js +447 -0
- package/dist/video/cli-schema.js.map +1 -0
- package/dist/video/cost-estimate.d.ts +37 -0
- package/dist/video/cost-estimate.d.ts.map +1 -0
- package/dist/video/cost-estimate.js +103 -0
- package/dist/video/cost-estimate.js.map +1 -0
- package/dist/video/csv-export.d.ts +8 -0
- package/dist/video/csv-export.d.ts.map +1 -0
- package/dist/video/csv-export.js +133 -0
- package/dist/video/csv-export.js.map +1 -0
- package/dist/video/dependencies.d.ts +23 -0
- package/dist/video/dependencies.d.ts.map +1 -0
- package/dist/video/dependencies.js +36 -0
- package/dist/video/dependencies.js.map +1 -0
- package/dist/video/dialogue-fit.d.ts +23 -0
- package/dist/video/dialogue-fit.d.ts.map +1 -0
- package/dist/video/dialogue-fit.js +38 -0
- package/dist/video/dialogue-fit.js.map +1 -0
- package/dist/video/dialogue.d.ts +77 -0
- package/dist/video/dialogue.d.ts.map +1 -0
- package/dist/video/dialogue.js +143 -0
- package/dist/video/dialogue.js.map +1 -0
- package/dist/video/director-defaults.d.ts +37 -0
- package/dist/video/director-defaults.d.ts.map +1 -0
- package/dist/video/director-defaults.js +383 -0
- package/dist/video/director-defaults.js.map +1 -0
- package/dist/video/director-preflight.d.ts +53 -0
- package/dist/video/director-preflight.d.ts.map +1 -0
- package/dist/video/director-preflight.js +462 -0
- package/dist/video/director-preflight.js.map +1 -0
- package/dist/video/doctor-portfolio.d.ts +43 -0
- package/dist/video/doctor-portfolio.d.ts.map +1 -0
- package/dist/video/doctor-portfolio.js +137 -0
- package/dist/video/doctor-portfolio.js.map +1 -0
- package/dist/video/doctor.d.ts +13 -0
- package/dist/video/doctor.d.ts.map +1 -0
- package/dist/video/doctor.js +449 -0
- package/dist/video/doctor.js.map +1 -0
- package/dist/video/emotion-cues.d.ts +15 -0
- package/dist/video/emotion-cues.d.ts.map +1 -0
- package/dist/video/emotion-cues.js +37 -0
- package/dist/video/emotion-cues.js.map +1 -0
- package/dist/video/environment-assets.d.ts +28 -0
- package/dist/video/environment-assets.d.ts.map +1 -0
- package/dist/video/environment-assets.js +43 -0
- package/dist/video/environment-assets.js.map +1 -0
- package/dist/video/environment-auto-create.d.ts +20 -0
- package/dist/video/environment-auto-create.d.ts.map +1 -0
- package/dist/video/environment-auto-create.js +88 -0
- package/dist/video/environment-auto-create.js.map +1 -0
- package/dist/video/errors.d.ts +35 -0
- package/dist/video/errors.d.ts.map +1 -0
- package/dist/video/errors.js +117 -0
- package/dist/video/errors.js.map +1 -0
- package/dist/video/events.d.ts +11 -0
- package/dist/video/events.d.ts.map +1 -0
- package/dist/video/events.js +32 -0
- package/dist/video/events.js.map +1 -0
- package/dist/video/execute-autochain.d.ts +65 -0
- package/dist/video/execute-autochain.d.ts.map +1 -0
- package/dist/video/execute-autochain.js +165 -0
- package/dist/video/execute-autochain.js.map +1 -0
- package/dist/video/execute.d.ts +27 -0
- package/dist/video/execute.d.ts.map +1 -0
- package/dist/video/execute.js +477 -0
- package/dist/video/execute.js.map +1 -0
- package/dist/video/execution-cancel.d.ts +11 -0
- package/dist/video/execution-cancel.d.ts.map +1 -0
- package/dist/video/execution-cancel.js +85 -0
- package/dist/video/execution-cancel.js.map +1 -0
- package/dist/video/execution-plan.d.ts +5 -0
- package/dist/video/execution-plan.d.ts.map +1 -0
- package/dist/video/execution-plan.js +145 -0
- package/dist/video/execution-plan.js.map +1 -0
- package/dist/video/execution-profile.d.ts +25 -0
- package/dist/video/execution-profile.d.ts.map +1 -0
- package/dist/video/execution-profile.js +124 -0
- package/dist/video/execution-profile.js.map +1 -0
- package/dist/video/execution-runtime.d.ts +104 -0
- package/dist/video/execution-runtime.d.ts.map +1 -0
- package/dist/video/execution-runtime.js +750 -0
- package/dist/video/execution-runtime.js.map +1 -0
- package/dist/video/execution-seed.d.ts +14 -0
- package/dist/video/execution-seed.d.ts.map +1 -0
- package/dist/video/execution-seed.js +29 -0
- package/dist/video/execution-seed.js.map +1 -0
- package/dist/video/execution-status.d.ts +12 -0
- package/dist/video/execution-status.d.ts.map +1 -0
- package/dist/video/execution-status.js +666 -0
- package/dist/video/execution-status.js.map +1 -0
- package/dist/video/filmmaking-prompts.d.ts +356 -0
- package/dist/video/filmmaking-prompts.d.ts.map +1 -0
- package/dist/video/filmmaking-prompts.js +1212 -0
- package/dist/video/filmmaking-prompts.js.map +1 -0
- package/dist/video/final-media.d.ts +17 -0
- package/dist/video/final-media.d.ts.map +1 -0
- package/dist/video/final-media.js +78 -0
- package/dist/video/final-media.js.map +1 -0
- package/dist/video/finish.d.ts +99 -0
- package/dist/video/finish.d.ts.map +1 -0
- package/dist/video/finish.js +159 -0
- package/dist/video/finish.js.map +1 -0
- package/dist/video/flow-character-library.d.ts +143 -0
- package/dist/video/flow-character-library.d.ts.map +1 -0
- package/dist/video/flow-character-library.js +211 -0
- package/dist/video/flow-character-library.js.map +1 -0
- package/dist/video/flow-markers.d.ts +107 -0
- package/dist/video/flow-markers.d.ts.map +1 -0
- package/dist/video/flow-markers.js +278 -0
- package/dist/video/flow-markers.js.map +1 -0
- package/dist/video/gemini-analyze.d.ts +44 -0
- package/dist/video/gemini-analyze.d.ts.map +1 -0
- package/dist/video/gemini-analyze.js +323 -0
- package/dist/video/gemini-analyze.js.map +1 -0
- package/dist/video/gemini-continuity.d.ts +40 -0
- package/dist/video/gemini-continuity.d.ts.map +1 -0
- package/dist/video/gemini-continuity.js +145 -0
- package/dist/video/gemini-continuity.js.map +1 -0
- package/dist/video/gemini-judge.d.ts +33 -0
- package/dist/video/gemini-judge.d.ts.map +1 -0
- package/dist/video/gemini-judge.js +218 -0
- package/dist/video/gemini-judge.js.map +1 -0
- package/dist/video/gemini-key-pool.d.ts +23 -0
- package/dist/video/gemini-key-pool.d.ts.map +1 -0
- package/dist/video/gemini-key-pool.js +107 -0
- package/dist/video/gemini-key-pool.js.map +1 -0
- package/dist/video/gen-image-flow.d.ts +187 -0
- package/dist/video/gen-image-flow.d.ts.map +1 -0
- package/dist/video/gen-image-flow.js +331 -0
- package/dist/video/gen-image-flow.js.map +1 -0
- package/dist/video/gen-image.d.ts +153 -0
- package/dist/video/gen-image.d.ts.map +1 -0
- package/dist/video/gen-image.js +263 -0
- package/dist/video/gen-image.js.map +1 -0
- package/dist/video/generation-telemetry.d.ts +60 -0
- package/dist/video/generation-telemetry.d.ts.map +1 -0
- package/dist/video/generation-telemetry.js +214 -0
- package/dist/video/generation-telemetry.js.map +1 -0
- package/dist/video/http-error-safety.d.ts +9 -0
- package/dist/video/http-error-safety.d.ts.map +1 -0
- package/dist/video/http-error-safety.js +14 -0
- package/dist/video/http-error-safety.js.map +1 -0
- package/dist/video/image-dimensions.d.ts +7 -0
- package/dist/video/image-dimensions.d.ts.map +1 -0
- package/dist/video/image-dimensions.js +54 -0
- package/dist/video/image-dimensions.js.map +1 -0
- package/dist/video/legacy-import.d.ts +11 -0
- package/dist/video/legacy-import.d.ts.map +1 -0
- package/dist/video/legacy-import.js +181 -0
- package/dist/video/legacy-import.js.map +1 -0
- package/dist/video/library-clean.d.ts +34 -0
- package/dist/video/library-clean.d.ts.map +1 -0
- package/dist/video/library-clean.js +340 -0
- package/dist/video/library-clean.js.map +1 -0
- package/dist/video/lipsync.d.ts +72 -0
- package/dist/video/lipsync.d.ts.map +1 -0
- package/dist/video/lipsync.js +136 -0
- package/dist/video/lipsync.js.map +1 -0
- package/dist/video/media-host.d.ts +41 -0
- package/dist/video/media-host.d.ts.map +1 -0
- package/dist/video/media-host.js +106 -0
- package/dist/video/media-host.js.map +1 -0
- package/dist/video/metrics.d.ts +30 -0
- package/dist/video/metrics.d.ts.map +1 -0
- package/dist/video/metrics.js +81 -0
- package/dist/video/metrics.js.map +1 -0
- package/dist/video/motion-overlay/analyze-reel.d.ts +38 -0
- package/dist/video/motion-overlay/analyze-reel.d.ts.map +1 -0
- package/dist/video/motion-overlay/analyze-reel.js +185 -0
- package/dist/video/motion-overlay/analyze-reel.js.map +1 -0
- package/dist/video/motion-overlay/animate-render.d.ts +63 -0
- package/dist/video/motion-overlay/animate-render.d.ts.map +1 -0
- package/dist/video/motion-overlay/animate-render.js +128 -0
- package/dist/video/motion-overlay/animate-render.js.map +1 -0
- package/dist/video/motion-overlay/animate.d.ts +37 -0
- package/dist/video/motion-overlay/animate.d.ts.map +1 -0
- package/dist/video/motion-overlay/animate.js +97 -0
- package/dist/video/motion-overlay/animate.js.map +1 -0
- package/dist/video/motion-overlay/avatar-host-transport.d.ts +161 -0
- package/dist/video/motion-overlay/avatar-host-transport.d.ts.map +1 -0
- package/dist/video/motion-overlay/avatar-host-transport.js +325 -0
- package/dist/video/motion-overlay/avatar-host-transport.js.map +1 -0
- package/dist/video/motion-overlay/avatar-host.d.ts +131 -0
- package/dist/video/motion-overlay/avatar-host.d.ts.map +1 -0
- package/dist/video/motion-overlay/avatar-host.js +131 -0
- package/dist/video/motion-overlay/avatar-host.js.map +1 -0
- package/dist/video/motion-overlay/compose-prompt.d.ts +48 -0
- package/dist/video/motion-overlay/compose-prompt.d.ts.map +1 -0
- package/dist/video/motion-overlay/compose-prompt.js +217 -0
- package/dist/video/motion-overlay/compose-prompt.js.map +1 -0
- package/dist/video/motion-overlay/execute.d.ts +190 -0
- package/dist/video/motion-overlay/execute.d.ts.map +1 -0
- package/dist/video/motion-overlay/execute.js +205 -0
- package/dist/video/motion-overlay/execute.js.map +1 -0
- package/dist/video/motion-overlay/flow-pack.d.ts +65 -0
- package/dist/video/motion-overlay/flow-pack.d.ts.map +1 -0
- package/dist/video/motion-overlay/flow-pack.js +178 -0
- package/dist/video/motion-overlay/flow-pack.js.map +1 -0
- package/dist/video/motion-overlay/ingest.d.ts +74 -0
- package/dist/video/motion-overlay/ingest.d.ts.map +1 -0
- package/dist/video/motion-overlay/ingest.js +172 -0
- package/dist/video/motion-overlay/ingest.js.map +1 -0
- package/dist/video/motion-overlay/motifs.d.ts +63 -0
- package/dist/video/motion-overlay/motifs.d.ts.map +1 -0
- package/dist/video/motion-overlay/motifs.js +192 -0
- package/dist/video/motion-overlay/motifs.js.map +1 -0
- package/dist/video/motion-overlay/motion-style.d.ts +56 -0
- package/dist/video/motion-overlay/motion-style.d.ts.map +1 -0
- package/dist/video/motion-overlay/motion-style.js +130 -0
- package/dist/video/motion-overlay/motion-style.js.map +1 -0
- package/dist/video/motion-overlay/plan.d.ts +49 -0
- package/dist/video/motion-overlay/plan.d.ts.map +1 -0
- package/dist/video/motion-overlay/plan.js +79 -0
- package/dist/video/motion-overlay/plan.js.map +1 -0
- package/dist/video/motion-overlay/preview.d.ts +36 -0
- package/dist/video/motion-overlay/preview.d.ts.map +1 -0
- package/dist/video/motion-overlay/preview.js +169 -0
- package/dist/video/motion-overlay/preview.js.map +1 -0
- package/dist/video/motion-overlay/render-local.d.ts +118 -0
- package/dist/video/motion-overlay/render-local.d.ts.map +1 -0
- package/dist/video/motion-overlay/render-local.js +298 -0
- package/dist/video/motion-overlay/render-local.js.map +1 -0
- package/dist/video/motion-overlay/run.d.ts +58 -0
- package/dist/video/motion-overlay/run.d.ts.map +1 -0
- package/dist/video/motion-overlay/run.js +147 -0
- package/dist/video/motion-overlay/run.js.map +1 -0
- package/dist/video/motion-overlay/slice.d.ts +29 -0
- package/dist/video/motion-overlay/slice.d.ts.map +1 -0
- package/dist/video/motion-overlay/slice.js +88 -0
- package/dist/video/motion-overlay/slice.js.map +1 -0
- package/dist/video/motion-overlay/transcribe.d.ts +49 -0
- package/dist/video/motion-overlay/transcribe.d.ts.map +1 -0
- package/dist/video/motion-overlay/transcribe.js +180 -0
- package/dist/video/motion-overlay/transcribe.js.map +1 -0
- package/dist/video/motion-overlay/types.d.ts +82 -0
- package/dist/video/motion-overlay/types.d.ts.map +1 -0
- package/dist/video/motion-overlay/types.js +12 -0
- package/dist/video/motion-overlay/types.js.map +1 -0
- package/dist/video/motion-overlay/v2v-transport.d.ts +37 -0
- package/dist/video/motion-overlay/v2v-transport.d.ts.map +1 -0
- package/dist/video/motion-overlay/v2v-transport.js +178 -0
- package/dist/video/motion-overlay/v2v-transport.js.map +1 -0
- package/dist/video/motion-overlay/write.d.ts +40 -0
- package/dist/video/motion-overlay/write.d.ts.map +1 -0
- package/dist/video/motion-overlay/write.js +113 -0
- package/dist/video/motion-overlay/write.js.map +1 -0
- package/dist/video/multi-shot-artifact.d.ts +19 -0
- package/dist/video/multi-shot-artifact.d.ts.map +1 -0
- package/dist/video/multi-shot-artifact.js +44 -0
- package/dist/video/multi-shot-artifact.js.map +1 -0
- package/dist/video/multi-shot-prompt.d.ts +99 -0
- package/dist/video/multi-shot-prompt.d.ts.map +1 -0
- package/dist/video/multi-shot-prompt.js +466 -0
- package/dist/video/multi-shot-prompt.js.map +1 -0
- package/dist/video/music-video.d.ts +110 -0
- package/dist/video/music-video.d.ts.map +1 -0
- package/dist/video/music-video.js +190 -0
- package/dist/video/music-video.js.map +1 -0
- package/dist/video/narrate.d.ts +58 -0
- package/dist/video/narrate.d.ts.map +1 -0
- package/dist/video/narrate.js +145 -0
- package/dist/video/narrate.js.map +1 -0
- package/dist/video/native-dreamina.d.ts +35 -0
- package/dist/video/native-dreamina.d.ts.map +1 -0
- package/dist/video/native-dreamina.js +532 -0
- package/dist/video/native-dreamina.js.map +1 -0
- package/dist/video/native-flow-r2v.d.ts +113 -0
- package/dist/video/native-flow-r2v.d.ts.map +1 -0
- package/dist/video/native-flow-r2v.js +223 -0
- package/dist/video/native-flow-r2v.js.map +1 -0
- package/dist/video/native-runway.d.ts +41 -0
- package/dist/video/native-runway.d.ts.map +1 -0
- package/dist/video/native-runway.js +523 -0
- package/dist/video/native-runway.js.map +1 -0
- package/dist/video/native-seedance.d.ts +74 -0
- package/dist/video/native-seedance.d.ts.map +1 -0
- package/dist/video/native-seedance.js +461 -0
- package/dist/video/native-seedance.js.map +1 -0
- package/dist/video/native-veo.d.ts +20 -0
- package/dist/video/native-veo.d.ts.map +1 -0
- package/dist/video/native-veo.js +390 -0
- package/dist/video/native-veo.js.map +1 -0
- package/dist/video/next-actions.d.ts +27 -0
- package/dist/video/next-actions.d.ts.map +1 -0
- package/dist/video/next-actions.js +201 -0
- package/dist/video/next-actions.js.map +1 -0
- package/dist/video/obsidian-export.d.ts +12 -0
- package/dist/video/obsidian-export.d.ts.map +1 -0
- package/dist/video/obsidian-export.js +285 -0
- package/dist/video/obsidian-export.js.map +1 -0
- package/dist/video/obsidian-sync.d.ts +13 -0
- package/dist/video/obsidian-sync.d.ts.map +1 -0
- package/dist/video/obsidian-sync.js +479 -0
- package/dist/video/obsidian-sync.js.map +1 -0
- package/dist/video/obsidian-vault.d.ts +8 -0
- package/dist/video/obsidian-vault.d.ts.map +1 -0
- package/dist/video/obsidian-vault.js +81 -0
- package/dist/video/obsidian-vault.js.map +1 -0
- package/dist/video/outfit-prompts.d.ts +10 -0
- package/dist/video/outfit-prompts.d.ts.map +1 -0
- package/dist/video/outfit-prompts.js +14 -0
- package/dist/video/outfit-prompts.js.map +1 -0
- package/dist/video/outpaint-keyframe.d.ts +95 -0
- package/dist/video/outpaint-keyframe.d.ts.map +1 -0
- package/dist/video/outpaint-keyframe.js +244 -0
- package/dist/video/outpaint-keyframe.js.map +1 -0
- package/dist/video/pipeline-manifest.d.ts +4 -0
- package/dist/video/pipeline-manifest.d.ts.map +1 -0
- package/dist/video/pipeline-manifest.js +13 -0
- package/dist/video/pipeline-manifest.js.map +1 -0
- package/dist/video/pipeline-manifests/director.json +46 -0
- package/dist/video/pipeline-manifests/storyboard.json +46 -0
- package/dist/video/platform-specs.d.ts +26 -0
- package/dist/video/platform-specs.d.ts.map +1 -0
- package/dist/video/platform-specs.js +34 -0
- package/dist/video/platform-specs.js.map +1 -0
- package/dist/video/playbooks.d.ts +11 -0
- package/dist/video/playbooks.d.ts.map +1 -0
- package/dist/video/playbooks.js +22 -0
- package/dist/video/playbooks.js.map +1 -0
- package/dist/video/post-production.d.ts +57 -0
- package/dist/video/post-production.d.ts.map +1 -0
- package/dist/video/post-production.js +210 -0
- package/dist/video/post-production.js.map +1 -0
- package/dist/video/preview-portal/audit.d.ts +4 -0
- package/dist/video/preview-portal/audit.d.ts.map +1 -0
- package/dist/video/preview-portal/audit.js +16 -0
- package/dist/video/preview-portal/audit.js.map +1 -0
- package/dist/video/preview-portal/discovery.d.ts +23 -0
- package/dist/video/preview-portal/discovery.d.ts.map +1 -0
- package/dist/video/preview-portal/discovery.js +733 -0
- package/dist/video/preview-portal/discovery.js.map +1 -0
- package/dist/video/preview-portal/generate.d.ts +42 -0
- package/dist/video/preview-portal/generate.d.ts.map +1 -0
- package/dist/video/preview-portal/generate.js +101 -0
- package/dist/video/preview-portal/generate.js.map +1 -0
- package/dist/video/preview-portal/index.d.ts +12 -0
- package/dist/video/preview-portal/index.d.ts.map +1 -0
- package/dist/video/preview-portal/index.js +8 -0
- package/dist/video/preview-portal/index.js.map +1 -0
- package/dist/video/preview-portal/publish.d.ts +48 -0
- package/dist/video/preview-portal/publish.d.ts.map +1 -0
- package/dist/video/preview-portal/publish.js +169 -0
- package/dist/video/preview-portal/publish.js.map +1 -0
- package/dist/video/preview-portal/render.d.ts +4 -0
- package/dist/video/preview-portal/render.d.ts.map +1 -0
- package/dist/video/preview-portal/render.js +822 -0
- package/dist/video/preview-portal/render.js.map +1 -0
- package/dist/video/preview-portal/shared-assets.d.ts +6 -0
- package/dist/video/preview-portal/shared-assets.d.ts.map +1 -0
- package/dist/video/preview-portal/shared-assets.js +452 -0
- package/dist/video/preview-portal/shared-assets.js.map +1 -0
- package/dist/video/preview-portal/templates.d.ts +4 -0
- package/dist/video/preview-portal/templates.d.ts.map +1 -0
- package/dist/video/preview-portal/templates.js +109 -0
- package/dist/video/preview-portal/templates.js.map +1 -0
- package/dist/video/preview-portal/types.d.ts +246 -0
- package/dist/video/preview-portal/types.d.ts.map +1 -0
- package/dist/video/preview-portal/types.js +28 -0
- package/dist/video/preview-portal/types.js.map +1 -0
- package/dist/video/product-references.d.ts +21 -0
- package/dist/video/product-references.d.ts.map +1 -0
- package/dist/video/product-references.js +25 -0
- package/dist/video/product-references.js.map +1 -0
- package/dist/video/project-blueprint.d.ts +178 -0
- package/dist/video/project-blueprint.d.ts.map +1 -0
- package/dist/video/project-blueprint.js +286 -0
- package/dist/video/project-blueprint.js.map +1 -0
- package/dist/video/project-index.d.ts +82 -0
- package/dist/video/project-index.d.ts.map +1 -0
- package/dist/video/project-index.js +89 -0
- package/dist/video/project-index.js.map +1 -0
- package/dist/video/projects.d.ts +3 -0
- package/dist/video/projects.d.ts.map +1 -0
- package/dist/video/projects.js +18 -0
- package/dist/video/projects.js.map +1 -0
- package/dist/video/prompt-guidance.d.ts +14 -0
- package/dist/video/prompt-guidance.d.ts.map +1 -0
- package/dist/video/prompt-guidance.js +44 -0
- package/dist/video/prompt-guidance.js.map +1 -0
- package/dist/video/prompt-library.d.ts +11 -0
- package/dist/video/prompt-library.d.ts.map +1 -0
- package/dist/video/prompt-library.js +85 -0
- package/dist/video/prompt-library.js.map +1 -0
- package/dist/video/prompt-lint.d.ts +146 -0
- package/dist/video/prompt-lint.d.ts.map +1 -0
- package/dist/video/prompt-lint.js +433 -0
- package/dist/video/prompt-lint.js.map +1 -0
- package/dist/video/prompt-quality.d.ts +29 -0
- package/dist/video/prompt-quality.d.ts.map +1 -0
- package/dist/video/prompt-quality.js +532 -0
- package/dist/video/prompt-quality.js.map +1 -0
- package/dist/video/prompt-rules.d.ts +94 -0
- package/dist/video/prompt-rules.d.ts.map +1 -0
- package/dist/video/prompt-rules.js +169 -0
- package/dist/video/prompt-rules.js.map +1 -0
- package/dist/video/provider-adapter-runner.d.ts +5 -0
- package/dist/video/provider-adapter-runner.d.ts.map +1 -0
- package/dist/video/provider-adapter-runner.js +92 -0
- package/dist/video/provider-adapter-runner.js.map +1 -0
- package/dist/video/provider-platform/index.d.ts +6 -0
- package/dist/video/provider-platform/index.d.ts.map +1 -0
- package/dist/video/provider-platform/index.js +6 -0
- package/dist/video/provider-platform/index.js.map +1 -0
- package/dist/video/provider-platform/registry.d.ts +5 -0
- package/dist/video/provider-platform/registry.d.ts.map +1 -0
- package/dist/video/provider-platform/registry.js +279 -0
- package/dist/video/provider-platform/registry.js.map +1 -0
- package/dist/video/provider-platform/route-capabilities.d.ts +133 -0
- package/dist/video/provider-platform/route-capabilities.d.ts.map +1 -0
- package/dist/video/provider-platform/route-capabilities.js +192 -0
- package/dist/video/provider-platform/route-capabilities.js.map +1 -0
- package/dist/video/provider-platform/router.d.ts +7 -0
- package/dist/video/provider-platform/router.d.ts.map +1 -0
- package/dist/video/provider-platform/router.js +150 -0
- package/dist/video/provider-platform/router.js.map +1 -0
- package/dist/video/provider-platform/security.d.ts +8 -0
- package/dist/video/provider-platform/security.d.ts.map +1 -0
- package/dist/video/provider-platform/security.js +21 -0
- package/dist/video/provider-platform/security.js.map +1 -0
- package/dist/video/provider-platform/telemetry.d.ts +24 -0
- package/dist/video/provider-platform/telemetry.d.ts.map +1 -0
- package/dist/video/provider-platform/telemetry.js +88 -0
- package/dist/video/provider-platform/telemetry.js.map +1 -0
- package/dist/video/provider-platform/types.d.ts +139 -0
- package/dist/video/provider-platform/types.d.ts.map +1 -0
- package/dist/video/provider-platform/types.js +17 -0
- package/dist/video/provider-platform/types.js.map +1 -0
- package/dist/video/provider-status.d.ts +12 -0
- package/dist/video/provider-status.d.ts.map +1 -0
- package/dist/video/provider-status.js +169 -0
- package/dist/video/provider-status.js.map +1 -0
- package/dist/video/providers/dreamina-useapi.d.ts +170 -0
- package/dist/video/providers/dreamina-useapi.d.ts.map +1 -0
- package/dist/video/providers/dreamina-useapi.js +176 -0
- package/dist/video/providers/dreamina-useapi.js.map +1 -0
- package/dist/video/providers/flowmusic-useapi.d.ts +114 -0
- package/dist/video/providers/flowmusic-useapi.d.ts.map +1 -0
- package/dist/video/providers/flowmusic-useapi.js +159 -0
- package/dist/video/providers/flowmusic-useapi.js.map +1 -0
- package/dist/video/providers/google-flow.d.ts +57 -0
- package/dist/video/providers/google-flow.d.ts.map +1 -0
- package/dist/video/providers/google-flow.js +63 -0
- package/dist/video/providers/google-flow.js.map +1 -0
- package/dist/video/providers/public-host.d.ts +40 -0
- package/dist/video/providers/public-host.d.ts.map +1 -0
- package/dist/video/providers/public-host.js +91 -0
- package/dist/video/providers/public-host.js.map +1 -0
- package/dist/video/providers/runway-useapi.d.ts +159 -0
- package/dist/video/providers/runway-useapi.d.ts.map +1 -0
- package/dist/video/providers/runway-useapi.js +200 -0
- package/dist/video/providers/runway-useapi.js.map +1 -0
- package/dist/video/providers/xskill.d.ts +108 -0
- package/dist/video/providers/xskill.d.ts.map +1 -0
- package/dist/video/providers/xskill.js +233 -0
- package/dist/video/providers/xskill.js.map +1 -0
- package/dist/video/readiness.d.ts +18 -0
- package/dist/video/readiness.d.ts.map +1 -0
- package/dist/video/readiness.js +221 -0
- package/dist/video/readiness.js.map +1 -0
- package/dist/video/reference-sheet-store.d.ts +5 -0
- package/dist/video/reference-sheet-store.d.ts.map +1 -0
- package/dist/video/reference-sheet-store.js +28 -0
- package/dist/video/reference-sheet-store.js.map +1 -0
- package/dist/video/reference-sheets.d.ts +40 -0
- package/dist/video/reference-sheets.d.ts.map +1 -0
- package/dist/video/reference-sheets.js +160 -0
- package/dist/video/reference-sheets.js.map +1 -0
- package/dist/video/remix-narrated.d.ts +12 -0
- package/dist/video/remix-narrated.d.ts.map +1 -0
- package/dist/video/remix-narrated.js +73 -0
- package/dist/video/remix-narrated.js.map +1 -0
- package/dist/video/report-diff.d.ts +89 -0
- package/dist/video/report-diff.d.ts.map +1 -0
- package/dist/video/report-diff.js +176 -0
- package/dist/video/report-diff.js.map +1 -0
- package/dist/video/report-history.d.ts +40 -0
- package/dist/video/report-history.d.ts.map +1 -0
- package/dist/video/report-history.js +74 -0
- package/dist/video/report-history.js.map +1 -0
- package/dist/video/report.d.ts +15 -0
- package/dist/video/report.d.ts.map +1 -0
- package/dist/video/report.js +21 -0
- package/dist/video/report.js.map +1 -0
- package/dist/video/review-ui.d.ts +180 -0
- package/dist/video/review-ui.d.ts.map +1 -0
- package/dist/video/review-ui.js +2008 -0
- package/dist/video/review-ui.js.map +1 -0
- package/dist/video/scene-candidate-store.d.ts +12 -0
- package/dist/video/scene-candidate-store.d.ts.map +1 -0
- package/dist/video/scene-candidate-store.js +134 -0
- package/dist/video/scene-candidate-store.js.map +1 -0
- package/dist/video/scene-candidates.d.ts +57 -0
- package/dist/video/scene-candidates.d.ts.map +1 -0
- package/dist/video/scene-candidates.js +149 -0
- package/dist/video/scene-candidates.js.map +1 -0
- package/dist/video/scene-selection-store.d.ts +5 -0
- package/dist/video/scene-selection-store.d.ts.map +1 -0
- package/dist/video/scene-selection-store.js +22 -0
- package/dist/video/scene-selection-store.js.map +1 -0
- package/dist/video/scene-selection.d.ts +83 -0
- package/dist/video/scene-selection.d.ts.map +1 -0
- package/dist/video/scene-selection.js +225 -0
- package/dist/video/scene-selection.js.map +1 -0
- package/dist/video/scheduling.d.ts +3 -0
- package/dist/video/scheduling.d.ts.map +1 -0
- package/dist/video/scheduling.js +16 -0
- package/dist/video/scheduling.js.map +1 -0
- package/dist/video/scorecard.d.ts +12 -0
- package/dist/video/scorecard.d.ts.map +1 -0
- package/dist/video/scorecard.js +68 -0
- package/dist/video/scorecard.js.map +1 -0
- package/dist/video/seedance-asset-library.d.ts +82 -0
- package/dist/video/seedance-asset-library.d.ts.map +1 -0
- package/dist/video/seedance-asset-library.js +146 -0
- package/dist/video/seedance-asset-library.js.map +1 -0
- package/dist/video/seedance-blocks.d.ts +56 -0
- package/dist/video/seedance-blocks.d.ts.map +1 -0
- package/dist/video/seedance-blocks.js +97 -0
- package/dist/video/seedance-blocks.js.map +1 -0
- package/dist/video/seedance-chain-host.d.ts +42 -0
- package/dist/video/seedance-chain-host.d.ts.map +1 -0
- package/dist/video/seedance-chain-host.js +128 -0
- package/dist/video/seedance-chain-host.js.map +1 -0
- package/dist/video/seedance-content-filter.d.ts +80 -0
- package/dist/video/seedance-content-filter.d.ts.map +1 -0
- package/dist/video/seedance-content-filter.js +293 -0
- package/dist/video/seedance-content-filter.js.map +1 -0
- package/dist/video/seedance-skill-loader.d.ts +40 -0
- package/dist/video/seedance-skill-loader.d.ts.map +1 -0
- package/dist/video/seedance-skill-loader.js +53 -0
- package/dist/video/seedance-skill-loader.js.map +1 -0
- package/dist/video/sfx.d.ts +49 -0
- package/dist/video/sfx.d.ts.map +1 -0
- package/dist/video/sfx.js +104 -0
- package/dist/video/sfx.js.map +1 -0
- package/dist/video/shot-grammar.d.ts +103 -0
- package/dist/video/shot-grammar.d.ts.map +1 -0
- package/dist/video/shot-grammar.js +286 -0
- package/dist/video/shot-grammar.js.map +1 -0
- package/dist/video/show-bible.d.ts +113 -0
- package/dist/video/show-bible.d.ts.map +1 -0
- package/dist/video/show-bible.js +140 -0
- package/dist/video/show-bible.js.map +1 -0
- package/dist/video/soundtrack.d.ts +72 -0
- package/dist/video/soundtrack.d.ts.map +1 -0
- package/dist/video/soundtrack.js +171 -0
- package/dist/video/soundtrack.js.map +1 -0
- package/dist/video/stage-guards.d.ts +4 -0
- package/dist/video/stage-guards.d.ts.map +1 -0
- package/dist/video/stage-guards.js +94 -0
- package/dist/video/stage-guards.js.map +1 -0
- package/dist/video/status.d.ts +69 -0
- package/dist/video/status.d.ts.map +1 -0
- package/dist/video/status.js +245 -0
- package/dist/video/status.js.map +1 -0
- package/dist/video/story-bible.d.ts +70 -0
- package/dist/video/story-bible.d.ts.map +1 -0
- package/dist/video/story-bible.js +181 -0
- package/dist/video/story-bible.js.map +1 -0
- package/dist/video/storyboard-grid.d.ts +28 -0
- package/dist/video/storyboard-grid.d.ts.map +1 -0
- package/dist/video/storyboard-grid.js +231 -0
- package/dist/video/storyboard-grid.js.map +1 -0
- package/dist/video/storyboard-markdown.d.ts +62 -0
- package/dist/video/storyboard-markdown.d.ts.map +1 -0
- package/dist/video/storyboard-markdown.js +332 -0
- package/dist/video/storyboard-markdown.js.map +1 -0
- package/dist/video/storyboard-still-candidates.d.ts +31 -0
- package/dist/video/storyboard-still-candidates.d.ts.map +1 -0
- package/dist/video/storyboard-still-candidates.js +57 -0
- package/dist/video/storyboard-still-candidates.js.map +1 -0
- package/dist/video/storyboard-templates.d.ts +28 -0
- package/dist/video/storyboard-templates.d.ts.map +1 -0
- package/dist/video/storyboard-templates.js +215 -0
- package/dist/video/storyboard-templates.js.map +1 -0
- package/dist/video/studio/execute.d.ts +142 -0
- package/dist/video/studio/execute.d.ts.map +1 -0
- package/dist/video/studio/execute.js +270 -0
- package/dist/video/studio/execute.js.map +1 -0
- package/dist/video/studio/planner.d.ts +3 -0
- package/dist/video/studio/planner.d.ts.map +1 -0
- package/dist/video/studio/planner.js +110 -0
- package/dist/video/studio/planner.js.map +1 -0
- package/dist/video/studio/project-context.d.ts +4 -0
- package/dist/video/studio/project-context.d.ts.map +1 -0
- package/dist/video/studio/project-context.js +20 -0
- package/dist/video/studio/project-context.js.map +1 -0
- package/dist/video/studio/recipes.d.ts +4 -0
- package/dist/video/studio/recipes.d.ts.map +1 -0
- package/dist/video/studio/recipes.js +343 -0
- package/dist/video/studio/recipes.js.map +1 -0
- package/dist/video/studio/session.d.ts +8 -0
- package/dist/video/studio/session.d.ts.map +1 -0
- package/dist/video/studio/session.js +17 -0
- package/dist/video/studio/session.js.map +1 -0
- package/dist/video/studio/types.d.ts +59 -0
- package/dist/video/studio/types.d.ts.map +1 -0
- package/dist/video/studio/types.js +2 -0
- package/dist/video/studio/types.js.map +1 -0
- package/dist/video/template-store.d.ts +65 -0
- package/dist/video/template-store.d.ts.map +1 -0
- package/dist/video/template-store.js +168 -0
- package/dist/video/template-store.js.map +1 -0
- package/dist/video/timeline.d.ts +8 -0
- package/dist/video/timeline.d.ts.map +1 -0
- package/dist/video/timeline.js +21 -0
- package/dist/video/timeline.js.map +1 -0
- package/dist/video/title-overlay.d.ts +85 -0
- package/dist/video/title-overlay.d.ts.map +1 -0
- package/dist/video/title-overlay.js +163 -0
- package/dist/video/title-overlay.js.map +1 -0
- package/dist/video/types.d.ts +403 -0
- package/dist/video/types.d.ts.map +1 -0
- package/dist/video/types.js +2 -0
- package/dist/video/types.js.map +1 -0
- package/dist/video/veo-subprocess.d.ts +27 -0
- package/dist/video/veo-subprocess.d.ts.map +1 -0
- package/dist/video/veo-subprocess.js +52 -0
- package/dist/video/veo-subprocess.js.map +1 -0
- package/dist/video/verify-env.d.ts +43 -0
- package/dist/video/verify-env.d.ts.map +1 -0
- package/dist/video/verify-env.js +156 -0
- package/dist/video/verify-env.js.map +1 -0
- package/dist/video/verify-final.d.ts +20 -0
- package/dist/video/verify-final.d.ts.map +1 -0
- package/dist/video/verify-final.js +39 -0
- package/dist/video/verify-final.js.map +1 -0
- package/dist/video/video-context.d.ts +10 -0
- package/dist/video/video-context.d.ts.map +1 -0
- package/dist/video/video-context.js +74 -0
- package/dist/video/video-context.js.map +1 -0
- package/dist/video/vocal-map.d.ts +55 -0
- package/dist/video/vocal-map.d.ts.map +1 -0
- package/dist/video/vocal-map.js +107 -0
- package/dist/video/vocal-map.js.map +1 -0
- package/dist/video/vocal-sync-plan.d.ts +76 -0
- package/dist/video/vocal-sync-plan.d.ts.map +1 -0
- package/dist/video/vocal-sync-plan.js +166 -0
- package/dist/video/vocal-sync-plan.js.map +1 -0
- package/dist/video/voice-clone.d.ts +152 -0
- package/dist/video/voice-clone.d.ts.map +1 -0
- package/dist/video/voice-clone.js +267 -0
- package/dist/video/voice-clone.js.map +1 -0
- package/dist/video/with-retry.d.ts +67 -0
- package/dist/video/with-retry.d.ts.map +1 -0
- package/dist/video/with-retry.js +105 -0
- package/dist/video/with-retry.js.map +1 -0
- package/dist/video/workload.d.ts +20 -0
- package/dist/video/workload.d.ts.map +1 -0
- package/dist/video/workload.js +55 -0
- package/dist/video/workload.js.map +1 -0
- package/dist/video/workspace.d.ts +109 -0
- package/dist/video/workspace.d.ts.map +1 -0
- package/dist/video/workspace.js +132 -0
- package/dist/video/workspace.js.map +1 -0
- package/docs/AGENT_INTEGRATION_RESEARCH.md +123 -0
- package/docs/AI_FILMMAKING_PROMPTS.md +195 -0
- package/docs/ARCHITECTURE.md +257 -0
- package/docs/ASSEMBLE.md +376 -0
- package/docs/BRAND_AGENCY.md +63 -0
- package/docs/CLAWBOT_COVERAGE_PROMPT.md +78 -0
- package/docs/CLI_REFERENCE.md +2638 -0
- package/docs/CONCIERGE_PROMPT.md +139 -0
- package/docs/Claude Code + Higgsfield MCP = FULL Creative Agency.md +179 -0
- package/docs/DEMO_RECORDING.md +61 -0
- package/docs/DEPRECATION.md +79 -0
- package/docs/DIAGRAMS_SOURCE.md +347 -0
- package/docs/DIRECTOR_BLUEPRINT.md +94 -0
- package/docs/GENERATION_TELEMETRY.md +81 -0
- package/docs/IMPROVE_PROMPT.md +76 -0
- package/docs/INFOGRAPHICS_PROMPT.md +83 -0
- package/docs/MASTER_PLAN_ALIGNMENT.md +563 -0
- package/docs/MIGRATION.md +213 -0
- package/docs/MOTION_OVERLAY.md +355 -0
- package/docs/OBSIDIAN.md +300 -0
- package/docs/OPERATIONS.md +142 -0
- package/docs/OPERATOR_HANDOFF.md +108 -0
- package/docs/PRODUCTION_WORKFLOW.md +148 -0
- package/docs/PROJECT_LAYOUT.md +262 -0
- package/docs/PROMPT_QUALITY.md +214 -0
- package/docs/PROVIDER_PLATFORM.md +195 -0
- package/docs/PUBLISHING.md +175 -0
- package/docs/PYTHON_PIPELINE.md +139 -0
- package/docs/REFERENCE_SHEETS.md +469 -0
- package/docs/REFERENCE_VIDEO_SEEDANCE_MOTION_DESIGN_WORKFLOW.md +465 -0
- package/docs/RELEASE_READINESS.md +573 -0
- package/docs/REVIEW_UI_STORYBOARD_WORKFLOW.md +200 -0
- package/docs/SCENE_CANDIDATES.md +518 -0
- package/docs/SKILLS.md +477 -0
- package/docs/SKILL_COHESION_PROMPT.md +88 -0
- package/docs/STORY_BIBLE.md +288 -0
- package/docs/STUDIO.md +96 -0
- package/docs/TEMPLATES.md +143 -0
- package/docs/UNIFICATION_AUDIT.md +321 -0
- package/docs/UPDATE_DOCS_PROMPT.md +78 -0
- package/docs/assets/demo-quickstart.cast +13 -0
- package/docs/assets/demo-quickstart.gif +0 -0
- package/docs/assets/diagram-architecture.jpg +0 -0
- package/docs/assets/diagram-assemble.jpg +0 -0
- package/docs/assets/diagram-lifecycle.jpg +0 -0
- package/docs/assets/diagram-obsidian-loop.jpg +0 -0
- package/docs/assets/diagram-obsidian-vault.jpg +0 -0
- package/docs/assets/diagram-routing.jpg +0 -0
- package/docs/assets/diagram-skills-ecosystem.jpg +0 -0
- package/docs/assets/diagram-story-bible.jpg +0 -0
- package/docs/assets/diagram-studio-goals.jpg +0 -0
- package/docs/assets/docsite-preview.png +0 -0
- package/docs/assets/logo.jpg +0 -0
- package/docs/assets/logo.png +0 -0
- package/docs/preview-portal-audit.md +151 -0
- package/package.json +119 -0
- package/playbooks/seedance-ugc.json +32 -0
- package/playbooks/veo-generic.json +26 -0
- package/references/video/.fixtures/multi-shot-runway-10s.txt +9 -0
- package/references/video/.fixtures/multi-shot-seedance-10s.txt +9 -0
- package/references/video/.fixtures/multi-shot-valid.txt +13 -0
- package/references/video/.fixtures/multi-shot-veo-8s.txt +9 -0
- package/references/video/ai-director-blueprint.md +614 -0
- package/references/video/camera-bible.md +294 -0
- package/references/video/character-reference-sheet.md +14 -0
- package/references/video/checkpoint-protocol.md +26 -0
- package/references/video/clone-ad-template-workflow.md +14 -0
- package/references/video/dialogue-duration-preflight.md +17 -0
- package/references/video/generation-telemetry.md +18 -0
- package/references/video/multi-shot-framework.md +455 -0
- package/references/video/seedance-skills/01-cinematic.md +1329 -0
- package/references/video/seedance-skills/02-3d-cgi.md +884 -0
- package/references/video/seedance-skills/03-cartoon.md +1668 -0
- package/references/video/seedance-skills/04-comic-to-video.md +1810 -0
- package/references/video/seedance-skills/05-fight-scenes.md +741 -0
- package/references/video/seedance-skills/06-motion-design-ad.md +1145 -0
- package/references/video/seedance-skills/07-ecommerce-ad.md +928 -0
- package/references/video/seedance-skills/08-anime-action.md +1145 -0
- package/references/video/seedance-skills/09-product-360.md +988 -0
- package/references/video/seedance-skills/10-music-video.md +1662 -0
- package/references/video/seedance-skills/11-social-hook.md +1874 -0
- package/references/video/seedance-skills/12-brand-story.md +1151 -0
- package/references/video/seedance-skills/13-fashion-lookbook.md +1236 -0
- package/references/video/seedance-skills/14-food-beverage.md +1110 -0
- package/references/video/seedance-skills/15-real-estate.md +2344 -0
- package/references/video/seedance-transport-payloads.md +144 -0
- package/references/video/seedance-ugc-formulas.md +104 -0
- package/references/video/stage-directors.md +47 -0
- package/references/video/style-template-schema.md +40 -0
- package/references/video/veo-prompting-guide.md +42 -0
- package/schemas/video/artifacts/analyze-output.schema.json +60 -0
- package/schemas/video/artifacts/assemble-report.schema.json +116 -0
- package/schemas/video/artifacts/asset-manifest.schema.json +23 -0
- package/schemas/video/artifacts/batch-queue-manifest.schema.json +59 -0
- package/schemas/video/artifacts/brand-definition.schema.json +93 -0
- package/schemas/video/artifacts/brand-dna.schema.json +55 -0
- package/schemas/video/artifacts/brief.schema.json +13 -0
- package/schemas/video/artifacts/clone-plan.schema.json +44 -0
- package/schemas/video/artifacts/dialogue.schema.json +52 -0
- package/schemas/video/artifacts/environment-assets.schema.json +30 -0
- package/schemas/video/artifacts/execution-plan.schema.json +64 -0
- package/schemas/video/artifacts/execution-report.schema.json +37 -0
- package/schemas/video/artifacts/filmmaking-prompts.schema.json +129 -0
- package/schemas/video/artifacts/flow-characters.schema.json +31 -0
- package/schemas/video/artifacts/flow-voices.schema.json +30 -0
- package/schemas/video/artifacts/motion-overlay-plan.schema.json +50 -0
- package/schemas/video/artifacts/multi-shot-prompt.schema.json +90 -0
- package/schemas/video/artifacts/music-video-config.schema.json +108 -0
- package/schemas/video/artifacts/narration.schema.json +54 -0
- package/schemas/video/artifacts/product-references.schema.json +29 -0
- package/schemas/video/artifacts/project-blueprint.schema.json +236 -0
- package/schemas/video/artifacts/publish-report.schema.json +12 -0
- package/schemas/video/artifacts/reference-sheets.schema.json +85 -0
- package/schemas/video/artifacts/review-report.schema.json +12 -0
- package/schemas/video/artifacts/scene-candidates.schema.json +86 -0
- package/schemas/video/artifacts/scene-selection.schema.json +50 -0
- package/schemas/video/artifacts/seedance-assets.schema.json +31 -0
- package/schemas/video/artifacts/sfx.schema.json +31 -0
- package/schemas/video/artifacts/show-bible.schema.json +66 -0
- package/schemas/video/artifacts/soundtrack.schema.json +39 -0
- package/schemas/video/artifacts/story-bible.schema.json +131 -0
- package/schemas/video/artifacts/storyboard.schema.json +58 -0
- package/schemas/video/artifacts/voice-clones.schema.json +37 -0
- package/schemas/video/brand-profile.schema.json +20 -0
- package/schemas/video/errors.json +48 -0
- package/schemas/video/pipeline-manifest.schema.json +51 -0
- package/skills/README.md +113 -0
- package/skills/ai-director/SKILL.md +140 -0
- package/skills/ai-filmmaking/SKILL.md +239 -0
- package/skills/ai-slop-cleaner/SKILL.md +114 -0
- package/skills/brand-agency/SKILL.md +181 -0
- package/skills/brand-presenter/SKILL.md +114 -0
- package/skills/build-fix/SKILL.md +145 -0
- package/skills/bunty/SKILL.md +41 -0
- package/skills/catalog.json +326 -0
- package/skills/character-ad/SKILL.md +154 -0
- package/skills/character-creator/SKILL.md +303 -0
- package/skills/character-library/README.md +12 -0
- package/skills/character-library/SKILL.md +110 -0
- package/skills/clawbot/SKILL.md +26 -0
- package/skills/concierge/SKILL.md +183 -0
- package/skills/configure-notifications/SKILL.md +286 -0
- package/skills/davendra-presenter/SKILL.md +27 -0
- package/skills/davendra-presenter/assets/davendra_intro_1.jpg +0 -0
- package/skills/davendra-presenter/assets/davendra_intro_2.jpg +0 -0
- package/skills/davendra-presenter/assets/davendra_outro_1.jpg +0 -0
- package/skills/davendra-presenter/assets/davendra_outro_2.jpg +0 -0
- package/skills/deep-interview/SKILL.md +358 -0
- package/skills/deepsearch/SKILL.md +38 -0
- package/skills/doctor/SKILL.md +200 -0
- package/skills/graphify/SKILL.md +616 -0
- package/skills/help/SKILL.md +200 -0
- package/skills/higgsfield-generate/SKILL.md +171 -0
- package/skills/improvement-run/SKILL.md +47 -0
- package/skills/motion-reel/SKILL.md +102 -0
- package/skills/movie-director/SKILL.md +338 -0
- package/skills/multi-shot-prompt/SKILL.md +77 -0
- package/skills/nex-presenter/SKILL.md +25 -0
- package/skills/nex-presenter/assets/logo_manifest.json +26 -0
- package/skills/nex-presenter/assets/logo_source.jpg +0 -0
- package/skills/nex-presenter/assets/nex_brief_intro.mp4 +0 -0
- package/skills/nex-presenter/assets/nex_intro_1.jpg +0 -0
- package/skills/nex-presenter/assets/nex_intro_2.jpg +0 -0
- package/skills/nex-presenter/assets/nex_outro_1.jpg +0 -0
- package/skills/nex-presenter/assets/nex_outro_2.jpg +0 -0
- package/skills/nex-presenter/assets/text_overlay.png +0 -0
- package/skills/note/SKILL.md +62 -0
- package/skills/pipeline/SKILL.md +86 -0
- package/skills/review/SKILL.md +38 -0
- package/skills/runway/SKILL.md +131 -0
- package/skills/seedance-prompts/SKILL.md +194 -0
- package/skills/skill/SKILL.md +835 -0
- package/skills/skills-auditor/SKILL.md +73 -0
- package/skills/studio-mode/SKILL.md +148 -0
- package/skills/ugc/SKILL.md +386 -0
- package/skills/ui-ux-pro-max/SKILL.md +386 -0
- package/skills/video-analyze-template/SKILL.md +77 -0
- package/skills/video-clone-ad/SKILL.md +67 -0
- package/skills/video-framework/SKILL.md +201 -0
- package/skills/video-portfolio-ops/SKILL.md +84 -0
- package/skills/video-post/SKILL.md +97 -0
- package/skills/video-production-handoff/SKILL.md +130 -0
- package/skills/video-release-readiness/SKILL.md +93 -0
- package/skills/video-replicator/SKILL.md +368 -0
- package/skills/video-review-ui-qa/SKILL.md +103 -0
- package/skills/video-storyboard/SKILL.md +71 -0
- package/skills/video-thumbnail-lab/SKILL.md +67 -0
- package/skills/web-clone/SKILL.md +366 -0
- package/skills/worker/SKILL.md +106 -0
- package/skills/youtube-audio/SKILL.md +114 -0
- package/src/video/analyze-output.ts +10 -0
- package/src/video/archive-project.ts +65 -0
- package/src/video/artifact-history.ts +23 -0
- package/src/video/artifact-store.ts +59 -0
- package/src/video/artifact-validation.ts +268 -0
- package/src/video/artifacts.ts +156 -0
- package/src/video/assemble/animate-slides.ts +199 -0
- package/src/video/assemble/animation-styles.json +97 -0
- package/src/video/assemble/animation-styles.ts +54 -0
- package/src/video/assemble/assemble.ts +547 -0
- package/src/video/assemble/audio-concat.ts +165 -0
- package/src/video/assemble/audio-mix-plan.ts +150 -0
- package/src/video/assemble/audio-utils.ts +101 -0
- package/src/video/assemble/cut-segment.ts +121 -0
- package/src/video/assemble/ffmpeg.ts +333 -0
- package/src/video/assemble/gemini-vision-classify.ts +153 -0
- package/src/video/assemble/index.ts +247 -0
- package/src/video/assemble/media-qc.ts +252 -0
- package/src/video/assemble/music.ts +261 -0
- package/src/video/assemble/narration-fit.ts +90 -0
- package/src/video/assemble/overlay.ts +225 -0
- package/src/video/assemble/pdf.ts +169 -0
- package/src/video/assemble/qa-dialogue-lint.ts +129 -0
- package/src/video/assemble/qa-image-filter.ts +147 -0
- package/src/video/assemble/qa-image-vision.ts +154 -0
- package/src/video/assemble/qa-narration-vision.ts +135 -0
- package/src/video/assemble/qa-narration.ts +139 -0
- package/src/video/assemble/stitch-ad.ts +222 -0
- package/src/video/assemble/stitch.ts +918 -0
- package/src/video/assemble/text-card.ts +285 -0
- package/src/video/assemble/title-card.ts +186 -0
- package/src/video/assemble/transcript.ts +240 -0
- package/src/video/assemble/tts-elevenlabs.ts +182 -0
- package/src/video/assemble/tts.ts +227 -0
- package/src/video/assemble/types.ts +45 -0
- package/src/video/assemble/upscale.ts +80 -0
- package/src/video/asset-spec.ts +53 -0
- package/src/video/asset-tag-lookup.ts +51 -0
- package/src/video/atomic-write.ts +7 -0
- package/src/video/audio-platform/native-elevenlabs-sfx.ts +128 -0
- package/src/video/audio-platform/native-elevenlabs-tts.ts +119 -0
- package/src/video/audio-platform/native-flowmusic.ts +167 -0
- package/src/video/audio-platform/native-gemini-tts.ts +226 -0
- package/src/video/audio-platform/native-lyria.ts +231 -0
- package/src/video/audio-platform/native-lyria3.ts +244 -0
- package/src/video/audio-platform/registry.ts +220 -0
- package/src/video/audio-platform/suno-backend.ts +36 -0
- package/src/video/audio-platform/types.ts +138 -0
- package/src/video/batch-queue.ts +685 -0
- package/src/video/blueprint-prompt.ts +118 -0
- package/src/video/brand-definition.ts +287 -0
- package/src/video/brand-dna.ts +478 -0
- package/src/video/brand-prompt.ts +28 -0
- package/src/video/candidate-migrate.ts +171 -0
- package/src/video/category-registry.ts +224 -0
- package/src/video/chain-fallback.ts +53 -0
- package/src/video/character-auto-create.ts +547 -0
- package/src/video/character-consistency.ts +85 -0
- package/src/video/characters.ts +145 -0
- package/src/video/checkpoints.ts +60 -0
- package/src/video/cinema-profile.ts +120 -0
- package/src/video/cinematography.ts +1229 -0
- package/src/video/cli-output.ts +94 -0
- package/src/video/cli-schema.ts +505 -0
- package/src/video/cost-estimate.ts +150 -0
- package/src/video/csv-export.ts +150 -0
- package/src/video/dependencies.ts +64 -0
- package/src/video/dialogue-fit.ts +62 -0
- package/src/video/dialogue.ts +221 -0
- package/src/video/director-defaults.ts +432 -0
- package/src/video/director-preflight.ts +543 -0
- package/src/video/doctor-portfolio.ts +197 -0
- package/src/video/doctor.ts +499 -0
- package/src/video/emotion-cues.ts +36 -0
- package/src/video/environment-assets.ts +69 -0
- package/src/video/environment-auto-create.ts +122 -0
- package/src/video/errors.ts +133 -0
- package/src/video/events.ts +42 -0
- package/src/video/execute-autochain.ts +226 -0
- package/src/video/execute.ts +569 -0
- package/src/video/execution-cancel.ts +103 -0
- package/src/video/execution-plan.ts +178 -0
- package/src/video/execution-profile.ts +162 -0
- package/src/video/execution-runtime.ts +975 -0
- package/src/video/execution-seed.ts +46 -0
- package/src/video/execution-status.ts +736 -0
- package/src/video/filmmaking-prompts.ts +1789 -0
- package/src/video/final-media.ts +118 -0
- package/src/video/finish.ts +255 -0
- package/src/video/flow-character-library.ts +342 -0
- package/src/video/flow-markers.ts +330 -0
- package/src/video/gemini-analyze.ts +387 -0
- package/src/video/gemini-continuity.ts +186 -0
- package/src/video/gemini-judge.ts +300 -0
- package/src/video/gemini-key-pool.ts +153 -0
- package/src/video/gen-image-flow.ts +491 -0
- package/src/video/gen-image.ts +392 -0
- package/src/video/generation-telemetry.ts +282 -0
- package/src/video/http-error-safety.ts +13 -0
- package/src/video/image-dimensions.ts +69 -0
- package/src/video/legacy-import.ts +197 -0
- package/src/video/library-clean.ts +399 -0
- package/src/video/lipsync.ts +200 -0
- package/src/video/media-host.ts +153 -0
- package/src/video/metrics.ts +116 -0
- package/src/video/motion-overlay/analyze-reel.ts +200 -0
- package/src/video/motion-overlay/animate-render.ts +176 -0
- package/src/video/motion-overlay/animate.ts +93 -0
- package/src/video/motion-overlay/avatar-host-transport.ts +458 -0
- package/src/video/motion-overlay/avatar-host.ts +238 -0
- package/src/video/motion-overlay/compose-prompt.ts +247 -0
- package/src/video/motion-overlay/execute.ts +355 -0
- package/src/video/motion-overlay/flow-pack.ts +223 -0
- package/src/video/motion-overlay/ingest.ts +210 -0
- package/src/video/motion-overlay/motifs.ts +223 -0
- package/src/video/motion-overlay/motion-style.ts +162 -0
- package/src/video/motion-overlay/plan.ts +111 -0
- package/src/video/motion-overlay/preview.ts +191 -0
- package/src/video/motion-overlay/render-local.ts +441 -0
- package/src/video/motion-overlay/run.ts +217 -0
- package/src/video/motion-overlay/slice.ts +98 -0
- package/src/video/motion-overlay/transcribe.ts +211 -0
- package/src/video/motion-overlay/types.ts +89 -0
- package/src/video/motion-overlay/v2v-transport.ts +209 -0
- package/src/video/motion-overlay/write.ts +142 -0
- package/src/video/multi-shot-artifact.ts +64 -0
- package/src/video/multi-shot-prompt.ts +608 -0
- package/src/video/music-video.ts +324 -0
- package/src/video/narrate.ts +221 -0
- package/src/video/native-dreamina.ts +638 -0
- package/src/video/native-flow-r2v.ts +279 -0
- package/src/video/native-runway.ts +647 -0
- package/src/video/native-seedance.ts +615 -0
- package/src/video/native-veo.ts +470 -0
- package/src/video/next-actions.ts +247 -0
- package/src/video/obsidian-export.ts +336 -0
- package/src/video/obsidian-sync.ts +649 -0
- package/src/video/obsidian-vault.ts +96 -0
- package/src/video/outfit-prompts.ts +14 -0
- package/src/video/outpaint-keyframe.ts +365 -0
- package/src/video/pipeline-manifest.ts +16 -0
- package/src/video/pipeline-manifests/director.json +46 -0
- package/src/video/pipeline-manifests/storyboard.json +46 -0
- package/src/video/platform-specs.ts +50 -0
- package/src/video/playbooks.ts +34 -0
- package/src/video/post-production.ts +277 -0
- package/src/video/preview-portal/audit.ts +20 -0
- package/src/video/preview-portal/discovery.ts +787 -0
- package/src/video/preview-portal/generate.ts +138 -0
- package/src/video/preview-portal/index.ts +41 -0
- package/src/video/preview-portal/publish.ts +215 -0
- package/src/video/preview-portal/render.ts +865 -0
- package/src/video/preview-portal/shared-assets.ts +455 -0
- package/src/video/preview-portal/templates.ts +112 -0
- package/src/video/preview-portal/types.ts +288 -0
- package/src/video/product-references.ts +43 -0
- package/src/video/project-blueprint.ts +458 -0
- package/src/video/project-index.ts +179 -0
- package/src/video/projects.ts +18 -0
- package/src/video/prompt-guidance.ts +64 -0
- package/src/video/prompt-library.ts +96 -0
- package/src/video/prompt-lint.ts +568 -0
- package/src/video/prompt-quality.ts +635 -0
- package/src/video/prompt-rules.ts +209 -0
- package/src/video/provider-adapter-runner.ts +104 -0
- package/src/video/provider-platform/index.ts +5 -0
- package/src/video/provider-platform/registry.ts +286 -0
- package/src/video/provider-platform/route-capabilities.ts +327 -0
- package/src/video/provider-platform/router.ts +221 -0
- package/src/video/provider-platform/security.ts +29 -0
- package/src/video/provider-platform/telemetry.ts +116 -0
- package/src/video/provider-platform/types.ts +192 -0
- package/src/video/provider-status.ts +199 -0
- package/src/video/providers/dreamina-useapi.ts +345 -0
- package/src/video/providers/flowmusic-useapi.ts +252 -0
- package/src/video/providers/google-flow.ts +110 -0
- package/src/video/providers/public-host.ts +128 -0
- package/src/video/providers/runway-useapi.ts +377 -0
- package/src/video/providers/xskill.ts +304 -0
- package/src/video/readiness.ts +284 -0
- package/src/video/reference-sheet-store.ts +40 -0
- package/src/video/reference-sheets.ts +224 -0
- package/src/video/remix-narrated.ts +92 -0
- package/src/video/report-diff.ts +299 -0
- package/src/video/report-history.ts +122 -0
- package/src/video/report.ts +35 -0
- package/src/video/review-ui.ts +2495 -0
- package/src/video/scene-candidate-store.ts +152 -0
- package/src/video/scene-candidates.ts +195 -0
- package/src/video/scene-selection-store.ts +36 -0
- package/src/video/scene-selection.ts +306 -0
- package/src/video/scheduling.ts +18 -0
- package/src/video/scorecard.ts +90 -0
- package/src/video/seedance-asset-library.ts +259 -0
- package/src/video/seedance-blocks.ts +118 -0
- package/src/video/seedance-chain-host.ts +152 -0
- package/src/video/seedance-content-filter.ts +354 -0
- package/src/video/seedance-skill-loader.ts +83 -0
- package/src/video/sfx.ts +159 -0
- package/src/video/shot-grammar.ts +349 -0
- package/src/video/show-bible.ts +235 -0
- package/src/video/soundtrack.ts +257 -0
- package/src/video/stage-guards.ts +112 -0
- package/src/video/status.ts +342 -0
- package/src/video/story-bible.ts +302 -0
- package/src/video/storyboard-grid.ts +320 -0
- package/src/video/storyboard-markdown.ts +434 -0
- package/src/video/storyboard-still-candidates.ts +82 -0
- package/src/video/storyboard-templates.ts +249 -0
- package/src/video/studio/execute.ts +401 -0
- package/src/video/studio/planner.ts +114 -0
- package/src/video/studio/project-context.ts +25 -0
- package/src/video/studio/recipes.ts +346 -0
- package/src/video/studio/session.ts +24 -0
- package/src/video/studio/types.ts +76 -0
- package/src/video/template-store.ts +241 -0
- package/src/video/timeline.ts +32 -0
- package/src/video/title-overlay.ts +234 -0
- package/src/video/types.ts +465 -0
- package/src/video/veo-subprocess.ts +77 -0
- package/src/video/verify-env.ts +206 -0
- package/src/video/verify-final.ts +65 -0
- package/src/video/video-context.ts +92 -0
- package/src/video/vocal-map.ts +155 -0
- package/src/video/vocal-sync-plan.ts +224 -0
- package/src/video/voice-clone.ts +410 -0
- package/src/video/with-retry.ts +149 -0
- package/src/video/workload.ts +87 -0
- package/src/video/workspace.ts +255 -0
- package/tmp/review-station/index.html +4194 -0
- package/tsconfig.json +19 -0
|
@@ -0,0 +1,988 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: seedance-product-360
|
|
3
|
+
description: Generate product 360° turntable, multi-angle showcase, and product reveal video prompts for Seedance 2.0 on Higgsfield. Use whenever the user wants a product rotation video, turntable showcase, product reveal, 360 view, multi-angle product display, product beauty shot, hero product video, or unboxing reveal. Triggers on: product 360, turntable, product rotation, multi-angle, product reveal, product showcase, hero shot, beauty shot, product spin, unboxing, or any request to showcase a physical product from multiple angles. Use even for "show my product from all sides" or "make a product video."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Product 360° Turntable & Multi-Angle Showcase — Seedance 2.0 on Higgsfield
|
|
7
|
+
|
|
8
|
+
## Overview & Higgsfield Integration
|
|
9
|
+
|
|
10
|
+
This skill generates production-grade product showcase videos using **Seedance 2.0 on Higgsfield**, the industry-standard platform for photorealistic AI video creation. Seedance 2.0 on Higgsfield excels at product visualization, rotating objects with perfect material fidelity, and building compelling reveal sequences that drive e-commerce conversion.
|
|
11
|
+
|
|
12
|
+
**When to Use This Skill:**
|
|
13
|
+
- Product turntable videos for Amazon, Shopify, product pages
|
|
14
|
+
- 360° hero shots with dynamic lighting
|
|
15
|
+
- Multi-angle reveals (unboxing, exploded view, assembly)
|
|
16
|
+
- Beauty shots with macro-to-wide transitions
|
|
17
|
+
- Product reveal videos with dramatic entries
|
|
18
|
+
- Material showcase sequences (metal, glass, leather, etc.)
|
|
19
|
+
- Hero product videos with environmental context
|
|
20
|
+
|
|
21
|
+
**Why Seedance 2.0 on Higgsfield:**
|
|
22
|
+
- Photorealistic product rendering with perfect reflections
|
|
23
|
+
- Smooth 360-degree rotation without jitter or aliasing
|
|
24
|
+
- Material-aware lighting (metallics, glass, fabric)
|
|
25
|
+
- Sub-frame precision for product detail macro work
|
|
26
|
+
- Full environmental control (backgrounds, lighting, reflections)
|
|
27
|
+
- E-commerce ready output (16:9, square, vertical formats)
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## Seedance 2.0 on Higgsfield Technical Specifications
|
|
32
|
+
|
|
33
|
+
### Video Output Standards
|
|
34
|
+
- **Resolution:** 1920×1080 (16:9), 1080×1080 (square), 1080×1920 (vertical)
|
|
35
|
+
- **Frame Rate:** 24fps or 30fps (recommended 24fps for luxury products, 30fps for dynamic reveals)
|
|
36
|
+
- **Duration:** 5–60 seconds (optimal: 15–30 seconds for social, 8–15 seconds for product pages)
|
|
37
|
+
- **Codec:** H.264 MP4 or ProRes for professional production
|
|
38
|
+
- **Color Space:** sRGB (web) or DCI-P3 (premium retail displays)
|
|
39
|
+
|
|
40
|
+
### Seedance 2.0 on Higgsfield Strengths
|
|
41
|
+
- Real-time ray tracing for accurate material reflections
|
|
42
|
+
- Particle system support for mystical reveals and material transitions
|
|
43
|
+
- Seamless looping for automated product carousels
|
|
44
|
+
- Dynamic shadow mapping for dramatic lighting
|
|
45
|
+
- Specular highlight fidelity for jewelry, watches, glass
|
|
46
|
+
- Subsurface scattering for organic products (beauty, cosmetics)
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
## 2-Second Hook Framework
|
|
51
|
+
|
|
52
|
+
The first 2 seconds determine if viewers engage. These hooks trigger immediate visual interest and communicate luxury, innovation, or desirability.
|
|
53
|
+
|
|
54
|
+
### 10+ Hook Styles
|
|
55
|
+
|
|
56
|
+
1. **Particle Materialization** — Product emerges from a cloud of particles or dust, slowly solidifying. Perfect for tech, jewelry, luxury goods. `"Product materializes from golden particles, coalescing from mist into perfect form."`
|
|
57
|
+
|
|
58
|
+
2. **Dramatic Spotlight Snap** — Single harsh spotlight suddenly illuminates the product in darkness, revealing hero details instantly. Luxury watch/jewelry staple. `"Spotlight snaps on, product gleams in sharp light, shadow recedes."`
|
|
59
|
+
|
|
60
|
+
3. **Crash & Shockwave** — Product crashes down from above with impact, creating subtle dust/motion blur. Implies robustness, drama, premium engineering. `"Product crashes onto surface, shockwave ripples outward, comes to rest."`
|
|
61
|
+
|
|
62
|
+
4. **Unwrap / Peel Reveal** — Packaging peels away, tissue unfolds, protective layer retracts. Unboxing energy. `"Protective wrapping peels back, revealing pristine product beneath."`
|
|
63
|
+
|
|
64
|
+
5. **Impossible-Angle Macro-to-Wide** — Start extreme close-up (micro detail, texture, material), then pull out to full product view. Creates "wow" moment. `"Macro shot of leather stitching pulls back, revealing full luxury bag."`
|
|
65
|
+
|
|
66
|
+
6. **Self-Assembly** — Product components float, snap into place, assemble themselves with mechanical precision. Tech/modular products. `"Modular segments float and lock together, forming complete device."`
|
|
67
|
+
|
|
68
|
+
7. **Exploded View Snap-Together** — All parts visible and separated, then snap together with satisfying mechanical sound. Complexity > simplicity narrative. `"All components visible in space, rapidly snap into tight assembly."`
|
|
69
|
+
|
|
70
|
+
8. **Liquid Pour / Transparency Bloom** — Transparent product fills with color, liquid component appears, frosting effect. Beauty/beverage products. `"Perfume fills bottle with color, liquid settles, light refracts through glass."`
|
|
71
|
+
|
|
72
|
+
9. **Slow-Motion Lift** — Product gracefully lifts from surface in slow motion, floating into rotation. Elegant, premium, weightless. `"Product slowly lifts from surface, floating into smooth rotation."`
|
|
73
|
+
|
|
74
|
+
10. **Spin-to-Reveal** — Half rotation (180°) that reveals hidden side detail, embossing, or branding. Efficient surprise. `"Half-rotation reveals embossed detail on back panel."`
|
|
75
|
+
|
|
76
|
+
11. **Zoom & Pan Transition** — Camera zooms into texture, then pans to full product. Material storytelling opener. `"Camera dives into brushed metal surface, pulls back to reveal entire watch."`
|
|
77
|
+
|
|
78
|
+
12. **Halo Light Flare** — Gorgeous light reflection or flare appears around product, emphasizing shine/luxury. Jewelry default. `"Brilliant light flare cascades across diamond surface, illuminating facets."`
|
|
79
|
+
|
|
80
|
+
---
|
|
81
|
+
|
|
82
|
+
## Product Showcase Philosophy
|
|
83
|
+
|
|
84
|
+
### Hero Angle Selection
|
|
85
|
+
Every product has a "hero angle"—the view that best communicates value, function, and aesthetics. Identify this first.
|
|
86
|
+
|
|
87
|
+
- **Watches/Rings:** Front face with slight 35° tilt to show depth, side profile to reveal case thickness
|
|
88
|
+
- **Bags:** Three-quarter front view emphasizing silhouette, then side to show structure
|
|
89
|
+
- **Electronics:** Screen-facing front, then rear to show materials and branding
|
|
90
|
+
- **Shoes:** Three-quarter angle emphasizing profile, sole detail
|
|
91
|
+
- **Jewelry:** Direct light into stone facets, then rotation to show setting complexity
|
|
92
|
+
- **Cosmetics:** Top-down view of bottle/compact, then side to show proportions and design
|
|
93
|
+
|
|
94
|
+
### Material Storytelling
|
|
95
|
+
Each material communicates a different value proposition. Lighting and angle emphasize this narrative.
|
|
96
|
+
|
|
97
|
+
- **Metals:** Reflections = precision, craftsmanship, durability
|
|
98
|
+
- **Glass/Crystal:** Transparency and refraction = clarity, luxury, purity
|
|
99
|
+
- **Leather:** Texture and patina = heritage, authenticity, touch
|
|
100
|
+
- **Fabric:** Weave, drape, pattern = comfort, innovation, quality
|
|
101
|
+
- **Wood:** Grain, warmth, finish = natural, sustainable, artisanal
|
|
102
|
+
- **Matte Surfaces:** Uniformity and refinement = minimalism, modern
|
|
103
|
+
|
|
104
|
+
### Lighting as Value Communication
|
|
105
|
+
Lighting tells the story before the product even rotates.
|
|
106
|
+
|
|
107
|
+
- **Luxury/Jewelry:** Hard rim light, single source, dramatic shadows. Communicates exclusivity.
|
|
108
|
+
- **Tech:** Cool, neutral light. Communicates precision and cleanliness.
|
|
109
|
+
- **Beauty/Cosmetics:** Soft, diffuse light. Communicates gentleness and purity.
|
|
110
|
+
- **Fashion:** Lifestyle lighting mimicking studio photography. Warm, natural, editorial.
|
|
111
|
+
- **Automotive:** Dynamic three-point lighting with dramatic reflections. Communicates performance.
|
|
112
|
+
|
|
113
|
+
### Rotation Speed & Cadence
|
|
114
|
+
- **Slow (10–15 seconds for 360°):** Luxury, watchmaking, complexity. Viewer absorbs every detail.
|
|
115
|
+
- **Medium (5–8 seconds for 360°):** Fashion, cosmetics. Viewers see form and function.
|
|
116
|
+
- **Fast (2–4 seconds for 360°):** Tech, dynamic products. Communicates speed and modernity.
|
|
117
|
+
- **Multi-speed:** Start slow on hero angle, then accelerate for impact.
|
|
118
|
+
|
|
119
|
+
### Detail Progression Strategy
|
|
120
|
+
Build a visual narrative of discovery.
|
|
121
|
+
|
|
122
|
+
1. **Establish:** Reveal the product in its hero context and lighting.
|
|
123
|
+
2. **Hero Angle:** Show the most important 45° view.
|
|
124
|
+
3. **Rotation:** Slow 360° to show all sides and materials.
|
|
125
|
+
4. **Details:** Macro shots of textures, stitching, seams, features.
|
|
126
|
+
5. **Context:** Show product in use, in lifestyle setting, or packaged.
|
|
127
|
+
6. **Close:** Return to hero angle with final light flourish.
|
|
128
|
+
|
|
129
|
+
---
|
|
130
|
+
|
|
131
|
+
## Master Template for Seedance 2.0 on Higgsfield
|
|
132
|
+
|
|
133
|
+
Use this structure as your foundation for all product videos:
|
|
134
|
+
|
|
135
|
+
```
|
|
136
|
+
[OPENING HOOK - 2 seconds]
|
|
137
|
+
[Product Type: [category]]
|
|
138
|
+
[Hero Angle: [specific angle and lighting setup]]
|
|
139
|
+
[Hook Style: [particle materialization / spotlight snap / crash / unwrap / macro-to-wide / assembly / exploded / liquid / lift / spin / zoom / halo]]
|
|
140
|
+
[Mood: [dramatic / elegant / energetic / serene / playful]]
|
|
141
|
+
|
|
142
|
+
[HERO SHOWCASE - 3-5 seconds]
|
|
143
|
+
[Rotation Speed: [slow / medium / fast]]
|
|
144
|
+
[Primary Rotation: [full 360 / half orbit / floating / hero lock]]
|
|
145
|
+
[Lighting: [key light angle / fill light intensity / rim light presence]]
|
|
146
|
+
[Camera: [static / subtle orbit / push-in / pull-back / tilt]]
|
|
147
|
+
[Focus on: [main feature / material / proportion / detail]]
|
|
148
|
+
|
|
149
|
+
[DETAIL PROGRESSION - 3-5 seconds]
|
|
150
|
+
[Macro Shots: [specific textures / stitching / engravings / material close-ups]]
|
|
151
|
+
[Transition: [push-in / dissolve / spin-cut / morph]]
|
|
152
|
+
[Reveal: [hidden detail / underside / interior / feature callout]]
|
|
153
|
+
|
|
154
|
+
[LIFESTYLE / CONTEXT - 2-3 seconds] [Optional for product page videos]
|
|
155
|
+
[Environment: [studio / lifestyle / lifestyle with hands / packaged]]
|
|
156
|
+
[Lighting Shift: [to warm / to natural / to product-focused]]
|
|
157
|
+
[Narrative: [in-use / luxury presentation / gifting moment]]
|
|
158
|
+
|
|
159
|
+
[FINALE - 2 seconds]
|
|
160
|
+
[Return to: [hero angle / product in light / brand moment]]
|
|
161
|
+
[Final Effect: [light flare / slow fade / gentle spin / freeze]]
|
|
162
|
+
[Text Overlay: [product name / key spec / price / CTA]]
|
|
163
|
+
```
|
|
164
|
+
|
|
165
|
+
---
|
|
166
|
+
|
|
167
|
+
## Product Category Lighting Guide
|
|
168
|
+
|
|
169
|
+
### Electronics & Tech Hardware
|
|
170
|
+
**Lighting Approach:** Cool, clinical, bright. Emphasize precision and modernity.
|
|
171
|
+
- Key Light: 45° above, slightly forward, cool-toned (5600K). Creates sharp specular highlights on screens and metal bezels.
|
|
172
|
+
- Fill Light: 50% intensity, opposite side, slightly warm (4000K) to add dimension without shadows.
|
|
173
|
+
- Rim Light: Subtle edge light on product edges. Separates product from background.
|
|
174
|
+
- Background: Gradient from dark gray to white, or solid mid-gray. Neutral, corporate.
|
|
175
|
+
- Surface: Matte black or white product table. Minimal reflection.
|
|
176
|
+
- Special Technique: Light reflections in screens and glass panels tell stories about clarity and capability.
|
|
177
|
+
|
|
178
|
+
### Jewelry & Watches
|
|
179
|
+
**Lighting Approach:** Dramatic, luxurious, facet-revealing. Emphasize sparkle and craftsmanship.
|
|
180
|
+
- Key Light: 30° to side, slightly above. Single, directional, hard-edged. Creates brilliant specular highlights on facets and metal.
|
|
181
|
+
- Fill Light: Minimal. Shadows enhance drama and dimension.
|
|
182
|
+
- Rim Light: Strong. Creates halo effect around edges, emphasizing setting and detail.
|
|
183
|
+
- Background: Black, deep navy, or mirror surface. Reflects light, creates backdrop sparkle.
|
|
184
|
+
- Surface: Black velvet, dark leather, or reflective surface. Absorbs light to emphasize product shine.
|
|
185
|
+
- Special Technique: Rotate product through light so facets "flash" and sparkle. Timing is everything—reveal new sparkle every half-second of rotation.
|
|
186
|
+
|
|
187
|
+
### Fashion Accessories (Bags, Belts, Scarves)
|
|
188
|
+
**Lighting Approach:** Warm, editorial, lifestyle-forward. Emphasize materials and craftsmanship.
|
|
189
|
+
- Key Light: 45° above and to side. Warm-toned (3200K–4000K). Creates soft depth.
|
|
190
|
+
- Fill Light: 60% intensity, opposite side, same warmth. Maintains texture visibility without harsh shadows.
|
|
191
|
+
- Rim Light: Moderate. Separates material from background.
|
|
192
|
+
- Background: White, light gray, or soft gradient. Sometimes lifestyle context (wood, stone).
|
|
193
|
+
- Surface: Neutral tone, natural material (wood platform, linen base). Supports lifestyle aesthetic.
|
|
194
|
+
- Special Technique: Emphasize texture—stitching, grain, weave, patina. Let light graze across surfaces to show craftsmanship.
|
|
195
|
+
|
|
196
|
+
### Automotive Parts & Accessories
|
|
197
|
+
**Lighting Approach:** Dramatic, performance-oriented, reflective. Emphasize engineering.
|
|
198
|
+
- Key Light: 45° above, dramatic angle. Creates strong reflection and shadow contrast.
|
|
199
|
+
- Fill Light: 40% intensity. Maintains detail in shadowed areas without softening drama.
|
|
200
|
+
- Rim Light: Strong. Creates separation and emphasizes form.
|
|
201
|
+
- Background: Dark gradient or mirror surface. Reflects product and creates motion feel.
|
|
202
|
+
- Surface: Black, polished, or reflective. Emphasizes shine and performance.
|
|
203
|
+
- Special Technique: Multiple light sources to show metallic reflections. Polish surfaces to catch and throw light. Communicate speed and precision.
|
|
204
|
+
|
|
205
|
+
### Cosmetics & Perfume
|
|
206
|
+
**Lighting Approach:** Soft, dewy, luxurious. Emphasize purity and beauty.
|
|
207
|
+
- Key Light: 60° above, diffused. Creates soft, shadowless illumination. Warm (3200K).
|
|
208
|
+
- Fill Light: 80% intensity. Maintains overall softness.
|
|
209
|
+
- Rim Light: Subtle. Just enough to separate product from background.
|
|
210
|
+
- Background: White, pale gradient, or soft texture. Pure, clean, aspirational.
|
|
211
|
+
- Surface: White, frosted, or soft material. Reflects light diffusely.
|
|
212
|
+
- Special Technique: Emphasize transparency, color gradations, and shine on glass. If liquid inside, show color saturation and refraction. Create aspirational, "dewy" aesthetic.
|
|
213
|
+
|
|
214
|
+
### Watches (Dedicated)
|
|
215
|
+
**Lighting Approach:** Precision-showcase, gemstone-grade. Highlight mechanics and materials.
|
|
216
|
+
- Key Light: 35° above, precise angle. Cool-toned to emphasize metal and crystal.
|
|
217
|
+
- Fill Light: 50% intensity. Maintains dial readability and hand detail.
|
|
218
|
+
- Rim Light: Moderate-to-strong. Creates separation between watch and background.
|
|
219
|
+
- Background: Black or deep navy. High contrast emphasizes case and crystal.
|
|
220
|
+
- Surface: Black leather, suede, or velvet. Premium feel, minimal distraction.
|
|
221
|
+
- Special Technique: Rotate to show dial detail first (readability, numerals, hands), then case side profile (thickness, lugs, material), then caseback (movement detail, engraving). Light catches on crystal, emphasizing clarity and quality.
|
|
222
|
+
|
|
223
|
+
### Footwear (Shoes, Sneakers, Boots)
|
|
224
|
+
**Lighting Approach:** Dynamic, lifestyle-friendly. Emphasize silhouette and texture.
|
|
225
|
+
- Key Light: 45° above and to side. Warm (3500K). Creates dimension and shadow that emphasizes shape.
|
|
226
|
+
- Fill Light: 60% intensity. Maintains texture detail in creases and folds.
|
|
227
|
+
- Rim Light: Moderate. Separates shoe from background, emphasizes profile.
|
|
228
|
+
- Background: White, light gradient, or lifestyle context. Allows silhouette to stand out.
|
|
229
|
+
- Surface: White, light gray, or neutral material. Clean, simple, non-distracting.
|
|
230
|
+
- Special Technique: Showcase sole detail, tread, materials. Show side profile first (silhouette), then top (upper construction), then detail (stitching, logos, texture). End on dynamic three-quarter hero angle.
|
|
231
|
+
|
|
232
|
+
### Furniture & Home Goods
|
|
233
|
+
**Lighting Approach:** Ambient, lifestyle, proportional. Emphasize form and material.
|
|
234
|
+
- Key Light: 45° above, diffused. Warm (3200K–3500K). Emphasizes materials like wood, fabric, leather.
|
|
235
|
+
- Fill Light: 70% intensity. Creates overall balance and shows product scale.
|
|
236
|
+
- Rim Light: Subtle. Separates object from background without drama.
|
|
237
|
+
- Background: Neutral or lifestyle context. Shows scale and intended environment.
|
|
238
|
+
- Surface: Neutral material (wood, tile, concrete) or lifestyle setting. Contextualizes product.
|
|
239
|
+
- Special Technique: Show size by including hand interaction or use-case. Emphasize surface finish—wood grain, fabric weave, metal hardware. Multiple angles to communicate three-dimensionality and comfort.
|
|
240
|
+
|
|
241
|
+
### Food Packaging & Consumables
|
|
242
|
+
**Lighting Approach:** Appetizing, warm, inviting. Emphasize color and freshness.
|
|
243
|
+
- Key Light: 45° above, warm (3200K). Creates appetite appeal and warmth.
|
|
244
|
+
- Fill Light: 70% intensity. Prevents harsh shadows that would suggest stale or unappetizing.
|
|
245
|
+
- Rim Light: Subtle. Just enough to separate packaging from background.
|
|
246
|
+
- Background: Soft gradient, warm neutral, or lifestyle food context. Appetizing, relatable.
|
|
247
|
+
- Surface: Natural material (wood, linen, ceramic) or lifestyle setting. Suggests freshness and quality.
|
|
248
|
+
- Special Technique: Emphasize color saturation and vibrancy. Show liquids, contents, and freshness cues. If packaging includes window, show product inside with mouth-watering appeal.
|
|
249
|
+
|
|
250
|
+
### Tech Hardware (Phones, Tablets, Headphones, Wearables)
|
|
251
|
+
**Lighting Approach:** Cool-precision with aspirational warmth. Balance technology credibility with luxury.
|
|
252
|
+
- Key Light: 45° above, cool (5600K). Communicates innovation and precision.
|
|
253
|
+
- Fill Light: 55% intensity, slightly warm (4000K). Adds dimension and aspiration.
|
|
254
|
+
- Rim Light: Moderate. Emphasizes sleek edges and thinness.
|
|
255
|
+
- Background: Dark to mid-gray gradient or white. Neutral, modern, premium.
|
|
256
|
+
- Surface: Reflective or matte dark surface. Minimal distraction, high contrast.
|
|
257
|
+
- Special Technique: Emphasize thinness, fit, and material quality. Show screens at angles that reveal color accuracy and brightness. Showcase premium details like button placement, port design, material transitions.
|
|
258
|
+
|
|
259
|
+
---
|
|
260
|
+
|
|
261
|
+
## Rotation & Camera Movement Library
|
|
262
|
+
|
|
263
|
+
Choose 1–3 primary movements per video. Mix and match for variety.
|
|
264
|
+
|
|
265
|
+
### Full Rotations (360°)
|
|
266
|
+
1. **Slow Full Rotation** — 15+ seconds for complete 360°. Viewers absorb every angle. Use for: jewelry, watches, luxury bags, complex products.
|
|
267
|
+
2. **Medium Full Rotation** — 6–8 seconds for 360°. Balanced viewing and discovery. Use for: electronics, fashion, shoes.
|
|
268
|
+
3. **Fast Full Rotation** — 2–4 seconds for 360°. Dynamic, modern, energetic. Use for: tech gadgets, dynamic products.
|
|
269
|
+
4. **Spin + Float** — 360° rotation while product slowly ascends or descends. Adds dimension and elegance. Use for: luxury goods, product reveals.
|
|
270
|
+
|
|
271
|
+
### Partial Rotations
|
|
272
|
+
5. **Half Rotation (180°)** — Rotate from front to back, emphasizing hidden side. Efficient, reveals surprise detail. Use for: products with asymmetrical interesting sides.
|
|
273
|
+
6. **Quarter Rotation (90°)** — Hero angle to side view. Brief but informative. Use for: shoes, bags, profile-specific products.
|
|
274
|
+
7. **Continuous Orbital** — Camera orbits around stationary product at 45° angle (360° around and behind). Different from product rotation—camera moves. Use for: furniture, large products, architecture-like showcase.
|
|
275
|
+
|
|
276
|
+
### Dynamic Camera Movements
|
|
277
|
+
8. **Push-In Macro** — Camera pushes close to product, ending in macro detail (texture, stitching, engravings). Reveals craftsmanship. Use for: luxury goods, detailed products.
|
|
278
|
+
9. **Pull-Back Reveal** — Start macro close-up, pull back to show full product. Inverse of push-in. Creates "ah-ha!" moment. Use for: products with hidden details or complex micro-features.
|
|
279
|
+
10. **Dolly Slide (Horizontal)** — Camera slides left-to-right or right-to-left, maintaining distance. Shows product profile and proportion. Use for: shoes, bags, linear products.
|
|
280
|
+
11. **Tilt Up / Tilt Down** — Camera tilts upward while product rotates (or vice versa). Adds dimension and elegance. Use for: tall products, watches, jewelry.
|
|
281
|
+
12. **Dutch Tilt Rotation** — Product rotates while camera is tilted at 25–35° angle. Dynamic, modern, energetic. Use for: tech, fashion, dynamic brands.
|
|
282
|
+
|
|
283
|
+
### Combination Movements
|
|
284
|
+
13. **Spin-to-Stop-Pan** — Product spins 360°, stops at hero angle, then camera pans closer or orbits around it. Shows all views, then emphasizes best view. Use for: products with clear hero angle.
|
|
285
|
+
14. **Multi-Speed Rotation** — Start slow (hero angle emphasis), accelerate mid-rotation (excitement), return to slow (finale). Builds narrative and engagement. Use for: all product categories.
|
|
286
|
+
15. **Floating Rotation** — Product rotates while slowly floating up and back (away from camera), creating depth. Use for: jewelry, watches, luxury cosmetics.
|
|
287
|
+
16. **Overhead Spin** — Top-down camera angle, product spins 360° (like spinning on a turntable). Shows top detail, proportions, footprint. Use for: watches, rings, small products, flat products.
|
|
288
|
+
17. **Boom-Up Rotation** — Product rotates while camera booms up (rises vertically). Shows bottom detail to top detail over rotation. Use for: shoes, products with interesting soles or bases.
|
|
289
|
+
18. **Zoom Pan Transition** — Zoom into specific detail, hold, then pan/pull to show that detail in context of full product. Use for: products with feature callouts.
|
|
290
|
+
19. **Parallax Orbit** — Camera orbits around product while rotating slightly itself. Creates 3D depth, sophisticated feel. Use for: luxury, watches, jewelry.
|
|
291
|
+
20. **Pendulum Swing** — Product rotates side-to-side (45° left to 45° right) rather than full 360°. Highlights front and sides. Quick, efficient. Use for: bags, cosmetics, frontal-focused products.
|
|
292
|
+
|
|
293
|
+
---
|
|
294
|
+
|
|
295
|
+
## Material & Surface Showcase Techniques
|
|
296
|
+
|
|
297
|
+
### Metal (Stainless, Gold, Aluminum, Brass)
|
|
298
|
+
- **Lighting:** Hard, directional key light. Single source or multi-source to create multiple reflections.
|
|
299
|
+
- **Technique:** Let specular highlights "dance" across surface as product rotates. Emphasize reflection clarity—metal should be mirror-like and sharp.
|
|
300
|
+
- **Color Grading:** Cool-toned for stainless (5600K+), warm-toned for gold/brass (3200K–4000K).
|
|
301
|
+
- **Detail Work:** Macro on brushed finishes to show grain direction. Macro on polished finishes to show mirror clarity.
|
|
302
|
+
- **Camera Movement:** Slow, deliberate rotation. Let viewers track light reflections.
|
|
303
|
+
|
|
304
|
+
### Glass & Crystal
|
|
305
|
+
- **Lighting:** Multi-directional. Key light from front-above, fill lights from sides to show refraction and transparency.
|
|
306
|
+
- **Technique:** Emphasize clarity and color saturation. Show how light passes through and bends. Create caustic (light pattern) effects if liquid-filled.
|
|
307
|
+
- **Color Grading:** Cool-toned to emphasize purity and clarity (5200K–5600K).
|
|
308
|
+
- **Detail Work:** Macro on texture, etching, or internal patterns. Show light refraction through macro lens.
|
|
309
|
+
- **Camera Movement:** Medium-speed rotation. Allow light refraction patterns to animate across surface.
|
|
310
|
+
|
|
311
|
+
### Leather & Hide
|
|
312
|
+
- **Lighting:** Warm, directional. Key light angled to graze across leather surface, revealing grain and texture.
|
|
313
|
+
- **Technique:** Emphasize patina, break-in, and authentic aging. Show wrinkles, creases, natural variation as signs of quality.
|
|
314
|
+
- **Color Grading:** Warm (3200K–3500K) to emphasize richness and warmth.
|
|
315
|
+
- **Detail Work:** Macro on grain pattern, stitching, edge finishing. Show texture close-up.
|
|
316
|
+
- **Camera Movement:** Slow rotation with occasional pause at textured areas. Let viewers absorb authenticity.
|
|
317
|
+
|
|
318
|
+
### Fabric (Weave, Knit, Cotton, Silk)
|
|
319
|
+
- **Lighting:** Soft, directional. Key light at 45° to show weave and drape without harsh shadows.
|
|
320
|
+
- **Technique:** Emphasize weave tightness, color variation, and natural drape. Show movement if applicable (fabric flowing, wrapping around product).
|
|
321
|
+
- **Color Grading:** Warm-neutral (3500K–4000K) to maintain fabric authenticity.
|
|
322
|
+
- **Detail Work:** Macro on thread detail, label, seaming. Show quality of construction.
|
|
323
|
+
- **Camera Movement:** Medium rotation. Allow fabric to catch and release light naturally.
|
|
324
|
+
|
|
325
|
+
### Wood (Grain, Finish, Stain)
|
|
326
|
+
- **Lighting:** Warm, diffused. Key light at 45° to show grain direction and finish depth.
|
|
327
|
+
- **Technique:** Emphasize grain pattern as natural, unique, and authentic. Show finish quality (matte, satin, gloss).
|
|
328
|
+
- **Color Grading:** Warm (3200K–3500K) to emphasize richness and natural beauty.
|
|
329
|
+
- **Detail Work:** Macro on grain pattern, edge finish, joinery. Show quality of craftsmanship.
|
|
330
|
+
- **Camera Movement:** Slow, deliberate rotation. Let viewers appreciate grain and finish nuance.
|
|
331
|
+
|
|
332
|
+
### Ceramic & Porcelain
|
|
333
|
+
- **Lighting:** Soft, directional. Emphasize surface finish and glaze quality.
|
|
334
|
+
- **Technique:** Emphasize gloss, matte, or textured surface. Show glaze depth and color saturation.
|
|
335
|
+
- **Color Grading:** Warm-neutral (4000K) to maintain authentic ceramic appearance.
|
|
336
|
+
- **Detail Work:** Macro on surface texture, glaze detail, maker's mark. Show quality of finish.
|
|
337
|
+
- **Camera Movement:** Medium rotation. Allow light to catch on glossy areas.
|
|
338
|
+
|
|
339
|
+
### Liquid (Perfume, Beverage, Oil)
|
|
340
|
+
- **Lighting:** Cool, transparent-emphasizing. Key light from behind or side to show color, clarity, and refraction.
|
|
341
|
+
- **Technique:** Emphasize color saturation and transparency. Show meniscus (liquid surface) and any sediment or particles as natural beauty.
|
|
342
|
+
- **Color Grading:** Neutral to cool (4000K–5600K) to emphasize purity.
|
|
343
|
+
- **Detail Work:** Macro on liquid surface, color gradient, refraction. Emphasize visual appeal.
|
|
344
|
+
- **Camera Movement:** Slow rotation, allowing light refraction to animate. Occasional tilt to show liquid movement.
|
|
345
|
+
|
|
346
|
+
### Matte Surfaces
|
|
347
|
+
- **Lighting:** Soft, diffuse. Emphasize uniformity and refinement. Avoid specular highlights.
|
|
348
|
+
- **Technique:** Emphasize minimalism, modern aesthetic, and precision. Show lack of reflection as intentional design choice.
|
|
349
|
+
- **Color Grading:** Cool-neutral (4500K–5200K) for modern aesthetic.
|
|
350
|
+
- **Detail Work:** Macro on surface uniformity and finish precision. Show quality of coating/paint.
|
|
351
|
+
- **Camera Movement:** Medium rotation. Let surface flatness communicate sophistication.
|
|
352
|
+
|
|
353
|
+
### Glossy Surfaces
|
|
354
|
+
- **Lighting:** Hard, directional. Create strong specular highlights to emphasize shine and reflectivity.
|
|
355
|
+
- **Technique:** Emphasize luxury, premium feel, and newness. Show reflections of surroundings or light.
|
|
356
|
+
- **Color Grading:** Warm or cool depending on product category. Emphasize luster.
|
|
357
|
+
- **Detail Work:** Macro on reflection clarity. Show mirror-like quality.
|
|
358
|
+
- **Camera Movement:** Medium-to-slow rotation. Let specular highlights move across surface, creating dynamism.
|
|
359
|
+
|
|
360
|
+
---
|
|
361
|
+
|
|
362
|
+
## Multi-Angle Upload Strategy
|
|
363
|
+
|
|
364
|
+
If user provides 3–9 product images (different angles, materials, contexts), use them to build a comprehensive showcase:
|
|
365
|
+
|
|
366
|
+
### 3-Image Strategy
|
|
367
|
+
1. **Front (Hero Angle)**
|
|
368
|
+
2. **Side/Profile**
|
|
369
|
+
3. **Detail/Macro or Back**
|
|
370
|
+
|
|
371
|
+
Structure: Hero rotation (front) → transition → side profile → transition → detail macro.
|
|
372
|
+
|
|
373
|
+
### 5-Image Strategy
|
|
374
|
+
1. **Front (Hero Angle)**
|
|
375
|
+
2. **Right Side**
|
|
376
|
+
3. **Back**
|
|
377
|
+
4. **Left Side**
|
|
378
|
+
5. **Detail/Macro or Lifestyle**
|
|
379
|
+
|
|
380
|
+
Structure: Start front, rotate through 360° using side images, reveal back, macro detail, lifestyle context.
|
|
381
|
+
|
|
382
|
+
### 7-Image Strategy
|
|
383
|
+
1. **Front (Hero Angle)**
|
|
384
|
+
2. **45° Right**
|
|
385
|
+
3. **Right Side**
|
|
386
|
+
4. **Back**
|
|
387
|
+
5. **45° Left**
|
|
388
|
+
6. **Left Side**
|
|
389
|
+
7. **Detail + Lifestyle** (2 images combined)
|
|
390
|
+
|
|
391
|
+
Structure: Comprehensive 360° with intermediate angles, detail, and context.
|
|
392
|
+
|
|
393
|
+
### 9-Image Strategy
|
|
394
|
+
1. **Front (Hero Angle)**
|
|
395
|
+
2. **Front-Right 30°**
|
|
396
|
+
3. **Right Side**
|
|
397
|
+
4. **Back-Right 30°**
|
|
398
|
+
5. **Back**
|
|
399
|
+
6. **Back-Left 30°**
|
|
400
|
+
7. **Left Side**
|
|
401
|
+
8. **Front-Left 30°**
|
|
402
|
+
9. **Detail/Material + Lifestyle** (macro and context)
|
|
403
|
+
|
|
404
|
+
Structure: Cinematic 360° with smooth angle progression, then detailed close-ups and lifestyle.
|
|
405
|
+
|
|
406
|
+
### Implementation Approach
|
|
407
|
+
- **Seamless Transitions:** Dissolves, morphs, or subtle camera moves connect images.
|
|
408
|
+
- **Lighting Continuity:** Ensure consistent lighting across all images, or use transitions to excuse lighting changes.
|
|
409
|
+
- **Timing:** 1–2 seconds per image for standard, 0.5–1 second for rapid-fire, 2–3 seconds for detailed angles.
|
|
410
|
+
- **Narrative:** Front → sides → back → detail → context. Or: detail → full product → lifestyle.
|
|
411
|
+
|
|
412
|
+
---
|
|
413
|
+
|
|
414
|
+
## Background & Environment Library
|
|
415
|
+
|
|
416
|
+
### Studio Setups
|
|
417
|
+
1. **Seamless White** — Pure white background and surface. Maximum separation, minimal distraction. Best for: electronics, cosmetics, clean aesthetic.
|
|
418
|
+
2. **Seamless Black** — Pure black background and surface. Maximum contrast, luxury feel. Best for: jewelry, watches, luxury goods.
|
|
419
|
+
3. **Gradient Neutral** — Subtle gradient from light to dark (or vice versa). Depth without distraction. Best for: all categories, most versatile.
|
|
420
|
+
4. **Soft Gradient with Shadow** — Gradient background with subtle product shadow underneath. Grounds product, adds dimension. Best for: fashion, lifestyle.
|
|
421
|
+
5. **Reflective Surface** — Shiny black, white, or metallic surface beneath product. Product reflection doubles visual impact. Best for: luxury, watches, automotive.
|
|
422
|
+
|
|
423
|
+
### Lifestyle Contexts
|
|
424
|
+
6. **Desk / Workspace** — Product positioned on desk with computer, notebooks, coffee. Communicates productivity, daily use. Best for: tech accessories, cosmetics, office products.
|
|
425
|
+
7. **Luxury Background** — Marble, leather, wood, or gold textures. Communicates premium positioning. Best for: jewelry, watches, luxury goods, cosmetics.
|
|
426
|
+
8. **Lifestyle Flat-Lay** — Product surrounded by complementary items (flowers, fabric, props). Communicates lifestyle integration. Best for: fashion, beauty, home goods.
|
|
427
|
+
9. **Hands In Context** — Product held by hands, worn by model, or in-use. Shows scale and function. Best for: jewelry, watches, cosmetics, fashion, tech.
|
|
428
|
+
10. **Outdoor / Natural** — Product in garden, on wood, on stone, in natural light. Communicates eco-friendly, natural, authentic. Best for: fashion, jewelry, home goods.
|
|
429
|
+
|
|
430
|
+
### Abstract & Texture Surfaces
|
|
431
|
+
11. **Brushed Metal** — Brushed aluminum or steel surface. Communicates tech, precision. Best for: electronics, tech hardware.
|
|
432
|
+
12. **Concrete / Industrial** — Raw concrete or industrial surface. Communicates modern, edgy, contemporary. Best for: tech, fashion, furniture.
|
|
433
|
+
13. **Wood Grain** — Natural or stained wood surface. Communicates warmth, authenticity, craftsmanship. Best for: watches, jewelry, home goods, fashion.
|
|
434
|
+
14. **Fabric Texture** — Linen, canvas, or textile surface. Communicates softness, luxury, tactile. Best for: jewelry, cosmetics, fashion, beauty.
|
|
435
|
+
15. **Marble / Stone** — Polished or matte stone surface. Communicates luxury, timelessness, premium. Best for: jewelry, watches, cosmetics, home goods.
|
|
436
|
+
|
|
437
|
+
### Color & Mood Environments
|
|
438
|
+
16. **Monochromatic** — Single-color background, surface, and lighting. Minimalist, focused. Best for: luxury, tech, contemporary brands.
|
|
439
|
+
17. **Complementary Colors** — Background in color that complements product color. Enhances visual appeal. Best for: fashion, beauty, vibrant products.
|
|
440
|
+
18. **Warm Neutral** — Beige, tan, cream tones. Communicates comfort, warmth, approachability. Best for: beauty, fashion, home goods.
|
|
441
|
+
19. **Cool Neutral** — Gray, pale blue, white tones. Communicates clarity, modernity, professionalism. Best for: tech, electronics, corporate products.
|
|
442
|
+
20. **Dark Luxury** — Deep black, dark blue, or charcoal. Maximum contrast, premium feel. Best for: jewelry, watches, luxury goods, automobiles.
|
|
443
|
+
|
|
444
|
+
---
|
|
445
|
+
|
|
446
|
+
## Text & Spec Overlay Guide
|
|
447
|
+
|
|
448
|
+
Text overlays communicate key information and drive e-commerce conversion. Use Seedance 2.0 on Higgsfield's text animation capabilities.
|
|
449
|
+
|
|
450
|
+
### Text Animation Styles
|
|
451
|
+
1. **Fade-In / Fade-Out** — Text appears 2–3 seconds into video, fades out before finale. Clean, minimal distraction.
|
|
452
|
+
2. **Slide-In** — Text slides from edge of frame, pauses at center, slides out. Dynamic, directional.
|
|
453
|
+
3. **Type-On** — Text types onto screen letter-by-letter. Draws eye, emphasizes importance.
|
|
454
|
+
4. **Scale-Grow** — Text scales up from tiny to full size. Dramatic entry, high impact.
|
|
455
|
+
5. **Glow-Reveal** — Text glows and reveals itself. Luxurious, premium feel.
|
|
456
|
+
6. **Callout-Pop** — Text pops onto screen with small scale-bounce animation. Energetic, fun.
|
|
457
|
+
|
|
458
|
+
### Text Positioning
|
|
459
|
+
- **Bottom Third** — Standard position, non-intrusive. Best for most products.
|
|
460
|
+
- **Top Third** — Emphasizes product, good for overhead shots.
|
|
461
|
+
- **Center-Overlay** — Overlays product directly. Use sparingly, only when product has empty space.
|
|
462
|
+
- **Corner Anchors** — Small text in corners. Minimal distraction, key info only.
|
|
463
|
+
- **Multi-Layer** — Stacked text (product name, feature, price). Stagger timing for readability.
|
|
464
|
+
|
|
465
|
+
### Text Content Strategy
|
|
466
|
+
- **Product Name** — Appear 2 seconds in, fade at 5 seconds. Primary identifier.
|
|
467
|
+
- **Key Feature** — Appear when feature is visible in video. "Premium Italian leather" when leather shows.
|
|
468
|
+
- **Material Callout** — "Stainless steel," "recycled plastic," "ethically sourced." Appear during relevant rotation angle.
|
|
469
|
+
- **Price / CTA** — "From $299" or "Learn More." Appear in finale, 1–2 seconds before end.
|
|
470
|
+
- **Spec Dimensions** — "Height: 12cm" or "Weight: 350g." Quick callouts, fast fade.
|
|
471
|
+
- **Brand / Collection** — Logo or brand name. Appear in finale or at 1-second mark.
|
|
472
|
+
|
|
473
|
+
### Typography & Color
|
|
474
|
+
- **Font:** Modern, legible sans-serif. Avoid serif for small text. Examples: Inter, Helvetica, Futura, SF Pro.
|
|
475
|
+
- **Size:** Primary text (name, main feature): 48–72px. Secondary (specs, price): 24–36px. Tertiary (callouts): 16–24px.
|
|
476
|
+
- **Color:** High contrast with background. White text on dark backgrounds, dark text on light backgrounds. Avoid color unless it's brand-critical.
|
|
477
|
+
- **Backdrop:** Optional subtle box or blur behind text for readability on complex backgrounds.
|
|
478
|
+
- **Animation Speed:** Appear in 0.3–0.5 seconds. Hold for 2–3 seconds. Exit in 0.3–0.5 seconds.
|
|
479
|
+
|
|
480
|
+
### Example Overlay Sequence (15-second video)
|
|
481
|
+
- 0:00–2:00 — Hook (no text)
|
|
482
|
+
- 2:00–2:30 — Product name fade-in, hold
|
|
483
|
+
- 2:30–8:00 — Rotation with feature callouts (appears/fades as relevant angles show)
|
|
484
|
+
- 8:00–12:00 — Lifestyle or detail progression (no text or minimal callout)
|
|
485
|
+
- 12:00–14:30 — Price/material/key feature final callout
|
|
486
|
+
- 14:30–15:00 — Brand logo or "Learn More" CTA, fade to black
|
|
487
|
+
|
|
488
|
+
---
|
|
489
|
+
|
|
490
|
+
## Sound Design
|
|
491
|
+
|
|
492
|
+
Audio elevates product videos from generic to memorable. Use Seedance 2.0 on Higgsfield's audio integration.
|
|
493
|
+
|
|
494
|
+
### Product-Specific Sounds
|
|
495
|
+
1. **Mechanical Precision** — For watches, electronics, tech: Subtle ticking, beeping, whirring. Communicates function and engineering.
|
|
496
|
+
2. **Luxury Reveal** — For jewelry, cosmetics: Soft whoosh, gentle chime, crystal-clear bell tone. Communicates elegance and premium.
|
|
497
|
+
3. **Material Interactions** — For fashion, home goods: Subtle fabric rustle, wood creak, leather shift. Communicates authenticity.
|
|
498
|
+
4. **Unboxing Satisfaction** — For packaging reveals: Paper crinkle, tape removal, box opening. ASMR-adjacent, deeply satisfying.
|
|
499
|
+
5. **Impact / Drop** — For crash hooks: Subtle thud, shockwave, brief sustain. Communicates impact and robustness.
|
|
500
|
+
6. **Particle / Assembly** — For particle reveals: Soft sizzle, harmonic tone, layered whisper. Communicates magic and precision.
|
|
501
|
+
|
|
502
|
+
### Ambient Soundscapes
|
|
503
|
+
1. **Silence / Minimal** — Pure product and breathing room. Best for: luxury, minimalist, high-end products.
|
|
504
|
+
2. **Ambient Electronic** — Subtle, non-intrusive pads and textures. Best for: tech, modern, contemporary products.
|
|
505
|
+
3. **Warm Ambient** — Soft, organic sounds (wind chimes, gentle strings). Best for: beauty, wellness, lifestyle.
|
|
506
|
+
4. **Industrial Ambient** — Subtle mechanical hum, precision tones. Best for: automotive, engineering-focused products.
|
|
507
|
+
5. **Nature Ambient** — Subtle birds, water, wind. Best for: eco-friendly, natural, outdoor products.
|
|
508
|
+
|
|
509
|
+
### Music & Sonic Branding
|
|
510
|
+
- **Luxury Signature:** 3–5 second branded sonic motif (chime, bell, harmonic note) that plays at start and end.
|
|
511
|
+
- **Upbeat Underscore:** Light instrumental music (no lyrics) that supports faster, energetic videos.
|
|
512
|
+
- **Cinematic Underscore:** Orchestral or modern strings that support premium, luxury positioning.
|
|
513
|
+
- **Electronic Pulse:** Subtle beats and synths for tech, modern, cutting-edge products.
|
|
514
|
+
|
|
515
|
+
### Audio Implementation Timing
|
|
516
|
+
- **0:00–0:50 — Hook Audio:** Silence or dramatic, attention-grabbing product sound (drop, reveal, crash).
|
|
517
|
+
- **0:50–4:00 — Primary Audio:** Ambient foundation + product sounds synchronized to visual action.
|
|
518
|
+
- **4:00–Final:** Fade to subtle ambient or silence, emphasizing final visual.
|
|
519
|
+
- **Last 2 Seconds:** Sonic brand signature or final product sound cue.
|
|
520
|
+
|
|
521
|
+
### Audio Mixing Tips
|
|
522
|
+
- **Levels:** Product sounds 60–70% of mix. Ambient sounds 30–40%. Never overwhelm with noise.
|
|
523
|
+
- **EQ:** High-pass filter on ambient to keep clarity. Boost product sound frequencies for presence.
|
|
524
|
+
- **Reverb:** Light room reverb (0.5–1.5 seconds) on product sounds. Heavy reverb on ambient foundations.
|
|
525
|
+
- **Stereo Field:** Center product sounds. Wide ambient. Creates spatial depth.
|
|
526
|
+
|
|
527
|
+
---
|
|
528
|
+
|
|
529
|
+
## 5 Large Example Prompts
|
|
530
|
+
|
|
531
|
+
### Example 1: Luxury Watch Turntable Showcase (22 lines)
|
|
532
|
+
|
|
533
|
+
```
|
|
534
|
+
Product Category: Luxury Wristwatch (Swiss-Made, Mechanical Movement)
|
|
535
|
+
Hook Style: Dramatic Spotlight Snap-On with Halo Light Flare
|
|
536
|
+
Duration: 25 seconds
|
|
537
|
+
Aspect Ratio: 16:9
|
|
538
|
+
Frame Rate: 24fps
|
|
539
|
+
|
|
540
|
+
Opening (0–2 seconds):
|
|
541
|
+
Darkness. Single harsh spotlight snaps on, illuminating a luxury Swiss watch in dramatic isolation.
|
|
542
|
+
Watch gleams in hard light, reflection catches on polished steel case.
|
|
543
|
+
Brief pause to emphasize craftsmanship. Halo light flare cascades across sapphire crystal.
|
|
544
|
+
|
|
545
|
+
Hero Showcase (2–8 seconds):
|
|
546
|
+
Watch rotates slowly 360° at 35-degree angle, emphasizing front dial face first.
|
|
547
|
+
Dial shows perfect legibility: Roman numerals, hand details, date window.
|
|
548
|
+
Cool lighting (5400K) emphasizes steel precision. Specular highlights dance across polished case.
|
|
549
|
+
Subtle fill light from opposite side maintains shadow detail and depth.
|
|
550
|
+
Rotation reveals right profile showing case thickness (impressive 13mm), lugs, crown detail.
|
|
551
|
+
|
|
552
|
+
Rotation Speed: Slow (12 seconds per full 360°)
|
|
553
|
+
Primary Movement: Full 360° rotation with occasional pause at hero angle.
|
|
554
|
+
Lighting: Single hard key light 45° above-left, subtle fill, strong rim light.
|
|
555
|
+
|
|
556
|
+
Detail Progression (8–16 seconds):
|
|
557
|
+
Pull-in macro shot to reveal dial texture—concentric circles, printing perfection, hand finishing.
|
|
558
|
+
Push-out to reveal caseback: see-through exhibition showing mechanical movement, engravings, serial number.
|
|
559
|
+
Macro on case side profile emphasizing brushed finish grain, case lugs, spring bar detail.
|
|
560
|
+
Each detail reveals 2–3 seconds, connected by smooth dissolves.
|
|
561
|
+
|
|
562
|
+
Finale (16–25 seconds):
|
|
563
|
+
Return to hero angle—watch positioned perfectly centered in frame.
|
|
564
|
+
Lighting subtly shifts warmer (3500K) to emphasize gold accents on dial markers.
|
|
565
|
+
Final gentle rotation (3 seconds, slow) emphasizing the complete form.
|
|
566
|
+
Text overlay fades in: "Premium Automatic Movement" + "Swiss-Made" + "From $8,500"
|
|
567
|
+
Final light flare on crystal. Fade to black.
|
|
568
|
+
|
|
569
|
+
Audio: Subtle mechanical ticking throughout, building in depth at peak rotation.
|
|
570
|
+
Final sonic signature: elegant bell chime. Ambient orchestral strings underneath, minimal presence.
|
|
571
|
+
|
|
572
|
+
Material Focus: Stainless steel (mirror polish and brush), sapphire crystal (transparency), leather strap (grain texture).
|
|
573
|
+
Special Techniques: Emphasize precision—specular highlights should "dance" cleanly. Smooth camera movement.
|
|
574
|
+
No jitter on rotation. Emphasize contrast between reflective steel and matte dial.
|
|
575
|
+
```
|
|
576
|
+
|
|
577
|
+
### Example 2: Performance Sneaker Reveal (24 lines)
|
|
578
|
+
|
|
579
|
+
```
|
|
580
|
+
Product Category: High-Performance Athletic Sneaker
|
|
581
|
+
Hook Style: Unwrap Peel Reveal + Crash & Shockwave
|
|
582
|
+
Duration: 18 seconds
|
|
583
|
+
Aspect Ratio: 1:1 (Square, Instagram/TikTok)
|
|
584
|
+
Frame Rate: 30fps
|
|
585
|
+
|
|
586
|
+
Opening (0–2 seconds):
|
|
587
|
+
Translucent protective plastic slowly peels back from pristine white sneaker.
|
|
588
|
+
As plastic retracts, shoe emerges—pure, unboxed, fresh.
|
|
589
|
+
Brief freeze-frame at pinnacle of reveal. Minimal paper wrapping drifts away.
|
|
590
|
+
Transition: Shoe drops onto white surface from above, subtle shockwave ripples outward underneath.
|
|
591
|
+
|
|
592
|
+
Hero Showcase (2–8 seconds):
|
|
593
|
+
Sneaker rotates on white platform, starting at 45° angle emphasizing sleek profile.
|
|
594
|
+
Camera orbits subtly (parallax effect) while shoe rotates, creating 3D depth.
|
|
595
|
+
Warm lighting (3500K) from above emphasizes upper mesh texture and material blends.
|
|
596
|
+
Rotation reveals all sides: left profile, back (heel and branding detail), right profile, front (toe box taper).
|
|
597
|
+
Rotation speed: Medium (6 seconds per 360°). Communicates energy and dynamism.
|
|
598
|
+
Fill light from underneath catches sole tread detail—sharp, defined, performance-oriented.
|
|
599
|
+
|
|
600
|
+
Detail Progression (8–14 seconds):
|
|
601
|
+
Macro push-in on heel counter showing structural detail and cushioning tech callout.
|
|
602
|
+
Quick transition: Pull-back to full shoe, then push-in on toe box to show reinforcement and mesh pattern.
|
|
603
|
+
Close-up on sole: Show tread pattern clarity, material texture, performance technology (if visible).
|
|
604
|
+
Final macro: Overhead shot of insole showing arch support detail and branding.
|
|
605
|
+
|
|
606
|
+
Finale (14–18 seconds):
|
|
607
|
+
Return to three-quarter angle—the "hero" angle for the sneaker.
|
|
608
|
+
Lighting subtly shifts to emphasize color gradients (if multi-color shoe).
|
|
609
|
+
Final slow rotation (2 seconds) with gentle upward camera tilt, elevating the shoe.
|
|
610
|
+
Text overlay: "Next-Gen Performance" + "Carbon Plate Technology" + "Available Now"
|
|
611
|
+
Fade to brand logo. Audio emphasis: subtle whoosh and tech-forward electronic tone.
|
|
612
|
+
|
|
613
|
+
Audio: Impact sound on drop/shockwave (satisfying thud).
|
|
614
|
+
Ongoing subtle mechanical sounds—shoe compression, fabric rustle during rotation.
|
|
615
|
+
Modern, energetic electronic underscore. No traditional music, just sophisticated ambient.
|
|
616
|
+
Brand sonic signature: Tech-forward chime at finale.
|
|
617
|
+
|
|
618
|
+
Material Focus: Mesh upper (breathable, performance), carbon plate visible if possible, rubber sole (grip and durability),
|
|
619
|
+
synthetic materials (modern, innovation).
|
|
620
|
+
|
|
621
|
+
Special Techniques: Emphasize silhouette—profile is key selling point.
|
|
622
|
+
Show performance tech integration. Speed conveys modernity and athleticism.
|
|
623
|
+
```
|
|
624
|
+
|
|
625
|
+
### Example 3: Electronics Gadget Showcase — Premium Wireless Earbuds (25 lines)
|
|
626
|
+
|
|
627
|
+
```
|
|
628
|
+
Product Category: Premium Wireless Audio Earbuds + Charging Case
|
|
629
|
+
Hook Style: Particle Materialization + Self-Assembly
|
|
630
|
+
Duration: 20 seconds
|
|
631
|
+
Aspect Ratio: 16:9
|
|
632
|
+
Frame Rate: 24fps
|
|
633
|
+
|
|
634
|
+
Opening (0–2 seconds):
|
|
635
|
+
Darkness. Tiny golden particles float and swirl in empty space, gradually coalescing.
|
|
636
|
+
Particles converge and solidify, forming the sleek charging case first.
|
|
637
|
+
Case settles into position. Brief pause.
|
|
638
|
+
Transition: Particles continue to dance and assemble into individual earbuds, floating above case.
|
|
639
|
+
Earbuds snap into place inside case. Satisfying mechanical "click" sound.
|
|
640
|
+
|
|
641
|
+
Hero Showcase (2–8 seconds):
|
|
642
|
+
Case rotates slowly 360° on white surface, emphasizing industrial design.
|
|
643
|
+
Cool, precise lighting (5600K) with sharp specular highlights on glossy finish.
|
|
644
|
+
Rotation reveals all faces: top (with subtle LED indicator), sides, back (with charging port detail).
|
|
645
|
+
Camera angle: Slight overhead (25°) to emphasize product geometry and premium finish.
|
|
646
|
+
Rotation speed: Medium (7 seconds per 360°).
|
|
647
|
+
Subtle fill light from sides maintains detail in recessed areas.
|
|
648
|
+
|
|
649
|
+
Detail Progression (8–15 seconds):
|
|
650
|
+
Push-in macro to earbud fit—show in-ear design, earpieces, and material (silicone or titanium).
|
|
651
|
+
Reveal case lid opening—show earbud placement inside, magnetic positioning, clean interior.
|
|
652
|
+
Close-up on charging port: USB-C or wireless charging contact detail.
|
|
653
|
+
Macro on touch-sensitive surface or button detail showing control precision.
|
|
654
|
+
Overhead shot showing compact footprint and proportions.
|
|
655
|
+
|
|
656
|
+
Interactive Showcase (15–18 seconds):
|
|
657
|
+
Brief lifestyle moment: Hand placing earbud in ear, showing scale and fit.
|
|
658
|
+
Quick shot of case nestled in palm of hand, emphasizing portability.
|
|
659
|
+
Return to product shot: Case closed, resting on neutral surface.
|
|
660
|
+
|
|
661
|
+
Finale (18–20 seconds):
|
|
662
|
+
Case rotates final time, slower pace.
|
|
663
|
+
Text overlays appear: "40-Hour Battery" + "Premium Noise Cancellation" + "Starting at $199"
|
|
664
|
+
Final light catch on case glossy finish. Fade to clean white.
|
|
665
|
+
|
|
666
|
+
Audio: Minimal, precise sounds.
|
|
667
|
+
Particle assembly creates subtle harmonic tones (no jarring sounds, aspirational).
|
|
668
|
+
Mechanical click when case assembles. Soft whoosh for transitions.
|
|
669
|
+
Cool, modern electronic ambient underscore. Emphasis on clarity and precision.
|
|
670
|
+
Final brand chime (3 notes, ascending).
|
|
671
|
+
|
|
672
|
+
Material Focus: Glossy polycarbonate case (premium, modern), metallic accents (luxury touchpoints),
|
|
673
|
+
silicone earpieces (comfort, premium), industrial design lines.
|
|
674
|
+
|
|
675
|
+
Special Techniques: Emphasize compact, travel-ready form factor.
|
|
676
|
+
Show engineering precision through tight macro detail. Cleanliness of design is paramount.
|
|
677
|
+
No complex backgrounds—let product shine against white or soft gray.
|
|
678
|
+
```
|
|
679
|
+
|
|
680
|
+
### Example 4: Luxury Cosmetics & Perfume Beauty Shot (23 lines)
|
|
681
|
+
|
|
682
|
+
```
|
|
683
|
+
Product Category: Premium Fragrance Bottle + Luxury Cosmetic Compact
|
|
684
|
+
Hook Style: Halo Light Flare + Liquid Pour Transparency
|
|
685
|
+
Duration: 22 seconds
|
|
686
|
+
Aspect Ratio: 16:9
|
|
687
|
+
Frame Rate: 24fps
|
|
688
|
+
|
|
689
|
+
Opening (0–2 seconds):
|
|
690
|
+
Soft, warm light reveals a crystal perfume bottle in minimalist setup.
|
|
691
|
+
Brilliant light flare cascades across the glass surface, emphasizing clarity and luxury.
|
|
692
|
+
Brief lingering moment on radiant light reflection.
|
|
693
|
+
Transition: Bottle slowly tilts, and golden fragrant liquid shifts inside, catching light.
|
|
694
|
+
Moment of pure visual luxury—color saturation and transparency emphasized.
|
|
695
|
+
|
|
696
|
+
Hero Showcase (2–9 seconds):
|
|
697
|
+
Perfume bottle rotates slowly on white surface, front-facing initially.
|
|
698
|
+
Warm, diffuse lighting (3200K) creates soft, aspirational glow. No harsh shadows.
|
|
699
|
+
Rotation reveals all angles: front label detail, side (showing liquid color), back (branding and engraving).
|
|
700
|
+
Lighting emphasizes: glass clarity, golden liquid color saturation, stopper/cap detail.
|
|
701
|
+
Rotation speed: Slow (10 seconds per 360°). Luxurious, serene pacing.
|
|
702
|
+
Subtle back lighting separates bottle from background without harsh rim light.
|
|
703
|
+
|
|
704
|
+
Detail Progression (9–16 seconds):
|
|
705
|
+
Macro zoom into fragrance bottle stopper—show crystal faceting or carved detail.
|
|
706
|
+
Pull-back to show full bottle, then push-in on label: typography, branding, detail engravings.
|
|
707
|
+
Close-up on liquid inside: show color gradient and transparency clarity.
|
|
708
|
+
Flip perspective: Overhead shot showing top of stopper, geometric precision, luxury craft.
|
|
709
|
+
Macro on cap detail—show material (glass, metal, wood) and finish quality.
|
|
710
|
+
|
|
711
|
+
Lifestyle Context (16–19 seconds):
|
|
712
|
+
Brief moment: Bottle positioned on marble surface with complementary luxury items (delicate flowers, silk scarf).
|
|
713
|
+
Hand enters frame, gently touches bottle to show scale and invites intimate interaction.
|
|
714
|
+
Soft-focus lifestyle photography aesthetic.
|
|
715
|
+
|
|
716
|
+
Finale (19–22 seconds):
|
|
717
|
+
Return to hero angle—bottle isolated on white, pure and elegant.
|
|
718
|
+
Lighting shift adds warmth and softness (brings out golden tones in liquid).
|
|
719
|
+
Text overlay: Product name + "Eau de Parfum" + "Bergamot & Oak" (fragrance notes) + "From $120"
|
|
720
|
+
Final light flare on glass. Gentle fade to soft white background.
|
|
721
|
+
|
|
722
|
+
Audio: Minimal. Silence with subtle environmental ambiance (distant wind chimes, soft strings).
|
|
723
|
+
Brief liquid sound when perfume sloshes (0.5 second, very subtle).
|
|
724
|
+
Delicate, aspirational ambient music—soft piano or harp. Emphasizes luxury and beauty.
|
|
725
|
+
Final brand sonic signature: elegant, crystalline chime.
|
|
726
|
+
|
|
727
|
+
Material Focus: Crystal glass (premium, clarity, refraction), golden liquid (color, luxury), metal or wooden stopper (craftsmanship),
|
|
728
|
+
paper label (typography and branding).
|
|
729
|
+
|
|
730
|
+
Special Techniques: Emphasize luxury through light and minimalism.
|
|
731
|
+
Every frame should feel editorial and premium. Clarity and color saturation are paramount.
|
|
732
|
+
Use backlighting subtly to separate product. Emphasize the aspirational beauty of the fragrance.
|
|
733
|
+
```
|
|
734
|
+
|
|
735
|
+
### Example 5: Automotive Accessory Showcase — Premium Leather Car Seat Covers (26 lines)
|
|
736
|
+
|
|
737
|
+
```
|
|
738
|
+
Product Category: Luxury Leather Car Seat Covers (Full Set: Driver + Passenger)
|
|
739
|
+
Hook Style: Dramatic Spotlight Reveal + Multi-Speed Rotation
|
|
740
|
+
Duration: 28 seconds
|
|
741
|
+
Aspect Ratio: 16:9
|
|
742
|
+
Frame Rate: 24fps
|
|
743
|
+
|
|
744
|
+
Opening (0–2.5 seconds):
|
|
745
|
+
Darkness. Single dramatic spotlight slowly illuminates a pristine leather seat cover draped over a form.
|
|
746
|
+
Light catches stitching detail and leather grain as spotlight intensity increases.
|
|
747
|
+
Leather gleams with subtle warmth. Brief pause emphasizing premium craftsmanship.
|
|
748
|
+
Transition: Subtle rotation begins, slowly accelerating.
|
|
749
|
+
|
|
750
|
+
Hero Showcase (2.5–12 seconds):
|
|
751
|
+
Complete set of seat covers displayed on black form (simulating car interior context).
|
|
752
|
+
Rotation speed starts slow (12 seconds per 360°), emphasizing every stitch and material detail.
|
|
753
|
+
Warm, dramatic lighting (3200K) from 45° above. Hard rim light separates from background.
|
|
754
|
+
Rotation reveals: front cover face detail, side profile showing thickness and drape, stitching patterns, seams, embossing.
|
|
755
|
+
Camera angle: Slight overhead to show form-fitting detail and quilted or embossed pattern.
|
|
756
|
+
Mid-rotation (at 10 seconds): Speed accelerates slightly (7 seconds remaining 180°) to add energy and dynamic.
|
|
757
|
+
|
|
758
|
+
Material Deep-Dive (12–18 seconds):
|
|
759
|
+
Rotation pauses on hero angle (driver's side, 3/4 view).
|
|
760
|
+
Push-in macro to stitching detail: Show precision, color coordination, professional finish.
|
|
761
|
+
Pull-back, then zoom to leather grain: Emphasize natural texture, color depth, premium quality.
|
|
762
|
+
Close-up on embossing or quilting pattern: Show geometric precision and luxury design.
|
|
763
|
+
Macro on edge stitching: Show secure, elegant finishing. Communicate durability.
|
|
764
|
+
|
|
765
|
+
Context & Functionality (18–24 seconds):
|
|
766
|
+
Brief transition: Seat covers repositioned on actual car seat (or realistic mock-up).
|
|
767
|
+
Show how covers fit, contour to form, and integrate with car interior.
|
|
768
|
+
Multiple angles showing driver's comfort position, easy installation hints, clean aesthetic.
|
|
769
|
+
Lifestyle moment: Driver hand on steering wheel with covered seat visible, showing product in context.
|
|
770
|
+
Return to display angle.
|
|
771
|
+
|
|
772
|
+
Finale (24–28 seconds):
|
|
773
|
+
Full set shot: Both driver and passenger covers visible, symmetrical composition.
|
|
774
|
+
Lighting returns to soft-dramatic (original intensity).
|
|
775
|
+
Slow, final rotation emphasizing leather perfection.
|
|
776
|
+
Text overlay: "Premium Napa Leather" + "Custom Quilted Design" + "Installation Included" + "From $599"
|
|
777
|
+
Final light catch on leather surface emphasizing shine and luxury.
|
|
778
|
+
Fade through warm tone.
|
|
779
|
+
|
|
780
|
+
Audio: Deep, dramatic ambient sound design.
|
|
781
|
+
Subtle leather texture sounds during initial reveal (soft rustle, gentle friction).
|
|
782
|
+
Ongoing warm, orchestral underscore emphasizing premium, crafted quality.
|
|
783
|
+
Mechanical precision sounds optional (to emphasize engineering and fit precision).
|
|
784
|
+
Final brand signature: Deep, resonant tone (luxury automotive aesthetic).
|
|
785
|
+
|
|
786
|
+
Material Focus: Premium leather (Napa, full-grain, or exotic), stitching (precision, color coordination),
|
|
787
|
+
embossing or quilting (design detail), interior backing (durability), edge finishing (craftsmanship).
|
|
788
|
+
|
|
789
|
+
Special Techniques: Emphasize luxury through lighting and material authenticity.
|
|
790
|
+
Stitching precision is a major value communicator. Close macro shots show craftsmanship.
|
|
791
|
+
Context shots prove fit and functionality. Leather grain and patina = authenticity and premium positioning.
|
|
792
|
+
Multi-speed rotation builds narrative from serenity to dynamism, then returns to luxury.
|
|
793
|
+
```
|
|
794
|
+
|
|
795
|
+
---
|
|
796
|
+
|
|
797
|
+
## E-commerce Platform Requirements
|
|
798
|
+
|
|
799
|
+
### Amazon Product Videos
|
|
800
|
+
- **Format:** 16:9, 1920×1080, H.264 MP4, max 10 minutes
|
|
801
|
+
- **File Size:** Max 500MB
|
|
802
|
+
- **Codec Settings:** 5000 kbps bitrate, 24fps
|
|
803
|
+
- **Audio:** Stereo, 48kHz, AAC
|
|
804
|
+
- **Content Requirements:** Show product from multiple angles, key features, fit (if applicable), materials
|
|
805
|
+
- **Best Practices:** Start with hero angle, rotate 360°, show details, end with clear product
|
|
806
|
+
- **Placement:** Primary video carousel (up to 1 video per product variation)
|
|
807
|
+
- **Compliance:** No watermarks, no external branding, Seedance 2.0 on Higgsfield logo acceptable in bottom corner if minimal (3-5% of screen)
|
|
808
|
+
|
|
809
|
+
### Shopify Product Pages
|
|
810
|
+
- **Format:** 16:9 or 1:1 square, 1920×1080 or 1080×1080, MP4
|
|
811
|
+
- **File Size:** Optimize for web—max 100MB (Shopify CDN limitations)
|
|
812
|
+
- **Duration:** Ideally 10–30 seconds. Longer videos allowed but optimize for quick load.
|
|
813
|
+
- **Hosting:** Upload to Shopify directly or use Vimeo/YouTube embeds
|
|
814
|
+
- **Auto-Play:** Muted, looping video is standard for product pages
|
|
815
|
+
- **Backup:** Always provide static product image fallback
|
|
816
|
+
- **Best Practices:** Lead with hero angle. Smooth rotations. Clear detail shots. Lifestyle context optional but helpful. Text overlays with key specs and price convert well.
|
|
817
|
+
|
|
818
|
+
### Brand Website & Product Page Video
|
|
819
|
+
- **Format:** 16:9 preferred, 1080p–4K, MP4 or WebM
|
|
820
|
+
- **Duration:** 20–60 seconds, longer form acceptable
|
|
821
|
+
- **Hosting:** Self-hosted (video CDN) or YouTube embedded
|
|
822
|
+
- **Auto-Play:** Context-dependent. Hero videos auto-play muted, details auto-play or click-to-play
|
|
823
|
+
- **Backup:** Static image fallback, alt text for accessibility
|
|
824
|
+
- **Best Practices:** Establish brand aesthetic. Comprehensive 360° showcase. Multi-angle reveals. Lifestyle integration. Music/sound design encouraged.
|
|
825
|
+
|
|
826
|
+
### Instagram & TikTok / Short-Form Video
|
|
827
|
+
- **Format:** 1:1 square (Instagram) or 9:16 vertical (TikTok, Reels)
|
|
828
|
+
- **Resolution:** 1080×1080 or 1080×1920
|
|
829
|
+
- **Duration:** 15–30 seconds, optimally under 20 seconds
|
|
830
|
+
- **Codec:** H.264 MP4
|
|
831
|
+
- **Captions:** Built-in text overlays (not separate SRT)
|
|
832
|
+
- **Trending:** Fast-paced hooks (0–2 second attention grab), snappy transitions, trending audio
|
|
833
|
+
- **Best Practices:** Hook within 0.5 seconds. Product enters frame quickly. Fast rotation or multi-angle cuts. Text overlays with price/CTA. Trending audio or brand sonic signature. End with clear product visibility.
|
|
834
|
+
|
|
835
|
+
### Pinterest Product Pins
|
|
836
|
+
- **Format:** 16:9 landscape (1000×564) or 1:1 square (1000×1000), MP4
|
|
837
|
+
- **Duration:** 5–15 seconds
|
|
838
|
+
- **Codec:** H.264, optimized for mobile (lower bitrate acceptable)
|
|
839
|
+
- **Content:** Lifestyle context + product showcase. Recipe-style reveals work well.
|
|
840
|
+
- **Best Practices:** Lead with lifestyle hook. Introduce product clearly. Show finished result. Include brand logo and text overlay with CTA ("Shop Now," "Learn More").
|
|
841
|
+
|
|
842
|
+
### LinkedIn & Corporate
|
|
843
|
+
- **Format:** 16:9 or 1:1, 1080p, MP4
|
|
844
|
+
- **Duration:** 30–60 seconds
|
|
845
|
+
- **Audio:** High-quality music/narration. Professional tone.
|
|
846
|
+
- **Use Cases:** B2B product showcases, company announcements, product launches
|
|
847
|
+
- **Best Practices:** Professional opening. Clear value proposition. Feature corporate branding. Include narration or clear text overlays.
|
|
848
|
+
|
|
849
|
+
---
|
|
850
|
+
|
|
851
|
+
## Common Mistakes & Fixes
|
|
852
|
+
|
|
853
|
+
### Mistake 1: Slow Rotation Without Detail Engagement
|
|
854
|
+
**Problem:** Product rotates all 360° at same speed, same lighting, no zoom or detail focus. Viewers disengage around 5 seconds.
|
|
855
|
+
**Fix:** Vary rotation speed. Emphasize key angles (pause 1–2 seconds on hero angle). Include macro detail shots every 5–7 seconds. Mix movement types (rotation + zoom-in, not just rotation).
|
|
856
|
+
|
|
857
|
+
### Mistake 2: Over-Complicated Backgrounds
|
|
858
|
+
**Problem:** Background is busier than product. Distracts from hero object. Competing visual elements.
|
|
859
|
+
**Fix:** Use neutral, soft, or minimal backgrounds for products. Gradient or soft shadow. Lifestyle context should support, not dominate. Ensure contrast ratio between product and background is high (min 3:1).
|
|
860
|
+
|
|
861
|
+
### Mistake 3: Inconsistent Lighting Across Multi-Angle Images
|
|
862
|
+
**Problem:** User provides 5 images taken under different lighting. Video looks jumpy and artificial when stitched together.
|
|
863
|
+
**Fix:** Normalize lighting in post-edit. Use consistent key light angle and color temperature throughout. If transitions can't hide lighting shifts, use quick dissolves or wipes.
|
|
864
|
+
|
|
865
|
+
### Mistake 4: Text Overlay Too Small or Hard to Read
|
|
866
|
+
**Problem:** Spec text (price, material, dimensions) is too small, low contrast, or disappears quickly. Viewers can't read key info.
|
|
867
|
+
**Fix:** Minimum font size for body text: 24px. Primary text: 48–72px. High contrast (white on dark, dark on light). Minimum display time: 2 seconds for readers to absorb.
|
|
868
|
+
|
|
869
|
+
### Mistake 5: Product Rotation Jitter or Uneven Motion
|
|
870
|
+
**Problem:** Rotation appears to stutter, jitter, or jump. Breaks immersion. Feels cheap.
|
|
871
|
+
**Fix:** Ensure smooth frame interpolation. Use Seedance 2.0 on Higgsfield's motion smoothing. 24fps or 30fps consistent. No variable frame rates. Test full rotation at full zoom to catch jitter.
|
|
872
|
+
|
|
873
|
+
### Mistake 6: Hook Doesn't Match Product Category
|
|
874
|
+
**Problem:** Luxury watch uses energetic "crash and shockwave" hook. Mismatch between action and brand positioning.
|
|
875
|
+
**Fix:** Match hook energy to product aesthetic. Luxury = elegant, serene, precise. Tech = energetic, modern, fast. Fashion = lifestyle, aspirational, dynamic.
|
|
876
|
+
|
|
877
|
+
### Mistake 7: No Macro Detail — Misses Craftsmanship Story
|
|
878
|
+
**Problem:** Video shows only full rotations. Stitching, engraving, materials not showcased. Loses opportunity to communicate premium quality.
|
|
879
|
+
**Fix:** Always include 2–5 seconds of macro detail. Stitching, edge finishing, material grain, embossing, texture, engravings. These details justify premium pricing.
|
|
880
|
+
|
|
881
|
+
### Mistake 8: Lifestyle Context Feels Forced or Irrelevant
|
|
882
|
+
**Problem:** Product shown in lifestyle scene that doesn't match brand or use case. Confuses narrative.
|
|
883
|
+
**Fix:** Lifestyle context should answer "how do I use this?" or "where does this belong?" For watches: wrist of professional. For bags: hand carrying in context. For beauty: dressing table or skin. Match lifestyle to product positioning and audience.
|
|
884
|
+
|
|
885
|
+
### Mistake 9: Audio Is Too Loud or Distracting
|
|
886
|
+
**Problem:** Product sounds (crashing, popping, mechanical) drown out ambient music. Viewers mute video. Distraction instead of enhancement.
|
|
887
|
+
**Fix:** Balance: Product sounds 60–70%, ambient 30–40%. Use EQ to ensure clarity without loudness. Test audio on multiple speaker systems (phone, tablet, monitor).
|
|
888
|
+
|
|
889
|
+
### Mistake 10: No Call-to-Action or Next Step
|
|
890
|
+
**Problem:** Video ends with product fade. Viewers don't know what to do next. Confused navigation.
|
|
891
|
+
**Fix:** Final text overlay should always include CTA: "Shop Now," "Learn More," "Link in Bio," "Available at Amazon." Price tag helps too. Clear destination.
|
|
892
|
+
|
|
893
|
+
### Mistake 11: Format Mismatch for Platform
|
|
894
|
+
**Problem:** Create 16:9 video, upload to Instagram Reels (should be 9:16). Video zoomed in or letterboxed. Poor mobile experience.
|
|
895
|
+
**Fix:** Create format-specific videos. Square (1:1) for Instagram/TikTok/Pinterest. 16:9 for website, YouTube, Amazon. Use Seedance 2.0 on Higgsfield's multi-format output when available.
|
|
896
|
+
|
|
897
|
+
### Mistake 12: Product Too Small in Frame
|
|
898
|
+
**Problem:** Product occupies less than 40% of frame. Looks lost. Impossible to see detail.
|
|
899
|
+
**Fix:** Product should occupy 50–80% of frame. Room for subtle background or context, but product is undeniable focal point. Use zoom/scale strategically, not constant wide shots.
|
|
900
|
+
|
|
901
|
+
---
|
|
902
|
+
|
|
903
|
+
## Output Instructions for Seedance 2.0 on Higgsfield Generation
|
|
904
|
+
|
|
905
|
+
### Step 1: Prepare Your Input
|
|
906
|
+
1. **Product Images:** Gather 1–9 high-quality images. Different angles (front, side, back, detail, lifestyle) are ideal.
|
|
907
|
+
2. **Product Description:** Material, dimensions, price, key features, brand name, target audience (luxury, casual, technical, lifestyle).
|
|
908
|
+
3. **Intended Platform:** Amazon, Shopify, Instagram, website, etc. (Affects format, duration, pacing).
|
|
909
|
+
4. **Brand Aesthetic:** Luxury, modern, energetic, serene, playful, editorial, minimalist, etc.
|
|
910
|
+
5. **Key Message:** What single value proposition should the video communicate? (Craftsmanship, innovation, beauty, durability, functionality.)
|
|
911
|
+
|
|
912
|
+
### Step 2: Build Your Prompt (Using This Skill's Templates)
|
|
913
|
+
1. **Choose Hook Style:** Pick 1–2 from the 2-Second Hook Framework. Match to product category and brand aesthetic.
|
|
914
|
+
2. **Select Rotation & Movement:** Choose 2–3 camera movements from the Rotation & Camera Movement Library.
|
|
915
|
+
3. **Define Lighting:** Reference the Product Category Lighting Guide. Match lighting setup to material and mood.
|
|
916
|
+
4. **Plan Detail Progression:** What 2–3 macro details most effectively communicate quality? (Stitching, grain, facets, etc.)
|
|
917
|
+
5. **Choose Background:** Reference the Background & Environment Library. Select 1 primary environment (studio, lifestyle, abstract).
|
|
918
|
+
6. **Draft Text Overlays:** What 3–5 pieces of key info (name, material, price, feature, CTA) should display, and when?
|
|
919
|
+
7. **Select Audio Approach:** Silence and minimal product sounds? Ambient underscore? Branded sonic signature?
|
|
920
|
+
|
|
921
|
+
### Step 3: Compose Your Complete Seedance 2.0 on Higgsfield Prompt
|
|
922
|
+
Use the structure from "Master Template" section. Include:
|
|
923
|
+
- Product category and hero angle
|
|
924
|
+
- Hook style and opening visual (2 sentences)
|
|
925
|
+
- Rotation type, speed, lighting setup (3–4 sentences)
|
|
926
|
+
- Detail progression plan (3–4 sentences)
|
|
927
|
+
- Finale and text overlay strategy (2–3 sentences)
|
|
928
|
+
- Audio design brief (1–2 sentences)
|
|
929
|
+
- Special techniques or material focus (1–2 sentences)
|
|
930
|
+
|
|
931
|
+
### Step 4: Generate & Refine
|
|
932
|
+
1. **Submit Prompt:** Paste your full prompt into Seedance 2.0 on Higgsfield interface.
|
|
933
|
+
2. **Review Output:** Watch generated video. Check:
|
|
934
|
+
- Hook engages in first 2 seconds?
|
|
935
|
+
- Rotation smooth and jitter-free?
|
|
936
|
+
- Lighting consistent and flattering?
|
|
937
|
+
- Details visible and compelling?
|
|
938
|
+
- Text readable and well-timed?
|
|
939
|
+
- Audio balanced and appropriate?
|
|
940
|
+
3. **Refine:** If rotation too fast, adjust "Rotation Speed: Slow" instead of "Medium." If details unclear, increase macro shot duration or zoom factor. Regenerate as needed.
|
|
941
|
+
|
|
942
|
+
### Step 5: Export & Optimize
|
|
943
|
+
1. **Format:** Export in format specific to destination platform (16:9 for Amazon/YouTube, 1:1 for Instagram, 9:16 for TikTok).
|
|
944
|
+
2. **Bitrate:** 5000 kbps for web (MP4), 8000+ kbps for professional (ProRes).
|
|
945
|
+
3. **File Size:** Verify file meets platform limits (Amazon: 500MB, Shopify: 100MB optimized).
|
|
946
|
+
4. **Audio:** Verify stereo, 48kHz AAC.
|
|
947
|
+
5. **Testing:** Download and preview on target device (phone for social, desktop for e-commerce).
|
|
948
|
+
|
|
949
|
+
### Step 6: Platform-Specific Optimizations
|
|
950
|
+
- **Amazon:** Add secondary title or A+ content describing video. Ensure video highlights key search terms (material, color, fit, etc.).
|
|
951
|
+
- **Shopify:** Test auto-play muting. Provide static image fallback. Check load time on 3G/4G mobile.
|
|
952
|
+
- **Instagram/TikTok:** Add engaging on-screen text. Use trending audio or brand sonic signature. Include CTA text overlay.
|
|
953
|
+
- **Website:** Consider autoplay + loop vs. click-to-play based on page position. Provide captions/subtitles for accessibility.
|
|
954
|
+
- **LinkedIn:** Add professional narration or voiceover. Include company branding.
|
|
955
|
+
|
|
956
|
+
### Final Checklist Before Delivery
|
|
957
|
+
- [ ] Hook captures attention within 2 seconds
|
|
958
|
+
- [ ] Product occupies 50–80% of frame
|
|
959
|
+
- [ ] All 360° rotation smooth, no jitter
|
|
960
|
+
- [ ] Material details visible (macro shots 2+ seconds each)
|
|
961
|
+
- [ ] Lighting consistent and appropriate for category
|
|
962
|
+
- [ ] Text readable, well-timed, includes CTA
|
|
963
|
+
- [ ] Audio balanced (product 60–70%, ambient 30–40%)
|
|
964
|
+
- [ ] Duration matches intended platform (social: 10–20s, e-commerce: 15–30s)
|
|
965
|
+
- [ ] Format matches platform (1:1, 16:9, or 9:16)
|
|
966
|
+
- [ ] File size within platform limits
|
|
967
|
+
- [ ] Backup static image provided (for e-commerce)
|
|
968
|
+
- [ ] Video tested on multiple devices (phone, tablet, desktop)
|
|
969
|
+
|
|
970
|
+
---
|
|
971
|
+
|
|
972
|
+
## Closing: The Art of Product Visualization
|
|
973
|
+
|
|
974
|
+
Product videos are *visual storytelling*. You're not just showing an object rotating—you're communicating:
|
|
975
|
+
- **Craftsmanship:** Through material detail, stitching, texture, precision.
|
|
976
|
+
- **Luxury:** Through lighting, minimalism, and subtle drama.
|
|
977
|
+
- **Function:** Through context, in-use moments, and feature callouts.
|
|
978
|
+
- **Desirability:** Through hero angles, dynamic movement, and aspirational aesthetic.
|
|
979
|
+
|
|
980
|
+
Every choice—from hook style to lighting angle to text placement—should serve one narrative: why this product matters to the viewer.
|
|
981
|
+
|
|
982
|
+
**Seedance 2.0 on Higgsfield** gives you the tools to tell that story photorealistically, with the precision of product photography and the dynamism of cinema. Use this skill to create product videos that convert browsers to buyers, that make products irresistible, and that tell the story of craftsmanship and care.
|
|
983
|
+
|
|
984
|
+
---
|
|
985
|
+
|
|
986
|
+
**Remember:** The best product videos make viewers *want to touch the product*. Light it, reveal it, and contextualize it with intention. Every second counts. Every frame must earn its place.
|
|
987
|
+
|
|
988
|
+
*Happy creating.*
|