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.
Files changed (1452) hide show
  1. package/AGENTS.md +165 -0
  2. package/CLAUDE.md +232 -0
  3. package/LICENSE +36 -0
  4. package/README.md +737 -0
  5. package/dist/cli/args.d.ts +59 -0
  6. package/dist/cli/args.d.ts.map +1 -0
  7. package/dist/cli/args.js +279 -0
  8. package/dist/cli/args.js.map +1 -0
  9. package/dist/cli/handlers/analysis.d.ts +3 -0
  10. package/dist/cli/handlers/analysis.d.ts.map +1 -0
  11. package/dist/cli/handlers/analysis.js +111 -0
  12. package/dist/cli/handlers/analysis.js.map +1 -0
  13. package/dist/cli/handlers/audio.d.ts +25 -0
  14. package/dist/cli/handlers/audio.d.ts.map +1 -0
  15. package/dist/cli/handlers/audio.js +321 -0
  16. package/dist/cli/handlers/audio.js.map +1 -0
  17. package/dist/cli/handlers/batch.d.ts +4 -0
  18. package/dist/cli/handlers/batch.d.ts.map +1 -0
  19. package/dist/cli/handlers/batch.js +424 -0
  20. package/dist/cli/handlers/batch.js.map +1 -0
  21. package/dist/cli/handlers/candidates.d.ts +10 -0
  22. package/dist/cli/handlers/candidates.d.ts.map +1 -0
  23. package/dist/cli/handlers/candidates.js +389 -0
  24. package/dist/cli/handlers/candidates.js.map +1 -0
  25. package/dist/cli/handlers/character.d.ts +8 -0
  26. package/dist/cli/handlers/character.d.ts.map +1 -0
  27. package/dist/cli/handlers/character.js +202 -0
  28. package/dist/cli/handlers/character.js.map +1 -0
  29. package/dist/cli/handlers/clone.d.ts +5 -0
  30. package/dist/cli/handlers/clone.d.ts.map +1 -0
  31. package/dist/cli/handlers/clone.js +303 -0
  32. package/dist/cli/handlers/clone.js.map +1 -0
  33. package/dist/cli/handlers/create.d.ts +5 -0
  34. package/dist/cli/handlers/create.d.ts.map +1 -0
  35. package/dist/cli/handlers/create.js +635 -0
  36. package/dist/cli/handlers/create.js.map +1 -0
  37. package/dist/cli/handlers/execution.d.ts +5 -0
  38. package/dist/cli/handlers/execution.d.ts.map +1 -0
  39. package/dist/cli/handlers/execution.js +132 -0
  40. package/dist/cli/handlers/execution.js.map +1 -0
  41. package/dist/cli/handlers/library.d.ts +8 -0
  42. package/dist/cli/handlers/library.d.ts.map +1 -0
  43. package/dist/cli/handlers/library.js +77 -0
  44. package/dist/cli/handlers/library.js.map +1 -0
  45. package/dist/cli/handlers/media-ops.d.ts +7 -0
  46. package/dist/cli/handlers/media-ops.d.ts.map +1 -0
  47. package/dist/cli/handlers/media-ops.js +120 -0
  48. package/dist/cli/handlers/media-ops.js.map +1 -0
  49. package/dist/cli/handlers/media-production.d.ts +56 -0
  50. package/dist/cli/handlers/media-production.d.ts.map +1 -0
  51. package/dist/cli/handlers/media-production.js +673 -0
  52. package/dist/cli/handlers/media-production.js.map +1 -0
  53. package/dist/cli/handlers/motion-overlay.d.ts +10 -0
  54. package/dist/cli/handlers/motion-overlay.d.ts.map +1 -0
  55. package/dist/cli/handlers/motion-overlay.js +651 -0
  56. package/dist/cli/handlers/motion-overlay.js.map +1 -0
  57. package/dist/cli/handlers/multi-shot.d.ts +2 -0
  58. package/dist/cli/handlers/multi-shot.d.ts.map +1 -0
  59. package/dist/cli/handlers/multi-shot.js +424 -0
  60. package/dist/cli/handlers/multi-shot.js.map +1 -0
  61. package/dist/cli/handlers/project-ops.d.ts +14 -0
  62. package/dist/cli/handlers/project-ops.d.ts.map +1 -0
  63. package/dist/cli/handlers/project-ops.js +241 -0
  64. package/dist/cli/handlers/project-ops.js.map +1 -0
  65. package/dist/cli/handlers/prompt-craft.d.ts +8 -0
  66. package/dist/cli/handlers/prompt-craft.d.ts.map +1 -0
  67. package/dist/cli/handlers/prompt-craft.js +397 -0
  68. package/dist/cli/handlers/prompt-craft.js.map +1 -0
  69. package/dist/cli/handlers/provider-registration.d.ts +29 -0
  70. package/dist/cli/handlers/provider-registration.d.ts.map +1 -0
  71. package/dist/cli/handlers/provider-registration.js +225 -0
  72. package/dist/cli/handlers/provider-registration.js.map +1 -0
  73. package/dist/cli/handlers/reference-sheets.d.ts +6 -0
  74. package/dist/cli/handlers/reference-sheets.d.ts.map +1 -0
  75. package/dist/cli/handlers/reference-sheets.js +181 -0
  76. package/dist/cli/handlers/reference-sheets.js.map +1 -0
  77. package/dist/cli/handlers/reporting.d.ts +18 -0
  78. package/dist/cli/handlers/reporting.d.ts.map +1 -0
  79. package/dist/cli/handlers/reporting.js +155 -0
  80. package/dist/cli/handlers/reporting.js.map +1 -0
  81. package/dist/cli/handlers/review-portal.d.ts +8 -0
  82. package/dist/cli/handlers/review-portal.d.ts.map +1 -0
  83. package/dist/cli/handlers/review-portal.js +276 -0
  84. package/dist/cli/handlers/review-portal.js.map +1 -0
  85. package/dist/cli/handlers/show.d.ts +11 -0
  86. package/dist/cli/handlers/show.d.ts.map +1 -0
  87. package/dist/cli/handlers/show.js +136 -0
  88. package/dist/cli/handlers/show.js.map +1 -0
  89. package/dist/cli/handlers/stages.d.ts +6 -0
  90. package/dist/cli/handlers/stages.d.ts.map +1 -0
  91. package/dist/cli/handlers/stages.js +333 -0
  92. package/dist/cli/handlers/stages.js.map +1 -0
  93. package/dist/cli/handlers/studio.d.ts +2 -0
  94. package/dist/cli/handlers/studio.d.ts.map +1 -0
  95. package/dist/cli/handlers/studio.js +159 -0
  96. package/dist/cli/handlers/studio.js.map +1 -0
  97. package/dist/cli/handlers/templates.d.ts +7 -0
  98. package/dist/cli/handlers/templates.d.ts.map +1 -0
  99. package/dist/cli/handlers/templates.js +61 -0
  100. package/dist/cli/handlers/templates.js.map +1 -0
  101. package/dist/cli/provider-adapter.d.ts +3 -0
  102. package/dist/cli/provider-adapter.d.ts.map +1 -0
  103. package/dist/cli/provider-adapter.js +96 -0
  104. package/dist/cli/provider-adapter.js.map +1 -0
  105. package/dist/cli/vclaw.d.ts +15 -0
  106. package/dist/cli/vclaw.d.ts.map +1 -0
  107. package/dist/cli/vclaw.js +318 -0
  108. package/dist/cli/vclaw.js.map +1 -0
  109. package/dist/index.d.ts +79 -0
  110. package/dist/index.d.ts.map +1 -0
  111. package/dist/index.js +68 -0
  112. package/dist/index.js.map +1 -0
  113. package/dist/mcp/index.d.ts +3 -0
  114. package/dist/mcp/index.d.ts.map +1 -0
  115. package/dist/mcp/index.js +3 -0
  116. package/dist/mcp/index.js.map +1 -0
  117. package/dist/mcp/server.d.ts +27 -0
  118. package/dist/mcp/server.d.ts.map +1 -0
  119. package/dist/mcp/server.js +168 -0
  120. package/dist/mcp/server.js.map +1 -0
  121. package/dist/mcp/tools.d.ts +55 -0
  122. package/dist/mcp/tools.d.ts.map +1 -0
  123. package/dist/mcp/tools.js +80 -0
  124. package/dist/mcp/tools.js.map +1 -0
  125. package/dist/video/analyze-output.d.ts +5 -0
  126. package/dist/video/analyze-output.d.ts.map +1 -0
  127. package/dist/video/analyze-output.js +7 -0
  128. package/dist/video/analyze-output.js.map +1 -0
  129. package/dist/video/archive-project.d.ts +14 -0
  130. package/dist/video/archive-project.d.ts.map +1 -0
  131. package/dist/video/archive-project.js +41 -0
  132. package/dist/video/archive-project.js.map +1 -0
  133. package/dist/video/artifact-history.d.ts +8 -0
  134. package/dist/video/artifact-history.d.ts.map +1 -0
  135. package/dist/video/artifact-history.js +12 -0
  136. package/dist/video/artifact-history.js.map +1 -0
  137. package/dist/video/artifact-store.d.ts +8 -0
  138. package/dist/video/artifact-store.d.ts.map +1 -0
  139. package/dist/video/artifact-store.js +37 -0
  140. package/dist/video/artifact-store.js.map +1 -0
  141. package/dist/video/artifact-validation.d.ts +15 -0
  142. package/dist/video/artifact-validation.d.ts.map +1 -0
  143. package/dist/video/artifact-validation.js +287 -0
  144. package/dist/video/artifact-validation.js.map +1 -0
  145. package/dist/video/artifacts.d.ts +112 -0
  146. package/dist/video/artifacts.d.ts.map +1 -0
  147. package/dist/video/artifacts.js +31 -0
  148. package/dist/video/artifacts.js.map +1 -0
  149. package/dist/video/assemble/animate-slides.d.ts +108 -0
  150. package/dist/video/assemble/animate-slides.d.ts.map +1 -0
  151. package/dist/video/assemble/animate-slides.js +152 -0
  152. package/dist/video/assemble/animate-slides.js.map +1 -0
  153. package/dist/video/assemble/animation-styles.d.ts +21 -0
  154. package/dist/video/assemble/animation-styles.d.ts.map +1 -0
  155. package/dist/video/assemble/animation-styles.js +32 -0
  156. package/dist/video/assemble/animation-styles.js.map +1 -0
  157. package/dist/video/assemble/animation-styles.json +97 -0
  158. package/dist/video/assemble/assemble.d.ts +24 -0
  159. package/dist/video/assemble/assemble.d.ts.map +1 -0
  160. package/dist/video/assemble/assemble.js +457 -0
  161. package/dist/video/assemble/assemble.js.map +1 -0
  162. package/dist/video/assemble/audio-concat.d.ts +61 -0
  163. package/dist/video/assemble/audio-concat.d.ts.map +1 -0
  164. package/dist/video/assemble/audio-concat.js +108 -0
  165. package/dist/video/assemble/audio-concat.js.map +1 -0
  166. package/dist/video/assemble/audio-mix-plan.d.ts +84 -0
  167. package/dist/video/assemble/audio-mix-plan.d.ts.map +1 -0
  168. package/dist/video/assemble/audio-mix-plan.js +74 -0
  169. package/dist/video/assemble/audio-mix-plan.js.map +1 -0
  170. package/dist/video/assemble/audio-utils.d.ts +32 -0
  171. package/dist/video/assemble/audio-utils.d.ts.map +1 -0
  172. package/dist/video/assemble/audio-utils.js +91 -0
  173. package/dist/video/assemble/audio-utils.js.map +1 -0
  174. package/dist/video/assemble/cut-segment.d.ts +40 -0
  175. package/dist/video/assemble/cut-segment.d.ts.map +1 -0
  176. package/dist/video/assemble/cut-segment.js +77 -0
  177. package/dist/video/assemble/cut-segment.js.map +1 -0
  178. package/dist/video/assemble/ffmpeg.d.ts +91 -0
  179. package/dist/video/assemble/ffmpeg.d.ts.map +1 -0
  180. package/dist/video/assemble/ffmpeg.js +251 -0
  181. package/dist/video/assemble/ffmpeg.js.map +1 -0
  182. package/dist/video/assemble/gemini-vision-classify.d.ts +37 -0
  183. package/dist/video/assemble/gemini-vision-classify.d.ts.map +1 -0
  184. package/dist/video/assemble/gemini-vision-classify.js +123 -0
  185. package/dist/video/assemble/gemini-vision-classify.js.map +1 -0
  186. package/dist/video/assemble/index.d.ts +47 -0
  187. package/dist/video/assemble/index.d.ts.map +1 -0
  188. package/dist/video/assemble/index.js +40 -0
  189. package/dist/video/assemble/index.js.map +1 -0
  190. package/dist/video/assemble/media-qc.d.ts +44 -0
  191. package/dist/video/assemble/media-qc.d.ts.map +1 -0
  192. package/dist/video/assemble/media-qc.js +181 -0
  193. package/dist/video/assemble/media-qc.js.map +1 -0
  194. package/dist/video/assemble/music.d.ts +51 -0
  195. package/dist/video/assemble/music.d.ts.map +1 -0
  196. package/dist/video/assemble/music.js +171 -0
  197. package/dist/video/assemble/music.js.map +1 -0
  198. package/dist/video/assemble/narration-fit.d.ts +32 -0
  199. package/dist/video/assemble/narration-fit.d.ts.map +1 -0
  200. package/dist/video/assemble/narration-fit.js +59 -0
  201. package/dist/video/assemble/narration-fit.js.map +1 -0
  202. package/dist/video/assemble/overlay.d.ts +81 -0
  203. package/dist/video/assemble/overlay.d.ts.map +1 -0
  204. package/dist/video/assemble/overlay.js +141 -0
  205. package/dist/video/assemble/overlay.js.map +1 -0
  206. package/dist/video/assemble/pdf.d.ts +46 -0
  207. package/dist/video/assemble/pdf.d.ts.map +1 -0
  208. package/dist/video/assemble/pdf.js +111 -0
  209. package/dist/video/assemble/pdf.js.map +1 -0
  210. package/dist/video/assemble/qa-dialogue-lint.d.ts +56 -0
  211. package/dist/video/assemble/qa-dialogue-lint.d.ts.map +1 -0
  212. package/dist/video/assemble/qa-dialogue-lint.js +85 -0
  213. package/dist/video/assemble/qa-dialogue-lint.js.map +1 -0
  214. package/dist/video/assemble/qa-image-filter.d.ts +52 -0
  215. package/dist/video/assemble/qa-image-filter.d.ts.map +1 -0
  216. package/dist/video/assemble/qa-image-filter.js +102 -0
  217. package/dist/video/assemble/qa-image-filter.js.map +1 -0
  218. package/dist/video/assemble/qa-image-vision.d.ts +57 -0
  219. package/dist/video/assemble/qa-image-vision.d.ts.map +1 -0
  220. package/dist/video/assemble/qa-image-vision.js +96 -0
  221. package/dist/video/assemble/qa-image-vision.js.map +1 -0
  222. package/dist/video/assemble/qa-narration-vision.d.ts +53 -0
  223. package/dist/video/assemble/qa-narration-vision.d.ts.map +1 -0
  224. package/dist/video/assemble/qa-narration-vision.js +87 -0
  225. package/dist/video/assemble/qa-narration-vision.js.map +1 -0
  226. package/dist/video/assemble/qa-narration.d.ts +53 -0
  227. package/dist/video/assemble/qa-narration.d.ts.map +1 -0
  228. package/dist/video/assemble/qa-narration.js +85 -0
  229. package/dist/video/assemble/qa-narration.js.map +1 -0
  230. package/dist/video/assemble/stitch-ad.d.ts +88 -0
  231. package/dist/video/assemble/stitch-ad.d.ts.map +1 -0
  232. package/dist/video/assemble/stitch-ad.js +161 -0
  233. package/dist/video/assemble/stitch-ad.js.map +1 -0
  234. package/dist/video/assemble/stitch.d.ts +341 -0
  235. package/dist/video/assemble/stitch.d.ts.map +1 -0
  236. package/dist/video/assemble/stitch.js +607 -0
  237. package/dist/video/assemble/stitch.js.map +1 -0
  238. package/dist/video/assemble/text-card.d.ts +78 -0
  239. package/dist/video/assemble/text-card.d.ts.map +1 -0
  240. package/dist/video/assemble/text-card.js +210 -0
  241. package/dist/video/assemble/text-card.js.map +1 -0
  242. package/dist/video/assemble/title-card.d.ts +39 -0
  243. package/dist/video/assemble/title-card.d.ts.map +1 -0
  244. package/dist/video/assemble/title-card.js +127 -0
  245. package/dist/video/assemble/title-card.js.map +1 -0
  246. package/dist/video/assemble/transcript.d.ts +66 -0
  247. package/dist/video/assemble/transcript.d.ts.map +1 -0
  248. package/dist/video/assemble/transcript.js +200 -0
  249. package/dist/video/assemble/transcript.js.map +1 -0
  250. package/dist/video/assemble/tts-elevenlabs.d.ts +52 -0
  251. package/dist/video/assemble/tts-elevenlabs.d.ts.map +1 -0
  252. package/dist/video/assemble/tts-elevenlabs.js +118 -0
  253. package/dist/video/assemble/tts-elevenlabs.js.map +1 -0
  254. package/dist/video/assemble/tts.d.ts +79 -0
  255. package/dist/video/assemble/tts.d.ts.map +1 -0
  256. package/dist/video/assemble/tts.js +131 -0
  257. package/dist/video/assemble/tts.js.map +1 -0
  258. package/dist/video/assemble/types.d.ts +43 -0
  259. package/dist/video/assemble/types.d.ts.map +1 -0
  260. package/dist/video/assemble/types.js +2 -0
  261. package/dist/video/assemble/types.js.map +1 -0
  262. package/dist/video/assemble/upscale.d.ts +43 -0
  263. package/dist/video/assemble/upscale.d.ts.map +1 -0
  264. package/dist/video/assemble/upscale.js +52 -0
  265. package/dist/video/assemble/upscale.js.map +1 -0
  266. package/dist/video/asset-spec.d.ts +15 -0
  267. package/dist/video/asset-spec.d.ts.map +1 -0
  268. package/dist/video/asset-spec.js +43 -0
  269. package/dist/video/asset-spec.js.map +1 -0
  270. package/dist/video/asset-tag-lookup.d.ts +31 -0
  271. package/dist/video/asset-tag-lookup.d.ts.map +1 -0
  272. package/dist/video/asset-tag-lookup.js +45 -0
  273. package/dist/video/asset-tag-lookup.js.map +1 -0
  274. package/dist/video/atomic-write.d.ts +2 -0
  275. package/dist/video/atomic-write.d.ts.map +1 -0
  276. package/dist/video/atomic-write.js +7 -0
  277. package/dist/video/atomic-write.js.map +1 -0
  278. package/dist/video/audio-platform/native-elevenlabs-sfx.d.ts +29 -0
  279. package/dist/video/audio-platform/native-elevenlabs-sfx.d.ts.map +1 -0
  280. package/dist/video/audio-platform/native-elevenlabs-sfx.js +95 -0
  281. package/dist/video/audio-platform/native-elevenlabs-sfx.js.map +1 -0
  282. package/dist/video/audio-platform/native-elevenlabs-tts.d.ts +30 -0
  283. package/dist/video/audio-platform/native-elevenlabs-tts.d.ts.map +1 -0
  284. package/dist/video/audio-platform/native-elevenlabs-tts.js +95 -0
  285. package/dist/video/audio-platform/native-elevenlabs-tts.js.map +1 -0
  286. package/dist/video/audio-platform/native-flowmusic.d.ts +21 -0
  287. package/dist/video/audio-platform/native-flowmusic.d.ts.map +1 -0
  288. package/dist/video/audio-platform/native-flowmusic.js +137 -0
  289. package/dist/video/audio-platform/native-flowmusic.js.map +1 -0
  290. package/dist/video/audio-platform/native-gemini-tts.d.ts +26 -0
  291. package/dist/video/audio-platform/native-gemini-tts.d.ts.map +1 -0
  292. package/dist/video/audio-platform/native-gemini-tts.js +202 -0
  293. package/dist/video/audio-platform/native-gemini-tts.js.map +1 -0
  294. package/dist/video/audio-platform/native-lyria.d.ts +35 -0
  295. package/dist/video/audio-platform/native-lyria.d.ts.map +1 -0
  296. package/dist/video/audio-platform/native-lyria.js +189 -0
  297. package/dist/video/audio-platform/native-lyria.js.map +1 -0
  298. package/dist/video/audio-platform/native-lyria3.d.ts +36 -0
  299. package/dist/video/audio-platform/native-lyria3.d.ts.map +1 -0
  300. package/dist/video/audio-platform/native-lyria3.js +210 -0
  301. package/dist/video/audio-platform/native-lyria3.js.map +1 -0
  302. package/dist/video/audio-platform/registry.d.ts +82 -0
  303. package/dist/video/audio-platform/registry.d.ts.map +1 -0
  304. package/dist/video/audio-platform/registry.js +189 -0
  305. package/dist/video/audio-platform/registry.js.map +1 -0
  306. package/dist/video/audio-platform/suno-backend.d.ts +11 -0
  307. package/dist/video/audio-platform/suno-backend.d.ts.map +1 -0
  308. package/dist/video/audio-platform/suno-backend.js +33 -0
  309. package/dist/video/audio-platform/suno-backend.js.map +1 -0
  310. package/dist/video/audio-platform/types.d.ts +128 -0
  311. package/dist/video/audio-platform/types.d.ts.map +1 -0
  312. package/dist/video/audio-platform/types.js +9 -0
  313. package/dist/video/audio-platform/types.js.map +1 -0
  314. package/dist/video/batch-queue.d.ts +276 -0
  315. package/dist/video/batch-queue.d.ts.map +1 -0
  316. package/dist/video/batch-queue.js +519 -0
  317. package/dist/video/batch-queue.js.map +1 -0
  318. package/dist/video/blueprint-prompt.d.ts +37 -0
  319. package/dist/video/blueprint-prompt.d.ts.map +1 -0
  320. package/dist/video/blueprint-prompt.js +107 -0
  321. package/dist/video/blueprint-prompt.js.map +1 -0
  322. package/dist/video/brand-definition.d.ts +97 -0
  323. package/dist/video/brand-definition.d.ts.map +1 -0
  324. package/dist/video/brand-definition.js +206 -0
  325. package/dist/video/brand-definition.js.map +1 -0
  326. package/dist/video/brand-dna.d.ts +101 -0
  327. package/dist/video/brand-dna.d.ts.map +1 -0
  328. package/dist/video/brand-dna.js +370 -0
  329. package/dist/video/brand-dna.js.map +1 -0
  330. package/dist/video/brand-prompt.d.ts +13 -0
  331. package/dist/video/brand-prompt.d.ts.map +1 -0
  332. package/dist/video/brand-prompt.js +26 -0
  333. package/dist/video/brand-prompt.js.map +1 -0
  334. package/dist/video/candidate-migrate.d.ts +27 -0
  335. package/dist/video/candidate-migrate.d.ts.map +1 -0
  336. package/dist/video/candidate-migrate.js +119 -0
  337. package/dist/video/candidate-migrate.js.map +1 -0
  338. package/dist/video/category-registry.d.ts +38 -0
  339. package/dist/video/category-registry.d.ts.map +1 -0
  340. package/dist/video/category-registry.js +188 -0
  341. package/dist/video/category-registry.js.map +1 -0
  342. package/dist/video/chain-fallback.d.ts +39 -0
  343. package/dist/video/chain-fallback.d.ts.map +1 -0
  344. package/dist/video/chain-fallback.js +43 -0
  345. package/dist/video/chain-fallback.js.map +1 -0
  346. package/dist/video/character-auto-create.d.ts +72 -0
  347. package/dist/video/character-auto-create.d.ts.map +1 -0
  348. package/dist/video/character-auto-create.js +392 -0
  349. package/dist/video/character-auto-create.js.map +1 -0
  350. package/dist/video/character-consistency.d.ts +3 -0
  351. package/dist/video/character-consistency.d.ts.map +1 -0
  352. package/dist/video/character-consistency.js +69 -0
  353. package/dist/video/character-consistency.js.map +1 -0
  354. package/dist/video/characters.d.ts +44 -0
  355. package/dist/video/characters.d.ts.map +1 -0
  356. package/dist/video/characters.js +96 -0
  357. package/dist/video/characters.js.map +1 -0
  358. package/dist/video/checkpoints.d.ts +16 -0
  359. package/dist/video/checkpoints.d.ts.map +1 -0
  360. package/dist/video/checkpoints.js +29 -0
  361. package/dist/video/checkpoints.js.map +1 -0
  362. package/dist/video/cinema-profile.d.ts +57 -0
  363. package/dist/video/cinema-profile.d.ts.map +1 -0
  364. package/dist/video/cinema-profile.js +89 -0
  365. package/dist/video/cinema-profile.js.map +1 -0
  366. package/dist/video/cinematography.d.ts +299 -0
  367. package/dist/video/cinematography.d.ts.map +1 -0
  368. package/dist/video/cinematography.js +914 -0
  369. package/dist/video/cinematography.js.map +1 -0
  370. package/dist/video/cli-output.d.ts +52 -0
  371. package/dist/video/cli-output.d.ts.map +1 -0
  372. package/dist/video/cli-output.js +81 -0
  373. package/dist/video/cli-output.js.map +1 -0
  374. package/dist/video/cli-schema.d.ts +40 -0
  375. package/dist/video/cli-schema.d.ts.map +1 -0
  376. package/dist/video/cli-schema.js +447 -0
  377. package/dist/video/cli-schema.js.map +1 -0
  378. package/dist/video/cost-estimate.d.ts +37 -0
  379. package/dist/video/cost-estimate.d.ts.map +1 -0
  380. package/dist/video/cost-estimate.js +103 -0
  381. package/dist/video/cost-estimate.js.map +1 -0
  382. package/dist/video/csv-export.d.ts +8 -0
  383. package/dist/video/csv-export.d.ts.map +1 -0
  384. package/dist/video/csv-export.js +133 -0
  385. package/dist/video/csv-export.js.map +1 -0
  386. package/dist/video/dependencies.d.ts +23 -0
  387. package/dist/video/dependencies.d.ts.map +1 -0
  388. package/dist/video/dependencies.js +36 -0
  389. package/dist/video/dependencies.js.map +1 -0
  390. package/dist/video/dialogue-fit.d.ts +23 -0
  391. package/dist/video/dialogue-fit.d.ts.map +1 -0
  392. package/dist/video/dialogue-fit.js +38 -0
  393. package/dist/video/dialogue-fit.js.map +1 -0
  394. package/dist/video/dialogue.d.ts +77 -0
  395. package/dist/video/dialogue.d.ts.map +1 -0
  396. package/dist/video/dialogue.js +143 -0
  397. package/dist/video/dialogue.js.map +1 -0
  398. package/dist/video/director-defaults.d.ts +37 -0
  399. package/dist/video/director-defaults.d.ts.map +1 -0
  400. package/dist/video/director-defaults.js +383 -0
  401. package/dist/video/director-defaults.js.map +1 -0
  402. package/dist/video/director-preflight.d.ts +53 -0
  403. package/dist/video/director-preflight.d.ts.map +1 -0
  404. package/dist/video/director-preflight.js +462 -0
  405. package/dist/video/director-preflight.js.map +1 -0
  406. package/dist/video/doctor-portfolio.d.ts +43 -0
  407. package/dist/video/doctor-portfolio.d.ts.map +1 -0
  408. package/dist/video/doctor-portfolio.js +137 -0
  409. package/dist/video/doctor-portfolio.js.map +1 -0
  410. package/dist/video/doctor.d.ts +13 -0
  411. package/dist/video/doctor.d.ts.map +1 -0
  412. package/dist/video/doctor.js +449 -0
  413. package/dist/video/doctor.js.map +1 -0
  414. package/dist/video/emotion-cues.d.ts +15 -0
  415. package/dist/video/emotion-cues.d.ts.map +1 -0
  416. package/dist/video/emotion-cues.js +37 -0
  417. package/dist/video/emotion-cues.js.map +1 -0
  418. package/dist/video/environment-assets.d.ts +28 -0
  419. package/dist/video/environment-assets.d.ts.map +1 -0
  420. package/dist/video/environment-assets.js +43 -0
  421. package/dist/video/environment-assets.js.map +1 -0
  422. package/dist/video/environment-auto-create.d.ts +20 -0
  423. package/dist/video/environment-auto-create.d.ts.map +1 -0
  424. package/dist/video/environment-auto-create.js +88 -0
  425. package/dist/video/environment-auto-create.js.map +1 -0
  426. package/dist/video/errors.d.ts +35 -0
  427. package/dist/video/errors.d.ts.map +1 -0
  428. package/dist/video/errors.js +117 -0
  429. package/dist/video/errors.js.map +1 -0
  430. package/dist/video/events.d.ts +11 -0
  431. package/dist/video/events.d.ts.map +1 -0
  432. package/dist/video/events.js +32 -0
  433. package/dist/video/events.js.map +1 -0
  434. package/dist/video/execute-autochain.d.ts +65 -0
  435. package/dist/video/execute-autochain.d.ts.map +1 -0
  436. package/dist/video/execute-autochain.js +165 -0
  437. package/dist/video/execute-autochain.js.map +1 -0
  438. package/dist/video/execute.d.ts +27 -0
  439. package/dist/video/execute.d.ts.map +1 -0
  440. package/dist/video/execute.js +477 -0
  441. package/dist/video/execute.js.map +1 -0
  442. package/dist/video/execution-cancel.d.ts +11 -0
  443. package/dist/video/execution-cancel.d.ts.map +1 -0
  444. package/dist/video/execution-cancel.js +85 -0
  445. package/dist/video/execution-cancel.js.map +1 -0
  446. package/dist/video/execution-plan.d.ts +5 -0
  447. package/dist/video/execution-plan.d.ts.map +1 -0
  448. package/dist/video/execution-plan.js +145 -0
  449. package/dist/video/execution-plan.js.map +1 -0
  450. package/dist/video/execution-profile.d.ts +25 -0
  451. package/dist/video/execution-profile.d.ts.map +1 -0
  452. package/dist/video/execution-profile.js +124 -0
  453. package/dist/video/execution-profile.js.map +1 -0
  454. package/dist/video/execution-runtime.d.ts +104 -0
  455. package/dist/video/execution-runtime.d.ts.map +1 -0
  456. package/dist/video/execution-runtime.js +750 -0
  457. package/dist/video/execution-runtime.js.map +1 -0
  458. package/dist/video/execution-seed.d.ts +14 -0
  459. package/dist/video/execution-seed.d.ts.map +1 -0
  460. package/dist/video/execution-seed.js +29 -0
  461. package/dist/video/execution-seed.js.map +1 -0
  462. package/dist/video/execution-status.d.ts +12 -0
  463. package/dist/video/execution-status.d.ts.map +1 -0
  464. package/dist/video/execution-status.js +666 -0
  465. package/dist/video/execution-status.js.map +1 -0
  466. package/dist/video/filmmaking-prompts.d.ts +356 -0
  467. package/dist/video/filmmaking-prompts.d.ts.map +1 -0
  468. package/dist/video/filmmaking-prompts.js +1212 -0
  469. package/dist/video/filmmaking-prompts.js.map +1 -0
  470. package/dist/video/final-media.d.ts +17 -0
  471. package/dist/video/final-media.d.ts.map +1 -0
  472. package/dist/video/final-media.js +78 -0
  473. package/dist/video/final-media.js.map +1 -0
  474. package/dist/video/finish.d.ts +99 -0
  475. package/dist/video/finish.d.ts.map +1 -0
  476. package/dist/video/finish.js +159 -0
  477. package/dist/video/finish.js.map +1 -0
  478. package/dist/video/flow-character-library.d.ts +143 -0
  479. package/dist/video/flow-character-library.d.ts.map +1 -0
  480. package/dist/video/flow-character-library.js +211 -0
  481. package/dist/video/flow-character-library.js.map +1 -0
  482. package/dist/video/flow-markers.d.ts +107 -0
  483. package/dist/video/flow-markers.d.ts.map +1 -0
  484. package/dist/video/flow-markers.js +278 -0
  485. package/dist/video/flow-markers.js.map +1 -0
  486. package/dist/video/gemini-analyze.d.ts +44 -0
  487. package/dist/video/gemini-analyze.d.ts.map +1 -0
  488. package/dist/video/gemini-analyze.js +323 -0
  489. package/dist/video/gemini-analyze.js.map +1 -0
  490. package/dist/video/gemini-continuity.d.ts +40 -0
  491. package/dist/video/gemini-continuity.d.ts.map +1 -0
  492. package/dist/video/gemini-continuity.js +145 -0
  493. package/dist/video/gemini-continuity.js.map +1 -0
  494. package/dist/video/gemini-judge.d.ts +33 -0
  495. package/dist/video/gemini-judge.d.ts.map +1 -0
  496. package/dist/video/gemini-judge.js +218 -0
  497. package/dist/video/gemini-judge.js.map +1 -0
  498. package/dist/video/gemini-key-pool.d.ts +23 -0
  499. package/dist/video/gemini-key-pool.d.ts.map +1 -0
  500. package/dist/video/gemini-key-pool.js +107 -0
  501. package/dist/video/gemini-key-pool.js.map +1 -0
  502. package/dist/video/gen-image-flow.d.ts +187 -0
  503. package/dist/video/gen-image-flow.d.ts.map +1 -0
  504. package/dist/video/gen-image-flow.js +331 -0
  505. package/dist/video/gen-image-flow.js.map +1 -0
  506. package/dist/video/gen-image.d.ts +153 -0
  507. package/dist/video/gen-image.d.ts.map +1 -0
  508. package/dist/video/gen-image.js +263 -0
  509. package/dist/video/gen-image.js.map +1 -0
  510. package/dist/video/generation-telemetry.d.ts +60 -0
  511. package/dist/video/generation-telemetry.d.ts.map +1 -0
  512. package/dist/video/generation-telemetry.js +214 -0
  513. package/dist/video/generation-telemetry.js.map +1 -0
  514. package/dist/video/http-error-safety.d.ts +9 -0
  515. package/dist/video/http-error-safety.d.ts.map +1 -0
  516. package/dist/video/http-error-safety.js +14 -0
  517. package/dist/video/http-error-safety.js.map +1 -0
  518. package/dist/video/image-dimensions.d.ts +7 -0
  519. package/dist/video/image-dimensions.d.ts.map +1 -0
  520. package/dist/video/image-dimensions.js +54 -0
  521. package/dist/video/image-dimensions.js.map +1 -0
  522. package/dist/video/legacy-import.d.ts +11 -0
  523. package/dist/video/legacy-import.d.ts.map +1 -0
  524. package/dist/video/legacy-import.js +181 -0
  525. package/dist/video/legacy-import.js.map +1 -0
  526. package/dist/video/library-clean.d.ts +34 -0
  527. package/dist/video/library-clean.d.ts.map +1 -0
  528. package/dist/video/library-clean.js +340 -0
  529. package/dist/video/library-clean.js.map +1 -0
  530. package/dist/video/lipsync.d.ts +72 -0
  531. package/dist/video/lipsync.d.ts.map +1 -0
  532. package/dist/video/lipsync.js +136 -0
  533. package/dist/video/lipsync.js.map +1 -0
  534. package/dist/video/media-host.d.ts +41 -0
  535. package/dist/video/media-host.d.ts.map +1 -0
  536. package/dist/video/media-host.js +106 -0
  537. package/dist/video/media-host.js.map +1 -0
  538. package/dist/video/metrics.d.ts +30 -0
  539. package/dist/video/metrics.d.ts.map +1 -0
  540. package/dist/video/metrics.js +81 -0
  541. package/dist/video/metrics.js.map +1 -0
  542. package/dist/video/motion-overlay/analyze-reel.d.ts +38 -0
  543. package/dist/video/motion-overlay/analyze-reel.d.ts.map +1 -0
  544. package/dist/video/motion-overlay/analyze-reel.js +185 -0
  545. package/dist/video/motion-overlay/analyze-reel.js.map +1 -0
  546. package/dist/video/motion-overlay/animate-render.d.ts +63 -0
  547. package/dist/video/motion-overlay/animate-render.d.ts.map +1 -0
  548. package/dist/video/motion-overlay/animate-render.js +128 -0
  549. package/dist/video/motion-overlay/animate-render.js.map +1 -0
  550. package/dist/video/motion-overlay/animate.d.ts +37 -0
  551. package/dist/video/motion-overlay/animate.d.ts.map +1 -0
  552. package/dist/video/motion-overlay/animate.js +97 -0
  553. package/dist/video/motion-overlay/animate.js.map +1 -0
  554. package/dist/video/motion-overlay/avatar-host-transport.d.ts +161 -0
  555. package/dist/video/motion-overlay/avatar-host-transport.d.ts.map +1 -0
  556. package/dist/video/motion-overlay/avatar-host-transport.js +325 -0
  557. package/dist/video/motion-overlay/avatar-host-transport.js.map +1 -0
  558. package/dist/video/motion-overlay/avatar-host.d.ts +131 -0
  559. package/dist/video/motion-overlay/avatar-host.d.ts.map +1 -0
  560. package/dist/video/motion-overlay/avatar-host.js +131 -0
  561. package/dist/video/motion-overlay/avatar-host.js.map +1 -0
  562. package/dist/video/motion-overlay/compose-prompt.d.ts +48 -0
  563. package/dist/video/motion-overlay/compose-prompt.d.ts.map +1 -0
  564. package/dist/video/motion-overlay/compose-prompt.js +217 -0
  565. package/dist/video/motion-overlay/compose-prompt.js.map +1 -0
  566. package/dist/video/motion-overlay/execute.d.ts +190 -0
  567. package/dist/video/motion-overlay/execute.d.ts.map +1 -0
  568. package/dist/video/motion-overlay/execute.js +205 -0
  569. package/dist/video/motion-overlay/execute.js.map +1 -0
  570. package/dist/video/motion-overlay/flow-pack.d.ts +65 -0
  571. package/dist/video/motion-overlay/flow-pack.d.ts.map +1 -0
  572. package/dist/video/motion-overlay/flow-pack.js +178 -0
  573. package/dist/video/motion-overlay/flow-pack.js.map +1 -0
  574. package/dist/video/motion-overlay/ingest.d.ts +74 -0
  575. package/dist/video/motion-overlay/ingest.d.ts.map +1 -0
  576. package/dist/video/motion-overlay/ingest.js +172 -0
  577. package/dist/video/motion-overlay/ingest.js.map +1 -0
  578. package/dist/video/motion-overlay/motifs.d.ts +63 -0
  579. package/dist/video/motion-overlay/motifs.d.ts.map +1 -0
  580. package/dist/video/motion-overlay/motifs.js +192 -0
  581. package/dist/video/motion-overlay/motifs.js.map +1 -0
  582. package/dist/video/motion-overlay/motion-style.d.ts +56 -0
  583. package/dist/video/motion-overlay/motion-style.d.ts.map +1 -0
  584. package/dist/video/motion-overlay/motion-style.js +130 -0
  585. package/dist/video/motion-overlay/motion-style.js.map +1 -0
  586. package/dist/video/motion-overlay/plan.d.ts +49 -0
  587. package/dist/video/motion-overlay/plan.d.ts.map +1 -0
  588. package/dist/video/motion-overlay/plan.js +79 -0
  589. package/dist/video/motion-overlay/plan.js.map +1 -0
  590. package/dist/video/motion-overlay/preview.d.ts +36 -0
  591. package/dist/video/motion-overlay/preview.d.ts.map +1 -0
  592. package/dist/video/motion-overlay/preview.js +169 -0
  593. package/dist/video/motion-overlay/preview.js.map +1 -0
  594. package/dist/video/motion-overlay/render-local.d.ts +118 -0
  595. package/dist/video/motion-overlay/render-local.d.ts.map +1 -0
  596. package/dist/video/motion-overlay/render-local.js +298 -0
  597. package/dist/video/motion-overlay/render-local.js.map +1 -0
  598. package/dist/video/motion-overlay/run.d.ts +58 -0
  599. package/dist/video/motion-overlay/run.d.ts.map +1 -0
  600. package/dist/video/motion-overlay/run.js +147 -0
  601. package/dist/video/motion-overlay/run.js.map +1 -0
  602. package/dist/video/motion-overlay/slice.d.ts +29 -0
  603. package/dist/video/motion-overlay/slice.d.ts.map +1 -0
  604. package/dist/video/motion-overlay/slice.js +88 -0
  605. package/dist/video/motion-overlay/slice.js.map +1 -0
  606. package/dist/video/motion-overlay/transcribe.d.ts +49 -0
  607. package/dist/video/motion-overlay/transcribe.d.ts.map +1 -0
  608. package/dist/video/motion-overlay/transcribe.js +180 -0
  609. package/dist/video/motion-overlay/transcribe.js.map +1 -0
  610. package/dist/video/motion-overlay/types.d.ts +82 -0
  611. package/dist/video/motion-overlay/types.d.ts.map +1 -0
  612. package/dist/video/motion-overlay/types.js +12 -0
  613. package/dist/video/motion-overlay/types.js.map +1 -0
  614. package/dist/video/motion-overlay/v2v-transport.d.ts +37 -0
  615. package/dist/video/motion-overlay/v2v-transport.d.ts.map +1 -0
  616. package/dist/video/motion-overlay/v2v-transport.js +178 -0
  617. package/dist/video/motion-overlay/v2v-transport.js.map +1 -0
  618. package/dist/video/motion-overlay/write.d.ts +40 -0
  619. package/dist/video/motion-overlay/write.d.ts.map +1 -0
  620. package/dist/video/motion-overlay/write.js +113 -0
  621. package/dist/video/motion-overlay/write.js.map +1 -0
  622. package/dist/video/multi-shot-artifact.d.ts +19 -0
  623. package/dist/video/multi-shot-artifact.d.ts.map +1 -0
  624. package/dist/video/multi-shot-artifact.js +44 -0
  625. package/dist/video/multi-shot-artifact.js.map +1 -0
  626. package/dist/video/multi-shot-prompt.d.ts +99 -0
  627. package/dist/video/multi-shot-prompt.d.ts.map +1 -0
  628. package/dist/video/multi-shot-prompt.js +466 -0
  629. package/dist/video/multi-shot-prompt.js.map +1 -0
  630. package/dist/video/music-video.d.ts +110 -0
  631. package/dist/video/music-video.d.ts.map +1 -0
  632. package/dist/video/music-video.js +190 -0
  633. package/dist/video/music-video.js.map +1 -0
  634. package/dist/video/narrate.d.ts +58 -0
  635. package/dist/video/narrate.d.ts.map +1 -0
  636. package/dist/video/narrate.js +145 -0
  637. package/dist/video/narrate.js.map +1 -0
  638. package/dist/video/native-dreamina.d.ts +35 -0
  639. package/dist/video/native-dreamina.d.ts.map +1 -0
  640. package/dist/video/native-dreamina.js +532 -0
  641. package/dist/video/native-dreamina.js.map +1 -0
  642. package/dist/video/native-flow-r2v.d.ts +113 -0
  643. package/dist/video/native-flow-r2v.d.ts.map +1 -0
  644. package/dist/video/native-flow-r2v.js +223 -0
  645. package/dist/video/native-flow-r2v.js.map +1 -0
  646. package/dist/video/native-runway.d.ts +41 -0
  647. package/dist/video/native-runway.d.ts.map +1 -0
  648. package/dist/video/native-runway.js +523 -0
  649. package/dist/video/native-runway.js.map +1 -0
  650. package/dist/video/native-seedance.d.ts +74 -0
  651. package/dist/video/native-seedance.d.ts.map +1 -0
  652. package/dist/video/native-seedance.js +461 -0
  653. package/dist/video/native-seedance.js.map +1 -0
  654. package/dist/video/native-veo.d.ts +20 -0
  655. package/dist/video/native-veo.d.ts.map +1 -0
  656. package/dist/video/native-veo.js +390 -0
  657. package/dist/video/native-veo.js.map +1 -0
  658. package/dist/video/next-actions.d.ts +27 -0
  659. package/dist/video/next-actions.d.ts.map +1 -0
  660. package/dist/video/next-actions.js +201 -0
  661. package/dist/video/next-actions.js.map +1 -0
  662. package/dist/video/obsidian-export.d.ts +12 -0
  663. package/dist/video/obsidian-export.d.ts.map +1 -0
  664. package/dist/video/obsidian-export.js +285 -0
  665. package/dist/video/obsidian-export.js.map +1 -0
  666. package/dist/video/obsidian-sync.d.ts +13 -0
  667. package/dist/video/obsidian-sync.d.ts.map +1 -0
  668. package/dist/video/obsidian-sync.js +479 -0
  669. package/dist/video/obsidian-sync.js.map +1 -0
  670. package/dist/video/obsidian-vault.d.ts +8 -0
  671. package/dist/video/obsidian-vault.d.ts.map +1 -0
  672. package/dist/video/obsidian-vault.js +81 -0
  673. package/dist/video/obsidian-vault.js.map +1 -0
  674. package/dist/video/outfit-prompts.d.ts +10 -0
  675. package/dist/video/outfit-prompts.d.ts.map +1 -0
  676. package/dist/video/outfit-prompts.js +14 -0
  677. package/dist/video/outfit-prompts.js.map +1 -0
  678. package/dist/video/outpaint-keyframe.d.ts +95 -0
  679. package/dist/video/outpaint-keyframe.d.ts.map +1 -0
  680. package/dist/video/outpaint-keyframe.js +244 -0
  681. package/dist/video/outpaint-keyframe.js.map +1 -0
  682. package/dist/video/pipeline-manifest.d.ts +4 -0
  683. package/dist/video/pipeline-manifest.d.ts.map +1 -0
  684. package/dist/video/pipeline-manifest.js +13 -0
  685. package/dist/video/pipeline-manifest.js.map +1 -0
  686. package/dist/video/pipeline-manifests/director.json +46 -0
  687. package/dist/video/pipeline-manifests/storyboard.json +46 -0
  688. package/dist/video/platform-specs.d.ts +26 -0
  689. package/dist/video/platform-specs.d.ts.map +1 -0
  690. package/dist/video/platform-specs.js +34 -0
  691. package/dist/video/platform-specs.js.map +1 -0
  692. package/dist/video/playbooks.d.ts +11 -0
  693. package/dist/video/playbooks.d.ts.map +1 -0
  694. package/dist/video/playbooks.js +22 -0
  695. package/dist/video/playbooks.js.map +1 -0
  696. package/dist/video/post-production.d.ts +57 -0
  697. package/dist/video/post-production.d.ts.map +1 -0
  698. package/dist/video/post-production.js +210 -0
  699. package/dist/video/post-production.js.map +1 -0
  700. package/dist/video/preview-portal/audit.d.ts +4 -0
  701. package/dist/video/preview-portal/audit.d.ts.map +1 -0
  702. package/dist/video/preview-portal/audit.js +16 -0
  703. package/dist/video/preview-portal/audit.js.map +1 -0
  704. package/dist/video/preview-portal/discovery.d.ts +23 -0
  705. package/dist/video/preview-portal/discovery.d.ts.map +1 -0
  706. package/dist/video/preview-portal/discovery.js +733 -0
  707. package/dist/video/preview-portal/discovery.js.map +1 -0
  708. package/dist/video/preview-portal/generate.d.ts +42 -0
  709. package/dist/video/preview-portal/generate.d.ts.map +1 -0
  710. package/dist/video/preview-portal/generate.js +101 -0
  711. package/dist/video/preview-portal/generate.js.map +1 -0
  712. package/dist/video/preview-portal/index.d.ts +12 -0
  713. package/dist/video/preview-portal/index.d.ts.map +1 -0
  714. package/dist/video/preview-portal/index.js +8 -0
  715. package/dist/video/preview-portal/index.js.map +1 -0
  716. package/dist/video/preview-portal/publish.d.ts +48 -0
  717. package/dist/video/preview-portal/publish.d.ts.map +1 -0
  718. package/dist/video/preview-portal/publish.js +169 -0
  719. package/dist/video/preview-portal/publish.js.map +1 -0
  720. package/dist/video/preview-portal/render.d.ts +4 -0
  721. package/dist/video/preview-portal/render.d.ts.map +1 -0
  722. package/dist/video/preview-portal/render.js +822 -0
  723. package/dist/video/preview-portal/render.js.map +1 -0
  724. package/dist/video/preview-portal/shared-assets.d.ts +6 -0
  725. package/dist/video/preview-portal/shared-assets.d.ts.map +1 -0
  726. package/dist/video/preview-portal/shared-assets.js +452 -0
  727. package/dist/video/preview-portal/shared-assets.js.map +1 -0
  728. package/dist/video/preview-portal/templates.d.ts +4 -0
  729. package/dist/video/preview-portal/templates.d.ts.map +1 -0
  730. package/dist/video/preview-portal/templates.js +109 -0
  731. package/dist/video/preview-portal/templates.js.map +1 -0
  732. package/dist/video/preview-portal/types.d.ts +246 -0
  733. package/dist/video/preview-portal/types.d.ts.map +1 -0
  734. package/dist/video/preview-portal/types.js +28 -0
  735. package/dist/video/preview-portal/types.js.map +1 -0
  736. package/dist/video/product-references.d.ts +21 -0
  737. package/dist/video/product-references.d.ts.map +1 -0
  738. package/dist/video/product-references.js +25 -0
  739. package/dist/video/product-references.js.map +1 -0
  740. package/dist/video/project-blueprint.d.ts +178 -0
  741. package/dist/video/project-blueprint.d.ts.map +1 -0
  742. package/dist/video/project-blueprint.js +286 -0
  743. package/dist/video/project-blueprint.js.map +1 -0
  744. package/dist/video/project-index.d.ts +82 -0
  745. package/dist/video/project-index.d.ts.map +1 -0
  746. package/dist/video/project-index.js +89 -0
  747. package/dist/video/project-index.js.map +1 -0
  748. package/dist/video/projects.d.ts +3 -0
  749. package/dist/video/projects.d.ts.map +1 -0
  750. package/dist/video/projects.js +18 -0
  751. package/dist/video/projects.js.map +1 -0
  752. package/dist/video/prompt-guidance.d.ts +14 -0
  753. package/dist/video/prompt-guidance.d.ts.map +1 -0
  754. package/dist/video/prompt-guidance.js +44 -0
  755. package/dist/video/prompt-guidance.js.map +1 -0
  756. package/dist/video/prompt-library.d.ts +11 -0
  757. package/dist/video/prompt-library.d.ts.map +1 -0
  758. package/dist/video/prompt-library.js +85 -0
  759. package/dist/video/prompt-library.js.map +1 -0
  760. package/dist/video/prompt-lint.d.ts +146 -0
  761. package/dist/video/prompt-lint.d.ts.map +1 -0
  762. package/dist/video/prompt-lint.js +433 -0
  763. package/dist/video/prompt-lint.js.map +1 -0
  764. package/dist/video/prompt-quality.d.ts +29 -0
  765. package/dist/video/prompt-quality.d.ts.map +1 -0
  766. package/dist/video/prompt-quality.js +532 -0
  767. package/dist/video/prompt-quality.js.map +1 -0
  768. package/dist/video/prompt-rules.d.ts +94 -0
  769. package/dist/video/prompt-rules.d.ts.map +1 -0
  770. package/dist/video/prompt-rules.js +169 -0
  771. package/dist/video/prompt-rules.js.map +1 -0
  772. package/dist/video/provider-adapter-runner.d.ts +5 -0
  773. package/dist/video/provider-adapter-runner.d.ts.map +1 -0
  774. package/dist/video/provider-adapter-runner.js +92 -0
  775. package/dist/video/provider-adapter-runner.js.map +1 -0
  776. package/dist/video/provider-platform/index.d.ts +6 -0
  777. package/dist/video/provider-platform/index.d.ts.map +1 -0
  778. package/dist/video/provider-platform/index.js +6 -0
  779. package/dist/video/provider-platform/index.js.map +1 -0
  780. package/dist/video/provider-platform/registry.d.ts +5 -0
  781. package/dist/video/provider-platform/registry.d.ts.map +1 -0
  782. package/dist/video/provider-platform/registry.js +279 -0
  783. package/dist/video/provider-platform/registry.js.map +1 -0
  784. package/dist/video/provider-platform/route-capabilities.d.ts +133 -0
  785. package/dist/video/provider-platform/route-capabilities.d.ts.map +1 -0
  786. package/dist/video/provider-platform/route-capabilities.js +192 -0
  787. package/dist/video/provider-platform/route-capabilities.js.map +1 -0
  788. package/dist/video/provider-platform/router.d.ts +7 -0
  789. package/dist/video/provider-platform/router.d.ts.map +1 -0
  790. package/dist/video/provider-platform/router.js +150 -0
  791. package/dist/video/provider-platform/router.js.map +1 -0
  792. package/dist/video/provider-platform/security.d.ts +8 -0
  793. package/dist/video/provider-platform/security.d.ts.map +1 -0
  794. package/dist/video/provider-platform/security.js +21 -0
  795. package/dist/video/provider-platform/security.js.map +1 -0
  796. package/dist/video/provider-platform/telemetry.d.ts +24 -0
  797. package/dist/video/provider-platform/telemetry.d.ts.map +1 -0
  798. package/dist/video/provider-platform/telemetry.js +88 -0
  799. package/dist/video/provider-platform/telemetry.js.map +1 -0
  800. package/dist/video/provider-platform/types.d.ts +139 -0
  801. package/dist/video/provider-platform/types.d.ts.map +1 -0
  802. package/dist/video/provider-platform/types.js +17 -0
  803. package/dist/video/provider-platform/types.js.map +1 -0
  804. package/dist/video/provider-status.d.ts +12 -0
  805. package/dist/video/provider-status.d.ts.map +1 -0
  806. package/dist/video/provider-status.js +169 -0
  807. package/dist/video/provider-status.js.map +1 -0
  808. package/dist/video/providers/dreamina-useapi.d.ts +170 -0
  809. package/dist/video/providers/dreamina-useapi.d.ts.map +1 -0
  810. package/dist/video/providers/dreamina-useapi.js +176 -0
  811. package/dist/video/providers/dreamina-useapi.js.map +1 -0
  812. package/dist/video/providers/flowmusic-useapi.d.ts +114 -0
  813. package/dist/video/providers/flowmusic-useapi.d.ts.map +1 -0
  814. package/dist/video/providers/flowmusic-useapi.js +159 -0
  815. package/dist/video/providers/flowmusic-useapi.js.map +1 -0
  816. package/dist/video/providers/google-flow.d.ts +57 -0
  817. package/dist/video/providers/google-flow.d.ts.map +1 -0
  818. package/dist/video/providers/google-flow.js +63 -0
  819. package/dist/video/providers/google-flow.js.map +1 -0
  820. package/dist/video/providers/public-host.d.ts +40 -0
  821. package/dist/video/providers/public-host.d.ts.map +1 -0
  822. package/dist/video/providers/public-host.js +91 -0
  823. package/dist/video/providers/public-host.js.map +1 -0
  824. package/dist/video/providers/runway-useapi.d.ts +159 -0
  825. package/dist/video/providers/runway-useapi.d.ts.map +1 -0
  826. package/dist/video/providers/runway-useapi.js +200 -0
  827. package/dist/video/providers/runway-useapi.js.map +1 -0
  828. package/dist/video/providers/xskill.d.ts +108 -0
  829. package/dist/video/providers/xskill.d.ts.map +1 -0
  830. package/dist/video/providers/xskill.js +233 -0
  831. package/dist/video/providers/xskill.js.map +1 -0
  832. package/dist/video/readiness.d.ts +18 -0
  833. package/dist/video/readiness.d.ts.map +1 -0
  834. package/dist/video/readiness.js +221 -0
  835. package/dist/video/readiness.js.map +1 -0
  836. package/dist/video/reference-sheet-store.d.ts +5 -0
  837. package/dist/video/reference-sheet-store.d.ts.map +1 -0
  838. package/dist/video/reference-sheet-store.js +28 -0
  839. package/dist/video/reference-sheet-store.js.map +1 -0
  840. package/dist/video/reference-sheets.d.ts +40 -0
  841. package/dist/video/reference-sheets.d.ts.map +1 -0
  842. package/dist/video/reference-sheets.js +160 -0
  843. package/dist/video/reference-sheets.js.map +1 -0
  844. package/dist/video/remix-narrated.d.ts +12 -0
  845. package/dist/video/remix-narrated.d.ts.map +1 -0
  846. package/dist/video/remix-narrated.js +73 -0
  847. package/dist/video/remix-narrated.js.map +1 -0
  848. package/dist/video/report-diff.d.ts +89 -0
  849. package/dist/video/report-diff.d.ts.map +1 -0
  850. package/dist/video/report-diff.js +176 -0
  851. package/dist/video/report-diff.js.map +1 -0
  852. package/dist/video/report-history.d.ts +40 -0
  853. package/dist/video/report-history.d.ts.map +1 -0
  854. package/dist/video/report-history.js +74 -0
  855. package/dist/video/report-history.js.map +1 -0
  856. package/dist/video/report.d.ts +15 -0
  857. package/dist/video/report.d.ts.map +1 -0
  858. package/dist/video/report.js +21 -0
  859. package/dist/video/report.js.map +1 -0
  860. package/dist/video/review-ui.d.ts +180 -0
  861. package/dist/video/review-ui.d.ts.map +1 -0
  862. package/dist/video/review-ui.js +2008 -0
  863. package/dist/video/review-ui.js.map +1 -0
  864. package/dist/video/scene-candidate-store.d.ts +12 -0
  865. package/dist/video/scene-candidate-store.d.ts.map +1 -0
  866. package/dist/video/scene-candidate-store.js +134 -0
  867. package/dist/video/scene-candidate-store.js.map +1 -0
  868. package/dist/video/scene-candidates.d.ts +57 -0
  869. package/dist/video/scene-candidates.d.ts.map +1 -0
  870. package/dist/video/scene-candidates.js +149 -0
  871. package/dist/video/scene-candidates.js.map +1 -0
  872. package/dist/video/scene-selection-store.d.ts +5 -0
  873. package/dist/video/scene-selection-store.d.ts.map +1 -0
  874. package/dist/video/scene-selection-store.js +22 -0
  875. package/dist/video/scene-selection-store.js.map +1 -0
  876. package/dist/video/scene-selection.d.ts +83 -0
  877. package/dist/video/scene-selection.d.ts.map +1 -0
  878. package/dist/video/scene-selection.js +225 -0
  879. package/dist/video/scene-selection.js.map +1 -0
  880. package/dist/video/scheduling.d.ts +3 -0
  881. package/dist/video/scheduling.d.ts.map +1 -0
  882. package/dist/video/scheduling.js +16 -0
  883. package/dist/video/scheduling.js.map +1 -0
  884. package/dist/video/scorecard.d.ts +12 -0
  885. package/dist/video/scorecard.d.ts.map +1 -0
  886. package/dist/video/scorecard.js +68 -0
  887. package/dist/video/scorecard.js.map +1 -0
  888. package/dist/video/seedance-asset-library.d.ts +82 -0
  889. package/dist/video/seedance-asset-library.d.ts.map +1 -0
  890. package/dist/video/seedance-asset-library.js +146 -0
  891. package/dist/video/seedance-asset-library.js.map +1 -0
  892. package/dist/video/seedance-blocks.d.ts +56 -0
  893. package/dist/video/seedance-blocks.d.ts.map +1 -0
  894. package/dist/video/seedance-blocks.js +97 -0
  895. package/dist/video/seedance-blocks.js.map +1 -0
  896. package/dist/video/seedance-chain-host.d.ts +42 -0
  897. package/dist/video/seedance-chain-host.d.ts.map +1 -0
  898. package/dist/video/seedance-chain-host.js +128 -0
  899. package/dist/video/seedance-chain-host.js.map +1 -0
  900. package/dist/video/seedance-content-filter.d.ts +80 -0
  901. package/dist/video/seedance-content-filter.d.ts.map +1 -0
  902. package/dist/video/seedance-content-filter.js +293 -0
  903. package/dist/video/seedance-content-filter.js.map +1 -0
  904. package/dist/video/seedance-skill-loader.d.ts +40 -0
  905. package/dist/video/seedance-skill-loader.d.ts.map +1 -0
  906. package/dist/video/seedance-skill-loader.js +53 -0
  907. package/dist/video/seedance-skill-loader.js.map +1 -0
  908. package/dist/video/sfx.d.ts +49 -0
  909. package/dist/video/sfx.d.ts.map +1 -0
  910. package/dist/video/sfx.js +104 -0
  911. package/dist/video/sfx.js.map +1 -0
  912. package/dist/video/shot-grammar.d.ts +103 -0
  913. package/dist/video/shot-grammar.d.ts.map +1 -0
  914. package/dist/video/shot-grammar.js +286 -0
  915. package/dist/video/shot-grammar.js.map +1 -0
  916. package/dist/video/show-bible.d.ts +113 -0
  917. package/dist/video/show-bible.d.ts.map +1 -0
  918. package/dist/video/show-bible.js +140 -0
  919. package/dist/video/show-bible.js.map +1 -0
  920. package/dist/video/soundtrack.d.ts +72 -0
  921. package/dist/video/soundtrack.d.ts.map +1 -0
  922. package/dist/video/soundtrack.js +171 -0
  923. package/dist/video/soundtrack.js.map +1 -0
  924. package/dist/video/stage-guards.d.ts +4 -0
  925. package/dist/video/stage-guards.d.ts.map +1 -0
  926. package/dist/video/stage-guards.js +94 -0
  927. package/dist/video/stage-guards.js.map +1 -0
  928. package/dist/video/status.d.ts +69 -0
  929. package/dist/video/status.d.ts.map +1 -0
  930. package/dist/video/status.js +245 -0
  931. package/dist/video/status.js.map +1 -0
  932. package/dist/video/story-bible.d.ts +70 -0
  933. package/dist/video/story-bible.d.ts.map +1 -0
  934. package/dist/video/story-bible.js +181 -0
  935. package/dist/video/story-bible.js.map +1 -0
  936. package/dist/video/storyboard-grid.d.ts +28 -0
  937. package/dist/video/storyboard-grid.d.ts.map +1 -0
  938. package/dist/video/storyboard-grid.js +231 -0
  939. package/dist/video/storyboard-grid.js.map +1 -0
  940. package/dist/video/storyboard-markdown.d.ts +62 -0
  941. package/dist/video/storyboard-markdown.d.ts.map +1 -0
  942. package/dist/video/storyboard-markdown.js +332 -0
  943. package/dist/video/storyboard-markdown.js.map +1 -0
  944. package/dist/video/storyboard-still-candidates.d.ts +31 -0
  945. package/dist/video/storyboard-still-candidates.d.ts.map +1 -0
  946. package/dist/video/storyboard-still-candidates.js +57 -0
  947. package/dist/video/storyboard-still-candidates.js.map +1 -0
  948. package/dist/video/storyboard-templates.d.ts +28 -0
  949. package/dist/video/storyboard-templates.d.ts.map +1 -0
  950. package/dist/video/storyboard-templates.js +215 -0
  951. package/dist/video/storyboard-templates.js.map +1 -0
  952. package/dist/video/studio/execute.d.ts +142 -0
  953. package/dist/video/studio/execute.d.ts.map +1 -0
  954. package/dist/video/studio/execute.js +270 -0
  955. package/dist/video/studio/execute.js.map +1 -0
  956. package/dist/video/studio/planner.d.ts +3 -0
  957. package/dist/video/studio/planner.d.ts.map +1 -0
  958. package/dist/video/studio/planner.js +110 -0
  959. package/dist/video/studio/planner.js.map +1 -0
  960. package/dist/video/studio/project-context.d.ts +4 -0
  961. package/dist/video/studio/project-context.d.ts.map +1 -0
  962. package/dist/video/studio/project-context.js +20 -0
  963. package/dist/video/studio/project-context.js.map +1 -0
  964. package/dist/video/studio/recipes.d.ts +4 -0
  965. package/dist/video/studio/recipes.d.ts.map +1 -0
  966. package/dist/video/studio/recipes.js +343 -0
  967. package/dist/video/studio/recipes.js.map +1 -0
  968. package/dist/video/studio/session.d.ts +8 -0
  969. package/dist/video/studio/session.d.ts.map +1 -0
  970. package/dist/video/studio/session.js +17 -0
  971. package/dist/video/studio/session.js.map +1 -0
  972. package/dist/video/studio/types.d.ts +59 -0
  973. package/dist/video/studio/types.d.ts.map +1 -0
  974. package/dist/video/studio/types.js +2 -0
  975. package/dist/video/studio/types.js.map +1 -0
  976. package/dist/video/template-store.d.ts +65 -0
  977. package/dist/video/template-store.d.ts.map +1 -0
  978. package/dist/video/template-store.js +168 -0
  979. package/dist/video/template-store.js.map +1 -0
  980. package/dist/video/timeline.d.ts +8 -0
  981. package/dist/video/timeline.d.ts.map +1 -0
  982. package/dist/video/timeline.js +21 -0
  983. package/dist/video/timeline.js.map +1 -0
  984. package/dist/video/title-overlay.d.ts +85 -0
  985. package/dist/video/title-overlay.d.ts.map +1 -0
  986. package/dist/video/title-overlay.js +163 -0
  987. package/dist/video/title-overlay.js.map +1 -0
  988. package/dist/video/types.d.ts +403 -0
  989. package/dist/video/types.d.ts.map +1 -0
  990. package/dist/video/types.js +2 -0
  991. package/dist/video/types.js.map +1 -0
  992. package/dist/video/veo-subprocess.d.ts +27 -0
  993. package/dist/video/veo-subprocess.d.ts.map +1 -0
  994. package/dist/video/veo-subprocess.js +52 -0
  995. package/dist/video/veo-subprocess.js.map +1 -0
  996. package/dist/video/verify-env.d.ts +43 -0
  997. package/dist/video/verify-env.d.ts.map +1 -0
  998. package/dist/video/verify-env.js +156 -0
  999. package/dist/video/verify-env.js.map +1 -0
  1000. package/dist/video/verify-final.d.ts +20 -0
  1001. package/dist/video/verify-final.d.ts.map +1 -0
  1002. package/dist/video/verify-final.js +39 -0
  1003. package/dist/video/verify-final.js.map +1 -0
  1004. package/dist/video/video-context.d.ts +10 -0
  1005. package/dist/video/video-context.d.ts.map +1 -0
  1006. package/dist/video/video-context.js +74 -0
  1007. package/dist/video/video-context.js.map +1 -0
  1008. package/dist/video/vocal-map.d.ts +55 -0
  1009. package/dist/video/vocal-map.d.ts.map +1 -0
  1010. package/dist/video/vocal-map.js +107 -0
  1011. package/dist/video/vocal-map.js.map +1 -0
  1012. package/dist/video/vocal-sync-plan.d.ts +76 -0
  1013. package/dist/video/vocal-sync-plan.d.ts.map +1 -0
  1014. package/dist/video/vocal-sync-plan.js +166 -0
  1015. package/dist/video/vocal-sync-plan.js.map +1 -0
  1016. package/dist/video/voice-clone.d.ts +152 -0
  1017. package/dist/video/voice-clone.d.ts.map +1 -0
  1018. package/dist/video/voice-clone.js +267 -0
  1019. package/dist/video/voice-clone.js.map +1 -0
  1020. package/dist/video/with-retry.d.ts +67 -0
  1021. package/dist/video/with-retry.d.ts.map +1 -0
  1022. package/dist/video/with-retry.js +105 -0
  1023. package/dist/video/with-retry.js.map +1 -0
  1024. package/dist/video/workload.d.ts +20 -0
  1025. package/dist/video/workload.d.ts.map +1 -0
  1026. package/dist/video/workload.js +55 -0
  1027. package/dist/video/workload.js.map +1 -0
  1028. package/dist/video/workspace.d.ts +109 -0
  1029. package/dist/video/workspace.d.ts.map +1 -0
  1030. package/dist/video/workspace.js +132 -0
  1031. package/dist/video/workspace.js.map +1 -0
  1032. package/docs/AGENT_INTEGRATION_RESEARCH.md +123 -0
  1033. package/docs/AI_FILMMAKING_PROMPTS.md +195 -0
  1034. package/docs/ARCHITECTURE.md +257 -0
  1035. package/docs/ASSEMBLE.md +376 -0
  1036. package/docs/BRAND_AGENCY.md +63 -0
  1037. package/docs/CLAWBOT_COVERAGE_PROMPT.md +78 -0
  1038. package/docs/CLI_REFERENCE.md +2638 -0
  1039. package/docs/CONCIERGE_PROMPT.md +139 -0
  1040. package/docs/Claude Code + Higgsfield MCP = FULL Creative Agency.md +179 -0
  1041. package/docs/DEMO_RECORDING.md +61 -0
  1042. package/docs/DEPRECATION.md +79 -0
  1043. package/docs/DIAGRAMS_SOURCE.md +347 -0
  1044. package/docs/DIRECTOR_BLUEPRINT.md +94 -0
  1045. package/docs/GENERATION_TELEMETRY.md +81 -0
  1046. package/docs/IMPROVE_PROMPT.md +76 -0
  1047. package/docs/INFOGRAPHICS_PROMPT.md +83 -0
  1048. package/docs/MASTER_PLAN_ALIGNMENT.md +563 -0
  1049. package/docs/MIGRATION.md +213 -0
  1050. package/docs/MOTION_OVERLAY.md +355 -0
  1051. package/docs/OBSIDIAN.md +300 -0
  1052. package/docs/OPERATIONS.md +142 -0
  1053. package/docs/OPERATOR_HANDOFF.md +108 -0
  1054. package/docs/PRODUCTION_WORKFLOW.md +148 -0
  1055. package/docs/PROJECT_LAYOUT.md +262 -0
  1056. package/docs/PROMPT_QUALITY.md +214 -0
  1057. package/docs/PROVIDER_PLATFORM.md +195 -0
  1058. package/docs/PUBLISHING.md +175 -0
  1059. package/docs/PYTHON_PIPELINE.md +139 -0
  1060. package/docs/REFERENCE_SHEETS.md +469 -0
  1061. package/docs/REFERENCE_VIDEO_SEEDANCE_MOTION_DESIGN_WORKFLOW.md +465 -0
  1062. package/docs/RELEASE_READINESS.md +573 -0
  1063. package/docs/REVIEW_UI_STORYBOARD_WORKFLOW.md +200 -0
  1064. package/docs/SCENE_CANDIDATES.md +518 -0
  1065. package/docs/SKILLS.md +477 -0
  1066. package/docs/SKILL_COHESION_PROMPT.md +88 -0
  1067. package/docs/STORY_BIBLE.md +288 -0
  1068. package/docs/STUDIO.md +96 -0
  1069. package/docs/TEMPLATES.md +143 -0
  1070. package/docs/UNIFICATION_AUDIT.md +321 -0
  1071. package/docs/UPDATE_DOCS_PROMPT.md +78 -0
  1072. package/docs/assets/demo-quickstart.cast +13 -0
  1073. package/docs/assets/demo-quickstart.gif +0 -0
  1074. package/docs/assets/diagram-architecture.jpg +0 -0
  1075. package/docs/assets/diagram-assemble.jpg +0 -0
  1076. package/docs/assets/diagram-lifecycle.jpg +0 -0
  1077. package/docs/assets/diagram-obsidian-loop.jpg +0 -0
  1078. package/docs/assets/diagram-obsidian-vault.jpg +0 -0
  1079. package/docs/assets/diagram-routing.jpg +0 -0
  1080. package/docs/assets/diagram-skills-ecosystem.jpg +0 -0
  1081. package/docs/assets/diagram-story-bible.jpg +0 -0
  1082. package/docs/assets/diagram-studio-goals.jpg +0 -0
  1083. package/docs/assets/docsite-preview.png +0 -0
  1084. package/docs/assets/logo.jpg +0 -0
  1085. package/docs/assets/logo.png +0 -0
  1086. package/docs/preview-portal-audit.md +151 -0
  1087. package/package.json +119 -0
  1088. package/playbooks/seedance-ugc.json +32 -0
  1089. package/playbooks/veo-generic.json +26 -0
  1090. package/references/video/.fixtures/multi-shot-runway-10s.txt +9 -0
  1091. package/references/video/.fixtures/multi-shot-seedance-10s.txt +9 -0
  1092. package/references/video/.fixtures/multi-shot-valid.txt +13 -0
  1093. package/references/video/.fixtures/multi-shot-veo-8s.txt +9 -0
  1094. package/references/video/ai-director-blueprint.md +614 -0
  1095. package/references/video/camera-bible.md +294 -0
  1096. package/references/video/character-reference-sheet.md +14 -0
  1097. package/references/video/checkpoint-protocol.md +26 -0
  1098. package/references/video/clone-ad-template-workflow.md +14 -0
  1099. package/references/video/dialogue-duration-preflight.md +17 -0
  1100. package/references/video/generation-telemetry.md +18 -0
  1101. package/references/video/multi-shot-framework.md +455 -0
  1102. package/references/video/seedance-skills/01-cinematic.md +1329 -0
  1103. package/references/video/seedance-skills/02-3d-cgi.md +884 -0
  1104. package/references/video/seedance-skills/03-cartoon.md +1668 -0
  1105. package/references/video/seedance-skills/04-comic-to-video.md +1810 -0
  1106. package/references/video/seedance-skills/05-fight-scenes.md +741 -0
  1107. package/references/video/seedance-skills/06-motion-design-ad.md +1145 -0
  1108. package/references/video/seedance-skills/07-ecommerce-ad.md +928 -0
  1109. package/references/video/seedance-skills/08-anime-action.md +1145 -0
  1110. package/references/video/seedance-skills/09-product-360.md +988 -0
  1111. package/references/video/seedance-skills/10-music-video.md +1662 -0
  1112. package/references/video/seedance-skills/11-social-hook.md +1874 -0
  1113. package/references/video/seedance-skills/12-brand-story.md +1151 -0
  1114. package/references/video/seedance-skills/13-fashion-lookbook.md +1236 -0
  1115. package/references/video/seedance-skills/14-food-beverage.md +1110 -0
  1116. package/references/video/seedance-skills/15-real-estate.md +2344 -0
  1117. package/references/video/seedance-transport-payloads.md +144 -0
  1118. package/references/video/seedance-ugc-formulas.md +104 -0
  1119. package/references/video/stage-directors.md +47 -0
  1120. package/references/video/style-template-schema.md +40 -0
  1121. package/references/video/veo-prompting-guide.md +42 -0
  1122. package/schemas/video/artifacts/analyze-output.schema.json +60 -0
  1123. package/schemas/video/artifacts/assemble-report.schema.json +116 -0
  1124. package/schemas/video/artifacts/asset-manifest.schema.json +23 -0
  1125. package/schemas/video/artifacts/batch-queue-manifest.schema.json +59 -0
  1126. package/schemas/video/artifacts/brand-definition.schema.json +93 -0
  1127. package/schemas/video/artifacts/brand-dna.schema.json +55 -0
  1128. package/schemas/video/artifacts/brief.schema.json +13 -0
  1129. package/schemas/video/artifacts/clone-plan.schema.json +44 -0
  1130. package/schemas/video/artifacts/dialogue.schema.json +52 -0
  1131. package/schemas/video/artifacts/environment-assets.schema.json +30 -0
  1132. package/schemas/video/artifacts/execution-plan.schema.json +64 -0
  1133. package/schemas/video/artifacts/execution-report.schema.json +37 -0
  1134. package/schemas/video/artifacts/filmmaking-prompts.schema.json +129 -0
  1135. package/schemas/video/artifacts/flow-characters.schema.json +31 -0
  1136. package/schemas/video/artifacts/flow-voices.schema.json +30 -0
  1137. package/schemas/video/artifacts/motion-overlay-plan.schema.json +50 -0
  1138. package/schemas/video/artifacts/multi-shot-prompt.schema.json +90 -0
  1139. package/schemas/video/artifacts/music-video-config.schema.json +108 -0
  1140. package/schemas/video/artifacts/narration.schema.json +54 -0
  1141. package/schemas/video/artifacts/product-references.schema.json +29 -0
  1142. package/schemas/video/artifacts/project-blueprint.schema.json +236 -0
  1143. package/schemas/video/artifacts/publish-report.schema.json +12 -0
  1144. package/schemas/video/artifacts/reference-sheets.schema.json +85 -0
  1145. package/schemas/video/artifacts/review-report.schema.json +12 -0
  1146. package/schemas/video/artifacts/scene-candidates.schema.json +86 -0
  1147. package/schemas/video/artifacts/scene-selection.schema.json +50 -0
  1148. package/schemas/video/artifacts/seedance-assets.schema.json +31 -0
  1149. package/schemas/video/artifacts/sfx.schema.json +31 -0
  1150. package/schemas/video/artifacts/show-bible.schema.json +66 -0
  1151. package/schemas/video/artifacts/soundtrack.schema.json +39 -0
  1152. package/schemas/video/artifacts/story-bible.schema.json +131 -0
  1153. package/schemas/video/artifacts/storyboard.schema.json +58 -0
  1154. package/schemas/video/artifacts/voice-clones.schema.json +37 -0
  1155. package/schemas/video/brand-profile.schema.json +20 -0
  1156. package/schemas/video/errors.json +48 -0
  1157. package/schemas/video/pipeline-manifest.schema.json +51 -0
  1158. package/skills/README.md +113 -0
  1159. package/skills/ai-director/SKILL.md +140 -0
  1160. package/skills/ai-filmmaking/SKILL.md +239 -0
  1161. package/skills/ai-slop-cleaner/SKILL.md +114 -0
  1162. package/skills/brand-agency/SKILL.md +181 -0
  1163. package/skills/brand-presenter/SKILL.md +114 -0
  1164. package/skills/build-fix/SKILL.md +145 -0
  1165. package/skills/bunty/SKILL.md +41 -0
  1166. package/skills/catalog.json +326 -0
  1167. package/skills/character-ad/SKILL.md +154 -0
  1168. package/skills/character-creator/SKILL.md +303 -0
  1169. package/skills/character-library/README.md +12 -0
  1170. package/skills/character-library/SKILL.md +110 -0
  1171. package/skills/clawbot/SKILL.md +26 -0
  1172. package/skills/concierge/SKILL.md +183 -0
  1173. package/skills/configure-notifications/SKILL.md +286 -0
  1174. package/skills/davendra-presenter/SKILL.md +27 -0
  1175. package/skills/davendra-presenter/assets/davendra_intro_1.jpg +0 -0
  1176. package/skills/davendra-presenter/assets/davendra_intro_2.jpg +0 -0
  1177. package/skills/davendra-presenter/assets/davendra_outro_1.jpg +0 -0
  1178. package/skills/davendra-presenter/assets/davendra_outro_2.jpg +0 -0
  1179. package/skills/deep-interview/SKILL.md +358 -0
  1180. package/skills/deepsearch/SKILL.md +38 -0
  1181. package/skills/doctor/SKILL.md +200 -0
  1182. package/skills/graphify/SKILL.md +616 -0
  1183. package/skills/help/SKILL.md +200 -0
  1184. package/skills/higgsfield-generate/SKILL.md +171 -0
  1185. package/skills/improvement-run/SKILL.md +47 -0
  1186. package/skills/motion-reel/SKILL.md +102 -0
  1187. package/skills/movie-director/SKILL.md +338 -0
  1188. package/skills/multi-shot-prompt/SKILL.md +77 -0
  1189. package/skills/nex-presenter/SKILL.md +25 -0
  1190. package/skills/nex-presenter/assets/logo_manifest.json +26 -0
  1191. package/skills/nex-presenter/assets/logo_source.jpg +0 -0
  1192. package/skills/nex-presenter/assets/nex_brief_intro.mp4 +0 -0
  1193. package/skills/nex-presenter/assets/nex_intro_1.jpg +0 -0
  1194. package/skills/nex-presenter/assets/nex_intro_2.jpg +0 -0
  1195. package/skills/nex-presenter/assets/nex_outro_1.jpg +0 -0
  1196. package/skills/nex-presenter/assets/nex_outro_2.jpg +0 -0
  1197. package/skills/nex-presenter/assets/text_overlay.png +0 -0
  1198. package/skills/note/SKILL.md +62 -0
  1199. package/skills/pipeline/SKILL.md +86 -0
  1200. package/skills/review/SKILL.md +38 -0
  1201. package/skills/runway/SKILL.md +131 -0
  1202. package/skills/seedance-prompts/SKILL.md +194 -0
  1203. package/skills/skill/SKILL.md +835 -0
  1204. package/skills/skills-auditor/SKILL.md +73 -0
  1205. package/skills/studio-mode/SKILL.md +148 -0
  1206. package/skills/ugc/SKILL.md +386 -0
  1207. package/skills/ui-ux-pro-max/SKILL.md +386 -0
  1208. package/skills/video-analyze-template/SKILL.md +77 -0
  1209. package/skills/video-clone-ad/SKILL.md +67 -0
  1210. package/skills/video-framework/SKILL.md +201 -0
  1211. package/skills/video-portfolio-ops/SKILL.md +84 -0
  1212. package/skills/video-post/SKILL.md +97 -0
  1213. package/skills/video-production-handoff/SKILL.md +130 -0
  1214. package/skills/video-release-readiness/SKILL.md +93 -0
  1215. package/skills/video-replicator/SKILL.md +368 -0
  1216. package/skills/video-review-ui-qa/SKILL.md +103 -0
  1217. package/skills/video-storyboard/SKILL.md +71 -0
  1218. package/skills/video-thumbnail-lab/SKILL.md +67 -0
  1219. package/skills/web-clone/SKILL.md +366 -0
  1220. package/skills/worker/SKILL.md +106 -0
  1221. package/skills/youtube-audio/SKILL.md +114 -0
  1222. package/src/video/analyze-output.ts +10 -0
  1223. package/src/video/archive-project.ts +65 -0
  1224. package/src/video/artifact-history.ts +23 -0
  1225. package/src/video/artifact-store.ts +59 -0
  1226. package/src/video/artifact-validation.ts +268 -0
  1227. package/src/video/artifacts.ts +156 -0
  1228. package/src/video/assemble/animate-slides.ts +199 -0
  1229. package/src/video/assemble/animation-styles.json +97 -0
  1230. package/src/video/assemble/animation-styles.ts +54 -0
  1231. package/src/video/assemble/assemble.ts +547 -0
  1232. package/src/video/assemble/audio-concat.ts +165 -0
  1233. package/src/video/assemble/audio-mix-plan.ts +150 -0
  1234. package/src/video/assemble/audio-utils.ts +101 -0
  1235. package/src/video/assemble/cut-segment.ts +121 -0
  1236. package/src/video/assemble/ffmpeg.ts +333 -0
  1237. package/src/video/assemble/gemini-vision-classify.ts +153 -0
  1238. package/src/video/assemble/index.ts +247 -0
  1239. package/src/video/assemble/media-qc.ts +252 -0
  1240. package/src/video/assemble/music.ts +261 -0
  1241. package/src/video/assemble/narration-fit.ts +90 -0
  1242. package/src/video/assemble/overlay.ts +225 -0
  1243. package/src/video/assemble/pdf.ts +169 -0
  1244. package/src/video/assemble/qa-dialogue-lint.ts +129 -0
  1245. package/src/video/assemble/qa-image-filter.ts +147 -0
  1246. package/src/video/assemble/qa-image-vision.ts +154 -0
  1247. package/src/video/assemble/qa-narration-vision.ts +135 -0
  1248. package/src/video/assemble/qa-narration.ts +139 -0
  1249. package/src/video/assemble/stitch-ad.ts +222 -0
  1250. package/src/video/assemble/stitch.ts +918 -0
  1251. package/src/video/assemble/text-card.ts +285 -0
  1252. package/src/video/assemble/title-card.ts +186 -0
  1253. package/src/video/assemble/transcript.ts +240 -0
  1254. package/src/video/assemble/tts-elevenlabs.ts +182 -0
  1255. package/src/video/assemble/tts.ts +227 -0
  1256. package/src/video/assemble/types.ts +45 -0
  1257. package/src/video/assemble/upscale.ts +80 -0
  1258. package/src/video/asset-spec.ts +53 -0
  1259. package/src/video/asset-tag-lookup.ts +51 -0
  1260. package/src/video/atomic-write.ts +7 -0
  1261. package/src/video/audio-platform/native-elevenlabs-sfx.ts +128 -0
  1262. package/src/video/audio-platform/native-elevenlabs-tts.ts +119 -0
  1263. package/src/video/audio-platform/native-flowmusic.ts +167 -0
  1264. package/src/video/audio-platform/native-gemini-tts.ts +226 -0
  1265. package/src/video/audio-platform/native-lyria.ts +231 -0
  1266. package/src/video/audio-platform/native-lyria3.ts +244 -0
  1267. package/src/video/audio-platform/registry.ts +220 -0
  1268. package/src/video/audio-platform/suno-backend.ts +36 -0
  1269. package/src/video/audio-platform/types.ts +138 -0
  1270. package/src/video/batch-queue.ts +685 -0
  1271. package/src/video/blueprint-prompt.ts +118 -0
  1272. package/src/video/brand-definition.ts +287 -0
  1273. package/src/video/brand-dna.ts +478 -0
  1274. package/src/video/brand-prompt.ts +28 -0
  1275. package/src/video/candidate-migrate.ts +171 -0
  1276. package/src/video/category-registry.ts +224 -0
  1277. package/src/video/chain-fallback.ts +53 -0
  1278. package/src/video/character-auto-create.ts +547 -0
  1279. package/src/video/character-consistency.ts +85 -0
  1280. package/src/video/characters.ts +145 -0
  1281. package/src/video/checkpoints.ts +60 -0
  1282. package/src/video/cinema-profile.ts +120 -0
  1283. package/src/video/cinematography.ts +1229 -0
  1284. package/src/video/cli-output.ts +94 -0
  1285. package/src/video/cli-schema.ts +505 -0
  1286. package/src/video/cost-estimate.ts +150 -0
  1287. package/src/video/csv-export.ts +150 -0
  1288. package/src/video/dependencies.ts +64 -0
  1289. package/src/video/dialogue-fit.ts +62 -0
  1290. package/src/video/dialogue.ts +221 -0
  1291. package/src/video/director-defaults.ts +432 -0
  1292. package/src/video/director-preflight.ts +543 -0
  1293. package/src/video/doctor-portfolio.ts +197 -0
  1294. package/src/video/doctor.ts +499 -0
  1295. package/src/video/emotion-cues.ts +36 -0
  1296. package/src/video/environment-assets.ts +69 -0
  1297. package/src/video/environment-auto-create.ts +122 -0
  1298. package/src/video/errors.ts +133 -0
  1299. package/src/video/events.ts +42 -0
  1300. package/src/video/execute-autochain.ts +226 -0
  1301. package/src/video/execute.ts +569 -0
  1302. package/src/video/execution-cancel.ts +103 -0
  1303. package/src/video/execution-plan.ts +178 -0
  1304. package/src/video/execution-profile.ts +162 -0
  1305. package/src/video/execution-runtime.ts +975 -0
  1306. package/src/video/execution-seed.ts +46 -0
  1307. package/src/video/execution-status.ts +736 -0
  1308. package/src/video/filmmaking-prompts.ts +1789 -0
  1309. package/src/video/final-media.ts +118 -0
  1310. package/src/video/finish.ts +255 -0
  1311. package/src/video/flow-character-library.ts +342 -0
  1312. package/src/video/flow-markers.ts +330 -0
  1313. package/src/video/gemini-analyze.ts +387 -0
  1314. package/src/video/gemini-continuity.ts +186 -0
  1315. package/src/video/gemini-judge.ts +300 -0
  1316. package/src/video/gemini-key-pool.ts +153 -0
  1317. package/src/video/gen-image-flow.ts +491 -0
  1318. package/src/video/gen-image.ts +392 -0
  1319. package/src/video/generation-telemetry.ts +282 -0
  1320. package/src/video/http-error-safety.ts +13 -0
  1321. package/src/video/image-dimensions.ts +69 -0
  1322. package/src/video/legacy-import.ts +197 -0
  1323. package/src/video/library-clean.ts +399 -0
  1324. package/src/video/lipsync.ts +200 -0
  1325. package/src/video/media-host.ts +153 -0
  1326. package/src/video/metrics.ts +116 -0
  1327. package/src/video/motion-overlay/analyze-reel.ts +200 -0
  1328. package/src/video/motion-overlay/animate-render.ts +176 -0
  1329. package/src/video/motion-overlay/animate.ts +93 -0
  1330. package/src/video/motion-overlay/avatar-host-transport.ts +458 -0
  1331. package/src/video/motion-overlay/avatar-host.ts +238 -0
  1332. package/src/video/motion-overlay/compose-prompt.ts +247 -0
  1333. package/src/video/motion-overlay/execute.ts +355 -0
  1334. package/src/video/motion-overlay/flow-pack.ts +223 -0
  1335. package/src/video/motion-overlay/ingest.ts +210 -0
  1336. package/src/video/motion-overlay/motifs.ts +223 -0
  1337. package/src/video/motion-overlay/motion-style.ts +162 -0
  1338. package/src/video/motion-overlay/plan.ts +111 -0
  1339. package/src/video/motion-overlay/preview.ts +191 -0
  1340. package/src/video/motion-overlay/render-local.ts +441 -0
  1341. package/src/video/motion-overlay/run.ts +217 -0
  1342. package/src/video/motion-overlay/slice.ts +98 -0
  1343. package/src/video/motion-overlay/transcribe.ts +211 -0
  1344. package/src/video/motion-overlay/types.ts +89 -0
  1345. package/src/video/motion-overlay/v2v-transport.ts +209 -0
  1346. package/src/video/motion-overlay/write.ts +142 -0
  1347. package/src/video/multi-shot-artifact.ts +64 -0
  1348. package/src/video/multi-shot-prompt.ts +608 -0
  1349. package/src/video/music-video.ts +324 -0
  1350. package/src/video/narrate.ts +221 -0
  1351. package/src/video/native-dreamina.ts +638 -0
  1352. package/src/video/native-flow-r2v.ts +279 -0
  1353. package/src/video/native-runway.ts +647 -0
  1354. package/src/video/native-seedance.ts +615 -0
  1355. package/src/video/native-veo.ts +470 -0
  1356. package/src/video/next-actions.ts +247 -0
  1357. package/src/video/obsidian-export.ts +336 -0
  1358. package/src/video/obsidian-sync.ts +649 -0
  1359. package/src/video/obsidian-vault.ts +96 -0
  1360. package/src/video/outfit-prompts.ts +14 -0
  1361. package/src/video/outpaint-keyframe.ts +365 -0
  1362. package/src/video/pipeline-manifest.ts +16 -0
  1363. package/src/video/pipeline-manifests/director.json +46 -0
  1364. package/src/video/pipeline-manifests/storyboard.json +46 -0
  1365. package/src/video/platform-specs.ts +50 -0
  1366. package/src/video/playbooks.ts +34 -0
  1367. package/src/video/post-production.ts +277 -0
  1368. package/src/video/preview-portal/audit.ts +20 -0
  1369. package/src/video/preview-portal/discovery.ts +787 -0
  1370. package/src/video/preview-portal/generate.ts +138 -0
  1371. package/src/video/preview-portal/index.ts +41 -0
  1372. package/src/video/preview-portal/publish.ts +215 -0
  1373. package/src/video/preview-portal/render.ts +865 -0
  1374. package/src/video/preview-portal/shared-assets.ts +455 -0
  1375. package/src/video/preview-portal/templates.ts +112 -0
  1376. package/src/video/preview-portal/types.ts +288 -0
  1377. package/src/video/product-references.ts +43 -0
  1378. package/src/video/project-blueprint.ts +458 -0
  1379. package/src/video/project-index.ts +179 -0
  1380. package/src/video/projects.ts +18 -0
  1381. package/src/video/prompt-guidance.ts +64 -0
  1382. package/src/video/prompt-library.ts +96 -0
  1383. package/src/video/prompt-lint.ts +568 -0
  1384. package/src/video/prompt-quality.ts +635 -0
  1385. package/src/video/prompt-rules.ts +209 -0
  1386. package/src/video/provider-adapter-runner.ts +104 -0
  1387. package/src/video/provider-platform/index.ts +5 -0
  1388. package/src/video/provider-platform/registry.ts +286 -0
  1389. package/src/video/provider-platform/route-capabilities.ts +327 -0
  1390. package/src/video/provider-platform/router.ts +221 -0
  1391. package/src/video/provider-platform/security.ts +29 -0
  1392. package/src/video/provider-platform/telemetry.ts +116 -0
  1393. package/src/video/provider-platform/types.ts +192 -0
  1394. package/src/video/provider-status.ts +199 -0
  1395. package/src/video/providers/dreamina-useapi.ts +345 -0
  1396. package/src/video/providers/flowmusic-useapi.ts +252 -0
  1397. package/src/video/providers/google-flow.ts +110 -0
  1398. package/src/video/providers/public-host.ts +128 -0
  1399. package/src/video/providers/runway-useapi.ts +377 -0
  1400. package/src/video/providers/xskill.ts +304 -0
  1401. package/src/video/readiness.ts +284 -0
  1402. package/src/video/reference-sheet-store.ts +40 -0
  1403. package/src/video/reference-sheets.ts +224 -0
  1404. package/src/video/remix-narrated.ts +92 -0
  1405. package/src/video/report-diff.ts +299 -0
  1406. package/src/video/report-history.ts +122 -0
  1407. package/src/video/report.ts +35 -0
  1408. package/src/video/review-ui.ts +2495 -0
  1409. package/src/video/scene-candidate-store.ts +152 -0
  1410. package/src/video/scene-candidates.ts +195 -0
  1411. package/src/video/scene-selection-store.ts +36 -0
  1412. package/src/video/scene-selection.ts +306 -0
  1413. package/src/video/scheduling.ts +18 -0
  1414. package/src/video/scorecard.ts +90 -0
  1415. package/src/video/seedance-asset-library.ts +259 -0
  1416. package/src/video/seedance-blocks.ts +118 -0
  1417. package/src/video/seedance-chain-host.ts +152 -0
  1418. package/src/video/seedance-content-filter.ts +354 -0
  1419. package/src/video/seedance-skill-loader.ts +83 -0
  1420. package/src/video/sfx.ts +159 -0
  1421. package/src/video/shot-grammar.ts +349 -0
  1422. package/src/video/show-bible.ts +235 -0
  1423. package/src/video/soundtrack.ts +257 -0
  1424. package/src/video/stage-guards.ts +112 -0
  1425. package/src/video/status.ts +342 -0
  1426. package/src/video/story-bible.ts +302 -0
  1427. package/src/video/storyboard-grid.ts +320 -0
  1428. package/src/video/storyboard-markdown.ts +434 -0
  1429. package/src/video/storyboard-still-candidates.ts +82 -0
  1430. package/src/video/storyboard-templates.ts +249 -0
  1431. package/src/video/studio/execute.ts +401 -0
  1432. package/src/video/studio/planner.ts +114 -0
  1433. package/src/video/studio/project-context.ts +25 -0
  1434. package/src/video/studio/recipes.ts +346 -0
  1435. package/src/video/studio/session.ts +24 -0
  1436. package/src/video/studio/types.ts +76 -0
  1437. package/src/video/template-store.ts +241 -0
  1438. package/src/video/timeline.ts +32 -0
  1439. package/src/video/title-overlay.ts +234 -0
  1440. package/src/video/types.ts +465 -0
  1441. package/src/video/veo-subprocess.ts +77 -0
  1442. package/src/video/verify-env.ts +206 -0
  1443. package/src/video/verify-final.ts +65 -0
  1444. package/src/video/video-context.ts +92 -0
  1445. package/src/video/vocal-map.ts +155 -0
  1446. package/src/video/vocal-sync-plan.ts +224 -0
  1447. package/src/video/voice-clone.ts +410 -0
  1448. package/src/video/with-retry.ts +149 -0
  1449. package/src/video/workload.ts +87 -0
  1450. package/src/video/workspace.ts +255 -0
  1451. package/tmp/review-station/index.html +4194 -0
  1452. package/tsconfig.json +19 -0
@@ -0,0 +1,2344 @@
1
+ ---
2
+ name: seedance-real-estate
3
+ description: Generate real estate, architecture, and interior design showcase video prompts for Seedance 2.0 on Higgsfield. Use whenever the user wants property tours, real estate listings, architecture showcases, interior design videos, home staging content, property marketing, virtual tours, construction reveals, or any real estate/architecture video. Triggers on: real estate, property, house, apartment, architecture, interior design, home tour, listing video, property marketing, virtual tour, building, construction, renovation, home staging, or any real estate/architecture video request. Use even for "make a video for my listing" or "showcase this property."
4
+ ---
5
+
6
+ # Real Estate & Architecture Showcase Videos — Seedance 2.0 on Higgsfield
7
+
8
+ ## Introduction: The Art of Selling Space
9
+
10
+ Real estate is the art of translating bricks, steel, and glass into dreams, possibility, and aspiration. When you create showcase videos for properties, you're not simply documenting floor plans and square footage. You're composing a visual narrative that allows potential buyers and renters to *imagine themselves living in that space*. Every frame should whisper: "This is where your next chapter begins."
11
+
12
+ This skill guides you in creating stunning real estate and architecture showcase videos using **Seedance 2.0 on Higgsfield**. Whether you're showcasing a $50M penthouse, a cozy urban apartment, a modern office space, or a historic mansion undergoing restoration, the principles remain consistent: light, movement, time, emotion, and the careful orchestration of space into a compelling story.
13
+
14
+ ---
15
+
16
+ ## Seedance 2.0 on Higgsfield: Technical Specifications for Real Estate
17
+
18
+ **Seedance 2.0 on Higgsfield** is a cutting-edge video generation platform designed to create photorealistic, camera-perfect property showcase videos at cinematic quality.
19
+
20
+ ### Key Capabilities for Real Estate
21
+
22
+ - **Ultra-High Resolution**: 4K and 8K output ready for premium marketing across luxury real estate platforms
23
+ - **Temporal Control**: Precise frame-by-frame consistency for smooth property walkthroughs and transitions
24
+ - **Lighting Simulation**: Photorealistic rendering of natural light at different times of day—golden hour, twilight, bright daylight, dramatic shadows
25
+ - **Camera Physics**: Professional gimbal movement, steady Steadicam walks, drone aerials, and smooth reveals
26
+ - **Material Authenticity**: Accurate rendering of marble, wood grain, tile, concrete, glass, stone, and architectural finishes
27
+ - **Atmospheric Effects**: Subtle particle effects for dust, light rays, atmospheric haze when needed
28
+ - **Scale Communication**: Proper depth perception through precise perspective rendering
29
+ - **Continuous Scene Rendering**: Multi-minute sequences without cuts or jumps
30
+
31
+ ### Why Seedance 2.0 on Higgsfield for Real Estate?
32
+
33
+ Traditional property videos rely on shot-by-shot editing, stitched together from multiple angles. Seedance 2.0 on Higgsfield creates **immersive, continuous experiences**—the camera flows through space like a choreographed dance, maintaining emotional momentum from frame one to the final shot. The result feels less like a compilation of clips and more like a *living tour* of the property.
34
+
35
+ ---
36
+
37
+ ## The 2-Second Hook Framework for Real Estate Videos
38
+
39
+ Every real estate video must hook the viewer in the first two seconds. The stakes are high: potential buyers have infinite properties to browse. Your opening must stop them mid-scroll and plant a question in their mind: *"Wait... where is this?"*
40
+
41
+ ### 10+ Essential 2-Second Hooks
42
+
43
+ 1. **Drone Aerial Swoop Toward Property**
44
+ - Start high above the property, revealing context: neighborhood, surrounding landscape, location advantage
45
+ - Swoop downward and inward toward the front facade or most striking architectural feature
46
+ - Trigger: Awe, perspective, desirability through location
47
+ - Best for: Homes with impressive grounds, skyline views, architectural distinction
48
+
49
+ 2. **Door Opening to Reveal Stunning Interior**
50
+ - Shot from inside looking out (or vice versa)—the threshold as the threshold between worlds
51
+ - Heavy wooden door swings open to reveal soaring ceilings, light-flooded rooms, or a breathtaking view
52
+ - Trigger: Anticipation, the promise of luxury within
53
+ - Best for: All property types; universally compelling
54
+
55
+ 3. **Window View That Takes Your Breath Away**
56
+ - Pan across a room and find the window—slowly approach until the landscape/cityscape fills the frame
57
+ - The view becomes the hero; the window frames aspiration
58
+ - Trigger: Envy, wanderlust, lifestyle upgrade
59
+ - Best for: Waterfront properties, mountain views, skyline apartments, scenic escapes
60
+
61
+ 4. **Before/After Renovation Flash**
62
+ - Quick cut between the original dilapidated space and the newly renovated showpiece
63
+ - Light, contrast, and transformation tell the story of investment value
64
+ - Trigger: Potential, transformation, smart investment
65
+ - Best for: Renovation properties, fixer-uppers turned luxury
66
+
67
+ 5. **Light Flooding Into Dark Space**
68
+ - Begin in shadow; a door or window opening floods the space with golden or bright light
69
+ - Materials suddenly come alive; dust motes dance in the rays
70
+ - Trigger: Warmth, hope, awakening
71
+ - Best for: Homes with dramatic skylights, south-facing windows, new construction
72
+
73
+ 6. **Infinity Pool Edge With Landscape Beyond**
74
+ - Shot from water level looking toward the edge; the pool blends with ocean, valley, or cityscape
75
+ - Immediately communicates luxury and views
76
+ - Trigger: Leisure, opulence, lifestyle aspiration
77
+ - Best for: Luxury homes, resorts, vacation rentals with premium outdoor spaces
78
+
79
+ 7. **Architectural Detail Extreme Close-Up**
80
+ - Begin impossibly close to a stunning detail: marble veining, wood joinery, stainless steel reflection, tile craftsmanship
81
+ - Pull back to reveal the full room
82
+ - Trigger: Craftsmanship, luxury, attention to detail
83
+ - Best for: High-end properties, designer homes, buildings with notable architecture
84
+
85
+ 8. **Day-to-Night Transition**
86
+ - Start with property in daylight; time-lapse or seamless transition to twilight and evening lighting
87
+ - Interior lights come alive, creating warmth and drama
88
+ - Trigger: Versatility, 24-hour lifestyle appeal
89
+ - Best for: Urban properties, homes with significant nightlife appeal, any luxury residence
90
+
91
+ 9. **Front Door Approach**
92
+ - Slow, steady approach down a driveway, walkway, or staircase toward the front entrance
93
+ - Build anticipation—every step closer is a step toward "home"
94
+ - Trigger: Welcome, invitation, the feeling of arriving
95
+ - Best for: All property types; foundational hook
96
+
97
+ 10. **Skyline from Penthouse Window**
98
+ - Shot from high above the city; the viewer is positioned at the window looking out over the urban landscape
99
+ - Immediately communicates prestige, height, status, and view
100
+ - Trigger: Power, sophistication, exclusivity
101
+ - Best for: High-rise apartments, penthouses, urban luxury
102
+
103
+ 11. **Negative Space & Light Play**
104
+ - A room is defined more by light and shadow than by objects
105
+ - Geometric light rectangles move across floors and walls as the camera tracks
106
+ - Trigger: Sophistication, minimalism, architectural purity
107
+ - Best for: Modern, contemporary, and minimal-design properties
108
+
109
+ 12. **Material Transformation Under Light**
110
+ - A surface (marble, wood, glass, concrete) shifts in appearance as light moves across it
111
+ - The material itself becomes the visual protagonist
112
+ - Trigger: Luxury, tactile beauty, design-forward thinking
113
+ - Best for: Properties with statement finishes, high-end materials
114
+
115
+ ---
116
+
117
+ ## Real Estate Video Philosophy: Space as Character
118
+
119
+ Luxury real estate marketing succeeds when the property *transcends functional description* and becomes a character in a larger narrative. You're not documenting; you're inviting the viewer to *dream themselves into that space*.
120
+
121
+ ### Core Principles
122
+
123
+ **1. Space as Character**
124
+ Every room has personality. Your camera work should reveal it gradually. A minimalist loft isn't "empty"—it's serene, spacious, contemplative. A chef's kitchen isn't just functional—it's a stage for entertaining, a hub of family life, a temple of culinary craft. Your lighting, movement, and pacing must communicate the *spirit* of the space, not just its dimensions.
125
+
126
+ **2. Light Tells the Story**
127
+ Light is never incidental in real estate video. It is the primary storyteller:
128
+ - Golden hour light suggests romance and warmth; it flatters skin tones and surfaces
129
+ - Cool morning light conveys freshness, clarity, possibility
130
+ - Dramatic sidelighting reveals texture, depth, architectural interest
131
+ - Soft, diffused light feels calm and refined
132
+ - Strategic shadows create mystery and dimension
133
+
134
+ Position your shots to *showcase* how light moves through the space across the day. A room flooded with north light at 10 AM tells a different story than the same room in golden hour glow.
135
+
136
+ **3. Flow and Movement Through Spaces**
137
+ Real estate video succeeds through continuous, purposeful camera movement. The viewer should never feel disoriented or trapped. Instead, the camera glides from space to space like a thoughtful host giving a tour. Transitions should feel organic:
138
+ - Move through doorways as thresholds
139
+ - Flow from room to room following logical sequences
140
+ - Reveal connections and sight lines that demonstrate flow
141
+ - Use natural architectural elements to guide the eye
142
+
143
+ **4. Scale Communication**
144
+ Square footage means nothing to a viewer. *Feeling* the scale does. Your camera work must communicate:
145
+ - Ceiling height through verticality-emphasizing moves (tilt up from floor to ceiling)
146
+ - Room width through smooth pans or lateral glides
147
+ - Depth through approach and pull-back sequences
148
+ - Openness through wide-angle perspectives balanced with intimate close-ups
149
+
150
+ **5. Lifestyle, Not Just Features**
151
+ Never say "this kitchen has granite countertops." Instead, show us the view of the garden while you're at the sink. Show the island where a family gathers for breakfast. Show the wine fridge and the carefully curated spice collection. Sell the *life lived* in the space, not the itemized list of features.
152
+
153
+ **6. Time-of-Day as Value**
154
+ Different times of day reveal different value propositions:
155
+ - **Golden Hour (Early Morning & Late Afternoon)**: Warmth, softness, flattery—ideal for establishing shots and highlights
156
+ - **Twilight/Blue Hour**: Sophistication, drama, urban energy—perfect for city apartments, modern minimalism
157
+ - **Bright Daylight**: Clarity, cleanliness, capability—good for functional spaces, commercial, modern
158
+ - **Evening with Artificial Lighting**: Coziness, livability, entertainment potential—crucial for showing how the home feels at night
159
+
160
+ A single property filmed at multiple times of day tells multiple stories. The morning light reveals the home's potential for fresh starts; the golden hour reveals romance; the evening reveals warmth and livability.
161
+
162
+ **7. Aspiration and Imagination**
163
+ Finally, your video must activate the viewer's *imagination*. Show enough to delight; leave enough space for them to envision themselves. A perfectly styled property is good. An *almost-empty* room that glows with light and potential, where the viewer can imagine their own furniture and life, is often *better*. Staging should be subtle: a carefully arranged interior with breathing room, not a theatrical presentation.
164
+
165
+ ---
166
+
167
+ ## Master Template for Real Estate Showcase Videos
168
+
169
+ Use this template as your foundational structure for any property video. Adapt based on property type, scale, and story.
170
+
171
+ ### Structure
172
+
173
+ **SECTION 1: THE ARRIVAL (0:00 – 0:15)**
174
+ - Establish location, context, and neighborhood presence
175
+ - Drone aerial, street approach, driveway, or front facade
176
+ - First impression is everything
177
+ - Visual hook lands within 2 seconds
178
+ - Music begins subtly; establish tone
179
+
180
+ **SECTION 2: THE ENTRANCE (0:15 – 0:30)**
181
+ - Front door opens or foyer revealed
182
+ - Cross the threshold into the property
183
+ - Initial wow moment—vaulted ceilings, light, views, or architectural feature
184
+ - Camera feels welcomed, not intrusive
185
+ - Viewer feels the shift from outside world to this special place
186
+
187
+ **SECTION 3: PRIMARY LIVING SPACES (0:30 – 1:30)**
188
+ - Living room, great room, main entertaining areas
189
+ - Slow, flowing camera movements
190
+ - Reveal views, light quality, furnishings, architectural details
191
+ - Show how spaces connect and flow
192
+ - Establish the lifestyle: gatherings, relaxation, entertaining
193
+
194
+ **SECTION 4: KITCHEN & DINING (1:30 – 2:15)**
195
+ - If kitchen is remarkable, give it significant screen time
196
+ - Show function: counters, appliances, island; and experience: views while cooking, dining adjacent
197
+ - Movement should be slower here—this is a space for lingering
198
+ - Emphasize connectivity—who is this kitchen designed for entertaining?
199
+
200
+ **SECTION 5: BEDROOM RETREAT (2:15 – 3:00)**
201
+ - Master bedroom and en-suite as private sanctuary
202
+ - Softer, warmer light
203
+ - Slower camera movements—this is intimate
204
+ - Emphasis on views, light, privacy, luxury finishes in bathroom
205
+ - Guest bedrooms shown more briefly but warmly
206
+
207
+ **SECTION 6: SPECIALTY SPACES & DETAILS (3:00 – 3:45)**
208
+ - Home office, gym, wine cellar, cinema, spa, art collection, etc.
209
+ - Each specialty space shown with purpose
210
+ - Close-up details: materials, finishes, craftsmanship
211
+ - These spaces justify the property's premium positioning
212
+
213
+ **SECTION 7: OUTDOOR SPACES (3:45 – 4:30)**
214
+ - Backyard, patio, pool, gardens, terraces
215
+ - Transition from inside to outside should feel like an extension of the home
216
+ - Show views, light, entertaining potential
217
+ - Drone aerial of grounds; establishing shots of landscape design
218
+ - If waterfront or scenic: let the view dominate
219
+
220
+ **SECTION 8: TRANSITION TO TWILIGHT (4:30 – 5:00)**
221
+ - Return to exterior or to rooms with windows
222
+ - Natural light fades; artificial lighting comes alive
223
+ - Interior lights shimmer; exterior uplighting creates drama
224
+ - This shows the property's 24-hour appeal
225
+ - Shorter section, but crucial for communicating livability and entertainment potential
226
+
227
+ **SECTION 9: FINAL STATEMENT (5:00 – 5:30)**
228
+ - Return to most iconic view, feature, or room
229
+ - Long, lingering shot that lets the property shine
230
+ - Branding information, address, agent contact, call-to-action overlay
231
+ - Music swells; emotional resonance
232
+ - Viewer is left with a lasting image
233
+
234
+ **TOTAL RUNTIME: 5:00 – 5:30 (optimized for Instagram/YouTube/Zillow)**
235
+
236
+ ---
237
+
238
+ ## Property Type Guide: 10+ Real Estate Archetypes
239
+
240
+ Each property type demands a slightly different visual and narrative approach. Below are detailed strategies for the most common categories.
241
+
242
+ ### 1. Luxury Waterfront Home (Coastal Estate)
243
+
244
+ **Visual Obsession**: The view is not a feature; it's the property. Water, light, horizon.
245
+
246
+ **Hook**: Drone pulling back from infinity pool edge with ocean beyond, or first-person POV standing at window where water meets sky.
247
+
248
+ **Key Sequences**:
249
+ - Aerial approach over water toward the property
250
+ - Large windows framing water views
251
+ - Pool edge transitions to seascape
252
+ - Sunset or golden hour light reflecting off water into interior spaces
253
+ - Outdoor entertaining areas with unobstructed sightlines to water
254
+
255
+ **Pacing**: Slow, luxurious—let viewers breathe in the views
256
+
257
+ **Music**: Serene, spacious—think ambient, minimal orchestration
258
+
259
+ **Camera Movement**: Steady glides, pans that follow sight lines toward water, gentle rise-and-fall movements mimicking ocean rhythm
260
+
261
+ **Common Details**:
262
+ - Infinity pools, teak decking, glass railings
263
+ - Salt-resistant landscaping, driftwood tones
264
+ - Nautical materials: rope, weathered wood, concrete
265
+ - Statement outdoor lighting for evening entertaining
266
+
267
+ ---
268
+
269
+ ### 2. Modern Urban Apartment (Downtown Luxury)
270
+
271
+ **Visual Obsession**: Verticality, skyline, city energy, minimalism.
272
+
273
+ **Hook**: Point-of-view shot from high-rise window; pull camera back to reveal sleek interior with cityscape framed beyond.
274
+
275
+ **Key Sequences**:
276
+ - Floor-to-ceiling windows; emphasis on views
277
+ - Clean lines, modern materials, minimal clutter
278
+ - Day-to-night transition; city lights become backdrop
279
+ - Kitchen and dining with a view
280
+ - Bathroom with dramatic finishes; spa-like quality
281
+ - Bedroom as sanctuary with view
282
+
283
+ **Pacing**: Moderate, contemporary—match the rhythm of city life
284
+
285
+ **Music**: Sophisticated urban—think jazz-inflected electronic, contemporary classical
286
+
287
+ **Camera Movement**: Sharp but smooth; lateral glides, careful framing, use of reflections in glass and steel
288
+
289
+ **Common Details**:
290
+ - Floor-to-ceiling windows, minimal window treatments
291
+ - Polished concrete, light wood, white/gray palette
292
+ - Built-in shelving; curated art and book collections
293
+ - Stainless steel appliances, quartz or marble counters
294
+ - Modern art, minimalist furnishings
295
+
296
+ ---
297
+
298
+ ### 3. Commercial Office Space (Workplace of Tomorrow)
299
+
300
+ **Visual Obsession**: Functionality, light, collaboration spaces, professional sophistication.
301
+
302
+ **Hook**: Camera glides into open-plan space; light floods across desk surfaces; team in background collaborates naturally (or space shown empty and ready for tenant).
303
+
304
+ **Key Sequences**:
305
+ - Foyer/reception area; first impression of professionalism
306
+ - Open-plan workspace with modular seating
307
+ - Natural light and window access emphasized
308
+ - Conference rooms; private offices
309
+ - Amenity spaces: break room, café, wellness area
310
+ - Technology infrastructure subtly shown
311
+ - Outdoor terraces or views from workspace
312
+
313
+ **Pacing**: Moderate and purposeful—match professional rhythm
314
+
315
+ **Music**: Sophisticated, forward-thinking; contemporary instrumental
316
+
317
+ **Camera Movement**: Smooth tracking shots, slight pan to show spatial relationships and sightlines between zones
318
+
319
+ **Common Details**:
320
+ - Modern lighting systems, acoustic paneling
321
+ - Natural materials: wood, glass, concrete
322
+ - Technology-ready: wiring, charging stations, smart features
323
+ - Ergonomic furniture, collaborative seating
324
+ - Biophilic design: plants, natural light, water features
325
+
326
+ ---
327
+
328
+ ### 4. Retail Space (Flagship Store)
329
+
330
+ **Visual Obsession**: Customer journey, merchandise display, brand experience, traffic flow.
331
+
332
+ **Hook**: Door opens; customer walks in; immediately struck by display, lighting, and spatial organization.
333
+
334
+ **Key Sequences**:
335
+ - Entrance and visual impact; store layout revealed
336
+ - Display areas and merchandising lighting
337
+ - Dressing rooms; fitting room experience
338
+ - Customer flow through store sections
339
+ - Point-of-sale and checkout areas
340
+ - Back-of-house: storage, shipping, employee areas
341
+ - Storefront views from street (day and night)
342
+
343
+ **Pacing**: Energetic, inviting—encourage browsing
344
+
345
+ **Music**: Brand-appropriate; upbeat and engaging without being intrusive
346
+
347
+ **Camera Movement**: Customer's-eye perspective; movement mimics shopping journey; reveals merchandise naturally
348
+
349
+ **Common Details**:
350
+ - Strategic lighting on merchandise
351
+ - Display fixtures and shelving systems
352
+ - Flooring materials that guide traffic
353
+ - Window displays and signage
354
+ - Customer comfort amenities
355
+
356
+ ---
357
+
358
+ ### 5. Restaurant & Hospitality Space
359
+
360
+ **Visual Obsession**: Ambiance, dining/hospitality experience, cuisine, entertainment potential.
361
+
362
+ **Hook**: Plate of food in beautiful light, then pull back to reveal dining room and atmosphere.
363
+
364
+ **Key Sequences**:
365
+ - Entrance and bar area; immediate sense of vibe
366
+ - Dining room with table settings; light and ambiance
367
+ - Kitchen (if visually compelling): chefs, culinary craft
368
+ - Food and drink beautifully lit and composed
369
+ - Service areas; how hospitality flows
370
+ - Restroom facilities
371
+ - Outdoor seating (if applicable); entertaining potential
372
+ - Evening/twilight showing; full lighting and mood
373
+
374
+ **Pacing**: Relaxed, sensory, immersive—trigger appetite and desire
375
+
376
+ **Music**: Sophisticated, warm; establishes the restaurant's personality
377
+
378
+ **Camera Movement**: Smooth tracking through dining spaces; close-ups of food and details; movement should feel inviting, not rushed
379
+
380
+ **Common Details**:
381
+ - Lighting design: warm, accent, ambient
382
+ - Table settings, glassware, plate presentation
383
+ - Material finishes: wood, leather, stone
384
+ - Color palette that evokes cuisine
385
+ - Wine display; bar setup; beverage program
386
+
387
+ ---
388
+
389
+ ### 6. New Construction (Show Home or Development)
390
+
391
+ **Visual Obsession**: Potential, pristine finishes, architectural vision, walkability, community.
392
+
393
+ **Hook**: Architect's rendering or video fades into real house; or construction time-lapse culminates in move-in ready property.
394
+
395
+ **Key Sequences**:
396
+ - Architectural context; model/rendering to reality
397
+ - Exterior facade; curb appeal; neighborhood setting
398
+ - Pristine interior spaces; quality of finishes
399
+ - Floor plan logic; room flow
400
+ - Smart home features and technology
401
+ - Energy efficiency and sustainability features (solar, insulation, etc.)
402
+ - Community amenities (if development)
403
+ - Neighborhood context; shopping, schools, parks nearby
404
+
405
+ **Pacing**: Moderate; allow time for viewer to absorb newness
406
+
407
+ **Music**: Optimistic, contemporary; forward-looking
408
+
409
+ **Camera Movement**: Smooth and steady; emphasize clean lines and symmetry
410
+
411
+ **Common Details**:
412
+ - Neutral color palettes; allow buyer projection
413
+ - Modern appliances; energy-efficient systems
414
+ - Builder grade finishes; opportunity for customization
415
+ - New landscaping; maintained but not overplanted
416
+ - Signage; model home branding
417
+
418
+ ---
419
+
420
+ ### 7. Renovation Before/After
421
+
422
+ **Visual Obsession**: Transformation, craftsmanship, investment value, timeline of change.
423
+
424
+ **Hook**: Before condition shown (brief, somewhat harsh); quick cut to after condition; viewer immediately sees dramatic transformation.
425
+
426
+ **Key Sequences**:
427
+ - Brief before footage or stills; establish starting point
428
+ - Transition; construction photography or time-lapse
429
+ - After condition; same angles showing transformation
430
+ - Detail shots of before materials vs. after finishes
431
+ - New features and systems highlighted
432
+ - Same rooms shot from same angles; transformation evident
433
+ - Functional improvements: layout, light, flow
434
+
435
+ **Pacing**: Dynamic; before section quick, after section luxurious
436
+
437
+ **Music**: Two-part soundtrack: before section (minor key, tension) and after section (major key, resolution)
438
+
439
+ **Camera Movement**: Match angles between before and after; static shots work best to show change
440
+
441
+ **Common Details**:
442
+ - Original materials preserved where possible (exposed brick, original wood)
443
+ - New installations: kitchens, bathrooms, HVAC
444
+ - Structural changes: wall removal, window additions
445
+ - Updated lighting and electrical
446
+ - Modern finishes with period-appropriate detailing
447
+
448
+ ---
449
+
450
+ ### 8. Land & Lot (Raw Acreage or Vacant Land)
451
+
452
+ **Visual Obsession**: Potential, natural beauty, views, possibilities, scale.
453
+
454
+ **Hook**: Aerial drone rising above landscape; property boundaries clear; surrounding context and views evident.
455
+
456
+ **Key Sequences**:
457
+ - Aerial establishing shots; topography and scale
458
+ - Ground-level walk through property
459
+ - Highlight best views from property
460
+ - Show tree coverage, natural features, water features
461
+ - Establish utilities and road access
462
+ - Surrounding neighborhood context
463
+ - Zoning/development potential shown through suggested renderings
464
+ - Seasonal or golden hour lighting to maximize appeal
465
+
466
+ **Pacing**: Generous and spacious; let viewer absorb the scale
467
+
468
+ **Music**: Expansive, inspiring; wilderness or nature-focused
469
+
470
+ **Camera Movement**: Slow drone movements; patient ground-level walking; gentle pans to reveal vistas
471
+
472
+ **Common Details**:
473
+ - Drones reveal full property footprint
474
+ - Sun path shown through shadow movement
475
+ - Natural vegetation and mature trees
476
+ - Water features; drainage; topography
477
+ - Road access and neighboring properties
478
+ - Potential site plans or architectural renderings overlaid
479
+
480
+ ---
481
+
482
+ ### 9. Vacation Rental (Destination Property)
483
+
484
+ **Visual Obsession**: Escape, beauty, relaxation, experience, lifestyle upgrade.
485
+
486
+ **Hook**: Sunrise or sunset over landscape; guest waking up to this view; or pool/beach access immediately revealed.
487
+
488
+ **Key Sequences**:
489
+ - Location and landscape beauty established
490
+ - Primary bedroom and morning views
491
+ - Living and entertaining areas; hosting potential
492
+ - Kitchen and dining; culinary holiday potential
493
+ - Outdoor spaces; pool, hot tub, fire pit, entertaining
494
+ - Recreation and activity areas
495
+ - Guest accommodations (additional bedrooms)
496
+ - Sunset or evening ambiance showing
497
+ - Neighborhood: restaurants, attractions, activities nearby
498
+
499
+ **Pacing**: Leisurely, indulgent; allow time for escapism fantasy
500
+
501
+ **Music**: Warm, inviting; destination-appropriate (tropical, Mediterranean, mountain, etc.)
502
+
503
+ **Camera Movement**: Smooth and luxurious; movement should feel like a vacation itself
504
+
505
+ **Common Details**:
506
+ - Curated furnishings; comfortable styling
507
+ - Outdoor entertaining amenities
508
+ - Hot tubs, saunas, spa-like bathrooms
509
+ - Game rooms, libraries, entertainment systems
510
+ - Concierge-level amenities
511
+ - Proximity to activities and attractions
512
+
513
+ ---
514
+
515
+ ### 10. Historic/Heritage Property (Period Home)
516
+
517
+ **Visual Obsession**: Character, history, period details, craftsmanship, soul.
518
+
519
+ **Hook**: Detail shot of original crown molding, period staircase, or architectural element; pull back to reveal room in historical context.
520
+
521
+ **Key Sequences**:
522
+ - Exterior: architectural style, era, curb appeal
523
+ - Entryway; foyer with period details
524
+ - Original features: fireplaces, built-ins, hardwood floors, trim
525
+ - Period-appropriate furnishings and styling
526
+ - Modern updates (kitchen, bath) seamlessly integrated
527
+ - Architectural details and craftsmanship; close-ups
528
+ - Room flow and original layout preserved
529
+ - Stories of the property; historical context if relevant
530
+ - Mature landscaping and property features
531
+
532
+ **Pacing**: Measured and respectful; allow time for details to register
533
+
534
+ **Music**: Classical or period-appropriate; sophisticated
535
+
536
+ **Camera Movement**: Deliberate and careful; linger on details; reveal architectural features thoughtfully
537
+
538
+ **Common Details**:
539
+ - Original hardwood floors
540
+ - Crown molding, baseboards, trim details
541
+ - Period fireplaces and mantels
542
+ - Built-in shelving and cabinetry
543
+ - Original windows (restored)
544
+ - Period hardware and fixtures
545
+ - Mature trees and established landscaping
546
+
547
+ ---
548
+
549
+ ## Room-by-Room Showcase Strategy
550
+
551
+ Each room in a property serves a distinct purpose in your narrative. Here's how to approach each space with intention.
552
+
553
+ ### EXTERIOR & GROUNDS (The Arrival)
554
+
555
+ **Purpose**: Establish location, context, and first impression.
556
+
557
+ **Camera Approach**:
558
+ - Aerial establishing shot of property in landscape context
559
+ - Ground-level approach to front facade
560
+ - Driveway or walkway leading to entry
561
+ - Curb appeal and entry sequence
562
+ - Mature landscaping, water features, outdoor living areas
563
+
564
+ **Key Moments**:
565
+ - Golden hour light on facade
566
+ - Architectural detailing of front entry
567
+ - View of property from street
568
+ - Landscaping and grounds maintenance
569
+ - Seasonal interest (blooms, foliage)
570
+
571
+ **Duration**: 30–60 seconds
572
+
573
+ ---
574
+
575
+ ### ENTRYWAY & FOYER (The Welcome)
576
+
577
+ **Purpose**: Cross the threshold; establish tone, scale, and light quality inside.
578
+
579
+ **Camera Approach**:
580
+ - Front door opens (shot from inside looking out, or outside looking in)
581
+ - Step across threshold into foyer
582
+ - Look up to reveal ceiling height
583
+ - Light quality immediately apparent
584
+ - Flow to adjacent spaces suggested
585
+
586
+ **Key Moments**:
587
+ - Threshold moment; the shift from outside world
588
+ - Ceiling height and vertical space
589
+ - Entry lighting fixtures and ambiance
590
+ - First view into living spaces
591
+ - Material quality at entry; flooring, walls
592
+
593
+ **Duration**: 15–30 seconds
594
+
595
+ ---
596
+
597
+ ### LIVING ROOM & GREAT ROOM (The Heart)
598
+
599
+ **Purpose**: Show gathering and entertaining space; establish lifestyle and comfort.
600
+
601
+ **Camera Approach**:
602
+ - Multiple entry angles; show room from different perspectives
603
+ - Slow pan across seating areas
604
+ - Approach window and reveal views
605
+ - Show furniture arrangement and flow
606
+ - Lighting effects; how light moves through space at different times
607
+
608
+ **Key Moments**:
609
+ - Soaring ceiling (if applicable); dramatic light
610
+ - Fireplace or focal point highlighted
611
+ - View from seating toward windows
612
+ - Connection to outdoor spaces
613
+ - Material quality of finishes and furnishings
614
+
615
+ **Duration**: 45–90 seconds
616
+
617
+ ---
618
+
619
+ ### KITCHEN (The Workspace & Gathering Hub)
620
+
621
+ **Purpose**: Communicate function and entertaining potential; show quality of finishes and appliances.
622
+
623
+ **Camera Approach**:
624
+ - Enter kitchen; show overall layout
625
+ - Island or counter space featured
626
+ - Move to sink; show view while at workspace
627
+ - Showcase appliances and counter materials
628
+ - Open to adjacent dining or entertaining space
629
+ - Close-ups of fine details: hardware, backsplash, lighting
630
+
631
+ **Key Moments**:
632
+ - Island as entertaining hub
633
+ - Views while at primary work surfaces
634
+ - Appliance quality and finish
635
+ - Counter material (marble, quartz, wood) in beautiful light
636
+ - Connection to dining and outdoor entertaining
637
+ - Pantry or storage solutions
638
+ - Functional flow between prep, cooking, serving
639
+
640
+ **Duration**: 60–90 seconds
641
+
642
+ ---
643
+
644
+ ### DINING AREA (The Gathering)
645
+
646
+ **Purpose**: Show entertaining potential; establish ambiance and guest capacity.
647
+
648
+ **Camera Approach**:
649
+ - Show dining table in room context
650
+ - Lighting from above (chandelier or fixtures)
651
+ - Views from dining position
652
+ - Connection to kitchen (service flow)
653
+ - Access to outdoor entertaining (if applicable)
654
+ - Table set or styled for entertaining
655
+
656
+ **Key Moments**:
657
+ - Ceiling fixture and ambient lighting
658
+ - Table and chair quality
659
+ - Place settings and styling
660
+ - View toward landscape or architectural feature from dining position
661
+ - Connection to kitchen
662
+ - Capacity and entertaining potential
663
+
664
+ **Duration**: 30–45 seconds
665
+
666
+ ---
667
+
668
+ ### PRIMARY BEDROOM (The Sanctuary)
669
+
670
+ **Purpose**: Communicate privacy, comfort, and luxury; emphasize views and light quality.
671
+
672
+ **Camera Approach**:
673
+ - Enter bedroom; establish scale and feel
674
+ - Approach windows; reveal views
675
+ - Show bed positioning and quality
676
+ - Subtle camera movement; this is intimate space
677
+ - Light effects: natural light and artificial lighting at night
678
+ - Connection to en-suite bathroom
679
+
680
+ **Key Moments**:
681
+ - Window and views from bed
682
+ - Ceiling height; architectural details
683
+ - Bed quality and furnishings
684
+ - Reading or seating area
685
+ - Natural light quality
686
+ - Transition to bathroom
687
+
688
+ **Duration**: 45–60 seconds
689
+
690
+ ---
691
+
692
+ ### PRIMARY BATHROOM & SPA (The Retreat)
693
+
694
+ **Purpose**: Communicate luxury finishes, functionality, and self-care sanctuary appeal.
695
+
696
+ **Camera Approach**:
697
+ - Enter bathroom; show overall layout
698
+ - Approach vanity; show materials and lighting
699
+ - Showcase tub or shower (often the focal point)
700
+ - Materials: marble, tile, fixtures in beautiful light
701
+ - Lighting fixtures and ambiance
702
+ - Storage and organization
703
+ - Secondary sink or areas
704
+
705
+ **Key Moments**:
706
+ - Marble or stone countertops and flooring
707
+ - Soaking tub or spa-quality shower
708
+ - Lighting for ambiance and function
709
+ - Window or skylight; natural light
710
+ - Storage solutions
711
+ - Fixtures and hardware detail
712
+
713
+ **Duration**: 45–60 seconds
714
+
715
+ ---
716
+
717
+ ### SECONDARY BEDROOMS (The Flexibility)
718
+
719
+ **Purpose**: Quickly establish additional sleeping capacity; show guest comfort and quality.
720
+
721
+ **Camera Approach**:
722
+ - Brief entry and overview of each room
723
+ - Show scale relative to primary bedroom
724
+ - Quick shot of bed and window
725
+ - Move efficiently through multiple rooms
726
+ - Emphasize light and comfort over detail
727
+ - Show flexibility of space (home office potential, etc.)
728
+
729
+ **Key Moments**:
730
+ - Quality of furnishings
731
+ - Window and natural light
732
+ - Closet space
733
+ - Connection to shared bathrooms
734
+ - Individuality of each room's character
735
+
736
+ **Duration**: 15–20 seconds per room
737
+
738
+ ---
739
+
740
+ ### BATHROOMS (Guest & Secondary)
741
+
742
+ **Purpose**: Show functionality and guest comfort; demonstrate home has ample facilities.
743
+
744
+ **Camera Approach**:
745
+ - Quick overview; vanity, toilet, shower/tub
746
+ - Show fixtures and finishes
747
+ - Lighting and mirrors
748
+ - Storage and organization
749
+ - Cleanliness and maintenance quality
750
+
751
+ **Key Moments**:
752
+ - Fixture quality
753
+ - Counter and flooring materials
754
+ - Lighting
755
+ - Organization and cleanliness
756
+
757
+ **Duration**: 15–25 seconds per bathroom
758
+
759
+ ---
760
+
761
+ ### HOME OFFICE/LIBRARY (The Work Sanctuary)
762
+
763
+ **Purpose**: Communicate functionality for remote work; establish intellectual or creative identity.
764
+
765
+ **Camera Approach**:
766
+ - Show desk or work surface with window view
767
+ - Natural light for work
768
+ - Shelving and book collections (if library)
769
+ - Quiet, focused ambiance
770
+ - Connection to rest of home but sense of separation
771
+
772
+ **Key Moments**:
773
+ - Desk with view
774
+ - Natural light on work surface
775
+ - Books or curated objects
776
+ - Seating for breaks or contemplation
777
+ - Door closing for privacy
778
+
779
+ **Duration**: 30–45 seconds
780
+
781
+ ---
782
+
783
+ ### SPECIALTY SPACES (Wine Cellar, Gym, Cinema, Art Gallery, etc.)
784
+
785
+ **Purpose**: Justify premium pricing; communicate sophisticated lifestyle options.
786
+
787
+ **Camera Approach**:
788
+ - Show full scope of specialized space
789
+ - Function and design in harmony
790
+ - Technology and equipment featured (if relevant)
791
+ - Lighting design specific to function
792
+ - How space reflects owner's passions
793
+
794
+ **Key Moments**:
795
+ - Wine collection in proper lighting and temperature control
796
+ - Gym equipment or studio setup; light and space
797
+ - Cinema: seating comfort, screen, lighting
798
+ - Art display: proper lighting and composition
799
+ - Game room: equipment and entertaining potential
800
+
801
+ **Duration**: 30–60 seconds per specialty space
802
+
803
+ ---
804
+
805
+ ### OUTDOOR SPACES & GARDENS (The Extended Living)
806
+
807
+ **Purpose**: Show entertaining potential, privacy, and connection to nature.
808
+
809
+ **Camera Approach**:
810
+ - Transition from interior to exterior seamlessly
811
+ - Show full backyard or terrace context
812
+ - Pool or water features as focal point (if applicable)
813
+ - Seating and entertaining areas
814
+ - Landscaping, trees, privacy features
815
+ - Views from outdoor spaces (looking out, not just at house)
816
+ - Evening lighting and ambiance
817
+ - Drone aerial of full grounds (if appropriate)
818
+
819
+ **Key Moments**:
820
+ - Pool/spa in beautiful light
821
+ - Outdoor entertaining setup: seating, fireplace, grill
822
+ - Landscaping and mature plantings
823
+ - Privacy and view balance
824
+ - Hardscaping materials and quality
825
+ - Connection between interior and exterior
826
+ - Evening transformation with accent lighting
827
+ - Surrounding neighborhood views
828
+
829
+ **Duration**: 60–120 seconds
830
+
831
+ ---
832
+
833
+ ## Camera Movement Library for Spaces
834
+
835
+ Professional camera movement is the backbone of compelling real estate video. Here are the essential techniques for **Seedance 2.0 on Higgsfield** to create smooth, purposeful motion.
836
+
837
+ ### STEADICAM WALKTHROUGH
838
+
839
+ **Use**: Interior spaces; creating the sensation of walking through the property naturally.
840
+
841
+ **Technique**: Camera moves at human walking pace, 3–5 mph, following a logical path through spaces. Movement is smooth, slight, and purposeful—not shaky or rushed.
842
+
843
+ **Effect**: Viewer feels they are walking through the property; intimate, immersive.
844
+
845
+ **Best For**: Foyer, hallways, kitchen flow, moving through living spaces.
846
+
847
+ **Duration**: 10–20 seconds per pass.
848
+
849
+ ---
850
+
851
+ ### DRONE AERIAL APPROACH
852
+
853
+ **Use**: Establishing property context, approaching from above, revealing property in landscape.
854
+
855
+ **Technique**: Start high above property (or approaching from distance); fly downward and inward toward key feature (entry, view, pool, chimney).
856
+
857
+ **Effect**: Awe, context, perspective, location advantage.
858
+
859
+ **Best For**: Property introduction, establishing shots, showing grounds and views.
860
+
861
+ **Duration**: 5–15 seconds.
862
+
863
+ ---
864
+
865
+ ### GIMBAL SMOOTH GLIDE
866
+
867
+ **Use**: Lateral movement; moving along facades, between rooms, across outdoor spaces.
868
+
869
+ **Technique**: Camera moves smoothly left to right, right to left, or diagonally. Movement is steady; no panning—pure lateral motion.
870
+
871
+ **Effect**: Sophisticated, controlled, contemplative.
872
+
873
+ **Best For**: Exterior facade approach, kitchen counter flow, dining table approach, terrace travel.
874
+
875
+ **Duration**: 5–15 seconds.
876
+
877
+ ---
878
+
879
+ ### REVEAL AROUND CORNER OR DOORWAY
880
+
881
+ **Use**: Creating anticipation; leading viewer into new space.
882
+
883
+ **Technique**: Camera approaches corner or doorway partially blocked; slowly reveals hidden space beyond.
884
+
885
+ **Effect**: Anticipation, discovery, "aha" moment.
886
+
887
+ **Best For**: Transitions between rooms, approaching windows, revealing views, entering bathrooms.
888
+
889
+ **Duration**: 3–8 seconds.
890
+
891
+ ---
892
+
893
+ ### WINDOW APPROACH & VIEW REVEAL
894
+
895
+ **Use**: Moving from interior toward window; revealing views beyond.
896
+
897
+ **Technique**: Start in room; slowly approach window. Camera glides toward glass; view beyond gradually fills frame. Movement is patient, allowing view to be revealed slowly.
898
+
899
+ **Effect**: Viewer experiences the moment of discovering the view; emotional impact.
900
+
901
+ **Best For**: Major selling features—waterfront, skyline, landscape views.
902
+
903
+ **Duration**: 8–15 seconds.
904
+
905
+ ---
906
+
907
+ ### CEILING-TO-FLOOR VERTICAL TILT
908
+
909
+ **Use**: Establishing spatial height; showing ceiling details or dramatic vertical space.
910
+
911
+ **Technique**: Camera starts at eye level, looking toward a wall, then tilts upward to ceiling. Opposite: start at ceiling, tilt down to floor.
912
+
913
+ **Effect**: Reveals height, volume, architectural drama.
914
+
915
+ **Best For**: Soaring ceilings, skylights, architectural details, two-story foyers.
916
+
917
+ **Duration**: 3–8 seconds.
918
+
919
+ ---
920
+
921
+ ### DOORWAY THRESHOLD REVEAL
922
+
923
+ **Use**: Crossing into new rooms; emphasizing the significance of thresholds.
924
+
925
+ **Technique**: Camera approaches closed door (or doorway); door opens or camera crosses the threshold, revealing room beyond.
926
+
927
+ **Effect**: Ritualistic, significant, inviting.
928
+
929
+ **Best For**: Front door entry, bedroom doors, bathroom thresholds, any major transition.
930
+
931
+ **Duration**: 3–8 seconds.
932
+
933
+ ---
934
+
935
+ ### PULLBACK OR PUSH-IN REVEAL
936
+
937
+ **Use**: Establishing scale; starting close on detail and pulling back to show room context.
938
+
939
+ **Technique**: Begin close on architectural detail, material, or object. Slowly pull camera back, revealing full room context.
940
+
941
+ **Effect**: Communicates craftsmanship and luxury; detail to full picture narrative.
942
+
943
+ **Best For**: Marble veining, ceiling rosettes, hardwood joinery, light fixtures.
944
+
945
+ **Duration**: 5–10 seconds.
946
+
947
+ ---
948
+
949
+ ### ROTATING/ORBIT MOVEMENT
950
+
951
+ **Use**: Showing a space from multiple angles within a single smooth shot.
952
+
953
+ **Technique**: Camera rotates 180–360 degrees around a central point (room center, focal feature, island).
954
+
955
+ **Effect**: Communicates scale and spatial relationships; viewer understands room layout intimately.
956
+
957
+ **Best For**: Great rooms, kitchens with islands, outdoor entertaining spaces, special features.
958
+
959
+ **Duration**: 10–20 seconds.
960
+
961
+ ---
962
+
963
+ ### LATERAL CRANE OR JIB MOVEMENT
964
+
965
+ **Use**: Combining height change with lateral movement; creating elegant, complex motion.
966
+
967
+ **Technique**: Camera moves left/right while simultaneously moving upward or downward.
968
+
969
+ **Effect**: Sophisticated, high-production-value feeling.
970
+
971
+ **Best For**: Following room transitions, revealing multi-level spaces, dramatic exterior shots.
972
+
973
+ **Duration**: 5–15 seconds.
974
+
975
+ ---
976
+
977
+ ### TIME-LAPSE TRANSITION
978
+
979
+ **Use**: Showing time passage; day-to-night transformation, light moving through space.
980
+
981
+ **Technique**: Time-lapse of light moving across surfaces, sun setting, lights turning on.
982
+
983
+ **Effect**: Communicates temporal dimension; how property feels at different times.
984
+
985
+ **Best For**: Exterior approaching twilight, interior light transitions, showing versatility.
986
+
987
+ **Duration**: 3–10 seconds.
988
+
989
+ ---
990
+
991
+ ### SUBTLE FOCUS SHIFT
992
+
993
+ **Use**: Directing attention within a shot; shifting focus between foreground and background.
994
+
995
+ **Technique**: Use depth of field; shift focus from foreground object to background view.
996
+
997
+ **Effect**: Sophisticated, professional, draws eye to key elements sequentially.
998
+
999
+ **Best For**: Kitchen with view in background, interior with window beyond, layered compositions.
1000
+
1001
+ **Duration**: 3–5 seconds.
1002
+
1003
+ ---
1004
+
1005
+ ## Lighting & Time-of-Day Guide
1006
+
1007
+ Lighting is the single most important factor in real estate video quality. **Seedance 2.0 on Higgsfield** can render photorealistic lighting at any time of day. Strategic timing and light direction can make the difference between a property that looks average and one that feels transcendent.
1008
+
1009
+ ### GOLDEN HOUR EXTERIOR (Early Morning & Late Afternoon: 6–8 AM, 4–6 PM)
1010
+
1011
+ **Characteristics**:
1012
+ - Warm, honeyed directional light
1013
+ - Long shadows creating dimension and drama
1014
+ - Soft, flattering light that minimizes imperfections
1015
+ - Sky takes on warm orange/apricot hues
1016
+ - Ideal for frontage and approach shots
1017
+
1018
+ **Best For**:
1019
+ - Property facades
1020
+ - Approach shots and arrival sequences
1021
+ - Outdoor entertaining areas
1022
+ - Gardens and landscaping
1023
+ - Entry and curb appeal
1024
+
1025
+ **Camera Positioning**: Place the sun at 45-degree angle to property; side-lighting reveals texture and dimension.
1026
+
1027
+ **Why It Works**: Golden hour light is inherently beautiful and flattering. Viewers psychologically associate warm, golden light with positive emotion, comfort, and timelessness.
1028
+
1029
+ ---
1030
+
1031
+ ### TWILIGHT / BLUE HOUR (Post-Sunset: 30 minutes after sunset)
1032
+
1033
+ **Characteristics**:
1034
+ - Deep blue sky (not black)
1035
+ - Artificial lights come alive; interior lights warmly contrast cool exterior
1036
+ - Sophisticated, upscale atmosphere
1037
+ - Great for showing 24-hour appeal and evening entertaining
1038
+
1039
+ **Best For**:
1040
+ - Showing property's evening character
1041
+ - Exterior approach with illuminated architecture
1042
+ - Outdoor entertainment lighting
1043
+ - Interior with lights on (contrast with outside)
1044
+ - Urban and sophisticated properties
1045
+ - Properties with dramatic exterior accent lighting
1046
+
1047
+ **Camera Positioning**: Shoot toward property from positions that showcase how it's illuminated. Avoid shooting directly into light sources.
1048
+
1049
+ **Why It Works**: Twilight communicates sophistication and lifestyle. It shows the home isn't just beautiful by day but also comes alive in evening entertaining.
1050
+
1051
+ ---
1052
+
1053
+ ### BRIGHT DAYLIGHT (Mid-Morning to Early Afternoon: 9 AM–3 PM)
1054
+
1055
+ **Characteristics**:
1056
+ - Bright, even light
1057
+ - High sun minimizes shadows
1058
+ - Good for clarity and cleanliness
1059
+ - Less forgiving of imperfections
1060
+ - Sky often washed-out light blue
1061
+
1062
+ **Best For**:
1063
+ - Interiors requiring clarity
1064
+ - Modern, minimalist spaces that benefit from bright light
1065
+ - Spaces with lots of windows (shows light quality)
1066
+ - Kitchen functionality and cleanliness
1067
+ - Commercial and office spaces
1068
+ - Outdoor spaces showing true colors
1069
+
1070
+ **Camera Positioning**: Position camera to maximize window light. Use north-facing windows for consistent, cool light.
1071
+
1072
+ **Why It Works**: Bright daylight feels clean, clear, and confident. It's good for functional spaces but can feel harsh. Use it strategically for spaces that benefit from clarity.
1073
+
1074
+ ---
1075
+
1076
+ ### WARM EVENING AMBIANCE (Early Evening: Sunset to 1–2 Hours After)
1077
+
1078
+ **Characteristics**:
1079
+ - Interior lights fully on; warm tungsten glow
1080
+ - Exterior still has color (not full black)
1081
+ - Cozy, intimate feeling
1082
+ - Shows how home feels lived-in and inviting
1083
+ - Candlelight and accent lighting visible
1084
+
1085
+ **Best For**:
1086
+ - Interior entertaining spaces
1087
+ - Bedrooms and private spaces
1088
+ - Dining rooms with table set
1089
+ - Outdoor entertaining with ambient lighting
1090
+ - Fireplace and architectural lighting
1091
+ - Overall livability and warmth
1092
+
1093
+ **Camera Positioning**: Use interior lighting to backlight; shoot from interior looking toward windows showing twilight beyond.
1094
+
1095
+ **Why It Works**: Warm evening light triggers emotional response; it feels like home, like a place to gather and entertain. It communicates livability and comfort.
1096
+
1097
+ ---
1098
+
1099
+ ### STRATEGIC ARTIFICIAL LIGHTING
1100
+
1101
+ Seedance 2.0 on Higgsfield allows you to position and control artificial lighting for maximum effect.
1102
+
1103
+ **Types of Strategic Lighting**:
1104
+
1105
+ 1. **Accent Uplighting on Facade**: Architectural details, stone, trees, entry features illuminated from below.
1106
+
1107
+ 2. **Landscape Lighting**: Path lights, tree uplighting, ground wash lighting on gardens.
1108
+
1109
+ 3. **Pool & Water Feature Lighting**: Underwater or edge lighting emphasizes water feature as nighttime focal point.
1110
+
1111
+ 4. **Interior Ambient Lighting**: Ceiling fixtures, sconces, table lamps creating warm, inviting interior glow.
1112
+
1113
+ 5. **Task Lighting**: Kitchen counter lighting, bathroom vanity lighting showing functionality and luxury.
1114
+
1115
+ 6. **Accent Lighting on Architectural Details**: Fireplace, built-ins, artwork, architectural moldings spotlit.
1116
+
1117
+ ---
1118
+
1119
+ ### TIME-OF-DAY OPTIMIZATION STRATEGY
1120
+
1121
+ For maximum impact, plan your real estate video to feature the property at multiple optimal times:
1122
+
1123
+ | Time of Day | Best For | Duration in Video |
1124
+ |---|---|---|
1125
+ | Golden Hour (morning or evening) | Facades, approach, establishing shots, gardens | 1–2 minutes |
1126
+ | Bright Daylight | Interior living spaces, light quality, clarity | 2–3 minutes |
1127
+ | Twilight | Evening entertaining potential, exterior architecture, 24-hour appeal | 1 minute |
1128
+ | Warm Evening | Interior ambiance, cozy entertaining, livability | 1 minute |
1129
+
1130
+ **Pro Tip**: Open with golden hour approach (awe), transition to bright interior (clarity and function), move to twilight (lifestyle and entertainment), and close with warm evening or final golden hour statement (emotional resonance).
1131
+
1132
+ ---
1133
+
1134
+ ## Architectural Detail Shots: Elevating Craftsmanship
1135
+
1136
+ Real estate videos succeed not just through broad, sweeping shots but through *intimate details* that communicate luxury, craftsmanship, and attention to design. These close-up moments are where discerning buyers recognize quality.
1137
+
1138
+ ### MATERIAL & FINISH DETAILS
1139
+
1140
+ **Marble Veining Close-Up**
1141
+ - Shoot marble surfaces—counters, floors, fireplaces—in angled light that reveals veining detail
1142
+ - Let camera glide across surface; veining pattern becomes art
1143
+ - Duration: 3–5 seconds
1144
+ - Communicates: Luxury, natural material authenticity, designer sensibility
1145
+
1146
+ **Wood Grain & Joinery**
1147
+ - Hardwood floors in raking light showing grain pattern
1148
+ - Cabinetry joinery and construction detail
1149
+ - Staircase newel and railing craftsmanship
1150
+ - Duration: 3–5 seconds per detail
1151
+ - Communicates: Quality materials, craftsmanship, enduring value
1152
+
1153
+ **Tile Pattern & Grout Quality**
1154
+ - Shower or floor tile in detailed close-up
1155
+ - Pattern, color, and grout precision visible
1156
+ - Duration: 2–3 seconds
1157
+ - Communicates: Design attention, installation quality, luxury finishes
1158
+
1159
+ **Concrete Finish**
1160
+ - Polished concrete counters or floors in light showing subtle texture
1161
+ - Sparkle of aggregate beneath finish
1162
+ - Duration: 2–3 seconds
1163
+ - Communicates: Modern sensibility, high-end finish, designer choice
1164
+
1165
+ **Glass Detailing**
1166
+ - Frameless glass shower enclosures; glass edge clarity and hardware
1167
+ - Window frame and hardware detail
1168
+ - Mirrored surfaces showing reflection quality
1169
+ - Duration: 2–3 seconds
1170
+ - Communicates: Luxury, cleanliness, quality installation
1171
+
1172
+ ---
1173
+
1174
+ ### FIXTURE & HARDWARE DETAILS
1175
+
1176
+ **Lighting Fixture Design**
1177
+ - Chandelier or statement pendant in detail; how light refracts through crystal or glass
1178
+ - Sconce design and installation
1179
+ - Track lighting precision
1180
+ - Duration: 3–5 seconds
1181
+ - Communicates: Designer sensibility, quality lighting design
1182
+
1183
+ **Door Hardware & Hinges**
1184
+ - Heavy door handles, levers, and hinges in detail
1185
+ - Material and finish evident
1186
+ - Solid, quality feel
1187
+ - Duration: 1–2 seconds
1188
+ - Communicates: Quality construction, attention to detail
1189
+
1190
+ **Faucet & Sink Hardware**
1191
+ - Kitchen faucet design and finish in close-up
1192
+ - Bathroom faucet luxury finishes
1193
+ - Sink basin material and design
1194
+ - Duration: 2–3 seconds
1195
+ - Communicates: Luxury, functionality, designer finishes
1196
+
1197
+ **Cabinet Hardware & Organization**
1198
+ - Cabinet knobs, pulls, and catches in detail
1199
+ - Interior drawer organization and soft-close mechanisms
1200
+ - Pantry organization
1201
+ - Duration: 2–3 seconds
1202
+ - Communicates: Luxury, attention to storage, organizational sophistication
1203
+
1204
+ ---
1205
+
1206
+ ### ARCHITECTURAL DETAILS
1207
+
1208
+ **Crown Molding & Trim**
1209
+ - Detailed shot of crown molding or architectural trim
1210
+ - Shadow and light reveal profile and quality
1211
+ - Duration: 2–3 seconds
1212
+ - Communicates: Historical authenticity, craftsmanship, architectural interest
1213
+
1214
+ **Ceiling Detail**
1215
+ - Ceiling rosette, medallion, or coffered ceiling in detail
1216
+ - Light hitting architectural depth
1217
+ - Duration: 2–3 seconds
1218
+ - Communicates: Architectural sophistication, high ceilings, design
1219
+
1220
+ **Fireplace Mantel & Surround**
1221
+ - Stone, tile, or wood surround in detail
1222
+ - Mantel decoration and styling
1223
+ - Duration: 3–5 seconds
1224
+ - Communicates: Focal point, craftsmanship, entertaining centerpiece
1225
+
1226
+ **Staircase Detail**
1227
+ - Stair tread and riser detail; baluster and railing profile
1228
+ - Newel post and handrail design
1229
+ - Duration: 3–5 seconds
1230
+ - Communicates: Quality construction, architectural interest, craftsmanship
1231
+
1232
+ ---
1233
+
1234
+ ### LANDSCAPE & OUTDOOR DETAILS
1235
+
1236
+ **Plant & Flower Detail**
1237
+ - Blooming flowers in their season; foliage and color
1238
+ - Close-up of landscape design and plant selection
1239
+ - Duration: 2–3 seconds
1240
+ - Communicates: Mature landscaping, seasonal interest, property maturity
1241
+
1242
+ **Stone & Hardscape Detail**
1243
+ - Paving pattern and material in detail
1244
+ - Stone texture and color
1245
+ - Retaining wall construction
1246
+ - Duration: 2–3 seconds
1247
+ - Communicates: Quality hardscaping, design sophistication, longevity
1248
+
1249
+ **Water Feature Detail**
1250
+ - Fountain, pond, or pool edge detail
1251
+ - Water movement and light refraction
1252
+ - Duration: 2–3 seconds
1253
+ - Communicates: Luxury amenity, attention to detail, visual interest
1254
+
1255
+ ---
1256
+
1257
+ ## Sound Design for Properties: The Forgotten Half of Video
1258
+
1259
+ Seventy percent of a video's impact comes from sound—yet many real estate videos rely on generic music alone. Strategic sound design elevates your video from serviceable to *exceptional*.
1260
+
1261
+ ### AMBIENT ROOM TONE & FOOTSTEPS
1262
+
1263
+ **Footsteps on Different Surfaces**:
1264
+ - Hardwood floor: warm, resonant, slightly hollow
1265
+ - Marble: crisp, bright, echoing slightly (suggesting high ceilings and emptiness)
1266
+ - Tile: sharp, clinical, precise
1267
+ - Carpet: soft, muffled, quiet
1268
+
1269
+ **Effect**: Grounds viewer in physical space; makes them feel present in the property.
1270
+
1271
+ **Application**: Use subtly during Steadicam walkthrough shots. Footsteps suggest human presence and scale.
1272
+
1273
+ ---
1274
+
1275
+ ### AMBIENT EXTERIOR SOUNDS
1276
+
1277
+ **Natural Sounds**:
1278
+ - Birds chirping (morning); more active in golden hour
1279
+ - Breeze through trees; rustling leaves
1280
+ - Water sounds: fountain, pool, nearby stream
1281
+ - Ocean waves (if waterfront)
1282
+
1283
+ **Urban Sounds**:
1284
+ - Traffic ambience (distant, not intrusive)
1285
+ - City hum (electricity, air conditioning)
1286
+ - Minimal; shouldn't overwhelm
1287
+
1288
+ **Effect**: Grounds property in its context and season.
1289
+
1290
+ **Application**: Use during exterior approach, garden sequences, pool/outdoor space shots. Layer under music without overwhelming it.
1291
+
1292
+ ---
1293
+
1294
+ ### ARCHITECTURAL & MECHANICAL SOUNDS
1295
+
1296
+ **Strategic Mechanical Sounds**:
1297
+ - Door opening and closing (hinges, latch)
1298
+ - Window sliding or opening
1299
+ - Cabinet opening (soft-close mechanism)
1300
+ - Faucet turning on; water sounds
1301
+
1302
+ **Effect**: Communicates functionality and quality (soft-close mechanisms sound different from cheap hinges).
1303
+
1304
+ **Application**: Use sparingly and strategically when showing functional features. Don't overdo; it becomes gimmicky.
1305
+
1306
+ ---
1307
+
1308
+ ### MUSIC SELECTION FOR REAL ESTATE
1309
+
1310
+ Music sets the emotional tone for the property. Choose carefully.
1311
+
1312
+ **Luxury Waterfront/Coastal**:
1313
+ - Ambient, minimal, spacious
1314
+ - Slight hint of breeze, nature sounds
1315
+ - Gentle, sophisticated orchestration
1316
+ - Tempo: Slow, luxurious
1317
+ - Example: Ólafur Arnalds, Max Richter, Nils Frahm
1318
+
1319
+ **Modern Urban Apartment**:
1320
+ - Sophisticated electronic; contemporary classical
1321
+ - Clean, spacious soundscape
1322
+ - Modern production; minimal instrumentation
1323
+ - Tempo: Moderate, contemporary
1324
+ - Example: Jon Hopkins, Tycho, Trent Reznor
1325
+
1326
+ **Cozy Home & Entertaining Spaces**:
1327
+ - Warm, inviting instrumental
1328
+ - Hints of piano, strings, subtle percussion
1329
+ - Creates sense of gathering and warmth
1330
+ - Tempo: Moderate, engaging
1331
+ - Example: Ludovico Einaudi, Bon Iver instrumentals
1332
+
1333
+ **Commercial/Office Spaces**:
1334
+ - Professional, forward-thinking
1335
+ - Contemporary instrumental
1336
+ - Emphasizes energy and productivity
1337
+ - Tempo: Moderate to upbeat
1338
+ - Example: David Darling, Ryoji Ikeda
1339
+
1340
+ **Renovation/Transformation**:
1341
+ - Two-part soundtrack: before (tension, minor key) and after (resolution, major key)
1342
+ - Clear narrative arc
1343
+ - Orchestration builds from sparse to full
1344
+
1345
+ ---
1346
+
1347
+ ### MUSIC TIMING & EMOTIONAL ARC
1348
+
1349
+ Structure your audio to match video narrative:
1350
+
1351
+ 1. **Approach & Arrival** (0–0:15): Music enters subtly; establishes mood
1352
+ 2. **Interior Exploration** (0:15–2:00): Music continues, builds slightly; maintains emotional consistency
1353
+ 3. **Special Features** (2:00–4:00): Music may swell for key reveal moments (pool, view, special room)
1354
+ 4. **Evening/Transition** (4:00–4:45): Music may shift to emphasize 24-hour appeal and lifestyle
1355
+ 5. **Final Statement** (4:45–5:30): Music crescendos or resolves; emotional satisfaction
1356
+
1357
+ ---
1358
+
1359
+ ## Five Large Example Prompts (15–25 Lines Each)
1360
+
1361
+ Below are five detailed example prompts that you can use as templates or direct inputs to Seedance 2.0 on Higgsfield.
1362
+
1363
+ ---
1364
+
1365
+ ### EXAMPLE 1: LUXURY WATERFRONT HOME
1366
+
1367
+ ```
1368
+ [PROMPT FOR SEEDANCE 2.0 ON HIGGSFIELD]
1369
+
1370
+ Create a stunning 5-minute luxury waterfront property showcase video.
1371
+
1372
+ ESTABLISHING SHOT: Drone aerial beginning high above the property, revealing the
1373
+ expansive grounds, mature landscaping, and the shimmering ocean beyond. As the drone
1374
+ descends, the full architectural scope becomes clear: a modern Mediterranean villa with
1375
+ cream and stone facade, positioned on elevated bluff overlooking the water. Descent is
1376
+ slow and luxurious, allowing the scale of the property and its contextual beauty to sink in.
1377
+
1378
+ APPROACH: Smooth gimbal glide along the tree-lined driveway toward the property. Golden
1379
+ hour light (early evening, 5 PM) casts long shadows and bathes the facade in warm, honeyed
1380
+ light. Approach the front entry; heavy wooden doors inset with glass invite entry.
1381
+
1382
+ ENTRY MOMENT: Doors open slowly. Cross threshold into a soaring two-story foyer with
1383
+ marble floor and a view straight through to the ocean beyond. Late afternoon light floods
1384
+ through tall windows, creating geometric patterns on the floor. Camera rises slightly,
1385
+ looking up to the vaulted ceiling to communicate height and light.
1386
+
1387
+ LIVING SPACES: Glide through the great room—minimalist modern furnishings, fireplace
1388
+ as focal point, but the true focal point is the view. Camera moves toward floor-to-ceiling
1389
+ windows. Slow approach to glass; the ocean horizon fills the frame. Stay here, panning
1390
+ across the view for 8 seconds. This is the entire selling point; let it breathe.
1391
+
1392
+ KITCHEN & DINING: Transition to the open-plan kitchen with waterfront view above the
1393
+ sink. Show white marble counters, stainless steel appliances, and the island as entertaining
1394
+ hub. Move to the dining table, positioned to look at the ocean during meals. Subtle detail
1395
+ shot of the marble veining on countertops in raking light.
1396
+
1397
+ MASTER BEDROOM & BATH: Enter the master bedroom with an ocean-view bed. Morning light
1398
+ (show a subtle day-to-night transition during this sequence) suggests the daily ritual of
1399
+ waking to this view. Transition to the spa-like master bath with a soaking tub positioned
1400
+ at the window—bathing while overlooking the ocean. Marble surrounds and luxury fixtures
1401
+ emphasized.
1402
+
1403
+ OUTDOOR ENTERTAINING: Step out onto the infinity pool deck. The pool edge blends with
1404
+ the horizon line; water and sky appear to merge. Show the lounge seating, mature specimen
1405
+ trees providing privacy, and the 180-degree ocean view. Drone shot rising above the pool
1406
+ showing the full entertaining footprint and the property's relationship to the coastline.
1407
+
1408
+ EVENING TRANSFORMATION: Transition to twilight (30 minutes after sunset). Exterior
1409
+ accent lighting on the facade creates drama. Interior lights glow warm against the deep
1410
+ blue evening sky. Show the pool illuminated; the property transforms from daytime elegance
1411
+ to evening luxury.
1412
+
1413
+ FINAL STATEMENT: Return to the view—one long, lingering shot of the ocean at twilight.
1414
+ Camera is positioned at the window, or on the deck looking out. Music swells. Overlay
1415
+ address, agent contact information, and call-to-action. Viewer is left with the lasting
1416
+ impression of beauty, aspiration, and calm.
1417
+
1418
+ MUSIC: Ambient, spacious, minimal. Think Ólafur Arnalds or Max Richter. Slight ocean
1419
+ ambience layered beneath. Build subtly during key reveals (view, pool, twilight).
1420
+
1421
+ RUNTIME: 5:00–5:30
1422
+
1423
+ STYLE: Ultra-luxury, aspirational. Every frame communicates exclusivity and refined taste.
1424
+ The ocean is as much a character as the property.
1425
+ ```
1426
+
1427
+ ---
1428
+
1429
+ ### EXAMPLE 2: MODERN DOWNTOWN LUXURY APARTMENT
1430
+
1431
+ ```
1432
+ [PROMPT FOR SEEDANCE 2.0 ON HIGGSFIELD]
1433
+
1434
+ Create a 4-minute luxury high-rise apartment showcase video emphasizing urbanism, minimalism,
1435
+ and skyline views.
1436
+
1437
+ HOOK: Point-of-view shot from inside the apartment, looking directly out a floor-to-ceiling
1438
+ window. The camera pulls back slowly, revealing the sleek interior: minimalist white and light
1439
+ gray palette, polished concrete flooring, modern furnishings. The cityscape fills the window
1440
+ behind the interior. Within 2 seconds, viewer understands: this is an urban sanctuary with
1441
+ serious views. Subtle jazz-inflected electronic music begins.
1442
+
1443
+ WINDOWS & VIEWS: Camera glides toward the window wall. As it approaches glass, the city
1444
+ beyond dominates the frame. Pan across the skyline slowly; buildings, traffic, urban energy
1445
+ visible. This is the primary selling point—show it generously. Shoot at different times:
1446
+ bright daylight and then, using a day-to-night transition, twilight (blue hour) when city
1447
+ lights illuminate. The urban landscape becomes jewel-like at night.
1448
+
1449
+ FOYER & ENTRY: Transition through the minimal entryway. Polished concrete, hidden storage,
1450
+ clean lines. No clutter. The design philosophy is immediately clear.
1451
+
1452
+ LIVING ROOM: Open-plan living with floor-to-ceiling window view dominating. Minimal
1453
+ furnishings; a geometric sofa, perhaps a single piece of art. Camera performs a slow 180-degree
1454
+ orbit around the room, showing how the space relates to the view and how light moves across
1455
+ the polished concrete floor. The view is constant; the interior is secondary.
1456
+
1457
+ KITCHEN: Show the galley-style or island kitchen with the view visible beyond. Stainless
1458
+ steel appliances, quartz or marble counters, minimal hardware. A single detail shot: marble
1459
+ veining on counter in sharp light. The kitchen is functional and beautiful, but the view
1460
+ beyond the window is still the focus.
1461
+
1462
+ DINING: A simple dining table positioned to look at the city. Seated at this table, the view
1463
+ is part of the meal. Subtle movement showing the table, seating, and view beyond.
1464
+
1465
+ BEDROOM: Transition to the bedroom. Bed positioned to see the city; morning light floods the
1466
+ space. Show how natural light fills the bedroom throughout the day. A longer sequence here
1467
+ emphasizing rest, privacy, and the luxury of a private sleep space within an urban high-rise.
1468
+
1469
+ BATHROOM: Modern spa-like bathroom with geometric tile, floating vanity, rainfall showerhead.
1470
+ Minimal palette matches the rest of the apartment. Show the bathroom as a retreat space;
1471
+ emphasis on luxury fixtures and finishes.
1472
+
1473
+ SECONDARY BEDROOM/FLEX SPACE: Quick pass through secondary bedroom or study. Show flexibility
1474
+ and additional square footage.
1475
+
1476
+ TERRACES (IF APPLICABLE): Any outdoor space—balcony or small terrace—shown with city views
1477
+ emphasized. Minimal outdoor furnishing; the view is the amenity.
1478
+
1479
+ EVENING REVEAL: Transition to evening/night. Interior lights are on; exterior city is dark
1480
+ and glittering with lights. The apartment glows warmly. Show the contrast between the warm
1481
+ interior and the cool city beyond. This is the 24-hour appeal; the property is equally
1482
+ compelling at night.
1483
+
1484
+ FINAL STATEMENT: Return to the window. Camera approaches slowly and stops; viewer sees out
1485
+ into the glittering city. Music swells. Overlay building name/address, amenities listing,
1486
+ agent contact, and call-to-action.
1487
+
1488
+ MUSIC: Sophisticated, contemporary. Jazz-inflected electronic, or contemporary classical
1489
+ (Jon Hopkins, Tycho, or similar). Tempo matches the rhythm of urban life—moderate, purposeful,
1490
+ but not rushed.
1491
+
1492
+ TONE: Sophisticated, contemporary, exclusive. Photography shows the apartment as a minimalist
1493
+ oasis elevated above the city. The view justifies the premium positioning.
1494
+
1495
+ RUNTIME: 4:00–4:30
1496
+ ```
1497
+
1498
+ ---
1499
+
1500
+ ### EXAMPLE 3: COMMERCIAL OFFICE SPACE (Premium Class A)
1501
+
1502
+ ```
1503
+ [PROMPT FOR SEEDANCE 2.0 ON HIGGSFIELD]
1504
+
1505
+ Create a 3:30-minute commercial office space showcase video emphasizing light, collaboration,
1506
+ and professional sophistication.
1507
+
1508
+ HOOK: Interior shot showing an open-plan office space flooded with natural light. Employees
1509
+ (or stylized occupants) work at collaborative desks. Sunlight rakes across the space, creating
1510
+ geometric shadows. Music is professional, forward-thinking, and energetic. Within 2 seconds,
1511
+ viewer understands: this is a high-quality, light-filled, thoughtfully-designed workspace.
1512
+
1513
+ FOYER & RECEPTION: Show the reception area emphasizing first impression. Minimalist modern
1514
+ design, branded elements subtle. Floor-to-ceiling windows showing the city context. Natural
1515
+ light is key. Camera glides through the space; the professional atmosphere is apparent.
1516
+
1517
+ OPEN PLAN WORKSPACE: Transition into the open-plan office. Camera slowly moves through the
1518
+ space, showing:
1519
+ - Modular desk arrangements allowing collaboration and focus
1520
+ - Abundant natural light from window walls
1521
+ - Technology infrastructure (charging stations, monitors, cables) subtle but present
1522
+ - Ergonomic seating and standing desk options
1523
+ - Acoustic paneling for sound management
1524
+ - Plants and biophilic design elements (natural materials, greenery)
1525
+
1526
+ Movement should be smooth and unhurried. Show how light moves across surfaces at different
1527
+ times of day.
1528
+
1529
+ COLLABORATION SPACES: Transition to open conference areas, informal gathering zones, and
1530
+ meeting spaces. Show how the office facilitates collaboration. Camera movements reveal sight
1531
+ lines between zones and how employees can interact.
1532
+
1533
+ PRIVATE OFFICES: Show a few private offices for senior leadership, demonstrating status and
1534
+ privacy options. Windows, views, and natural light emphasized.
1535
+
1536
+ CONFERENCE ROOMS: Showcase conference rooms with glass walls (open, transparent), modern
1537
+ A/V equipment subtly integrated, windows with views. Technology shown as seamlessly supporting
1538
+ the meeting.
1539
+
1540
+ BREAK ROOM & CAFÉ: Show the amenity space—employee break room, café, microwave, refrigeration.
1541
+ This humanizes the space and shows commitment to employee wellbeing.
1542
+
1543
+ WELLNESS SPACE: If the space includes wellness amenities (meditation room, shower, lockers,
1544
+ fitness corner), show them briefly. This communicates forward-thinking tenant experience.
1545
+
1546
+ RESTROOMS: Quick pass showing cleanliness, quality finishes, modern fixtures. Emphasis on
1547
+ maintenance standards.
1548
+
1549
+ VERTICAL MOMENTS: Include vertical movement to show the space's relationship to the city.
1550
+ Shot from windows showing what the tenant sees outside; elevator approach showing building
1551
+ quality; stairwell showing organizational clarity.
1552
+
1553
+ TECHNOLOGY INTEGRATION: Show technology subtly: video conferencing setup, smart lighting
1554
+ controls, security systems, and network infrastructure. Don't dwell, but communicate that
1555
+ the space is forward-thinking and tech-ready.
1556
+
1557
+ FLEXIBILITY & CUSTOMIZATION: Emphasize how the space can be customized. Show different
1558
+ layout options or tenancy configurations (if appropriate).
1559
+
1560
+ EVENING TRANSFORMATION: Transition to evening. Office lights create a warm glow. Show the
1561
+ space after business hours or with different lighting moods. The space remains inviting and
1562
+ professional at night.
1563
+
1564
+ FINAL STATEMENT: Return to a sweeping view of the open-plan space, perhaps from a high vantage
1565
+ point. Camera captures the full scope of the office's light and design sophistication. Music
1566
+ reaches a positive crescendo. Overlay available square footage, tenant amenities, building
1567
+ information, broker contact, and call-to-action.
1568
+
1569
+ MUSIC: Professional, forward-thinking. Contemporary instrumental with hints of energy and
1570
+ optimism. Think David Darling or modern ambient with slight uptempo elements. Pace should
1571
+ feel productive without being frenetic.
1572
+
1573
+ TONE: Professional, aspirational, competent. Photography shows the office as a place where
1574
+ smart people do important work. Light and openness are key selling features.
1575
+
1576
+ RUNTIME: 3:30–4:00
1577
+ ```
1578
+
1579
+ ---
1580
+
1581
+ ### EXAMPLE 4: RENOVATION BEFORE/AFTER TRANSFORMATION
1582
+
1583
+ ```
1584
+ [PROMPT FOR SEEDANCE 2.0 ON HIGGSFIELD]
1585
+
1586
+ Create a 4:30-minute renovation transformation video using before/after sequences to
1587
+ communicate investment value and craftsmanship.
1588
+
1589
+ HOOK: BEFORE photo/footage brief showing the original condition—dated finishes, worn
1590
+ surfaces, dark lighting, cramped layout. Cut immediately to AFTER showing the same space
1591
+ newly renovated—light floods in, modern finishes shine, space feels twice as large. This
1592
+ quick contrast hooks the viewer in 2 seconds: "This property has been transformed."
1593
+
1594
+ BEFORE SEQUENCE (30 seconds total): Quick montage of before condition:
1595
+ - Exterior facade showing original condition; outdated materials
1596
+ - Dark foyer with poor lighting
1597
+ - Cramped kitchen with worn cabinets and dated appliances
1598
+ - Bathroom with original (tired) fixtures
1599
+ - Bedroom showing dated finishes
1600
+ - Overall sense of potential but evident need for investment
1601
+
1602
+ RENOVATION MONTAGE (optional; 30–45 seconds): Time-lapse or quick-cut construction footage
1603
+ showing major renovation work:
1604
+ - Demolition and structural work
1605
+ - New framing and building systems
1606
+ - Drywall installation and finishing
1607
+ - Installation of new systems and finishes
1608
+ - Final stages of finishing
1609
+ This demonstrates the work that went into the transformation.
1610
+
1611
+ EXTERIOR AFTER: The facade is now stunning. New materials, fresh paint, updated lighting.
1612
+ The home is revealed on the street as a premium property. Approach slowly, emphasizing curb
1613
+ appeal transformation.
1614
+
1615
+ FOYER AFTER: The entry is now soaring and light-filled. Same dimensions as before, but the
1616
+ renovation has opened the space and added abundant natural light. The transformation is
1617
+ immediately apparent.
1618
+
1619
+ LIVING SPACES AFTER: Open-concept living room with new flooring, updated lighting, and
1620
+ fresh paint. Show the "before" photo or brief clip momentarily, then transition to the "after"
1621
+ showing the same angle with the transformed space. Viewer immediately sees the dramatic change.
1622
+ Camera movement is slower here, allowing the transformation to sink in.
1623
+
1624
+ KITCHEN TRANSFORMATION: This is often the headline renovation. Show:
1625
+ - Before: cramped, dated, poor lighting
1626
+ - After: open, modern, abundant light
1627
+ Show both the "before" shot and "after" from the same angle. Detail shots of new finishes:
1628
+ marble or quartz counters, new appliances, updated hardware. The transformation is significant.
1629
+
1630
+ BATHROOM RENEWAL: Before/after comparison of master bath. Show the evolution from dated
1631
+ fixtures and finishes to a luxury spa-like retreat. Emphasis on quality of new materials
1632
+ and fixtures.
1633
+
1634
+ SECONDARY SPACES: Bedrooms, additional bathrooms, and supporting spaces shown in their
1635
+ "after" state. Quality and light emphasized.
1636
+
1637
+ STRUCTURAL IMPROVEMENTS (optional detail sequences):
1638
+ - Ceiling raised (if applicable)
1639
+ - Walls removed opening sight lines (if applicable)
1640
+ - New window installation increasing light
1641
+ - HVAC and building systems updated (if relevant)
1642
+
1643
+ LAYOUT & FLOW: Show how the renovation improved the property's flow and connectivity. Where
1644
+ walls were removed, open-plan benefits are evident. Movement through spaces is now more natural
1645
+ and open.
1646
+
1647
+ FINAL SIDE-BY-SIDES: Key spaces shown in before/after split screen, or quick cuts between
1648
+ before and after from same angle. Viewer sees the transformation concisely:
1649
+ - Kitchen before/after
1650
+ - Master bath before/after
1651
+ - Main living space before/after
1652
+
1653
+ EVENING GLOW (AFTER): Show the renovated property at twilight or with evening lighting. The
1654
+ transformation is even more apparent at night; the renovated finishes catch light beautifully.
1655
+
1656
+ INVESTMENT VALUE STATEMENT: Overlay text or voice-over (optional) communicating:
1657
+ - Renovation cost (if appropriate to disclose)
1658
+ - Timeline of renovation
1659
+ - Key upgrades and materials
1660
+ - New systems installed
1661
+
1662
+ FINAL STATEMENT: Return to the most impressive "after" space—often the kitchen or main living
1663
+ room. Music swells to a positive, triumphant crescendo. Overlay property address, assessed
1664
+ value increase (if applicable), agent contact, and call-to-action.
1665
+
1666
+ MUSIC: Two-part soundtrack required:
1667
+ BEFORE section: Minor key, tension, sparse orchestration. Conveys age, potential needing
1668
+ to be unlocked.
1669
+ AFTER section: Major key, resolution, fuller orchestration. Conveys accomplishment,
1670
+ transformation, aspiration. Transition is clear and satisfying.
1671
+
1672
+ PACING: Before section moves quickly (30–45 seconds); after section luxuriates (3:45–4:15).
1673
+ The viewer spends more time with the success story than the problem.
1674
+
1675
+ TONE: Transformative, smart investment, craftsmanship. The video shows that investment and
1676
+ vision can unlock hidden value. It appeals to both those who want move-in-ready and those who
1677
+ see investment opportunity.
1678
+
1679
+ RUNTIME: 4:30–5:00
1680
+ ```
1681
+
1682
+ ---
1683
+
1684
+ ### EXAMPLE 5: VACATION RENTAL (MOUNTAIN RETREAT)
1685
+
1686
+ ```
1687
+ [PROMPT FOR SEEDANCE 2.0 ON HIGGSFIELD]
1688
+
1689
+ Create a 4:45-minute vacation rental showcase video emphasizing escape, experience, and
1690
+ lifestyle aspiration in a mountain setting.
1691
+
1692
+ HOOK: Aerial drone shot approaching the property from above the surrounding mountains.
1693
+ Dramatic peaks, forested slopes, and the property nestled in its natural context. Or:
1694
+ interior shot of guest lying in bed, waking up to a mountain view. Camera pulls back slowly,
1695
+ revealing a room flooded with morning light and an expansive view beyond. Within 2 seconds,
1696
+ the viewer is transported; they are escaping to a mountain sanctuary. Music is warm, inviting,
1697
+ and slightly adventurous.
1698
+
1699
+ EXTERIOR CONTEXT: Establish the location. Aerial drone showing the property's relationship
1700
+ to surrounding terrain, the landscape, and nearby trails or attractions. The setting is as
1701
+ much a character as the property. Time of day: golden hour (early morning or late afternoon)
1702
+ emphasizing the natural beauty.
1703
+
1704
+ APPROACH: Slow approach to the property, either by car/driveway or on foot through the
1705
+ landscape. The journey to the property is part of the fantasy—this is an escape from the
1706
+ everyday world.
1707
+
1708
+ ENTRY & FOYER: The front door opens. Cross the threshold into a space flooded with natural
1709
+ light and mountain views. The interior design is warm, inviting, and complementary to the
1710
+ landscape—think natural wood, stone, earthy palettes. The first moment inside communicates
1711
+ comfort and connection to the natural surroundings.
1712
+
1713
+ GREAT ROOM/LIVING AREA: The main gathering space, with stunning mountain or forest views.
1714
+ Fireplace (if applicable) as focal point. Comfortable seating arranged for gathering but
1715
+ also for lounging and enjoying views. Camera approaches windows slowly; the view becomes
1716
+ the focal point. Show the room at different times of day (morning light, afternoon, golden
1717
+ hour) if possible, to communicate how the space transforms. Maybe a family or couple is shown
1718
+ gathering here (optional), humanizing the experience.
1719
+
1720
+ KITCHEN & DINING: Open-plan kitchen with views preserved. Dining table or counter seating
1721
+ positioned to enjoy views while eating. Show functionality but emphasize the experience of
1722
+ dining while overlooking the landscape. This is where the family gathers; guests remember
1723
+ meals taken here.
1724
+
1725
+ PRIMARY BEDROOM: Master bedroom with either direct mountain view or access to a balcony with
1726
+ views. Morning light is key—show the bedroom at sunrise, with warm golden light and views
1727
+ coming alive. Bed positioned to take in views. En-suite bathroom shown as a luxury retreat
1728
+ with quality finishes.
1729
+
1730
+ ADDITIONAL BEDROOMS: Show guest bedrooms with warmth and comfort. Each should have a distinct
1731
+ character, yet all should feel welcoming. Emphasize the property's ability to host multiple
1732
+ families or groups.
1733
+
1734
+ BATHROOMS: Luxury finishes and generous spa-like quality. Even guest bathrooms are comfortable
1735
+ and high-quality. Hot tubs or soaking tubs (if applicable) emphasized as relaxation amenities.
1736
+
1737
+ RECREATION & ENTERTAINMENT SPACES: Show any recreation available:
1738
+ - Hot tub on deck overlooking landscape (especially shown at evening/twilight with steam rising)
1739
+ - Sauna or spa facility
1740
+ - Game room or entertainment area
1741
+ - Library or reading nook
1742
+ - Outdoor fire pit area
1743
+ Each is positioned to enhance the "escape" narrative.
1744
+
1745
+ OUTDOOR ENTERTAINING: Decks, patios, and outdoor spaces positioned for entertaining. Show
1746
+ seating, dining, and how outdoor space extends the interior. Afternoon/golden hour showing
1747
+ these spaces at their best. Camera movement shows the fluidity between inside and outside.
1748
+
1749
+ HYPER-LOCAL DETAILS: Brief sequences showing the property's location and nearby attractions:
1750
+ - Nearby hiking trails
1751
+ - Lake or river access
1752
+ - Ski slope proximity (if winter rental)
1753
+ - Town amenities, restaurants, attractions
1754
+ This contextualizes the vacation experience and shows what guests can do beyond the property.
1755
+
1756
+ EVENING AMBIANCE: Transition to twilight or evening. Outdoor fire pit lit, creating warmth
1757
+ and gathering space. Interior lights glow warmly. The property transforms into a cozy evening
1758
+ refuge. Show the property as an ideal gathering place for entertaining and relaxation.
1759
+
1760
+ NIGHT SKY (OPTIONAL): If the location is remote enough, show the starry night sky from the
1761
+ property's vantage point. The escape is complete; you're in a place where stars are visible
1762
+ at night.
1763
+
1764
+ FINAL STATEMENT: Return to a signature view from the property—perhaps the main bedroom window
1765
+ at sunrise, or the deck at golden hour, or the great room at dusk. A long, lingering moment
1766
+ allowing the beauty and peace to sink in. Music reaches a satisfying crescendo. Overlay
1767
+ availability calendar, nightly rate or weekly rate, booking link, amenities list, and
1768
+ call-to-action to book.
1769
+
1770
+ MUSIC: Warm, inviting, slightly adventurous. Think indie folk, acoustic-forward
1771
+ instrumentation, or ambient with subtle percussive elements suggesting nature and exploration.
1772
+ Tempo is relaxed, encouraging the viewer to imagine themselves relaxing in this space.
1773
+
1774
+ ANCILLARY TEXT/OVERLAYS:
1775
+ - "Sleeps 10"
1776
+ - "3 bedrooms, 2.5 bathrooms"
1777
+ - "Hot tub, sauna, wood-fired outdoor kitchen"
1778
+ - "2-hour drive to hiking trailhead X"
1779
+ - "Available: [dates]"
1780
+ - Nightly rate range
1781
+ - Link to booking platform
1782
+ - Contact information for inquiries
1783
+
1784
+ TONE: Aspirational escape, adventure, gathering. The video sells not just a property but an
1785
+ experience and a way to spend meaningful time in a beautiful place.
1786
+
1787
+ RUNTIME: 4:45–5:15
1788
+
1789
+ CONTENT STRATEGY: Show the property as a gathering place for meaningful experiences. Vacation
1790
+ rentals succeed when they communicate not just comfort and aesthetics, but the potential for
1791
+ memory-making and connection.
1792
+ ```
1793
+
1794
+ ---
1795
+
1796
+ ## Virtual Tour vs. Marketing Video: Different Goals, Different Approaches
1797
+
1798
+ Real estate content comes in two primary forms. They serve different purposes and require different strategies.
1799
+
1800
+ ### VIRTUAL TOUR (VT)
1801
+
1802
+ **Purpose**: Allow prospective buyers/renters to explore the property independently, at their own pace, in any order, multiple times.
1803
+
1804
+ **Characteristics**:
1805
+ - Interactive; viewer chooses their path
1806
+ - Every room shown multiple times from multiple angles
1807
+ - Comprehensive coverage; nothing hidden
1808
+ - Functional over emotional
1809
+ - Viewer can pause, rewind, navigate at will
1810
+ - Often includes floor plan and property specs
1811
+
1812
+ **Ideal Use Cases**:
1813
+ - Initial listing exposure (broad audience building)
1814
+ - Detailed property documentation
1815
+ - Long-term listings (months on market)
1816
+ - Investment or commercial properties
1817
+ - Vacation rentals (guests want comprehensive preview)
1818
+
1819
+ **Technical Approach**:
1820
+ - 360-degree photography or multidirectional video
1821
+ - Hotspots linking between spaces
1822
+ - Embedded floor plans
1823
+ - Property specs and feature lists overlaid
1824
+ - Length: Comprehensive; no time constraint
1825
+
1826
+ ### MARKETING VIDEO (MV)
1827
+
1828
+ **Purpose**: Emotionally engage a select audience, tell a story, inspire desire, compel action.
1829
+
1830
+ **Characteristics**:
1831
+ - Cinematic; follows a narrative arc
1832
+ - Edited and curated; photographer chooses best angles and moments
1833
+ - Emotional and aspirational
1834
+ - Optimized for quick decision-making
1835
+ - Designed to be shared and go viral
1836
+ - Optimized for platform (Instagram, Zillow, YouTube)
1837
+
1838
+ **Ideal Use Cases**:
1839
+ - Premium/luxury properties (investment justified by video quality)
1840
+ - Properties with unique features or stories
1841
+ - Initial buzz and PR for listing
1842
+ - Social media marketing
1843
+ - Agent brand building
1844
+
1845
+ **Technical Approach**:
1846
+ - Professional cinematography with smooth camera movement
1847
+ - Edited narrative arc with music and emotional resonance
1848
+ - Optimized for 4K at 24fps for cinematic feel
1849
+ - Compressed for platform (Instagram max file size, YouTube bitrate, etc.)
1850
+ - Length: 4:00–5:30 (optimized for average attention span)
1851
+
1852
+ ### HYBRID APPROACH (RECOMMENDED FOR HIGH-VALUE PROPERTIES)
1853
+
1854
+ Many listings benefit from BOTH:
1855
+ 1. **Virtual Tour**: Comprehensive exploration tool; published on MLS, property website, Zillow
1856
+ 2. **Marketing Video**: Emotional hook and sharing tool; published on YouTube, Instagram, broker website, social media
1857
+
1858
+ The VT serves as reference documentation; the MV serves as seduction and story.
1859
+
1860
+ ---
1861
+
1862
+ ## Seasonal & Time-of-Day Optimization: Strategic Timing
1863
+
1864
+ The best real estate videos account for seasonal advantage and time-of-day optimization.
1865
+
1866
+ ### SEASONAL CONSIDERATIONS
1867
+
1868
+ **Spring (March–May)**
1869
+ - Garden and landscaping in bloom
1870
+ - Refreshed appearance; renewal narrative
1871
+ - Bright, lengthening days
1872
+ - Best for: Properties with gardens, landscaping features
1873
+ - Shoot: Mid-to-late afternoon for warm light on blooming details
1874
+
1875
+ **Summer (June–August)**
1876
+ - Peak sun and daylight hours
1877
+ - Interior spaces fully lit naturally
1878
+ - Outdoor entertaining potential evident
1879
+ - Crowds and activity (visible in urban properties)
1880
+ - Best for: Waterfront, entertaining spaces, pool properties
1881
+ - Shoot: Early morning or late afternoon to avoid harsh midday sun
1882
+
1883
+ **Fall/Autumn (September–November)**
1884
+ - Foliage colors add visual interest
1885
+ - Cooler light; increasingly golden as sun lowers
1886
+ - Still good outdoor entertaining
1887
+ - Slightly melancholic; good for cozy homes
1888
+ - Best for: Properties with trees, fall foliage, warm interior spaces
1889
+ - Shoot: Golden hour extensively; this season is naturally beautiful
1890
+
1891
+ **Winter (December–February)**
1892
+ - Shortest days; limited daylight for shooting
1893
+ - Clear, crisp light
1894
+ - Holiday ambiance (fireplace, warm lights) if present
1895
+ - Bare trees showing architecture
1896
+ - Best for: Urban properties, modern homes, fireplaces, winter entertaining
1897
+ - Shoot: Midday for maximum light; evening for holiday ambiance
1898
+
1899
+ ### TIME-OF-DAY STRATEGY
1900
+
1901
+ **Early Morning (6–8 AM)**
1902
+ - Golden light (golden hour)
1903
+ - Cool, fresh ambiance
1904
+ - Good for exterior approach, establishing shots, bedroom wake-up moments
1905
+ - Limited for interior (sun is still low; not all rooms lit yet)
1906
+
1907
+ **Mid-Morning (8 AM–12 PM)**
1908
+ - Bright, even light
1909
+ - Interiors begin to light naturally
1910
+ - Good for functional spaces, cleanliness, clarity
1911
+ - Less forgiving (harsher shadows)
1912
+ - Good for: Kitchens, bathrooms, modern spaces
1913
+
1914
+ **Afternoon (12–3 PM)**
1915
+ - Harsh overhead sun (at southern latitudes)
1916
+ - Interior spaces may be less lit
1917
+ - Less interesting light direction
1918
+ - Good for: Properties without complex lighting requirements
1919
+ - Avoid for: Luxury properties where light is a selling feature
1920
+
1921
+ **Golden Hour (4–6 PM or depending on season)**
1922
+ - Warm, honeyed, directional light
1923
+ - Flattering to all surfaces and materials
1924
+ - Dramatic shadows adding dimension
1925
+ - Perfect for: Exterior facades, approach shots, living spaces, entertaining areas
1926
+ - Best overall time for real estate video; allocate most shooting time here
1927
+
1928
+ **Twilight/Blue Hour (20–40 minutes after sunset)**
1929
+ - Deep blue sky (not black)
1930
+ - Artificial lights come alive
1931
+ - Sophisticated, urban appeal
1932
+ - Good for: City properties, evening entertaining, 24-hour lifestyle
1933
+ - Essential for: Showing property's evening appeal
1934
+
1935
+ **Evening (1–3 hours after sunset)**
1936
+ - Warm interior glow against dark exterior
1937
+ - Cozy, intimate feeling
1938
+ - Good for: Showing livability, entertaining spaces, comfort
1939
+ - Essential for: Showing how home *feels* after dark
1940
+
1941
+ **Night (3+ hours after sunset)**
1942
+ - Full darkness
1943
+ - Interior lights create drama and glow
1944
+ - Exterior accent lighting essential
1945
+ - Good for: Showing nighttime appeal, entertainment potential
1946
+ - Use strategically, not exclusively
1947
+
1948
+ ### COMPREHENSIVE PROPERTY VIDEO SHOOT PLAN
1949
+
1950
+ **Ideal Shooting Schedule** (single day, optimal conditions):
1951
+
1952
+ | Time | Location/Shots | Duration |
1953
+ |---|---|---|
1954
+ | 5:30–7:00 AM | Aerial establishing shots, front approach, golden hour exterior | 1.5 hrs |
1955
+ | 7:00–9:00 AM | Interior spaces capturing morning light and freshness | 2 hrs |
1956
+ | 9:00 AM–12:00 PM | Details, secondary spaces, functional clarity shots | 3 hrs |
1957
+ | 12:00–4:00 PM | Lunch break; optionally capture supporting angles | 4 hrs |
1958
+ | 4:00–6:00 PM | Golden hour exterior, entertaining spaces, pool/outdoor areas | 2 hrs |
1959
+ | 6:00–7:00 PM | Twilight transition, exterior accent lighting coming alive | 1 hr |
1960
+ | 7:00–8:30 PM | Evening ambiance, interior warm glow, entertainment spaces | 1.5 hrs |
1961
+ | 8:30 PM+ | Night shots, accent lighting drama (if needed) | 0.5–1 hr |
1962
+
1963
+ **Total time on-site**: 12–16 hours (single location, all-day shoot)
1964
+
1965
+ For properties requiring multiple seasonal shoots or additional location context, plan for 2–3 days over different seasons.
1966
+
1967
+ ---
1968
+
1969
+ ## Common Mistakes & How to Fix Them
1970
+
1971
+ ### MISTAKE 1: Shooting All Interior in Bright Midday
1972
+
1973
+ **Problem**: Harsh overhead sun; interiors appear dark by contrast; windows blown out; no warmth in light.
1974
+
1975
+ **Fix**: Schedule interior shoots for:
1976
+ - Early morning golden light angling through windows
1977
+ - Late afternoon golden hour angling through windows
1978
+ - Or, plan for sunset/twilight when interior artificial lights can balance with exterior light
1979
+
1980
+ ### MISTAKE 2: Moving the Camera Too Fast
1981
+
1982
+ **Problem**: Viewer feels motion sickness or cannot absorb details; property feels chaotic.
1983
+
1984
+ **Fix**: Slow down all camera movements by 30%. Steadicam walks should feel unhurried. Pans should take 8–12 seconds to cross a room, not 3. Allow viewers time to absorb each space.
1985
+
1986
+ ### MISTAKE 3: Not Showing Views in Properties With Views
1987
+
1988
+ **Problem**: Properties with skyline, water, or landscape views don't emphasize the view; buyer doesn't understand the property's primary value.
1989
+
1990
+ **Fix**:
1991
+ - Dedicate significant screen time to views (15–20% of total video)
1992
+ - Approach windows slowly, allowing view to be revealed gradually
1993
+ - Show views from multiple vantage points
1994
+ - Emphasize the experience of living with that view (eating dinner overlooking it, waking to it, etc.)
1995
+
1996
+ ### MISTAKE 4: Over-Styling / Staging That Feels Fake
1997
+
1998
+ **Problem**: Property feels like a furniture showroom, not a home; viewers can't project themselves into it.
1999
+
2000
+ **Fix**:
2001
+ - Style with restraint; curate, don't stuff
2002
+ - Leave 40% of spaces relatively empty/minimal
2003
+ - Use quality furnishings, but keep quantities modest
2004
+ - Avoid trends; stick to timeless pieces
2005
+ - Emphasize the space, not the furniture
2006
+
2007
+ ### MISTAKE 5: Not Showing How Spaces Connect or Flow
2008
+
2009
+ **Problem**: Viewer doesn't understand the property's layout; spaces feel disconnected; livability is unclear.
2010
+
2011
+ **Fix**:
2012
+ - Design shots to show sight lines between spaces
2013
+ - Frame doorways and passages to reveal adjacent rooms
2014
+ - Use continuous Steadicam movement to show flow
2015
+ - Open doors to reveal spaces beyond
2016
+ - Show how kitchen connects to dining, dining to living, living to outside
2017
+
2018
+ ### MISTAKE 6: Neglecting Sound Design
2019
+
2020
+ **Problem**: Generic stock music playing over every shot; no ambience; feels cheap and shallow.
2021
+
2022
+ **Fix**:
2023
+ - Invest in quality music (licensed from libraries like Epidemic Sound, Artlist, or hire composer)
2024
+ - Layer in subtle ambient sounds: footsteps, door opens, water sounds, birds
2025
+ - Vary audio texture throughout video
2026
+ - Use silence strategically to emphasize key moments
2027
+ - Match music to property personality and buyer demographic
2028
+
2029
+ ### MISTAKE 7: Bad Color Grading
2030
+
2031
+ **Problem**: Video looks washed out, overly saturated, unnatural, or inconsistent between shots.
2032
+
2033
+ **Fix**:
2034
+ - Apply consistent color grading across all footage
2035
+ - Warm up golden hour footage slightly to enhance the warmth
2036
+ - Cool down blue hour footage to enhance the sophistication
2037
+ - Ensure skin tones look natural if people are in shots
2038
+ - Maintain natural, photorealistic look (not over-processed)
2039
+
2040
+ ### MISTAKE 8: Showing the Property At Only One Time of Day
2041
+
2042
+ **Problem**: Buyer doesn't understand how property changes at different times; doesn't see 24-hour appeal.
2043
+
2044
+ **Fix**:
2045
+ - Plan shoots for multiple times of day (golden hour, bright daylight, evening)
2046
+ - Show day-to-night transitions in video
2047
+ - Emphasize how space feels at different times
2048
+ - For vacation rentals and high-end properties, this is essential
2049
+
2050
+ ### MISTAKE 9: Forgetting the Exterior
2051
+
2052
+ **Problem**: Video focuses exclusively on interior; approach and exterior feel secondary; property's location advantage not communicated.
2053
+
2054
+ **Fix**:
2055
+ - Allocate 20–30% of video to exterior and grounds
2056
+ - Show property approach, facade, and landscape context
2057
+ - Emphasize curb appeal and location
2058
+ - Include drone establishing shot
2059
+ - Show relationship between property and surroundings
2060
+
2061
+ ### MISTAKE 10: Using Shaky or Unpredictable Camera Movement
2062
+
2063
+ **Problem**: Viewer feels disoriented; property doesn't feel premium; video feels amateurish.
2064
+
2065
+ **Fix**:
2066
+ - Every camera movement should have a purpose
2067
+ - Use tripod, gimbal, or stabilizer for all shots
2068
+ - Movements should be smooth and predictable
2069
+ - Avoid sudden pans, jerky movements, or random zooms
2070
+ - **Seedance 2.0 on Higgsfield** will render smooth, professional movement; prioritize movement purposefulness
2071
+
2072
+ ---
2073
+
2074
+ ## Platform Optimization: Where & How to Publish
2075
+
2076
+ Different platforms require different video formats, aspect ratios, durations, and audiences. Optimize accordingly.
2077
+
2078
+ ### ZILLOW
2079
+
2080
+ **Specifications**:
2081
+ - Aspect ratio: 16:9 (landscape)
2082
+ - Duration: 2:00–5:00 maximum
2083
+ - File format: MP4, H.264 codec
2084
+ - Bitrate: 5 Mbps or higher for quality
2085
+ - File size: Max 500 MB
2086
+ - Dimensions: 1920x1080 (1080p) minimum; 3840x2160 (4K) preferred
2087
+
2088
+ **Strategy**:
2089
+ - Hook first 2 seconds; must stop scrolling
2090
+ - Focus on property features and appeal; less abstract artistry
2091
+ - Include property address, agent contact, price (if applicable) in overlay
2092
+ - Emphasize unique features; show rooms clearly
2093
+ - 3:00–4:00 is ideal length for platform
2094
+
2095
+ ### REALTOR.COM
2096
+
2097
+ **Specifications**:
2098
+ - Similar to Zillow (16:9 landscape, MP4, 1080p min)
2099
+ - Duration: 2:00–4:00 preferred
2100
+ - File size: Upload limit varies; compress if needed
2101
+
2102
+ **Strategy**:
2103
+ - Clear, accessible format
2104
+ - Show property comprehensively
2105
+ - Include property details overlay
2106
+ - Professional, not overly artistic approach works well
2107
+
2108
+ ### INSTAGRAM
2109
+
2110
+ **Specifications**:
2111
+ - Aspect ratio: 9:16 (vertical/Stories), 1:1 (Square/Feed), or 16:9 (Landscape/Feed)
2112
+ - Duration: 15–60 seconds (Stories); up to 10 minutes (Feed/Reels)
2113
+ - File format: MP4, H.264
2114
+ - Bitrate: 4–8 Mbps
2115
+ - Best for: Reels (10–60 sec), Carousel (6 videos), or Stories (15 sec clips)
2116
+
2117
+ **Strategy**:
2118
+ - VERTICAL format (9:16) for Stories and Reels—most engaging for mobile viewers
2119
+ - Hook within 1 second
2120
+ - Use text overlays, music, quick cuts for social media feel
2121
+ - Post 3–5 short clips from longer video rather than full 5-minute video
2122
+ - Optimize for mobile viewing (viewers watching without sound)
2123
+ - Include call-to-action and link in bio
2124
+
2125
+ **Example Instagram Strategy**:
2126
+ - 15-second vertical teaser (Reel)
2127
+ - Series of 3–5 square clips in Carousel showing different rooms
2128
+ - Story countdown to full video on YouTube link
2129
+ - Full-length video linked in bio
2130
+
2131
+ ### YOUTUBE
2132
+
2133
+ **Specifications**:
2134
+ - Aspect ratio: 16:9 (landscape)
2135
+ - Duration: No limit (but 4:00–8:00 is sweet spot)
2136
+ - File format: MP4, H.264, AAC audio
2137
+ - Bitrate: 8–12 Mbps for 1080p; 25+ Mbps for 4K
2138
+ - Dimensions: 1920x1080 (1080p) or 3840x2160 (4K)
2139
+ - Thumbnail: Custom 1280x720 JPG image
2140
+
2141
+ **Strategy**:
2142
+ - Create custom thumbnail with property photo and agent/broker branding
2143
+ - Write compelling title: "[Property Address] - Luxury Home Tour" or "[City] Penthouse Virtual Tour"
2144
+ - Write detailed description with property details, address, agent contact, link to listing
2145
+ - Add relevant tags: property address, city, "luxury real estate," "home tour," etc.
2146
+ - Create playlist of property videos
2147
+ - Build channel around agent/broker brand
2148
+ - Full-length video (4:00–5:30) works perfectly here; can also post shorter clips
2149
+
2150
+ ### BROKER/AGENT WEBSITE
2151
+
2152
+ **Specifications**:
2153
+ - Embed video on listing page
2154
+ - Responsive design; works on desktop and mobile
2155
+ - Use YouTube or Vimeo embed (automatic responsive scaling)
2156
+ - Hero video placement: Large on listing page (above or below photos)
2157
+ - Secondary video: In media gallery
2158
+
2159
+ **Strategy**:
2160
+ - Full-length cinematic video (4:00–5:30)
2161
+ - Autoplay (with sound off for autoplay compatibility)
2162
+ - Title and description above/below
2163
+ - Call-to-action below: "Schedule a Tour," "Inquire About This Property," agent contact
2164
+
2165
+ ### PROPERTY LISTING SITES (Redfin, Trulia, etc.)
2166
+
2167
+ **Specifications**:
2168
+ - Similar to Zillow requirements
2169
+ - Most allow embed of YouTube video (copies your YouTube embed code)
2170
+ - Duration: 2:00–4:00 preferred
2171
+
2172
+ **Strategy**:
2173
+ - Upload once to YouTube, embed on all listing sites
2174
+ - Title and description optimized for each platform
2175
+ - Consistent across platforms (or optimize as needed)
2176
+
2177
+ ### EMAIL MARKETING
2178
+
2179
+ **Specifications**:
2180
+ - Link to YouTube or Vimeo in email (video hosting, not embedded in email)
2181
+ - Thumbnail image with play button in email design
2182
+ - File: Keep email file size small; use external hosting
2183
+ - Duration: Shorter is better; 2:00–3:00 for email campaigns
2184
+
2185
+ **Strategy**:
2186
+ - Create custom subject line: "Virtual Tour: [Address]"
2187
+ - Add compelling email copy around video link
2188
+ - Include property highlights and call-to-action
2189
+ - Consider A/B testing video link vs. property image to compare engagement
2190
+
2191
+ ### SOCIAL MEDIA (Facebook, LinkedIn, TikTok)
2192
+
2193
+ **Facebook/Instagram Video**:
2194
+ - Same as Instagram specs (16:9 or vertical preferred)
2195
+ - Facebook prioritizes native uploads (not YouTube links)
2196
+ - Duration: 15 sec–3 min optimal for organic reach
2197
+
2198
+ **LinkedIn** (for commercial properties):
2199
+ - 16:9 aspect ratio
2200
+ - Duration: 1:00–2:00 preferred
2201
+ - Professional tone; B2B audience
2202
+
2203
+ **TikTok**:
2204
+ - 9:16 (vertical)
2205
+ - Duration: 15–60 seconds
2206
+ - Trend-aware, creative editing
2207
+ - Short-form content
2208
+
2209
+ ---
2210
+
2211
+ ## Output Instructions: Delivering the Final Video
2212
+
2213
+ When you create a real estate showcase video using **Seedance 2.0 on Higgsfield**, ensure the following:
2214
+
2215
+ ### FILE SPECIFICATIONS
2216
+
2217
+ **Resolution & Codec**:
2218
+ - Output resolution: 3840x2160 (4K) preferred; minimum 1920x1080 (1080p)
2219
+ - Video codec: H.264
2220
+ - Frame rate: 24fps (cinematic); 30fps (acceptable)
2221
+ - Bitrate: 25 Mbps (4K), 8 Mbps (1080p)
2222
+ - Audio codec: AAC, 192 kbps, stereo
2223
+
2224
+ **Duration**:
2225
+ - Final video: 4:00–5:30 for cinematic/marketing video
2226
+ - Virtual tour: As long as needed (typically 10–20 minutes)
2227
+
2228
+ **Color Space**:
2229
+ - Rec. 709 (standard color space for online video)
2230
+ - Maintain consistent color grading across all shots
2231
+
2232
+ ### DELIVERY FORMAT
2233
+
2234
+ **Primary Deliverable**:
2235
+ - 1x Master file (4K, full-length, uncompressed or lightly compressed)
2236
+ - Stored as ProRes 422 HQ or similar high-quality intermediate format
2237
+
2238
+ **Distribution Versions** (create from master):
2239
+ - 4K version (YouTube/Vimeo): H.264, 25 Mbps, 3840x2160
2240
+ - 1080p version (web/streaming): H.264, 8 Mbps, 1920x1080
2241
+ - Vertical 9:16 version (Instagram/Social): H.264, 6 Mbps, 1080x1920
2242
+ - Mobile-optimized version: H.264, 4 Mbps, 1280x720
2243
+
2244
+ ### BRANDING & TITLES
2245
+
2246
+ **Opening Sequence**:
2247
+ - Agent/Broker logo (3 seconds, positioned corner or centered)
2248
+ - Property address and brief intro text (if desired)
2249
+ - Music fades in subtly
2250
+
2251
+ **Closing Sequence** (final 5–10 seconds):
2252
+ - Property address, zip code
2253
+ - Agent/broker name and title
2254
+ - Phone number and email
2255
+ - Website URL
2256
+ - "Schedule a Tour" or "Inquire Today" call-to-action
2257
+ - Logo and branding
2258
+ - Optional: Link to full listing (as text overlay or QR code)
2259
+
2260
+ **Subtitles/Captions**:
2261
+ - Optional but recommended: Auto-generated captions (YouTube/Vimeo); consider manual caption file for accuracy
2262
+ - Captions improve accessibility and engagement
2263
+
2264
+ ### MUSIC & AUDIO
2265
+
2266
+ **Music Licensing**:
2267
+ - Ensure all music is properly licensed for use in real estate marketing video
2268
+ - Use royalty-free music libraries (Epidemic Sound, Artlist, Audiojungle) to avoid licensing issues
2269
+ - Keep track of all music used for future reference
2270
+
2271
+ **Audio Levels**:
2272
+ - Master audio level: -23 LUFS (loudness standard for streaming platforms)
2273
+ - Peak levels: -6 dB (no clipping)
2274
+ - Music: -18 dB average
2275
+ - Ambient sound/foley: -24 dB average
2276
+ - Voice-over (if used): -12 dB
2277
+
2278
+ ### DELIVERABLES CHECKLIST
2279
+
2280
+ Before delivering video to client:
2281
+
2282
+ - [ ] Video exports at specified resolution without errors
2283
+ - [ ] Color grading is consistent across entire video
2284
+ - [ ] Audio is mixed properly; levels are balanced
2285
+ - [ ] Music licensing is confirmed and documented
2286
+ - [ ] Opening and closing branding are included and on-brand
2287
+ - [ ] Call-to-action is clear
2288
+ - [ ] Video is optimized for all planned platforms (YouTube, Zillow, Instagram, etc.)
2289
+ - [ ] Captions/subtitles are included or can be auto-generated
2290
+ - [ ] File naming is clear and organized (e.g., "PropertyAddress_4K_Master.mov")
2291
+ - [ ] Metadata (title, description) is prepared for each platform
2292
+ - [ ] Client approves color, branding, music before final export
2293
+
2294
+ ### ARCHIVAL & ORGANIZATION
2295
+
2296
+ **Create a Project Folder Structure**:
2297
+ ```
2298
+ PropertyAddress_RealEstate_Video/
2299
+ ├── 01_Scripts_and_Planning/
2300
+ │ ├── Video_Brief.docx
2301
+ │ └── Shot_List.docx
2302
+ ├── 02_Raw_Footage/
2303
+ │ ├── 4K_Masters/
2304
+ │ └── Reference_Footage/
2305
+ ├── 03_Editing_Project/
2306
+ │ └── Project_File.prproj (or appropriate NLE format)
2307
+ ├── 04_Final_Deliverables/
2308
+ │ ├── 4K_Master.mov
2309
+ │ ├── YouTube_1080p.mp4
2310
+ │ ├── Instagram_Vertical.mp4
2311
+ │ ├── Zillow_1080p.mp4
2312
+ │ └── Captions.srt
2313
+ ├── 05_Music_and_Audio/
2314
+ │ ├── Music_License.pdf
2315
+ │ └── Audio_Mix_Notes.txt
2316
+ └── 06_Distribution_Log/
2317
+ └── Distribution_Notes.docx
2318
+ ```
2319
+
2320
+ ### FINAL NOTES
2321
+
2322
+ Real estate video is a premium service. Your deliverables should reflect:
2323
+ - **Cinematic Quality**: Smooth, professional camera movement
2324
+ - **Accurate Representation**: Colors, lighting, and scale reflect the property honestly
2325
+ - **Emotional Impact**: Video tells a story and invokes aspiration
2326
+ - **Technical Excellence**: Properly graded, mixed, and formatted
2327
+ - **Platform Optimization**: Video works across all intended distribution channels
2328
+
2329
+ The goal is a video that sells the property—not through deception, but through beautiful, honest representation that allows viewers to imagine themselves living there.
2330
+
2331
+ ---
2332
+
2333
+ ## Conclusion: The Future of Real Estate Video
2334
+
2335
+ Real estate video has evolved from static property documentation to immersive cinematic experience. **Seedance 2.0 on Higgsfield** represents the cutting edge of this evolution, allowing creators to produce photorealistic, camera-perfect videos that would previously require expensive on-location shoots with professional crews.
2336
+
2337
+ The fundamentals remain constant: light, movement, time, and emotion. The canvas has simply become more powerful.
2338
+
2339
+ Use this skill to craft videos that transcend the functional and enter the aspirational. Show properties not as inventory, but as the next chapter in someone's life.
2340
+
2341
+ ---
2342
+
2343
+ **END OF SKILL.MD**
2344
+ ```