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,1662 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: seedance-music-video
|
|
3
|
+
description: Generate music video and beat-synced visual content prompts for Seedance 2.0 on Higgsfield. Use whenever the user wants to create a music video, lyric video, beat-synced visuals, performance video, concert visual, album art animation, or music-driven visual content. Triggers on: music video, lyric video, beat sync, music visualization, performance video, concert visual, album visual, song video, music clip, beat drop visual, rhythm sync, or any music-driven video request. Use even for "make visuals for my song" or "video for this track."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Seedance 2.0 on Higgsfield Music Video Director's Guide
|
|
7
|
+
|
|
8
|
+
## Overview
|
|
9
|
+
|
|
10
|
+
This skill guides you through generating music video and beat-synced visual content prompts for **Seedance 2.0 on Higgsfield**. As a music video director working with cutting-edge AI generation tools, you'll learn to translate audio rhythm, genre aesthetics, and narrative intent into precise visual prompts that synchronize perfectly with music tracks.
|
|
11
|
+
|
|
12
|
+
**Seedance 2.0 on Higgsfield** is a revolutionary music-to-visual platform that understands beat timing, genre conventions, and audio-visual synchronization. Unlike general video generators, Seedance 2.0 on Higgsfield accepts direct audio input, allowing you to upload your track and reference specific timing, beats, and musical moments in your visual descriptions.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## Seedance 2.0 on Higgsfield: Core Capabilities
|
|
17
|
+
|
|
18
|
+
### Audio Input & Beat Synchronization
|
|
19
|
+
|
|
20
|
+
**Seedance 2.0 on Higgsfield** accepts audio file uploads and generates video synchronized to that audio. When working with Seedance 2.0 on Higgsfield:
|
|
21
|
+
|
|
22
|
+
- **Upload your track as `@audio1`** in your prompt. This tells Seedance 2.0 on Higgsfield to analyze the audio and generate visuals that match the tempo, beat structure, and energy arc.
|
|
23
|
+
- Reference **specific timing** in your description: "at 0:15 when the snare hits," "on the drop at 0:45," "during the bass breakdown from 1:20-1:50."
|
|
24
|
+
- Describe **beat-specific visuals** that Seedance 2.0 on Higgsfield will synchronize automatically: "flash cut on every kick drum," "rotate 360° on the snare," "particle explosion on the drop."
|
|
25
|
+
- Use **genre context** so Seedance 2.0 on Higgsfield understands visual conventions: "hip-hop style urban energy," "EDM rave aesthetic," "lo-fi nostalgic warmth."
|
|
26
|
+
|
|
27
|
+
### Visual Understanding
|
|
28
|
+
|
|
29
|
+
Seedance 2.0 on Higgsfield processes your prompts to understand:
|
|
30
|
+
- Tempo and time signatures from the uploaded audio
|
|
31
|
+
- Beat placement and syncopation
|
|
32
|
+
- Genre-specific visual language
|
|
33
|
+
- Energy crescendos and dynamic shifts
|
|
34
|
+
- Narrative or abstract visual strategies
|
|
35
|
+
- Performance movement and choreography
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## The 2-Second Hook Framework
|
|
40
|
+
|
|
41
|
+
Every great music video has moments of maximum impact—visual hooks that grab attention and sync perfectly to the music. These are typically 2-second windows where the visual has highest intensity, clarity, or emotional punch.
|
|
42
|
+
|
|
43
|
+
### 10+ Essential Beat-Synced Hooks
|
|
44
|
+
|
|
45
|
+
**1. Beat Drop Visual Explosion**
|
|
46
|
+
- The moment a bass drop hits after silence or build.
|
|
47
|
+
- Visuals: Particles explode outward, color saturates, light flashes, geometric shapes burst into frame.
|
|
48
|
+
- Description: "Beat drop at 0:32: massive particle explosion outward in gold and red, geometric shapes shatter across the screen."
|
|
49
|
+
|
|
50
|
+
**2. Silent Intro Then Bass Hit**
|
|
51
|
+
- Opening silence or minimal production, then sudden low-end impact.
|
|
52
|
+
- Visuals: Minimal/dark scene suddenly illuminated, camera shakes, color floods in.
|
|
53
|
+
- Description: "First 3 seconds silent and dark blue, then at 0:03 the bass hits and white light floods the frame with a downward camera push."
|
|
54
|
+
|
|
55
|
+
**3. Rapid Flash Cuts on Hi-Hats**
|
|
56
|
+
- Fast percussion (hi-hats, cymbals, snares) demands quick visual cuts.
|
|
57
|
+
- Visuals: Jump cuts between 2-4 frame positions, rhythm-matched flashes, strobe effects.
|
|
58
|
+
- Description: "During the hi-hat section (0:15-0:25): rapid jump cuts between close-up performer, wide shot, and colored light flashes, synced to each hat hit."
|
|
59
|
+
|
|
60
|
+
**4. Slow-Mo to Real-Time on Beat**
|
|
61
|
+
- Builds tension with slow motion, then snaps to real-time on impact.
|
|
62
|
+
- Visuals: Slow-motion footage of movement, hair, water, then suddenly jumps to normal speed.
|
|
63
|
+
- Description: "Verse in slow motion (50% speed), then on the kick at 0:45 it snaps to real-time with a sharp cut upward."
|
|
64
|
+
|
|
65
|
+
**5. Visual Glitch on Synth Stab**
|
|
66
|
+
- Sharp, sudden electronic sound (synth stab, laser, zap) matched to visual glitch.
|
|
67
|
+
- Visuals: Screen tearing, color shift, frame duplicate/lag, distortion.
|
|
68
|
+
- Description: "On each synth stab in the pre-chorus, the image glitches with horizontal tearing and a purple-to-cyan color shift."
|
|
69
|
+
|
|
70
|
+
**6. Dramatic Performer Reveal on Downbeat**
|
|
71
|
+
- Intro builds, then performer enters perfectly on the downbeat.
|
|
72
|
+
- Visuals: Empty stage/scene, then sudden cut to performer mid-movement or sharp focus reveal.
|
|
73
|
+
- Description: "Verse 1 shows empty red warehouse, then on the main downbeat at 0:20, cut to close-up of performer's face in harsh spotlight."
|
|
74
|
+
|
|
75
|
+
**7. Orbital Camera Movement on Chorus**
|
|
76
|
+
- Chorus energy demands camera motion synced to beat.
|
|
77
|
+
- Visuals: Camera orbits subject, rotates around scene, creates centrifugal feel.
|
|
78
|
+
- Description: "Chorus (0:30-0:45): camera orbits the performer clockwise, completing one full rotation every 4 bars, with speed increasing on final bar."
|
|
79
|
+
|
|
80
|
+
**8. Color Shift on Harmonic Change**
|
|
81
|
+
- Different chord, key, or harmonic movement triggers color change.
|
|
82
|
+
- Visuals: Gradual or instant color palette shift, light hue change.
|
|
83
|
+
- Description: "When the harmony modulates up a half-step at 0:50, all colors shift from cool blues to warm oranges and golds."
|
|
84
|
+
|
|
85
|
+
**9. Geometry Morphing to Melody**
|
|
86
|
+
- Melodic line shapes geometry in real-time.
|
|
87
|
+
- Visuals: Geometric shapes that move, grow, rotate, or transform to track the melody contour.
|
|
88
|
+
- Description: "Throughout the verse, an abstract geometric shape grows taller as the melody rises, shrinks during the fall, synced precisely to the vocal line."
|
|
89
|
+
|
|
90
|
+
**10. Depth Zoom on Energy Peak**
|
|
91
|
+
- Highest energy moment pushes camera deeply into space.
|
|
92
|
+
- Visuals: Fast zoom into frame, tunnel vision effect, receding light perspective.
|
|
93
|
+
- Description: "At the final drop (1:50), zoom rapidly into a tunnel of neon light, moving at tempo so the forward motion feels like acceleration."
|
|
94
|
+
|
|
95
|
+
**11. Inverted/Negative Flash on Peak Moment**
|
|
96
|
+
- Inverts all colors/luminance at climactic beat moment.
|
|
97
|
+
- Visuals: Screen inverts, creating jarring visual shock, then returns to normal.
|
|
98
|
+
- Description: "On the final kick of the breakdown at 1:45, the entire image inverts for 0.5 seconds—white becomes black, colors flip—then snaps back to normal."
|
|
99
|
+
|
|
100
|
+
**12. Cascading Reveals on Stacked Vocals**
|
|
101
|
+
- Layered vocals (stacked harmony) reveal multiple visual elements in sequence.
|
|
102
|
+
- Visuals: Elements appear one by one, stacking on-screen, each tied to a vocal layer.
|
|
103
|
+
- Description: "As each vocal harmony enters during the chorus, a new light source reveals itself: main vocal brings white light, second brings blue, third brings gold."
|
|
104
|
+
|
|
105
|
+
---
|
|
106
|
+
|
|
107
|
+
## Music Video Philosophy
|
|
108
|
+
|
|
109
|
+
### Beat-Visual Synchronization
|
|
110
|
+
|
|
111
|
+
At its core, a music video is a **fusion of audio and visual rhythm**. They are not separate—they are one art form. Your role is to think in sync.
|
|
112
|
+
|
|
113
|
+
- **Every beat is an opportunity for visual change.** Even if it's subtle: a blink, a light flicker, a slight rotation, a color shift.
|
|
114
|
+
- **Silence is as important as sound.** Use darkness, stillness, and minimal movement in quiet moments.
|
|
115
|
+
- **Syncopation creates visual interest.** If the music is playing against the beat, your visuals can too.
|
|
116
|
+
- **The drop is sacred.** Every listener expects impact at the drop. Your visuals must deliver.
|
|
117
|
+
|
|
118
|
+
### Genre-Visual Mapping
|
|
119
|
+
|
|
120
|
+
Different genres have different visual languages. When you specify genre in your Seedance 2.0 on Higgsfield prompt, you're telling the AI which visual conventions to follow.
|
|
121
|
+
|
|
122
|
+
### Performance vs. Narrative vs. Abstract
|
|
123
|
+
|
|
124
|
+
Choose your visual strategy based on song type:
|
|
125
|
+
|
|
126
|
+
**Performance Videos**
|
|
127
|
+
- Focus: Artist(s) performing the music
|
|
128
|
+
- Best for: Live energy, charisma, dance, instrumental virtuosity
|
|
129
|
+
- Seedance 2.0 on Higgsfield approach: "performance-focused," "showcase the performer," "concert lighting," "live energy"
|
|
130
|
+
|
|
131
|
+
**Narrative Videos**
|
|
132
|
+
- Focus: Story that unfolds alongside the music
|
|
133
|
+
- Best for: Emotional songs, storytelling tracks, cinematic concepts
|
|
134
|
+
- Seedance 2.0 on Higgsfield approach: "cinematic narrative," "story-driven," "character journey," "visual metaphor"
|
|
135
|
+
|
|
136
|
+
**Abstract/Visualizer**
|
|
137
|
+
- Focus: Pure visual expression, no narrative or performer
|
|
138
|
+
- Best for: Instrumental, experimental, or audio-focused tracks
|
|
139
|
+
- Seedance 2.0 on Higgsfield approach: "abstract," "generative," "particles responding to bass," "visualizer," "color-responsive"
|
|
140
|
+
|
|
141
|
+
### Energy Arcs Matching Song Structure
|
|
142
|
+
|
|
143
|
+
Your video's energy should mirror the song's energy arc:
|
|
144
|
+
- **Verse:** Typically lower energy, intimate, building interest
|
|
145
|
+
- **Chorus:** Peak energy, clarity, maximum visual impact
|
|
146
|
+
- **Bridge:** Change of pace, shift in visual strategy (maybe unexpected color, new location, rhythm break)
|
|
147
|
+
- **Final Chorus:** Usually highest energy, most intense visuals, widest dynamic range
|
|
148
|
+
- **Outro:** Resolution, wind-down, or impact-end (some songs end explosive, some fade)
|
|
149
|
+
|
|
150
|
+
### Color-Mood-Genre Connections
|
|
151
|
+
|
|
152
|
+
Colors carry meaning. Different genres favor different palettes:
|
|
153
|
+
|
|
154
|
+
| Genre | Primary Colors | Mood | Lighting |
|
|
155
|
+
|-------|---|---|---|
|
|
156
|
+
| Hip-Hop/Rap | Gold, red, blacks, deep purple | Bold, confident, moody | Hard shadows, neon, streetlights |
|
|
157
|
+
| Pop | Bright saturated (pink, cyan, yellow) | Joyful, energetic, playful | Even, bright, candy-colored |
|
|
158
|
+
| Rock/Metal | Dark reds, blacks, oranges, grays | Intense, rebellious, dark | Spotlights, fire, smoke |
|
|
159
|
+
| Electronic/EDM | Neon (purple, cyan, green), white | Futuristic, energetic, abstract | Particle-heavy, laser-like |
|
|
160
|
+
| R&B/Soul | Warm golds, deep teals, browns, rich reds | Smooth, intimate, sensual | Warm, intimate, candlelit |
|
|
161
|
+
| Lo-Fi/Chill | Warm golds, desaturated pastels, vintage film tones | Nostalgic, calm, relaxed | Natural, soft, film grain |
|
|
162
|
+
| Classical | Elegant silvers, golds, whites, nature greens | Refined, timeless, ethereal | Natural light, spotlights |
|
|
163
|
+
| Jazz | Deep purples, golds, blacks, smoky grays | Sophisticated, intimate, moody | Dim, intimate, rim lighting |
|
|
164
|
+
| Country | Golden hour orange, dusty browns, deep blues | Warm, nostalgic, open | Natural sunset/sunrise, barn light |
|
|
165
|
+
| K-Pop | Vibrant multi-color (rainbow palette, neons) | Energetic, fashionable, synchronized | High contrast, multiple light sources |
|
|
166
|
+
|
|
167
|
+
---
|
|
168
|
+
|
|
169
|
+
## Master Template for Seedance 2.0 on Higgsfield
|
|
170
|
+
|
|
171
|
+
Use this template as your starting point. Fill in each section based on your song and vision.
|
|
172
|
+
|
|
173
|
+
```
|
|
174
|
+
[Song Title] - Music Video Prompt
|
|
175
|
+
|
|
176
|
+
AUDIO: @audio1
|
|
177
|
+
|
|
178
|
+
VIDEO STRATEGY: [Performance / Narrative / Abstract]
|
|
179
|
+
|
|
180
|
+
OVERALL AESTHETIC:
|
|
181
|
+
Genre-visual language: [e.g., "urban hip-hop with neon accents," "ethereal pop with bright candy colors"]
|
|
182
|
+
Color palette: [primary colors]
|
|
183
|
+
Lighting style: [e.g., "hard shadows," "natural light," "neon glow"]
|
|
184
|
+
Camera movement priority: [e.g., "dynamic and fast," "slow and intimate," "orbital and geometric"]
|
|
185
|
+
|
|
186
|
+
VERSE [1 or 2] SECTION (0:00-0:25):
|
|
187
|
+
Energy level: [low/medium/high]
|
|
188
|
+
Visual focus: [performer/scene/abstract elements]
|
|
189
|
+
Key visual elements: [3-5 specific visual ideas]
|
|
190
|
+
Beat synchronization: "At [timing], [visual action] on [beat reference]"
|
|
191
|
+
|
|
192
|
+
CHORUS SECTION (0:25-0:40):
|
|
193
|
+
Energy level: [medium/high/maximum]
|
|
194
|
+
Visual hook: [describe the main 2-second visual hook]
|
|
195
|
+
Repetition strategy: "This visual repeats every 4 bars with [variation]"
|
|
196
|
+
Color/lighting: [specific color changes or lighting shifts]
|
|
197
|
+
|
|
198
|
+
BRIDGE SECTION (0:40-0:50):
|
|
199
|
+
Shift from chorus: [what changes]
|
|
200
|
+
Visual strategy: [completely new visual, continuation, or subtle variation]
|
|
201
|
+
Key moment: "At [timing], [dramatic visual change]"
|
|
202
|
+
|
|
203
|
+
FINAL CHORUS / DROP SECTION (0:50-1:05):
|
|
204
|
+
Intensity level: [maximum/explosive]
|
|
205
|
+
Visual peak: [most impactful visual moment]
|
|
206
|
+
Layering: "Build from [starting visual] to [peak visual]"
|
|
207
|
+
|
|
208
|
+
OUTRO (1:05-end):
|
|
209
|
+
Energy trajectory: [fading/explosive/resolution]
|
|
210
|
+
Final image: [what viewers see last]
|
|
211
|
+
|
|
212
|
+
TECHNICAL NOTES FOR SEEDANCE 2.0 ON HIGGSFIELD:
|
|
213
|
+
- Emphasis on beat drops at [timings]
|
|
214
|
+
- Fast cut rate during [section] for rhythmic energy
|
|
215
|
+
- Particle/motion intensity should peak at [timing]
|
|
216
|
+
- Color transitions should happen at [harmonic shifts]
|
|
217
|
+
```
|
|
218
|
+
|
|
219
|
+
---
|
|
220
|
+
|
|
221
|
+
## Genre Visual Language Guide
|
|
222
|
+
|
|
223
|
+
### Hip-Hop / Rap
|
|
224
|
+
|
|
225
|
+
**Core Visual Language:**
|
|
226
|
+
- Urban environments: warehouses, parking lots, streets, apartments, cars
|
|
227
|
+
- Strong contrast: hard shadows, neon against darkness
|
|
228
|
+
- Swagger and confidence in camera work and performer movement
|
|
229
|
+
- Occasional slow-mo on attitude moments
|
|
230
|
+
- Gritty textures: concrete, graffiti, metal
|
|
231
|
+
- Color palette: gold, deep purple, red, black, occasional neon accents
|
|
232
|
+
|
|
233
|
+
**Seedance 2.0 on Higgsfield Trigger Words:** urban, gritty, swagger, hard-hitting, dark moody, neon accents, street energy, flex aesthetic
|
|
234
|
+
|
|
235
|
+
**Visual Hooks:**
|
|
236
|
+
- Performer in sharp spotlight with harsh shadows
|
|
237
|
+
- Quick cuts between multiple locations
|
|
238
|
+
- Extreme close-ups (face, chain, jewelry, tattoo)
|
|
239
|
+
- Camera tilts and whip-pans on beat
|
|
240
|
+
- Glitch effects during aggressive ad-libs
|
|
241
|
+
|
|
242
|
+
**Example:** "Dark warehouse with one harsh spotlight. At the drop (0:32), performer steps into light with a sharp cut, then rapid cuts between close-ups of jewelry and wide shots of empty space, synced to the snare rhythm."
|
|
243
|
+
|
|
244
|
+
### Pop
|
|
245
|
+
|
|
246
|
+
**Core Visual Language:**
|
|
247
|
+
- Bright, saturated, "candy" colors
|
|
248
|
+
- Clean, energetic choreography if performers are present
|
|
249
|
+
- Wide, open framing (shows off fashion, hair, makeup)
|
|
250
|
+
- Fast cuts during chorus, slower verse
|
|
251
|
+
- Often features fashion, makeup changes, or styling focus
|
|
252
|
+
- Playful camera movement: quick pans, spins, dynamic cuts
|
|
253
|
+
|
|
254
|
+
**Seedance 2.0 on Higgsfield Trigger Words:** bright, colorful, energetic, fashionable, dance-focused, joyful, playful, candy-colored, pop aesthetic, high-energy cuts
|
|
255
|
+
|
|
256
|
+
**Visual Hooks:**
|
|
257
|
+
- Chorus hits and camera spins or whips to new angle
|
|
258
|
+
- Color explosion at drops
|
|
259
|
+
- Synchronized choreography (performer + background dancers if applicable)
|
|
260
|
+
- Fashion/makeup moments (close-ups of sparkles, fabrics)
|
|
261
|
+
- Confetti or light bursts on beat
|
|
262
|
+
|
|
263
|
+
**Example:** "Bright candy-colored bedroom set. Verse 1 is slow with performer styling (makeup, fashion focus). At 0:20, the pre-chorus builds with faster cuts. Chorus explodes with vibrant pink and cyan lighting, synchronized dance movement, confetti bursts on every 4th beat, and rapid cuts between wide and close-up angles."
|
|
264
|
+
|
|
265
|
+
### Rock / Metal
|
|
266
|
+
|
|
267
|
+
**Core Visual Language:**
|
|
268
|
+
- Dark, intense, moody aesthetic
|
|
269
|
+
- Fire, smoke, destruction, raw energy
|
|
270
|
+
- Hard shadows, spotlights, strobes
|
|
271
|
+
- Explosive moments (crashes, fires, impacts)
|
|
272
|
+
- Tension building through shadows and light play
|
|
273
|
+
- Color palette: reds, blacks, oranges, grays, occasional electric blue
|
|
274
|
+
|
|
275
|
+
**Seedance 2.0 on Higgsfield Trigger Words:** dark, intense, fire, aggressive, heavy, powerful, explosive, hard shadows, rock energy, metal aesthetic
|
|
276
|
+
|
|
277
|
+
**Visual Hooks:**
|
|
278
|
+
- Extreme close-up of face with harsh spotlight
|
|
279
|
+
- Crash moment synced to hit (cymbal crash, snare crack)
|
|
280
|
+
- Fire or explosion on drop
|
|
281
|
+
- Performer headbang or head tilt synced to beat
|
|
282
|
+
- Rapid strobe cuts during heavy sections
|
|
283
|
+
|
|
284
|
+
**Example:** "Dark stage with distant fire. Intro is minimal with just rim-lighting on performer's silhouette. First verse builds with shadow play—light cuts across performer's face. At 0:35, the chorus hits and fire explodes upward on the downbeat, then rapid strobe cuts sync to the snare rhythm every beat."
|
|
285
|
+
|
|
286
|
+
### Electronic / EDM
|
|
287
|
+
|
|
288
|
+
**Core Visual Language:**
|
|
289
|
+
- Futuristic, neon, particle-heavy
|
|
290
|
+
- Abstract geometric shapes that morph and respond to music
|
|
291
|
+
- Laser-like light beams, neon colors (cyan, magenta, green)
|
|
292
|
+
- Repeating geometric patterns, tessellations
|
|
293
|
+
- Rapid movement synchronized to beat
|
|
294
|
+
- Often no performer (pure abstract), or performer as silhouette
|
|
295
|
+
|
|
296
|
+
**Seedance 2.0 on Higgsfield Trigger Words:** neon, futuristic, particles, geometric, lasers, abstract, synthesizer-visual, EDM aesthetic, electronic-responsive, digital landscape
|
|
297
|
+
|
|
298
|
+
**Visual Hooks:**
|
|
299
|
+
- Particle explosion on kick drum
|
|
300
|
+
- Geometry morphing to melodic line
|
|
301
|
+
- Neon color shift on harmonic change
|
|
302
|
+
- Fast recursive patterns on beat
|
|
303
|
+
- Tunnel/zoom effect into neon space
|
|
304
|
+
|
|
305
|
+
**Example:** "Neon purple and cyan abstract digital landscape. Base layer: slowly morphing geometric shapes. On the kick drum, particles burst outward in cyan. During the build (0:25-0:40), geometric shapes accelerate their rotation, and neon colors cycle through the spectrum every 8 bars. On the drop (0:40), zoom rapidly into a tunnel of purple light with white particle rain falling at tempo."
|
|
306
|
+
|
|
307
|
+
### R&B / Soul
|
|
308
|
+
|
|
309
|
+
**Core Visual Language:**
|
|
310
|
+
- Warm, intimate, sensual aesthetic
|
|
311
|
+
- Soft, intimate lighting (candlelight, rim lighting, warm spotlights)
|
|
312
|
+
- Close-ups and slow camera movement
|
|
313
|
+
- Emotional, genuine performance moments
|
|
314
|
+
- Smooth color grading with warm tones
|
|
315
|
+
- Often focuses on facial expression and connection
|
|
316
|
+
|
|
317
|
+
**Seedance 2.0 on Higgsfield Trigger Words:** warm, intimate, sensual, soul, smooth, emotional, R&B, candlelit, warm tones, intimate performance
|
|
318
|
+
|
|
319
|
+
**Visual Hooks:**
|
|
320
|
+
- Close-up of face during emotional moment (synced to vulnerable lyric)
|
|
321
|
+
- Slow push-in on performer during chorus
|
|
322
|
+
- Subtle light flickers that emphasize vocal moments
|
|
323
|
+
- Warm color shift during key emotional lines
|
|
324
|
+
- Camera pull-back revealing whole body/scene at chorus peak
|
|
325
|
+
|
|
326
|
+
**Example:** "Warm, intimate room lit by rim-light and candlelight. Close-up on performer's face throughout verse, with subtle camera push-in as emotion builds. At 0:30 (chorus), pull back to reveal full silhouette against warm golden light, then push back to close-up on the emotional peak at 0:40. Soft warm colors throughout (golds, deep teals, warm browns)."
|
|
327
|
+
|
|
328
|
+
### Lo-Fi / Chill
|
|
329
|
+
|
|
330
|
+
**Core Visual Language:**
|
|
331
|
+
- Nostalgic, warm film grain
|
|
332
|
+
- Desaturated colors, vintage aesthetic
|
|
333
|
+
- Slow, minimal camera movement
|
|
334
|
+
- Often features mundane or peaceful scenes: bedroom, coffee shop, bookshelf, rain window
|
|
335
|
+
- Melancholic but peaceful mood
|
|
336
|
+
- Analog/VHS texture, color grading reminiscent of old photos
|
|
337
|
+
|
|
338
|
+
**Seedance 2.0 on Higgsfield Trigger Words:** nostalgic, lo-fi, chill, film grain, vintage, warm, desaturated, calm, peaceful, analog aesthetic
|
|
339
|
+
|
|
340
|
+
**Visual Hooks:**
|
|
341
|
+
- Slow pan across cozy scene (bookshelf, desk, window)
|
|
342
|
+
- Subtle color shift as beat subtly changes
|
|
343
|
+
- Minimal cuts, long takes
|
|
344
|
+
- Rain or weather effects for mood
|
|
345
|
+
- Slight VHS glitch or tape degradation effect at key moments
|
|
346
|
+
|
|
347
|
+
**Example:** "Cozy bedroom at golden hour. Warm film grain throughout. Slow pan across shelf of books and plants during intro (0:00-0:15). Then static wide shot of window with rain, soft golden light streaming in, during verse. At chorus (0:20), subtle warm orange color grade shift, and slow push-in on a coffee cup on the windowsill. Minimal music-sync; let the mood be the primary focus."
|
|
348
|
+
|
|
349
|
+
### Classical
|
|
350
|
+
|
|
351
|
+
**Core Visual Language:**
|
|
352
|
+
- Elegant, refined, timeless
|
|
353
|
+
- Often features natural elements or architectural beauty
|
|
354
|
+
- Orchestral instruments or classical musicians
|
|
355
|
+
- Clean, wide framing with symmetrical composition
|
|
356
|
+
- Lighting: natural light, spotlights, or candlelight
|
|
357
|
+
- Color palette: elegant silvers, golds, natural earth tones, whites
|
|
358
|
+
|
|
359
|
+
**Seedance 2.0 on Higgsfield Trigger Words:** elegant, classical, refined, orchestral, timeless, architectural, natural light, sophisticated, cinematic
|
|
360
|
+
|
|
361
|
+
**Visual Hooks:**
|
|
362
|
+
- Tight shot of musician's hands playing instrument (during fast passages)
|
|
363
|
+
- Wide shot of concert hall or nature backdrop
|
|
364
|
+
- Camera slowly pulling back to reveal grandeur at climax
|
|
365
|
+
- Synchronized camera movement to melody (push-in on high notes, pull-back on low)
|
|
366
|
+
- Dramatic lighting shift on key harmonic moments
|
|
367
|
+
|
|
368
|
+
**Example:** "Classical concert hall with ornate ceiling. Tight shot of violinist's hands during the opening passage (synced to the bow movement). Wide establishing shot at 0:15. During the main melody, camera slowly orbits the musician. On the climactic high note passage, push in dramatically while lighting increases. Final moment: pull back to full wide shot of grand hall in dramatic spotlighting."
|
|
369
|
+
|
|
370
|
+
### Jazz
|
|
371
|
+
|
|
372
|
+
**Core Visual Language:**
|
|
373
|
+
- Sophisticated, intimate, moody
|
|
374
|
+
- Often in jazz clubs, bars, or dimly lit venues
|
|
375
|
+
- Noir aesthetic: deep shadows, rim lighting, cigarette smoke
|
|
376
|
+
- Focus on musician skill and expression
|
|
377
|
+
- Improvisational energy captured visually through unexpected cuts and movements
|
|
378
|
+
- Color palette: purples, golds, blacks, smoky grays
|
|
379
|
+
|
|
380
|
+
**Seedance 2.0 on Higgsfield Trigger Words:** jazz, noir, sophisticated, smoky, intimate, improvisation, jazz club, dim lighting, moody, sophisticated
|
|
381
|
+
|
|
382
|
+
**Visual Hooks:**
|
|
383
|
+
- Close-up of musician's face during expressive moment
|
|
384
|
+
- Sudden cut to a new angle (mirroring improvisational surprises in jazz)
|
|
385
|
+
- Smoke or haze that shifts with the energy of the playing
|
|
386
|
+
- Rim-lit silhouettes during quieter moments
|
|
387
|
+
- Dynamic but graceful camera movement during solos
|
|
388
|
+
|
|
389
|
+
**Example:** "Jazz club setting, dim smoky atmosphere. Dark purple and gold color grading. Rim-lit silhouette of saxophonist playing against a dark background. During the main solo (0:30-0:50), series of cuts between close-ups of hands, saxophonist's face, and wide shots of the stage—each cut feels improvised and surprising, not on strict beat. After the solo, pull back for full ensemble shot with dramatic lighting."
|
|
390
|
+
|
|
391
|
+
### Country
|
|
392
|
+
|
|
393
|
+
**Core Visual Language:**
|
|
394
|
+
- Warm, nostalgic, open-air aesthetic
|
|
395
|
+
- Often features landscapes, golden hour, rural settings
|
|
396
|
+
- Focus on authenticity, emotion, and storytelling
|
|
397
|
+
- Sunset/sunrise lighting, barn light, natural light through windows
|
|
398
|
+
- Earth tones: golden oranges, dusty browns, deep blues
|
|
399
|
+
- Often includes horses, fields, small-town settings
|
|
400
|
+
|
|
401
|
+
**Seedance 2.0 on Higgsfield Trigger Words:** country, golden hour, landscape, rural, authentic, nostalgic, barn light, sunset, warm earth tones, storytelling
|
|
402
|
+
|
|
403
|
+
**Visual Hooks:**
|
|
404
|
+
- Wide establishing shot of landscape during intro
|
|
405
|
+
- Slow pan across field or landscape
|
|
406
|
+
- Warm golden light on performer's face
|
|
407
|
+
- Silhouette against sunset at emotional peak
|
|
408
|
+
- Animals or rural elements (horse, field, fence) integrated into emotional moments
|
|
409
|
+
|
|
410
|
+
**Example:** "Golden hour landscape—field at sunset. Establishing wide shot of empty field during intro. Verse 1 features performer in center frame, warm golden backlight, with slow camera pull-back revealing more landscape. Chorus builds with closer framing and more direct golden light on performer's face. Bridge shifts to silhouette against deep orange sky. Final chorus returns to golden light with camera held wide to show the beauty of the landscape as the emotional story resolves."
|
|
411
|
+
|
|
412
|
+
### K-Pop
|
|
413
|
+
|
|
414
|
+
**Core Visual Language:**
|
|
415
|
+
- Vibrant, multi-color palette (often rainbow or neon-heavy)
|
|
416
|
+
- Synchronized choreography (often group or duo focus)
|
|
417
|
+
- Fashion and styling as primary visual element
|
|
418
|
+
- High-contrast lighting with multiple light sources
|
|
419
|
+
- Fast cuts, dynamic energy, playful camera movements
|
|
420
|
+
- Often shifts between multiple locations or outfit changes
|
|
421
|
+
|
|
422
|
+
**Seedance 2.0 on Higgsfield Trigger Words:** K-pop, vibrant, choreography, fashionable, synchronized, neon, energetic, colorful, high-contrast, multi-color palette
|
|
423
|
+
|
|
424
|
+
**Visual Hooks:**
|
|
425
|
+
- Sharp freeze-frame on choreography moment
|
|
426
|
+
- Rapid cuts in time with snare hits during chorus
|
|
427
|
+
- Outfit/location change on beat or section transition
|
|
428
|
+
- Neon-color flashes synced to drum hits
|
|
429
|
+
- Wide shot of group synchronized movement, then cuts to close-ups of individual style moments
|
|
430
|
+
|
|
431
|
+
**Example:** "High-energy K-pop aesthetic with vibrant neon colors. Verse 1: performers in sleek black outfits against bright cyan backdrop, synchronized movement every 4 bars. Pre-chorus color shift to hot pink lighting. Chorus explodes with rapid cuts between wide shots of choreography and close-ups of faces and fashion details—each cut synced to the snare, creating a visual rhythm that matches the beat. Bridge: outfit change to neon green, location shift to a geometric stage set. Final chorus returns to cyan/pink palette with maximum energy: all performers on-screen, movement at peak velocity."
|
|
432
|
+
|
|
433
|
+
---
|
|
434
|
+
|
|
435
|
+
## Beat-Sync Techniques: Describing Visual Beats in Prompts
|
|
436
|
+
|
|
437
|
+
To get the best results from Seedance 2.0 on Higgsfield, you need to learn how to describe visual beats—moments where visuals align with or respond to the audio beats.
|
|
438
|
+
|
|
439
|
+
### Technique 1: Beat Reference Timing
|
|
440
|
+
|
|
441
|
+
**Direct Timing References:**
|
|
442
|
+
```
|
|
443
|
+
"At 0:32 (the drop), [visual action] syncs with the kick drum"
|
|
444
|
+
"From 1:15-1:30 (the breakdown), particles respond to the bass"
|
|
445
|
+
"At 0:45 when the snare cracks, the screen flashes white"
|
|
446
|
+
```
|
|
447
|
+
|
|
448
|
+
**Bar-based References (if you know time signature):**
|
|
449
|
+
```
|
|
450
|
+
"Every downbeat (every 4 beats), rotate 360 degrees"
|
|
451
|
+
"On beats 2 and 4 (snare hits), color shifts occur"
|
|
452
|
+
```
|
|
453
|
+
|
|
454
|
+
### Technique 2: Beat Density Matching
|
|
455
|
+
|
|
456
|
+
Tell Seedance 2.0 on Higgsfield how visual density should match beat density:
|
|
457
|
+
|
|
458
|
+
```
|
|
459
|
+
"During the hi-hat section, create visual cuts or flashes every half-beat (8 per 4 bars)"
|
|
460
|
+
"During the chorus, kick drum is every beat: make one visual change per kick"
|
|
461
|
+
"The bridge is sparse (2-bar phrasing), so use slower, larger camera movements"
|
|
462
|
+
```
|
|
463
|
+
|
|
464
|
+
### Technique 3: Energy Mapping
|
|
465
|
+
|
|
466
|
+
Describe how visual intensity matches musical intensity:
|
|
467
|
+
|
|
468
|
+
```
|
|
469
|
+
"Build visual intensity as the drums layer in: minimal particles (0:00), add bass response (0:10), rapid cuts (0:20), explosion (0:32)"
|
|
470
|
+
"The energy dips at 1:00 (quiet bridge), so slow the cuts, desaturate colors, and reduce particle density"
|
|
471
|
+
"At 1:45 (final drop), hit maximum visual intensity: fastest cuts, brightest colors, most particles"
|
|
472
|
+
```
|
|
473
|
+
|
|
474
|
+
### Technique 4: Frequency-Responsive Effects
|
|
475
|
+
|
|
476
|
+
Some Seedance 2.0 on Higgsfield effects can respond to different frequency ranges:
|
|
477
|
+
|
|
478
|
+
```
|
|
479
|
+
"Make particles respond to the bass (low frequencies): they expand outward when the bass hits"
|
|
480
|
+
"The melody controls the height of geometric shapes: they rise and fall with the vocal line"
|
|
481
|
+
"Drums control color cycling: each kick shifts to the next color in the palette"
|
|
482
|
+
```
|
|
483
|
+
|
|
484
|
+
### Technique 5: Syncopation Visuals
|
|
485
|
+
|
|
486
|
+
If the music plays with syncopation (off-beat accents), describe visual syncopation:
|
|
487
|
+
|
|
488
|
+
```
|
|
489
|
+
"The snare is syncopated (off-beat), so create visual accents on the off-beat: camera shakes or color flashes that surprise the viewer"
|
|
490
|
+
"The hi-hats have a broken rhythm pattern, so match with irregular quick cuts rather than metronomic ones"
|
|
491
|
+
```
|
|
492
|
+
|
|
493
|
+
### Technique 6: Break & Build Tracking
|
|
494
|
+
|
|
495
|
+
Describe how visuals evolve through song sections:
|
|
496
|
+
|
|
497
|
+
```
|
|
498
|
+
"Verse (0:00-0:20): minimal visuals, maybe just color shifts
|
|
499
|
+
Build/Pre-Chorus (0:20-0:30): add movement, increase cut rate
|
|
500
|
+
Chorus (0:30-0:50): maximum visual density
|
|
501
|
+
Verse 2 (0:50-1:10): pull back to mid-level (not full reset)
|
|
502
|
+
Final Chorus (1:10-end): peak energy, all visuals combined"
|
|
503
|
+
```
|
|
504
|
+
|
|
505
|
+
### Technique 7: Sub-Bass Depth
|
|
506
|
+
|
|
507
|
+
For heavy low-end tracks, describe visual depth changes:
|
|
508
|
+
|
|
509
|
+
```
|
|
510
|
+
"When the sub-bass hits (0:32), zoom the camera forward into the scene at tempo"
|
|
511
|
+
"The bass sustains from 0:45-1:05, so maintain forward zoom momentum throughout"
|
|
512
|
+
"Each bass note is a separate zoom push: 7 pushes in 7 seconds on this section"
|
|
513
|
+
```
|
|
514
|
+
|
|
515
|
+
---
|
|
516
|
+
|
|
517
|
+
## Performance Video Guide
|
|
518
|
+
|
|
519
|
+
Performance videos put the artist(s) front and center. The music video is a vehicle for showcasing talent, charisma, movement, and energy.
|
|
520
|
+
|
|
521
|
+
### Solo Performer
|
|
522
|
+
|
|
523
|
+
**Visual Focus:**
|
|
524
|
+
- Close-ups of facial expression, especially emotional or attitude moments
|
|
525
|
+
- Full-body shots showing movement/dance
|
|
526
|
+
- Hands and fingers if there's instrumental skill (guitar, keys, etc.)
|
|
527
|
+
- Eyes and mouth especially during vocals
|
|
528
|
+
|
|
529
|
+
**Camera Techniques:**
|
|
530
|
+
- Push-in during emotional moments
|
|
531
|
+
- Slow orbit around performer for power moments
|
|
532
|
+
- Quick cuts from wide to extreme close-up during energy peaks
|
|
533
|
+
- Lock-off shots (stationary) during verses, dynamic movement during chorus
|
|
534
|
+
|
|
535
|
+
**Lighting Approach:**
|
|
536
|
+
- Hero lighting: create a spotlight effect that isolates performer from background
|
|
537
|
+
- Shadows should emphasize performer, not hide them
|
|
538
|
+
- Use backlighting and rim lighting for dimension
|
|
539
|
+
|
|
540
|
+
**Seedance 2.0 on Higgsfield Cue:**
|
|
541
|
+
```
|
|
542
|
+
"Solo performance video. Main focus: [performer name or description].
|
|
543
|
+
Verse lighting: warm rim-light, camera slowly orbits performer.
|
|
544
|
+
Chorus: front-facing close-ups of face during vocals, pull-back on beat drops.
|
|
545
|
+
Lighting peak: hard spotlight during final chorus, harsh shadows, high contrast."
|
|
546
|
+
```
|
|
547
|
+
|
|
548
|
+
### Band / Ensemble
|
|
549
|
+
|
|
550
|
+
**Visual Focus:**
|
|
551
|
+
- Individual band members playing their instruments
|
|
552
|
+
- Ensemble shots showing all members together
|
|
553
|
+
- Synchronized moments (all members hitting the same beat)
|
|
554
|
+
- Call-and-response between members
|
|
555
|
+
|
|
556
|
+
**Camera Techniques:**
|
|
557
|
+
- Quick cuts between individual members during their musical moments (bassist during bass line, drummer during fill, etc.)
|
|
558
|
+
- Wide ensemble shots during chorus to show unity
|
|
559
|
+
- Orbital camera movement that includes all members
|
|
560
|
+
- Synchronized focus (all cameras snap to one member, then to another)
|
|
561
|
+
|
|
562
|
+
**Lighting Approach:**
|
|
563
|
+
- Individual spotlights on each member (different colors can create visual interest)
|
|
564
|
+
- Unified backlighting for ensemble unity
|
|
565
|
+
- Spot emphasis on lead instruments during solos
|
|
566
|
+
|
|
567
|
+
**Seedance 2.0 on Higgsfield Cue:**
|
|
568
|
+
```
|
|
569
|
+
"Band performance video with 4 members.
|
|
570
|
+
Verse 1: focus on lead vocalist with supporting members in softer light.
|
|
571
|
+
Verse 2: cut between bass player during the bass line, then drummer during the fill.
|
|
572
|
+
Chorus: all members together, unified lighting, synchronized head movements with beat.
|
|
573
|
+
Solo section (0:50-1:00): tight shots of [instrument] player, rapid cuts on their phrase changes."
|
|
574
|
+
```
|
|
575
|
+
|
|
576
|
+
### Dance Crew / Choreography
|
|
577
|
+
|
|
578
|
+
**Visual Focus:**
|
|
579
|
+
- Full-body shots showing choreography
|
|
580
|
+
- Synchronized movement across multiple dancers
|
|
581
|
+
- Individual moments (breakouts, solos within group)
|
|
582
|
+
- Ground-level and elevated shots for perspective
|
|
583
|
+
|
|
584
|
+
**Camera Techniques:**
|
|
585
|
+
- Wide shots to show full group choreography
|
|
586
|
+
- Rapid cuts between dancers in rhythm with beats
|
|
587
|
+
- Slow-motion moments during power moves
|
|
588
|
+
- Drone shots or elevated angles to show geometric formations
|
|
589
|
+
|
|
590
|
+
**Lighting Approach:**
|
|
591
|
+
- Even lighting across all dancers (avoid shadows that hide movement)
|
|
592
|
+
- Color changes that emphasize formation changes
|
|
593
|
+
- Spotlights that follow dancers as they move
|
|
594
|
+
|
|
595
|
+
**Seedance 2.0 on Higgsfield Cue:**
|
|
596
|
+
```
|
|
597
|
+
"Choreographed dance crew video: 6 dancers, synchronized movement.
|
|
598
|
+
Verse: formation on stage left, slow-motion slow-motion hip movement on every 4th beat.
|
|
599
|
+
Chorus: rapid formations changes, each formation lasts 4 bars, dancers create geometric shapes.
|
|
600
|
+
Bridge: spotlight on one lead dancer, crew creates a tunnel of movement around them.
|
|
601
|
+
Final chorus: all dancers, maximum velocity, white particle effects around them, camera holds wide to show the full choreography."
|
|
602
|
+
```
|
|
603
|
+
|
|
604
|
+
### Concert / Live Stage
|
|
605
|
+
|
|
606
|
+
**Visual Focus:**
|
|
607
|
+
- Performer(s) on stage
|
|
608
|
+
- Crowd/audience (if applicable)
|
|
609
|
+
- Stage production (lights, screens, pyrotechnics)
|
|
610
|
+
- Wide venue shots alternating with close-ups
|
|
611
|
+
|
|
612
|
+
**Camera Techniques:**
|
|
613
|
+
- Mix of close-ups on performer and wide shots showing stage scale
|
|
614
|
+
- Push-ins for emotional moments
|
|
615
|
+
- Rapid cuts during high-energy sections
|
|
616
|
+
- Upward angles to make performer(s) look powerful
|
|
617
|
+
|
|
618
|
+
**Lighting Approach:**
|
|
619
|
+
- Dramatic stage lighting (spotlights, color washes)
|
|
620
|
+
- Fog/haze to emphasize light beams
|
|
621
|
+
- Light intensity matching musical intensity
|
|
622
|
+
- Occasional darkness for dramatic contrast
|
|
623
|
+
|
|
624
|
+
**Seedance 2.0 on Higgsfield Cue:**
|
|
625
|
+
```
|
|
626
|
+
"Concert stage performance video on a large arena stage.
|
|
627
|
+
Stage setup: large screen behind, colored light beams, smoke effects.
|
|
628
|
+
Verse: close-ups of performer with stage lights as background, slow camera push-in.
|
|
629
|
+
Chorus: mix of wide shots showing full stage (performer + production) and extreme close-ups of face.
|
|
630
|
+
Bridge: tempo slow down, lights dim, focused spotlight on performer.
|
|
631
|
+
Final chorus: lights explode, fog increases, pyrotechnics (fire or lights), camera zooms in for maximum drama."
|
|
632
|
+
```
|
|
633
|
+
|
|
634
|
+
---
|
|
635
|
+
|
|
636
|
+
## Narrative Music Video Patterns: Story Arcs in ~90-120 Seconds
|
|
637
|
+
|
|
638
|
+
A narrative video tells a story. In ~90 seconds (typical song length), you need to establish, escalate, and resolve. Think in three acts.
|
|
639
|
+
|
|
640
|
+
### Pattern 1: Cinematic Story Arc
|
|
641
|
+
|
|
642
|
+
**Structure:**
|
|
643
|
+
- **Setup (0:00-0:20):** Introduce character, location, problem. "A girl wakes up alone in a city."
|
|
644
|
+
- **Escalation (0:20-0:50):** Complications, emotions building. "She searches through empty streets, finding clues of a lost relationship."
|
|
645
|
+
- **Peak (0:50-1:00):** Climactic moment. "She finds him on a rooftop, but he turns away."
|
|
646
|
+
- **Resolution (1:00-end):** Emotional or narrative resolution. "She walks toward the sunset, accepting what happened."
|
|
647
|
+
|
|
648
|
+
**Seedance 2.0 on Higgsfield Cue:**
|
|
649
|
+
```
|
|
650
|
+
"Cinematic narrative music video.
|
|
651
|
+
Opening: establishing shot of empty city at dawn, introducing main character.
|
|
652
|
+
Verse: character walks through city, visuals show flashbacks or clues about a breakup, camera follows with push-ins on emotional moments.
|
|
653
|
+
Chorus: character discovers clue [specific object], camera snaps to close-up, music swells.
|
|
654
|
+
Bridge: quiet moment, character alone, reflection.
|
|
655
|
+
Final chorus: character faces consequence or makes decision, shot expands to show the setting, resolution begins.
|
|
656
|
+
Outro: final image of character walking away into sunset, or other closure."
|
|
657
|
+
```
|
|
658
|
+
|
|
659
|
+
### Pattern 2: Metaphor/Symbolic Story
|
|
660
|
+
|
|
661
|
+
**Structure:**
|
|
662
|
+
- **Metaphor Setup:** Something surreal or symbolic happens. "A woman's room fills with water."
|
|
663
|
+
- **Escalation:** The metaphor intensifies or reveals deeper meaning. "She learns to breathe underwater, discovering the water is actually memories."
|
|
664
|
+
- **Peak:** The metaphor reaches maximum impact. "She submerges fully and is reborn, transformed."
|
|
665
|
+
- **Resolution:** Return to reality or acceptance. "She emerges, changed, in a new setting."
|
|
666
|
+
|
|
667
|
+
**Seedance 2.0 on Higgsfield Cue:**
|
|
668
|
+
```
|
|
669
|
+
"Metaphorical/surreal narrative.
|
|
670
|
+
Verse: surreal opening, water begins filling [location], color shifts to deep blue, unsettling but beautiful.
|
|
671
|
+
Chorus: water fills completely, but character moves through it gracefully, as if no longer bound by physics. Imagery becomes dreamlike.
|
|
672
|
+
Bridge: moment of clarity—character sees the water as something else (memories, emotion, time), visuals shift to show symbolic meaning.
|
|
673
|
+
Final chorus: full immersion, character transforms or accepts the surreal environment, colors shift to indicate rebirth.
|
|
674
|
+
Outro: emerge or resolution, return to physical reality but character is changed—shown through color, light, or new location."
|
|
675
|
+
```
|
|
676
|
+
|
|
677
|
+
### Pattern 3: Character Transformation
|
|
678
|
+
|
|
679
|
+
**Structure:**
|
|
680
|
+
- **Before:** Show who the character is before. Mundane, restricted, unhappy.
|
|
681
|
+
- **Catalyst:** Something triggers change. Event, person, realization.
|
|
682
|
+
- **Transformation:** Character changes—visually and behaviorally.
|
|
683
|
+
- **After:** Show the new version of the character. More free, confident, happy.
|
|
684
|
+
|
|
685
|
+
**Seedance 2.0 on Higgsfield Cue:**
|
|
686
|
+
```
|
|
687
|
+
"Character transformation narrative.
|
|
688
|
+
Verse 1: character in before-state (restricted movement, muted colors, sad expression, closed-off body language).
|
|
689
|
+
Pre-chorus: catalyst moment arrives (someone appears, music changes, light enters the frame).
|
|
690
|
+
Chorus: transformation begins, character changes physically (outfit change, movement becomes freer, color increases, confidence grows).
|
|
691
|
+
Verse 2: character in transition state, showing both old and new behaviors, color palette shifts from muted to vibrant.
|
|
692
|
+
Final chorus: character fully transformed, maximum confidence/happiness, movement is free and joyful, colors are saturated, wide shots show character in new environment.
|
|
693
|
+
Outro: final image of transformed character, full silhouette or close-up showing confidence and peace."
|
|
694
|
+
```
|
|
695
|
+
|
|
696
|
+
### Pattern 4: Dual Narrative / Contrast
|
|
697
|
+
|
|
698
|
+
**Structure:**
|
|
699
|
+
- Show two characters or two timelines in parallel.
|
|
700
|
+
- Verse 1: Character A / Timeline A
|
|
701
|
+
- Verse 2: Character B / Timeline B
|
|
702
|
+
- Chorus: They converge or contrast visually.
|
|
703
|
+
- Bridge: Twist or intersection.
|
|
704
|
+
- Finale: Resolution of both narratives.
|
|
705
|
+
|
|
706
|
+
**Seedance 2.0 on Higgsfield Cue:**
|
|
707
|
+
```
|
|
708
|
+
"Dual narrative: [Character/Setting 1] vs. [Character/Setting 2].
|
|
709
|
+
Verse 1: Character A in location 1 (warm tones, calm movement, isolated).
|
|
710
|
+
Verse 2: Character B in location 2 (cool tones, fast movement, surrounded).
|
|
711
|
+
Chorus: rapid cuts between both characters, their actions mirror or contrast dramatically.
|
|
712
|
+
Bridge: twist reveal—they see each other or their narratives converge/collide.
|
|
713
|
+
Final chorus: unified visual language, both characters shown together or in same location, final moment shows resolution (together, apart, or transformed understanding)."
|
|
714
|
+
```
|
|
715
|
+
|
|
716
|
+
### Pattern 5: Time Loop / Cyclical
|
|
717
|
+
|
|
718
|
+
**Structure:**
|
|
719
|
+
- Scene repeats or cycles multiple times.
|
|
720
|
+
- Each cycle shows a slight change or deepening understanding.
|
|
721
|
+
- By the final cycle, the viewer sees the full picture.
|
|
722
|
+
|
|
723
|
+
**Seedance 2.0 on Higgsfield Cue:**
|
|
724
|
+
```
|
|
725
|
+
"Cyclical time-loop narrative.
|
|
726
|
+
Cycle 1 (Verse 1): character repeats the same action/moment, camera movement identical each time, slight glitch or déjà-vu feeling.
|
|
727
|
+
Cycle 2 (Verse 2): repeat with variation, character slightly more aware, camera movement slightly different, color shifts slightly.
|
|
728
|
+
Cycle 3 (Chorus): full repeat with more significant change visible, character shows more consciousness of the loop.
|
|
729
|
+
Bridge: climax of loop awareness, character struggles against the repetition, visuals glitch or distort.
|
|
730
|
+
Final chorus: break from loop or acceptance of it, movement becomes free or deliberately cyclical, resolution of the loop's meaning.
|
|
731
|
+
Outro: final image shows consequence or acceptance of the cycle."
|
|
732
|
+
```
|
|
733
|
+
|
|
734
|
+
---
|
|
735
|
+
|
|
736
|
+
## Abstract / Visualizer Techniques: Particles, Geometry, and Responsive Effects
|
|
737
|
+
|
|
738
|
+
Abstract videos have no narrative or performance focus—they are pure visual expression responding to music. This is where Seedance 2.0 on Higgsfield's generative capabilities really shine.
|
|
739
|
+
|
|
740
|
+
### Technique 1: Particles Responding to Bass
|
|
741
|
+
|
|
742
|
+
Low-frequency bass is visual in abstract videos. Use particles to make bass visible:
|
|
743
|
+
|
|
744
|
+
```
|
|
745
|
+
"Every time the kick drum hits, particles explode outward in a radial pattern, expanding to the beat tempo.
|
|
746
|
+
The sustained bass note (0:32-0:45) holds particles in an expanded state, then they contract on the next hit.
|
|
747
|
+
Sub-bass (below 50 Hz) creates a central core of dense particles; mid-bass creates outer rings."
|
|
748
|
+
```
|
|
749
|
+
|
|
750
|
+
Seedance 2.0 on Higgsfield Cue:
|
|
751
|
+
```
|
|
752
|
+
"Bass-responsive particles throughout. Kick drum creates radial expansion at [timing], [timing], [timing].
|
|
753
|
+
Sustained bass note creates sustained particle hold.
|
|
754
|
+
Sub-bass creates a dense central core.
|
|
755
|
+
Highest visual density during the bass-heavy sections."
|
|
756
|
+
```
|
|
757
|
+
|
|
758
|
+
### Technique 2: Geometry Morphing to Melody
|
|
759
|
+
|
|
760
|
+
Melodic lines can control geometric transformation:
|
|
761
|
+
|
|
762
|
+
```
|
|
763
|
+
"A single geometric shape (say, a circle) begins as the melody starts.
|
|
764
|
+
As the melody rises in pitch, the shape becomes taller (elongates upward).
|
|
765
|
+
As the melody falls, the shape shrinks downward.
|
|
766
|
+
Rapid melodic runs create rapid pulsing or rotation of the shape.
|
|
767
|
+
At the highest note of the phrase, the shape reaches its maximum height and brightness."
|
|
768
|
+
```
|
|
769
|
+
|
|
770
|
+
Seedance 2.0 on Higgsfield Cue:
|
|
771
|
+
```
|
|
772
|
+
"Central geometric shape that transforms to match the vocal melody line.
|
|
773
|
+
During the verse melody, shape height tracks the vocal pitch in real-time.
|
|
774
|
+
Fast melodic runs cause rapid pulsing or spinning.
|
|
775
|
+
Peak note of each phrase: shape reaches maximum height, size, and brightness.
|
|
776
|
+
Color shifts with harmonic changes."
|
|
777
|
+
```
|
|
778
|
+
|
|
779
|
+
### Technique 3: Color Cycling with Harmony
|
|
780
|
+
|
|
781
|
+
Different harmonic moments trigger color changes:
|
|
782
|
+
|
|
783
|
+
```
|
|
784
|
+
"When the chord is C Major, colors are bright and warm (golden, warm orange).
|
|
785
|
+
When the chord modulates to F Major, colors shift to cool blues.
|
|
786
|
+
Every 8 bars the harmony repeats, so colors cycle on a regular schedule.
|
|
787
|
+
Unexpected chord changes create sudden, jarring color shifts."
|
|
788
|
+
```
|
|
789
|
+
|
|
790
|
+
Seedance 2.0 on Higgsfield Cue:
|
|
791
|
+
```
|
|
792
|
+
"Color palette responds to harmonic content.
|
|
793
|
+
Primary color (warm gold): during [section in key X]
|
|
794
|
+
Secondary color (cool blue): during [section in key Y]
|
|
795
|
+
Transition color shifts at [specific harmonic moments], creating visual rhythm."
|
|
796
|
+
```
|
|
797
|
+
|
|
798
|
+
### Technique 4: Fractal / Recursive Patterns
|
|
799
|
+
|
|
800
|
+
Self-similar patterns that repeat at different scales:
|
|
801
|
+
|
|
802
|
+
```
|
|
803
|
+
"A fractal mandelbrot-like shape zooms infinitely inward during the build (0:20-0:32).
|
|
804
|
+
At the drop, zoom rapidly outward, then the pattern explodes into particles.
|
|
805
|
+
Throughout the chorus, smaller fractals orbit the central shape at varying speeds."
|
|
806
|
+
```
|
|
807
|
+
|
|
808
|
+
Seedance 2.0 on Higgsfield Cue:
|
|
809
|
+
```
|
|
810
|
+
"Fractal recursive pattern as central visual.
|
|
811
|
+
Build section: zoom inward into infinite detail.
|
|
812
|
+
Drop: zoom outward explosively, fractal explodes into particles.
|
|
813
|
+
Chorus: multiple smaller fractals orbit the center at syncopated speeds."
|
|
814
|
+
```
|
|
815
|
+
|
|
816
|
+
### Technique 5: Light Beam / Laser Effects
|
|
817
|
+
|
|
818
|
+
Laser-like beams that rotate, intersect, and respond to music:
|
|
819
|
+
|
|
820
|
+
```
|
|
821
|
+
"4 laser beams start stationary around the frame.
|
|
822
|
+
As the beat builds, they rotate faster (one rotation per 8 beats, then 4 beats, then every beat).
|
|
823
|
+
On the drop, they stop suddenly and create an intersection point, which explodes.
|
|
824
|
+
During the breakdown, fewer beams, moving slower, creating a more minimal effect."
|
|
825
|
+
```
|
|
826
|
+
|
|
827
|
+
Seedance 2.0 on Higgsfield Cue:
|
|
828
|
+
```
|
|
829
|
+
"Neon laser beam effects throughout.
|
|
830
|
+
Verse: 4 beams, one rotation per [time].
|
|
831
|
+
Pre-chorus: beams speed up, rotation every [time].
|
|
832
|
+
Drop: beams snap to create [geometric pattern], explosion at intersection point.
|
|
833
|
+
Breakdown: reduce to 2 beams, minimal movement."
|
|
834
|
+
```
|
|
835
|
+
|
|
836
|
+
### Technique 6: Fluid Dynamics / Smoke Simulation
|
|
837
|
+
|
|
838
|
+
Flowing, liquid-like effects that feel organic:
|
|
839
|
+
|
|
840
|
+
```
|
|
841
|
+
"Smoke or ink flows across the screen, influenced by invisible forces.
|
|
842
|
+
As the bass hits, the forces push the smoke outward.
|
|
843
|
+
During quiet moments, the smoke settles and coalesces.
|
|
844
|
+
Color of smoke shifts with harmonic changes.
|
|
845
|
+
Peak moments: smoke becomes dense and turbulent, creating visual chaos."
|
|
846
|
+
```
|
|
847
|
+
|
|
848
|
+
Seedance 2.0 on Higgsfield Cue:
|
|
849
|
+
```
|
|
850
|
+
"Fluid/smoke simulation effects responding to bass and rhythm.
|
|
851
|
+
Smoke pushed outward on kick drums, settles during quiet moments.
|
|
852
|
+
Color shifts with harmonic changes.
|
|
853
|
+
Peak section: turbulent, chaotic smoke behavior.
|
|
854
|
+
Outro: smoke gradually settles and dissipates."
|
|
855
|
+
```
|
|
856
|
+
|
|
857
|
+
### Technique 7: Waveform / Audio Visualization
|
|
858
|
+
|
|
859
|
+
Literally visualize the audio waveform or frequency spectrum:
|
|
860
|
+
|
|
861
|
+
```
|
|
862
|
+
"The audio waveform appears as vertical bars of light (equalizer style).
|
|
863
|
+
Each bar's height responds to the frequency content at that moment.
|
|
864
|
+
Colors change per-bar: reds for bass, greens for mids, blues for highs.
|
|
865
|
+
Alternatively, show the waveform as a flowing line that rises and falls with the actual audio."
|
|
866
|
+
```
|
|
867
|
+
|
|
868
|
+
Seedance 2.0 on Higgsfield Cue:
|
|
869
|
+
```
|
|
870
|
+
"Audio waveform visualization throughout.
|
|
871
|
+
Style: vertical frequency bars, each bar height/color responds to audio content.
|
|
872
|
+
Bass frequencies (left): reds and oranges
|
|
873
|
+
Mid frequencies (center): greens and yellows
|
|
874
|
+
High frequencies (right): blues and purples
|
|
875
|
+
Overall brightness increases with overall audio loudness."
|
|
876
|
+
```
|
|
877
|
+
|
|
878
|
+
---
|
|
879
|
+
|
|
880
|
+
## Lyric Video Techniques: Text Animation Synced to Vocals
|
|
881
|
+
|
|
882
|
+
Lyric videos are simple in concept—display lyrics synced to the vocal—but can be visually stunning with proper animation.
|
|
883
|
+
|
|
884
|
+
### Technique 1: Word-by-Word Animation
|
|
885
|
+
|
|
886
|
+
Each word appears as it's sung:
|
|
887
|
+
|
|
888
|
+
```
|
|
889
|
+
"Words appear one by one, synchronized to vocal onset.
|
|
890
|
+
Fade-in: quick fade-in (0.2 seconds) as the word is sung.
|
|
891
|
+
Fade-out: word disappears after 0.5 seconds of being sung, creating a flowing, line-by-line effect.
|
|
892
|
+
All words in the verse are on-screen at once, stacking vertically.
|
|
893
|
+
At chorus repeat, previous lyrics fade to a lighter color (50% opacity) as new lyrics take focus."
|
|
894
|
+
```
|
|
895
|
+
|
|
896
|
+
### Technique 2: Line-Based Animation
|
|
897
|
+
|
|
898
|
+
Full lines appear and disappear together:
|
|
899
|
+
|
|
900
|
+
```
|
|
901
|
+
"One line appears at the beginning of the line's vocal phrase.
|
|
902
|
+
The line stays on-screen for the entire phrase duration.
|
|
903
|
+
Line animates in from the left (slide-in) with a smooth easing motion.
|
|
904
|
+
Line animates out to the right (slide-out) when the next line begins.
|
|
905
|
+
Colors or font sizes change per-line to create visual progression through the song."
|
|
906
|
+
```
|
|
907
|
+
|
|
908
|
+
### Technique 3: Syllable-by-Syllable
|
|
909
|
+
|
|
910
|
+
Most granular: animate each syllable:
|
|
911
|
+
|
|
912
|
+
```
|
|
913
|
+
"Each syllable appears as it's sung.
|
|
914
|
+
For fast-paced rappers: syllables appear extremely quickly (every 0.1-0.2 seconds).
|
|
915
|
+
For singers with longer notes: syllable might appear and hold for several seconds.
|
|
916
|
+
Syllable scale: each syllable pops in at a small scale then grows to full size, creating a 'pop' effect.
|
|
917
|
+
Previous syllables gradually fade or change opacity."
|
|
918
|
+
```
|
|
919
|
+
|
|
920
|
+
### Technique 4: Lyric Echo / Delay
|
|
921
|
+
|
|
922
|
+
Lyric appears and is repeated or echoed:
|
|
923
|
+
|
|
924
|
+
```
|
|
925
|
+
"Main lyric appears in bright white/color.
|
|
926
|
+
0.3 seconds later, a ghost version appears slightly offset (up, down, left, or right) in a darker color.
|
|
927
|
+
Creates a visual echo effect that mirrors how reverb works in audio.
|
|
928
|
+
Useful for emotional or atmospheric moments in the song."
|
|
929
|
+
```
|
|
930
|
+
|
|
931
|
+
### Technique 5: Color-Coded Lyrics
|
|
932
|
+
|
|
933
|
+
Different vocal layers are different colors:
|
|
934
|
+
|
|
935
|
+
```
|
|
936
|
+
"Lead vocal: bright white or primary color
|
|
937
|
+
Harmony 1: secondary color (e.g., gold)
|
|
938
|
+
Harmony 2: tertiary color (e.g., cyan)
|
|
939
|
+
When multiple lyrics sing simultaneously, viewers see colored stacking on-screen.
|
|
940
|
+
Creates clarity for multi-layered vocal sections."
|
|
941
|
+
```
|
|
942
|
+
|
|
943
|
+
### Technique 6: Background Visuals Behind Text
|
|
944
|
+
|
|
945
|
+
Text sits over moving visuals:
|
|
946
|
+
|
|
947
|
+
```
|
|
948
|
+
"Animated background (particles, geometric shapes, video footage) plays throughout.
|
|
949
|
+
Lyrics are overlaid in a readable color/style.
|
|
950
|
+
Text might have a semi-transparent background box to ensure readability.
|
|
951
|
+
At emotional or intense moments, background visuals intensify while lyrics remain readable."
|
|
952
|
+
```
|
|
953
|
+
|
|
954
|
+
### Technique 7: Kinetic Typography
|
|
955
|
+
|
|
956
|
+
Text animates more creatively than just fade-in/out:
|
|
957
|
+
|
|
958
|
+
```
|
|
959
|
+
"Words spin, rotate, grow, shrink, bounce as they appear.
|
|
960
|
+
Important words (hook words, emotional words) get more dramatic animations.
|
|
961
|
+
Rhyming words animate in similar fashion (visual pattern matching audio rhyme scheme).
|
|
962
|
+
Repeated phrases use the same animation each time they appear."
|
|
963
|
+
```
|
|
964
|
+
|
|
965
|
+
**Seedance 2.0 on Higgsfield Cue (Example Lyric Video):**
|
|
966
|
+
```
|
|
967
|
+
"Lyric video with animated text synchronized to vocals.
|
|
968
|
+
Style: word-by-word animation, white text on dark background.
|
|
969
|
+
Animation: each word fades in as it's sung (0.2s fade-in), holds for duration, fades out (0.3s fade-out).
|
|
970
|
+
Hook lyrics: larger font, brighter color (golden yellow), more dramatic animation.
|
|
971
|
+
Pre-chorus lyric build: words appear faster, smaller spacing, building visual tension.
|
|
972
|
+
Chorus lyric peak: largest font size, brightest color, possibly scaled up on beat.
|
|
973
|
+
Bridge: lyric color shifts to a cooler tone (cyan), animation slows, creating contrast.
|
|
974
|
+
Outro: lyrics fade and shrink, creating a sense of resolution and diminishment."
|
|
975
|
+
```
|
|
976
|
+
|
|
977
|
+
---
|
|
978
|
+
|
|
979
|
+
## Camera Techniques for Music Videos
|
|
980
|
+
|
|
981
|
+
Camera movement can and should be rhythmic and tied to the music.
|
|
982
|
+
|
|
983
|
+
### Technique 1: Rhythm-Matched Push-In / Pull-Out
|
|
984
|
+
|
|
985
|
+
Camera movement matched to beat:
|
|
986
|
+
|
|
987
|
+
```
|
|
988
|
+
"During the verse (slower energy), slow push-in: camera moves forward over 8 bars, arriving at close-up.
|
|
989
|
+
Chorus (higher energy), faster push-in: same distance covered in 4 bars, creating urgency.
|
|
990
|
+
Bridge (change of pace), no movement or slow pull-out, emphasizing a different emotional tone."
|
|
991
|
+
```
|
|
992
|
+
|
|
993
|
+
### Technique 2: Orbital Motion on Chorus
|
|
994
|
+
|
|
995
|
+
Camera orbits the subject in time with music:
|
|
996
|
+
|
|
997
|
+
```
|
|
998
|
+
"Verse: camera stationary or slow subtle pan.
|
|
999
|
+
Chorus: camera orbits subject clockwise at a rotational speed that matches tempo.
|
|
1000
|
+
One full 360° rotation per chorus cycle (typically 8-16 bars).
|
|
1001
|
+
As chorus repeats, rotation speeds up (0.75 rotations per second, then 1 rotation, then 1.5).
|
|
1002
|
+
On final chorus: camera orbits at maximum speed, then suddenly STOPS on downbeat."
|
|
1003
|
+
```
|
|
1004
|
+
|
|
1005
|
+
### Technique 3: Whip Pan on Transition
|
|
1006
|
+
|
|
1007
|
+
Rapid camera pan to transition between shots:
|
|
1008
|
+
|
|
1009
|
+
```
|
|
1010
|
+
"End of verse: camera pans quickly (whips) to the right in 0.2 seconds.
|
|
1011
|
+
On the beat after whip, new shot is revealed (performer from different angle, new location, etc.).
|
|
1012
|
+
Used at section transitions to create energy and a sense of surprise.
|
|
1013
|
+
Common on: verse-to-chorus transitions, verse-to-verse transitions if there's location change."
|
|
1014
|
+
```
|
|
1015
|
+
|
|
1016
|
+
### Technique 4: Push-In on Vocal Peak
|
|
1017
|
+
|
|
1018
|
+
Camera pushes toward subject on highest emotional moment:
|
|
1019
|
+
|
|
1020
|
+
```
|
|
1021
|
+
"During emotional vocal peak (usually a high note or vulnerable lyric), push the camera toward the subject.
|
|
1022
|
+
Push duration: 0.5-1 second, timed to reach closest framing right on the peak moment.
|
|
1023
|
+
After peak: hold close or begin pull-out, depending on if energy is building or falling."
|
|
1024
|
+
```
|
|
1025
|
+
|
|
1026
|
+
### Technique 5: Zoom Parallax / Depth Zoom
|
|
1027
|
+
|
|
1028
|
+
Zoom into scene to create a sense of depth and acceleration:
|
|
1029
|
+
|
|
1030
|
+
```
|
|
1031
|
+
"During the build (0:20-0:32), slowly zoom forward into the scene at constant speed.
|
|
1032
|
+
As you zoom, the background moves faster than the foreground (parallax effect), creating depth.
|
|
1033
|
+
On the drop (0:32), zoom speed increases dramatically, creating a sense of acceleration into impact.
|
|
1034
|
+
After drop settles: hold zoom or slowly zoom back out during breakdown."
|
|
1035
|
+
```
|
|
1036
|
+
|
|
1037
|
+
### Technique 6: Lock-Off Shot (Stationary)
|
|
1038
|
+
|
|
1039
|
+
No camera movement—intentional stillness:
|
|
1040
|
+
|
|
1041
|
+
```
|
|
1042
|
+
"Used during introspective or intimate moments.
|
|
1043
|
+
Camera points at subject and doesn't move for 4-8 bars.
|
|
1044
|
+
Lack of movement creates focus, forces attention to subject's expression or stillness.
|
|
1045
|
+
When movement resumes after lock-off, the contrast makes movement feel more impactful."
|
|
1046
|
+
```
|
|
1047
|
+
|
|
1048
|
+
### Technique 7: Handheld / Intentional Shake
|
|
1049
|
+
|
|
1050
|
+
Slight intentional shake or instability:
|
|
1051
|
+
|
|
1052
|
+
```
|
|
1053
|
+
"Used during chaotic, intense, or emotional moments.
|
|
1054
|
+
Camera has subtle micro-movements (1-3 pixel jitters) on every frame.
|
|
1055
|
+
Shake intensity increases with emotional or musical intensity.
|
|
1056
|
+
Most intense during drop or climactic moments."
|
|
1057
|
+
```
|
|
1058
|
+
|
|
1059
|
+
### Technique 8: Synchronized Saccades
|
|
1060
|
+
|
|
1061
|
+
Quick, jerky camera movements that sync to sharp musical moments:
|
|
1062
|
+
|
|
1063
|
+
```
|
|
1064
|
+
"On every snare hit, camera jerks slightly (left, right, up, or down).
|
|
1065
|
+
On every kick, camera shakes or shifts.
|
|
1066
|
+
Creates a visual rhythm that feels like the camera is being 'hit' by the beat.
|
|
1067
|
+
Most effective during rhythmically driving sections."
|
|
1068
|
+
```
|
|
1069
|
+
|
|
1070
|
+
---
|
|
1071
|
+
|
|
1072
|
+
## 5 Large Example Prompts (15-25 Lines Each)
|
|
1073
|
+
|
|
1074
|
+
### Example 1: Hip-Hop Performance Video
|
|
1075
|
+
|
|
1076
|
+
```
|
|
1077
|
+
Song Title: "Crown" (Hip-Hop Track)
|
|
1078
|
+
Audio: @audio1
|
|
1079
|
+
|
|
1080
|
+
VIDEO STRATEGY: Performance-focused, showcasing artist confidence and urban energy
|
|
1081
|
+
|
|
1082
|
+
SETTING & AESTHETIC:
|
|
1083
|
+
Location: Dark warehouse with industrial elements (metal, concrete, exposed beams)
|
|
1084
|
+
Lighting: Hard directional spotlights, deep shadows, occasional neon accents (gold, red)
|
|
1085
|
+
Color Palette: Gold, red, blacks, deep purples
|
|
1086
|
+
Overall Tone: Gritty, confident, powerful swagger
|
|
1087
|
+
|
|
1088
|
+
OPENING (0:00-0:08):
|
|
1089
|
+
Dark warehouse interior. Minimal lighting. Single spotlight illuminates ground.
|
|
1090
|
+
Artist enters the light frame from left, steps into the spotlight with confident stride.
|
|
1091
|
+
At 0:08 (first beat drop), harsh spotlight hits artist's face directly.
|
|
1092
|
+
|
|
1093
|
+
VERSE 1 (0:08-0:25):
|
|
1094
|
+
Tight close-up on artist's face during first line of verse.
|
|
1095
|
+
Every 4 bars: cut to wide shot showing full artist in spotlight with dark warehouse background.
|
|
1096
|
+
Lighting emphasizes attitude: hard shadows across face, rim-lighting creating edge.
|
|
1097
|
+
Slow orbital camera movement around artist, one full orbit per 8 bars.
|
|
1098
|
+
Gold neon sign flickers in background, creating irregular light accents.
|
|
1099
|
+
|
|
1100
|
+
PRE-CHORUS BUILD (0:25-0:32):
|
|
1101
|
+
Cut rate increases: wider angle establishing warehouse scale, then tight face close-ups alternating every 2 seconds.
|
|
1102
|
+
Camera push-in on artist, arriving at extreme close-up of face by 0:32.
|
|
1103
|
+
Lighting intensifies: second spotlight activates, creating cross-light effect on artist's face.
|
|
1104
|
+
|
|
1105
|
+
CHORUS (0:32-0:45):
|
|
1106
|
+
VISUAL HOOK: At 0:32 (bass drop), red light floods the entire warehouse, creating shadow of artist against back wall.
|
|
1107
|
+
Artist moves more dynamically, reflecting the confidence of the vocal performance.
|
|
1108
|
+
Rapid cuts between: profile shots, front-facing close-ups, and full-body shots showing movement.
|
|
1109
|
+
Every kick drum: cut to a new angle (synced to beat drops).
|
|
1110
|
+
Every snare hit: color flashes (gold to red flashing).
|
|
1111
|
+
|
|
1112
|
+
VERSE 2 (0:45-1:05):
|
|
1113
|
+
Return to single spotlight, similar framing to Verse 1.
|
|
1114
|
+
But now add a subtle element: another figure (dancers or competitor) appears in background, creating visual tension.
|
|
1115
|
+
Camera work: orbit continues, but now includes wider pulls to show both artist and background figure.
|
|
1116
|
+
At 1:00 (minor emotional peak): push-in on artist's eyes, showing focus and intensity.
|
|
1117
|
+
|
|
1118
|
+
FINAL CHORUS / CLIMAX (1:05-1:25):
|
|
1119
|
+
Maximum intensity. All lights activate: red, gold, white spotlights create a chaotic but controlled lighting environment.
|
|
1120
|
+
Artist is center frame, moving with full confidence.
|
|
1121
|
+
Rapid cuts at maximum frequency: almost every beat gets a new angle.
|
|
1122
|
+
Foreground elements (metal beams, objects) create depth and layering in shots.
|
|
1123
|
+
At 1:15 (final drop moment): cut to ultra-wide shot showing the full warehouse lit in gold and red, artist as silhouette in center.
|
|
1124
|
+
|
|
1125
|
+
OUTRO (1:25-end):
|
|
1126
|
+
Lights cut to black except single spotlight on artist.
|
|
1127
|
+
Artist strikes final pose.
|
|
1128
|
+
Fade to black as music fades.
|
|
1129
|
+
|
|
1130
|
+
TECHNICAL NOTES FOR SEEDANCE 2.0 ON HIGGSFIELD:
|
|
1131
|
+
- Emphasize beat synchronization during chorus: every kick = visual cut/color flash
|
|
1132
|
+
- Hard directional lighting throughout, avoid flat/even light
|
|
1133
|
+
- Neon accents should feel random and environmental, not choreographed
|
|
1134
|
+
- Artist movement should feel confident and swagger-filled, not overly choreographed
|
|
1135
|
+
```
|
|
1136
|
+
|
|
1137
|
+
### Example 2: Emotional Pop Ballad
|
|
1138
|
+
|
|
1139
|
+
```
|
|
1140
|
+
Song Title: "Still Waiting" (Pop Ballad)
|
|
1141
|
+
Audio: @audio1
|
|
1142
|
+
|
|
1143
|
+
VIDEO STRATEGY: Narrative-driven with intimate emotional focus on performer
|
|
1144
|
+
|
|
1145
|
+
SETTING & AESTHETIC:
|
|
1146
|
+
Location: Sparse, intimate room; large windows with natural golden light; minimal furnishings
|
|
1147
|
+
Lighting: Warm, golden hour light streaming through windows; candlelight; soft, diffused
|
|
1148
|
+
Color Palette: Warm golds, deep blues, soft whites; very desaturated and natural
|
|
1149
|
+
Overall Tone: Heartfelt, vulnerable, wistful nostalgia
|
|
1150
|
+
|
|
1151
|
+
OPENING (0:00-0:10):
|
|
1152
|
+
Wide establishing shot: empty bedroom in golden hour sunlight. Room is quiet, still, melancholic.
|
|
1153
|
+
Slow pan across room: bookshelf, framed photos (slightly blurred, can't see clearly), window with light streaming through.
|
|
1154
|
+
A figure (the performer) sits by the window, silhouetted against golden light.
|
|
1155
|
+
Camera very slowly moves forward toward the performer.
|
|
1156
|
+
|
|
1157
|
+
VERSE 1 (0:10-0:25):
|
|
1158
|
+
Close-up of performer's face, side profile, gazing out the window.
|
|
1159
|
+
Warm golden light illuminates half the face, other half in soft shadow.
|
|
1160
|
+
Camera continues slow push-in throughout the verse, arriving at extreme close-up by 0:20.
|
|
1161
|
+
Subtle tears or emotional expression visible in the eyes and jaw.
|
|
1162
|
+
At 0:15: hand moves to the window, small vulnerable gesture.
|
|
1163
|
+
At 0:22: slow pull-back to reveal full silhouette against the golden window again.
|
|
1164
|
+
|
|
1165
|
+
PRE-CHORUS EMOTIONAL BUILD (0:25-0:30):
|
|
1166
|
+
Close-up on hand touching window glass.
|
|
1167
|
+
Warm light creates golden highlights on skin.
|
|
1168
|
+
Camera angle shifts slightly, showing the outside view through window (unfocused golden bokeh).
|
|
1169
|
+
Music builds subtly; lighting stays warm and intimate.
|
|
1170
|
+
|
|
1171
|
+
CHORUS (0:30-0:45):
|
|
1172
|
+
VISUAL HOOK: At 0:30 (chorus entrance), a second light source appears (candle flickers into frame in foreground).
|
|
1173
|
+
Close-up: performer's face, now lit by both window light and candlelight, creating warm complexity.
|
|
1174
|
+
Slight camera movement: slow orbital around performer's head, one orbit per 8 bars.
|
|
1175
|
+
At 0:35: cut to wide shot of performer in the room, shown from above or at an angle, emphasizing the vastness of the space.
|
|
1176
|
+
At 0:40: return to close-up as chorus reaches peak emotional moment.
|
|
1177
|
+
Lighting on performer's face reaches maximum warmth and glow.
|
|
1178
|
+
|
|
1179
|
+
VERSE 2 (0:45-1:00):
|
|
1180
|
+
Similar intimate framing to Verse 1, but now performer is standing at the window.
|
|
1181
|
+
Full body in silhouette against the golden light.
|
|
1182
|
+
Camera positioned inside the room, showing performer's back and the view they're looking at (outside, golden light, soft focus).
|
|
1183
|
+
At 0:50: very slow push-in, taking the entire 10 seconds to reach close-up of the back of performer's head.
|
|
1184
|
+
At 0:55: flashback moment (optional, visual style shift): brief color moment of a memory (performer with another person, very soft-focus, lasting 1 second), then fade back to silhouette.
|
|
1185
|
+
|
|
1186
|
+
BRIDGE / BREAKDOWN (1:00-1:08):
|
|
1187
|
+
Lighting shift: candlelight dominates now, window light dims.
|
|
1188
|
+
Intimate close-up: performer's face in candlelight, very warm and golden.
|
|
1189
|
+
Camera is stationary (lock-off), forcing viewer to focus entirely on expression.
|
|
1190
|
+
No movement except possibly a slow blink or tear rolling down cheek.
|
|
1191
|
+
Music is very sparse here; visual stillness matches audio stillness.
|
|
1192
|
+
|
|
1193
|
+
FINAL CHORUS (1:08-1:20):
|
|
1194
|
+
Music swells; lighting also swells.
|
|
1195
|
+
Camera slowly pulls out from the close-up, pulling back throughout the 12 seconds.
|
|
1196
|
+
By 1:20: full-body wide shot of performer in the room, illuminated by both window light and candlelight.
|
|
1197
|
+
At 1:15 (final emotional peak): camera stops pulling back and holds the wide shot, allowing viewer to see the entire intimate scene.
|
|
1198
|
+
|
|
1199
|
+
OUTRO / RESOLUTION (1:20-end):
|
|
1200
|
+
Camera continues slow pull-out, revealing more of the room.
|
|
1201
|
+
Performer remains at window, gazing out.
|
|
1202
|
+
Lighting slowly desaturates, becoming more neutral (less warm gold, more natural).
|
|
1203
|
+
Last image: wide shot of the room, performer small in frame, connected to the larger empty space.
|
|
1204
|
+
Fade to black as music fades.
|
|
1205
|
+
|
|
1206
|
+
TECHNICAL NOTES FOR SEEDANCE 2.0 ON HIGGSFIELD:
|
|
1207
|
+
- Warm golden color grading throughout; avoid cool tones
|
|
1208
|
+
- Camera movement should be very slow and smooth, no jerky cuts except optional flashback moment
|
|
1209
|
+
- Lighting should be naturalistic (window light, candlelight) rather than theatrical
|
|
1210
|
+
- Emotional close-ups on face should show subtle expression changes rather than big movements
|
|
1211
|
+
- Allow silence and stillness; don't feel pressure to have visual movement on every beat
|
|
1212
|
+
```
|
|
1213
|
+
|
|
1214
|
+
### Example 3: EDM Abstract Visualizer
|
|
1215
|
+
|
|
1216
|
+
```
|
|
1217
|
+
Song Title: "Neon Dreams" (Electronic/EDM)
|
|
1218
|
+
Audio: @audio1
|
|
1219
|
+
|
|
1220
|
+
VIDEO STRATEGY: Pure abstract visualizer, no performer or narrative, fully responsive to music
|
|
1221
|
+
|
|
1222
|
+
COLOR PALETTE & AESTHETIC:
|
|
1223
|
+
Primary colors: Cyan, magenta, neon purple, electric green, white
|
|
1224
|
+
Secondary: deep blacks, navy
|
|
1225
|
+
Style: Futuristic, particle-heavy, geometric, neon laser aesthetic
|
|
1226
|
+
Overall vibe: Hypnotic, energy-driven, responsive to every musical change
|
|
1227
|
+
|
|
1228
|
+
OPENING / INTRO (0:00-0:08):
|
|
1229
|
+
Black screen. Silence in audio.
|
|
1230
|
+
At 0:02: first geometric shape appears—a simple spinning circle, white outline, slowly rotating.
|
|
1231
|
+
At 0:05: circle begins glowing with subtle cyan inner light.
|
|
1232
|
+
At 0:08 (first beat/audio entry): circle explodes into particles, then reforms.
|
|
1233
|
+
|
|
1234
|
+
BUILD SECTION / VERSE (0:08-0:25):
|
|
1235
|
+
Central circle continues spinning, rotating faster as the tempo becomes clear.
|
|
1236
|
+
Particles begin appearing around the circle, responding to bass: each kick drum creates an outward particle burst.
|
|
1237
|
+
By 0:12: layers of concentric circles appear, each rotating at a different speed, creating complex geometric pattern.
|
|
1238
|
+
Colors shift gradually from cyan to purple (0:15-0:20).
|
|
1239
|
+
At 0:20: rapid vertical lines (laser beams) appear, beginning to rotate around the geometric center.
|
|
1240
|
+
|
|
1241
|
+
PRE-DROP BUILD (0:25-0:32):
|
|
1242
|
+
Visual intensity escalates: more particles, faster rotations, more laser beams (now 4 beams rotating).
|
|
1243
|
+
Colors cycle rapidly: cyan → magenta → purple → green, cycling every 2 beats.
|
|
1244
|
+
Geometric center begins to glow brighter.
|
|
1245
|
+
At 0:30: entire visual field zooms forward slightly, creating a sense of acceleration.
|
|
1246
|
+
|
|
1247
|
+
DROP / CHORUS IMPACT (0:32-0:45):
|
|
1248
|
+
VISUAL HOOK: At 0:32 (the drop beat), massive particle explosion outward from center, expanding rapidly.
|
|
1249
|
+
All 4 laser beams snap to form a perfect square around the center, then rotate at high speed.
|
|
1250
|
+
Geometric circle at center undergoes rapid scaling: grows large then shrinks, pulsing to kick drum (every beat = pulse).
|
|
1251
|
+
Magenta becomes the dominant color at 0:32, then rapidly alternates with cyan every 0.5 seconds.
|
|
1252
|
+
At 0:35: additional geometric layers appear (hexagons, triangles) orbiting the central sphere.
|
|
1253
|
+
At 0:40: zoom forward again, faster than before, creating sense of acceleration into the space.
|
|
1254
|
+
|
|
1255
|
+
BREAKDOWN / VERSE 2 (0:45-1:00):
|
|
1256
|
+
Sudden shift: zoom pulls back, and the entire visual resets to a simpler state.
|
|
1257
|
+
Particles settle and drift slowly rather than burst outward.
|
|
1258
|
+
Only the central sphere remains, with slow rotation.
|
|
1259
|
+
Laser beams disappear, leaving just soft geometric glow.
|
|
1260
|
+
Color palette shifts to cool blues and deep purples, creating contrast with the energy section.
|
|
1261
|
+
Camera is stationary, no forward motion.
|
|
1262
|
+
|
|
1263
|
+
BUILD TO FINAL DROP (1:00-1:08):
|
|
1264
|
+
Particles begin appearing again, slowly at first.
|
|
1265
|
+
Laser beams reappear, one by one, beginning slow rotation.
|
|
1266
|
+
Color begins shifting toward warm side: purples → magentas → warm reds.
|
|
1267
|
+
Geometric shapes begin layering again: circles, then hexagons, then fractals.
|
|
1268
|
+
Rotation speeds increase gradually, building tension.
|
|
1269
|
+
|
|
1270
|
+
FINAL DROP / CLIMAX (1:08-1:25):
|
|
1271
|
+
At 1:08: biggest particle explosion yet, colors at maximum saturation.
|
|
1272
|
+
All laser beams are present and rotating at maximum speed, creating a dizzying effect.
|
|
1273
|
+
Fractal geometric pattern appears and zooms inward infinitely.
|
|
1274
|
+
Color palette is now full rainbow cycling at every beat.
|
|
1275
|
+
Forward zoom motion is at maximum velocity, creating a sense of acceleration into infinite depth.
|
|
1276
|
+
At 1:15: zoom suddenly stops, and everything freezes for 0.5 seconds.
|
|
1277
|
+
At 1:16: final kick drum hits, and visual explodes outward to fill entire screen with bright white light.
|
|
1278
|
+
|
|
1279
|
+
OUTRO / RESOLUTION (1:16-end):
|
|
1280
|
+
White light begins to fade, revealing the geometric patterns again.
|
|
1281
|
+
Colors desaturate slowly, cycling from neon colors to pastels to gray.
|
|
1282
|
+
Particles fade away.
|
|
1283
|
+
Rotation speeds decrease.
|
|
1284
|
+
By the very end: simple geometric shape (circle or sphere) slowly rotating in the center of a dark screen, minimal lighting.
|
|
1285
|
+
Fade to black as final notes fade.
|
|
1286
|
+
|
|
1287
|
+
TECHNICAL NOTES FOR SEEDANCE 2.0 ON HIGGSFIELD:
|
|
1288
|
+
- Particles respond to kick drum: burst outward on every kick
|
|
1289
|
+
- Color cycling should match harmonic changes: same color palette during similar harmonic sections
|
|
1290
|
+
- Laser beams rotate at a speed proportional to tempo
|
|
1291
|
+
- Geometric shapes morph and layer as the song builds
|
|
1292
|
+
- Forward zoom should accelerate during builds and drops, with momentary pauses at transitions
|
|
1293
|
+
- Peak energy section (1:08-1:20) should feel visually overwhelming with maximum layering and motion
|
|
1294
|
+
```
|
|
1295
|
+
|
|
1296
|
+
### Example 4: Rock Band Performance
|
|
1297
|
+
|
|
1298
|
+
```
|
|
1299
|
+
Song Title: "Burning" (Rock/Alternative Rock)
|
|
1300
|
+
Audio: @audio1
|
|
1301
|
+
|
|
1302
|
+
VIDEO STRATEGY: Performance-focused band energy, showcasing all four members with high-intensity lighting
|
|
1303
|
+
|
|
1304
|
+
SETTING & AESTHETIC:
|
|
1305
|
+
Location: Professional stage with dark backdrop; band instruments visible (drums elevated, bass center, guitar left, vocalist center-front)
|
|
1306
|
+
Lighting: Hard spotlights, colored light washes (reds, oranges, white), strobes, smoke/haze
|
|
1307
|
+
Color Palette: Reds, oranges, blacks, occasional blue accents
|
|
1308
|
+
Overall Tone: Raw, intense, powerful, high-energy rock
|
|
1309
|
+
|
|
1310
|
+
OPENING (0:00-0:05):
|
|
1311
|
+
Black screen except for a single spot of red light on the center stage.
|
|
1312
|
+
Smoke slowly drifts through the red light.
|
|
1313
|
+
No performers visible yet, just empty stage and red light and smoke.
|
|
1314
|
+
|
|
1315
|
+
INTRO / BUILD (0:05-0:10):
|
|
1316
|
+
Drummer becomes visible in red light, beginning to play the intro beat.
|
|
1317
|
+
Bass player joins the red light on the final beat, standing ready.
|
|
1318
|
+
Tension builds through lighting and smoke.
|
|
1319
|
+
|
|
1320
|
+
VERSE 1 (0:10-0:25):
|
|
1321
|
+
All four band members now visible in red spotlights.
|
|
1322
|
+
Quick cuts between band members: focus on bassist during bass line moments, drummer during fill moments.
|
|
1323
|
+
Every 4 bars: cut to a wider shot showing all four members together.
|
|
1324
|
+
Guitar player begins with a lower volume part, shown in softer light than bassist.
|
|
1325
|
+
Vocalist is center-front, lit with a harsher spotlight, commanding attention.
|
|
1326
|
+
|
|
1327
|
+
PRE-CHORUS BUILD (0:25-0:30):
|
|
1328
|
+
Rapid cuts increase in frequency.
|
|
1329
|
+
Lighting adds orange to the red, creating a warming effect that builds energy.
|
|
1330
|
+
Drummer gets more focus as the beat becomes more prominent.
|
|
1331
|
+
All band members move more dynamically.
|
|
1332
|
+
|
|
1333
|
+
CHORUS (0:30-0:45):
|
|
1334
|
+
VISUAL HOOK: At 0:30 (chorus entrance), all lights hit maximum, strobes activate.
|
|
1335
|
+
White light flashes on every kick drum hit.
|
|
1336
|
+
Red and orange washes across the entire stage.
|
|
1337
|
+
Rapid cuts between all four band members: vocalist, guitarist, bassist, drummer in quick succession.
|
|
1338
|
+
Each cut is synced to a beat or snare hit.
|
|
1339
|
+
At 0:35: pull back to show all four members together, synchronized head movements or body language.
|
|
1340
|
+
Guitarist moves more prominently, showing technical skill.
|
|
1341
|
+
Drummer is visible, clearly driving the rhythm.
|
|
1342
|
+
Strobes continue at every beat, creating a frantic, high-energy visual.
|
|
1343
|
+
|
|
1344
|
+
VERSE 2 (0:45-1:00):
|
|
1345
|
+
Similar structure to Verse 1, but lighting shifts to include deeper blue accents.
|
|
1346
|
+
Focus shifts slightly: maybe the guitarist gets a feature moment where lighting isolates them with a tight spot.
|
|
1347
|
+
Vocalist is always center and primary focus.
|
|
1348
|
+
Cut rate is medium, not as fast as chorus, building to the next chorus.
|
|
1349
|
+
|
|
1350
|
+
PRE-FINAL CHORUS BUILD (1:00-1:08):
|
|
1351
|
+
Lighting cuts to near-black, creating dramatic contrast.
|
|
1352
|
+
Only bassist visible in a dim cool-blue spotlight.
|
|
1353
|
+
Then drums join with a white spotlight.
|
|
1354
|
+
Then guitarist in red.
|
|
1355
|
+
Then all four join for the final build.
|
|
1356
|
+
Strobes begin again, accelerating in frequency.
|
|
1357
|
+
|
|
1358
|
+
FINAL CHORUS / CLIMAX (1:08-1:25):
|
|
1359
|
+
At 1:08: explosion of all lights, maximum intensity.
|
|
1360
|
+
Strobes at maximum frequency, flashing on every beat or faster.
|
|
1361
|
+
All four band members lit equally and prominently.
|
|
1362
|
+
Rapid cuts between all members, almost overwhelming visual pace.
|
|
1363
|
+
Smoke increases, creating halos of light around performers.
|
|
1364
|
+
At 1:15: wide shot of the entire stage lit in bright white and warm orange, showing all four in dynamic poses.
|
|
1365
|
+
At 1:20: cut back to tight shots, cycling through each performer rapidly.
|
|
1366
|
+
|
|
1367
|
+
OUTRO (1:20-end):
|
|
1368
|
+
Lights cut to black except single red spotlight on center stage.
|
|
1369
|
+
Band members freeze in their final dynamic poses.
|
|
1370
|
+
Smoke drifts across the stage.
|
|
1371
|
+
Lights fade slowly to black as music ends.
|
|
1372
|
+
|
|
1373
|
+
TECHNICAL NOTES FOR SEEDANCE 2.0 ON HIGGSFIELD:
|
|
1374
|
+
- Emphasize strobing and high-contrast lighting during chorus sections
|
|
1375
|
+
- Quick cuts should be synced to beat hits: drummer fills, snare cracks, kick drops
|
|
1376
|
+
- Smoke/haze should be visible and interact with spotlights, creating volumetric light effects
|
|
1377
|
+
- Wide shots should show band unity and synchronization
|
|
1378
|
+
- Close-ups should show individual technical skill and emotional investment
|
|
1379
|
+
- Color should shift between warm (red/orange) and cool (blue) to create visual interest
|
|
1380
|
+
- Avoid showing cymbals clearly during loud sections; let lighting and shadows create the visual rhythm instead
|
|
1381
|
+
```
|
|
1382
|
+
|
|
1383
|
+
### Example 5: Lo-Fi Chill Hip-Hop
|
|
1384
|
+
|
|
1385
|
+
```
|
|
1386
|
+
Song Title: "Rainy Afternoon" (Lo-Fi/Chill Hip-Hop)
|
|
1387
|
+
Audio: @audio1
|
|
1388
|
+
|
|
1389
|
+
VIDEO STRATEGY: Atmospheric, minimal narrative, emphasis on mood and cozy aesthetics over action
|
|
1390
|
+
|
|
1391
|
+
SETTING & AESTHETIC:
|
|
1392
|
+
Location: Cozy bedroom/study space; window with rain visible; desk with books, coffee cup, plants; warm lamp lighting
|
|
1393
|
+
Lighting: Soft warm lamp light, natural grey daylight from window, no harsh shadows
|
|
1394
|
+
Color Palette: Warm golds, soft grays, muted teals, very desaturated like old film
|
|
1395
|
+
Overall Tone: Nostalgic, peaceful, introspective, gentle melancholy
|
|
1396
|
+
|
|
1397
|
+
OPENING (0:00-0:08):
|
|
1398
|
+
Establishing shot: bedroom interior, shot from across the room showing the entire cozy space.
|
|
1399
|
+
Rain is visible on the window in the background.
|
|
1400
|
+
Very soft warm lamp light illuminates the space.
|
|
1401
|
+
Subtle warm film grain throughout, like an old VHS or worn photograph.
|
|
1402
|
+
Camera is stationary; let the mood be established through framing and color.
|
|
1403
|
+
|
|
1404
|
+
INTRO (0:08-0:15):
|
|
1405
|
+
Slow pan across shelves of books and plants.
|
|
1406
|
+
Camera moves very slowly (pan takes 7 full seconds), letting viewer settle into the peaceful mood.
|
|
1407
|
+
Light glints off book spines and coffee cup.
|
|
1408
|
+
No quick cuts; let the visual breathe.
|
|
1409
|
+
|
|
1410
|
+
VERSE 1 (0:15-0:30):
|
|
1411
|
+
Static wide shot of the entire room, showing the window with rain.
|
|
1412
|
+
A figure (maybe just a silhouette or back-of-head shot) sits at a desk, looking out the window.
|
|
1413
|
+
Warm lamp light creates a peaceful glow.
|
|
1414
|
+
No camera movement; let the peace and stillness be the primary visual.
|
|
1415
|
+
At 0:20: very subtle color shift, becoming slightly more golden (temperature increases by maybe 5%).
|
|
1416
|
+
At 0:25: slow push-in begins, very gradual, arriving at a shot of the figure by the end of the verse.
|
|
1417
|
+
|
|
1418
|
+
PRE-CHORUS (0:30-0:35):
|
|
1419
|
+
Close-up of the figure's side profile, gazing out the window.
|
|
1420
|
+
Rain visible in the window behind them.
|
|
1421
|
+
Warm light illuminates their face softly.
|
|
1422
|
+
Hand reaches for the coffee cup, a simple human gesture.
|
|
1423
|
+
No syncopated music beats; the movement is natural and unhurried.
|
|
1424
|
+
|
|
1425
|
+
CHORUS (0:35-0:50):
|
|
1426
|
+
VISUAL HOOK: At 0:35, the camera is positioned at the window, and we're looking at the rainy view outside (very out-of-focus bokeh, warm and cool tones mixed).
|
|
1427
|
+
Cut to: close-up of steam rising from the coffee cup, illuminated by warm lamp light.
|
|
1428
|
+
Cut to: extreme close-up of rain drops on the window glass, with warm light bokeh behind.
|
|
1429
|
+
Cut back to: the figure in profile, and they turn slightly, making eye contact with the camera, peaceful expression.
|
|
1430
|
+
Color palette remains warm but slightly more saturated than verse (not by much, very subtle).
|
|
1431
|
+
Camera movement: very slow, subtle push-in and pull-outs, arriving and retreating from close-ups naturally.
|
|
1432
|
+
|
|
1433
|
+
VERSE 2 (0:50-1:05):
|
|
1434
|
+
Return to wider framing, showing more of the room again.
|
|
1435
|
+
Camera pulls back to show the full scene: figure at desk, window with rain, warm lamp lighting.
|
|
1436
|
+
A book is visible, maybe a page is turned (very slow, subtle action).
|
|
1437
|
+
Lighting remains consistent and warm.
|
|
1438
|
+
Very minimal visual change; the continuity and peace of the space is the point.
|
|
1439
|
+
|
|
1440
|
+
BRIDGE / BREAKDOWN (1:05-1:12):
|
|
1441
|
+
Almost static shot, perhaps with a very slight camera drift.
|
|
1442
|
+
Focus on the window and rain; the figure might be out of focus in the background.
|
|
1443
|
+
Lighting shifts very slightly cooler (maybe 10% more blue), creating subtle intrigue.
|
|
1444
|
+
This is the most change in the video so far, but still very subtle.
|
|
1445
|
+
|
|
1446
|
+
FINAL CHORUS / OUTRO (1:12-end):
|
|
1447
|
+
Return to warm lighting, reversing the cool shift.
|
|
1448
|
+
Combination of previous shots: figure in profile, window with rain, coffee cup, books.
|
|
1449
|
+
Very slow montage of these peaceful elements.
|
|
1450
|
+
Camera slowly zooms out or pulls back, revealing the whole room again.
|
|
1451
|
+
By the end: final wide shot of the entire room, peaceful, rain still visible, warm golden lamp light, figure at peace at the desk.
|
|
1452
|
+
Fade to warm grey as the music fades, leaving a lingering sense of peaceful solitude.
|
|
1453
|
+
|
|
1454
|
+
TECHNICAL NOTES FOR SEEDANCE 2.0 ON HIGGSFIELD:
|
|
1455
|
+
- Avoid syncing visuals to every beat; let the visuals breathe and exist at their own pace
|
|
1456
|
+
- Color temperature should remain warm throughout with only very subtle shifts (no sudden color changes)
|
|
1457
|
+
- Film grain should be visible and consistent, creating a nostalgic/vintage aesthetic
|
|
1458
|
+
- Camera movement should be slow, smooth, and purposeful; no jerky pans or cuts
|
|
1459
|
+
- Focus on textures: rain on window, steam from cup, pages of books, light on surfaces
|
|
1460
|
+
- The video should feel like watching a memory or a dream, not like active narrative events
|
|
1461
|
+
- Avoid high-contrast or dramatic lighting; everything should feel soft and warm
|
|
1462
|
+
```
|
|
1463
|
+
|
|
1464
|
+
---
|
|
1465
|
+
|
|
1466
|
+
## Song Structure to Video Structure Mapping
|
|
1467
|
+
|
|
1468
|
+
Understanding a song's structure helps you plan a cohesive video that evolves with the music.
|
|
1469
|
+
|
|
1470
|
+
### Common Song Structure: Verse → Pre-Chorus → Chorus → Verse → Pre-Chorus → Chorus → Bridge → Final Chorus → Outro
|
|
1471
|
+
|
|
1472
|
+
| Song Section | Duration | Energy Level | Video Approach |
|
|
1473
|
+
|---|---|---|---|
|
|
1474
|
+
| **Intro** | 0-8s | Building / Low | Establish setting, introduce mood, minimal visual elements, possibly no performers yet |
|
|
1475
|
+
| **Verse 1** | 8-25s | Medium | Introduce characters or establish scene, use close-ups to build intimacy or focus, camera movement minimal or steady |
|
|
1476
|
+
| **Pre-Chorus** | 25-30s | Building | Increase visual density, cut rate begins increasing, lighting might intensify, set up expectation for chorus |
|
|
1477
|
+
| **Chorus 1** | 30-45s | High | Visual HOOK here, maximum clarity on main idea, fast cuts, bright colors, large camera movements, this is the showstopper moment |
|
|
1478
|
+
| **Verse 2** | 45-60s | Medium | Similar to Verse 1 but can introduce variation (new location, new character, new visual element), repetition with development |
|
|
1479
|
+
| **Pre-Chorus 2** | 60-65s | Building | Similar to Pre-Chorus 1, but might build even more since listener knows what's coming |
|
|
1480
|
+
| **Chorus 2** | 65-80s | High | Can repeat Chorus 1 visually or introduce subtle variations (maybe faster camera movement, or additional elements) |
|
|
1481
|
+
| **Bridge** | 80-95s | Variable (often drops) | Major visual shift; this is the moment to surprise (new color, new location, inverted strategy, minimal visuals, or wildly experimental visuals) |
|
|
1482
|
+
| **Final Chorus** | 95-115s | Maximum | Combines all previous elements at peak intensity, widest dynamic range, most impressive visual moment, often the climax |
|
|
1483
|
+
| **Outro** | 115-end | Decreasing | Wind-down visually, fade elements, reduce visual density, possibly return to opening aesthetic or establish final resolution |
|
|
1484
|
+
|
|
1485
|
+
### Mapping Example: 3-Minute Pop Song
|
|
1486
|
+
|
|
1487
|
+
```
|
|
1488
|
+
0:00-0:05 (Intro, 5s): Establishing shot, minimal visual, color palette introduction
|
|
1489
|
+
0:05-0:25 (Verse 1, 20s): Introduction of character, medium energy, steady camera
|
|
1490
|
+
0:25-0:30 (Pre-Chorus, 5s): Build intensity, faster cuts, lighting increase
|
|
1491
|
+
0:30-0:50 (Chorus 1, 20s): VISUAL HOOK, maximum energy, fast cuts, bright colors
|
|
1492
|
+
0:50-1:10 (Verse 2, 20s): Similar to Verse 1 + variation (new angle or element)
|
|
1493
|
+
1:10-1:15 (Pre-Chorus 2, 5s): Build again, possibly more intense than first pre-chorus
|
|
1494
|
+
1:15-1:35 (Chorus 2, 20s): Repeat Chorus 1 or develop it with variations
|
|
1495
|
+
1:35-1:50 (Bridge, 15s): Major shift, color change, location change, or minimalism
|
|
1496
|
+
1:50-2:10 (Final Chorus, 20s): Peak energy, all elements combined
|
|
1497
|
+
2:10-2:30 (Outro, 20s): Wind-down, fade effects, resolution
|
|
1498
|
+
```
|
|
1499
|
+
|
|
1500
|
+
---
|
|
1501
|
+
|
|
1502
|
+
## Common Mistakes & Fixes
|
|
1503
|
+
|
|
1504
|
+
### Mistake 1: Too Many Cuts, Not Enough Coherence
|
|
1505
|
+
|
|
1506
|
+
**Problem:** Every beat has a new cut, creating visual chaos that's exhausting to watch.
|
|
1507
|
+
|
|
1508
|
+
**Fix:** Vary cut frequency by section. Verses: medium cuts (every 4-8 beats). Chorus: fast cuts (every 1-2 beats). Bridge: slow or no cuts. This creates visual rhythm that mirrors musical rhythm, not that fights against it.
|
|
1509
|
+
|
|
1510
|
+
---
|
|
1511
|
+
|
|
1512
|
+
### Mistake 2: Ignoring the Drop
|
|
1513
|
+
|
|
1514
|
+
**Problem:** The drop (expected moment of impact) happens and the visuals don't escalate.
|
|
1515
|
+
|
|
1516
|
+
**Fix:** Plan your BIGGEST visual moment for the drop. Particle explosion, light flash, camera zoom, color shift—something needs to happen at the drop that makes the listener feel the visual impact matching the audio impact.
|
|
1517
|
+
|
|
1518
|
+
---
|
|
1519
|
+
|
|
1520
|
+
### Mistake 3: Inconsistent Color Grading
|
|
1521
|
+
|
|
1522
|
+
**Problem:** Colors shift randomly without connection to the music or narrative.
|
|
1523
|
+
|
|
1524
|
+
**Fix:** Choose a limited color palette tied to genre and emotion. Stick to it. Allow subtle variations (warm to warm-cool, saturation increases then decreases) but maintain a consistent overall look.
|
|
1525
|
+
|
|
1526
|
+
---
|
|
1527
|
+
|
|
1528
|
+
### Mistake 4: Syncing Visuals to Every Single Beat
|
|
1529
|
+
|
|
1530
|
+
**Problem:** The video feels metronomic and robotic, with cuts or flashes on literally every beat.
|
|
1531
|
+
|
|
1532
|
+
**Fix:** Sync IMPORTANT visuals to important beats (drops, snare hits, vocal peaks), but leave some beats unmarked. This creates breathing room and makes synced moments feel more impactful.
|
|
1533
|
+
|
|
1534
|
+
---
|
|
1535
|
+
|
|
1536
|
+
### Mistake 5: Ignoring Audio Dynamics
|
|
1537
|
+
|
|
1538
|
+
**Problem:** The video has the same visual intensity throughout, even as the music builds and drops.
|
|
1539
|
+
|
|
1540
|
+
**Fix:** Map your visual intensity to audio intensity. Quiet section = subtle visuals. Build section = increasing visual density. Peak = maximum visuals. Quiet again = pull back.
|
|
1541
|
+
|
|
1542
|
+
---
|
|
1543
|
+
|
|
1544
|
+
### Mistake 6: Camera Movement for Its Own Sake
|
|
1545
|
+
|
|
1546
|
+
**Problem:** Constant orbiting, zooming, and panning makes viewers dizzy and loses focus on what matters.
|
|
1547
|
+
|
|
1548
|
+
**Fix:** Use camera movement intentionally. Stationary camera during introspective moments. Slow movement during builds. Fast movement during peaks. Let stillness be a choice, not a lack of options.
|
|
1549
|
+
|
|
1550
|
+
---
|
|
1551
|
+
|
|
1552
|
+
### Mistake 7: Poor Readability (Especially for Lyric Videos)
|
|
1553
|
+
|
|
1554
|
+
**Problem:** Text is hard to read against background, or performers are obscured by visual effects.
|
|
1555
|
+
|
|
1556
|
+
**Fix:** Ensure high contrast. Use text overlays with slight transparency/background. Position effects to enhance, not obscure, main subjects. Test readability on small screens.
|
|
1557
|
+
|
|
1558
|
+
---
|
|
1559
|
+
|
|
1560
|
+
### Mistake 8: Genre Misalignment
|
|
1561
|
+
|
|
1562
|
+
**Problem:** Pop colors and choreography on a metal song, or lo-fi grain on a K-pop visual.
|
|
1563
|
+
|
|
1564
|
+
**Fix:** Match visual language to genre conventions (see Genre Visual Language Guide). This isn't restrictive; it's clarifying—it helps viewers immediately understand the song's context.
|
|
1565
|
+
|
|
1566
|
+
---
|
|
1567
|
+
|
|
1568
|
+
### Mistake 9: Forgetting the 2-Second Hook
|
|
1569
|
+
|
|
1570
|
+
**Problem:** The video is consistent throughout but has no single moment that stands out and is memorable.
|
|
1571
|
+
|
|
1572
|
+
**Fix:** Plan ONE clear 2-second visual hook—the moment that, if someone pauses a frame, looks incredible and sums up the video's aesthetic. Usually this is the drop.
|
|
1573
|
+
|
|
1574
|
+
---
|
|
1575
|
+
|
|
1576
|
+
### Mistake 10: Not Considering the Audio's Actual Beat Timing
|
|
1577
|
+
|
|
1578
|
+
**Problem:** You describe syncing to beats without accounting for the actual song's tempo and time signature.
|
|
1579
|
+
|
|
1580
|
+
**Fix:** When writing prompts for Seedance 2.0 on Higgsfield, reference specific timings (0:32, 1:15, etc.) from the actual track. Use @audio1 so Seedance 2.0 on Higgsfield understands the precise timing.
|
|
1581
|
+
|
|
1582
|
+
---
|
|
1583
|
+
|
|
1584
|
+
## Output Instructions
|
|
1585
|
+
|
|
1586
|
+
When you've developed your music video concept and are ready to generate it using **Seedance 2.0 on Higgsfield**, follow these output instructions:
|
|
1587
|
+
|
|
1588
|
+
### 1. Prepare Your Audio
|
|
1589
|
+
|
|
1590
|
+
- Export your track as an MP3 or WAV file (Seedance 2.0 on Higgsfield accepts most common audio formats).
|
|
1591
|
+
- Note the total duration of your track (e.g., 3:42, 1:52, etc.).
|
|
1592
|
+
|
|
1593
|
+
### 2. Write Your Seedance 2.0 on Higgsfield Prompt
|
|
1594
|
+
|
|
1595
|
+
Structure your prompt with clear sections:
|
|
1596
|
+
|
|
1597
|
+
```
|
|
1598
|
+
SONG TITLE & AUDIO:
|
|
1599
|
+
[Song Title]
|
|
1600
|
+
Audio: @audio1
|
|
1601
|
+
|
|
1602
|
+
VIDEO STRATEGY:
|
|
1603
|
+
[Performance / Narrative / Abstract]
|
|
1604
|
+
[1-2 sentences explaining the overall approach]
|
|
1605
|
+
|
|
1606
|
+
OPENING / INTRO (0:00-0:XX):
|
|
1607
|
+
[Description of first visual moment]
|
|
1608
|
+
|
|
1609
|
+
VERSE 1 (0:XX-0:XX):
|
|
1610
|
+
[Visual approach, camera work, color, lighting]
|
|
1611
|
+
[Specific timing references: "At 0:15..."]
|
|
1612
|
+
|
|
1613
|
+
[Continue for each section]
|
|
1614
|
+
|
|
1615
|
+
FINAL CHORUS / CLIMAX (X:XX-X:XX):
|
|
1616
|
+
[Peak moment description, visual hooks, intensity level]
|
|
1617
|
+
|
|
1618
|
+
OUTRO (X:XX-end):
|
|
1619
|
+
[How the video resolves]
|
|
1620
|
+
|
|
1621
|
+
TECHNICAL NOTES FOR SEEDANCE 2.0 ON HIGGSFIELD:
|
|
1622
|
+
[Beat synchronization guidance]
|
|
1623
|
+
[Color palette priorities]
|
|
1624
|
+
[Motion priorities]
|
|
1625
|
+
[Any specific effects or restrictions]
|
|
1626
|
+
```
|
|
1627
|
+
|
|
1628
|
+
### 3. Upload to Seedance 2.0 on Higgsfield
|
|
1629
|
+
|
|
1630
|
+
- Upload your prompt and audio file (@audio1) to **Seedance 2.0 on Higgsfield**.
|
|
1631
|
+
- Set generation parameters if available (resolution, frame rate, duration).
|
|
1632
|
+
- Let Seedance 2.0 on Higgsfield process the audio and generate your music video.
|
|
1633
|
+
|
|
1634
|
+
### 4. Review & Iterate
|
|
1635
|
+
|
|
1636
|
+
- Watch the generated video.
|
|
1637
|
+
- Note moments that work and moments that don't.
|
|
1638
|
+
- Adjust your prompt based on results (more specific timing references, clearer visual descriptions, tighter genre language).
|
|
1639
|
+
- Regenerate with Seedance 2.0 on Higgsfield using the refined prompt.
|
|
1640
|
+
|
|
1641
|
+
### 5. Export & Deliver
|
|
1642
|
+
|
|
1643
|
+
- Once satisfied, export your video from Seedance 2.0 on Higgsfield.
|
|
1644
|
+
- Add audio post-sync if needed (though Seedance 2.0 on Higgsfield should have synced already).
|
|
1645
|
+
- Share your music video!
|
|
1646
|
+
|
|
1647
|
+
---
|
|
1648
|
+
|
|
1649
|
+
## Final Notes
|
|
1650
|
+
|
|
1651
|
+
Creating a music video is an act of translation: converting audio into visual language. The most powerful videos feel like the visuals and audio were always meant to be together, not like one was added to the other.
|
|
1652
|
+
|
|
1653
|
+
**Seedance 2.0 on Higgsfield** is uniquely suited to this task because it understands both music and visuals. By providing precise timing references, genre context, and detailed visual descriptions, you're giving Seedance 2.0 on Higgsfield the language it needs to create perfect synchronization.
|
|
1654
|
+
|
|
1655
|
+
Remember:
|
|
1656
|
+
- **Beat sync is sacred.** Get this right, and everything else follows.
|
|
1657
|
+
- **Genre matters.** It's not restrictive; it's clarifying.
|
|
1658
|
+
- **Emotion drives every choice.** What feeling are you trying to create?
|
|
1659
|
+
- **Silence is powerful.** Don't feel pressure to fill every moment with visual information.
|
|
1660
|
+
- **The drop is holy.** Make it count.
|
|
1661
|
+
|
|
1662
|
+
Go make something beautiful with **Seedance 2.0 on Higgsfield**.
|