Prompt Detail

Prompt

A Japanese tea master performs a traditional tea ceremony in a dimly lit tatami room. Close-up of aged hands whisking matcha with precise, deliberate motions. Steam rises from the bowl catching soft window light. The camera slowly pushes in as he lifts the bowl with both hands, offering it forward. Wabi-sabi aesthetic, 16mm film grain, contemplative silence.

Seedance 2.0
cinematic

fal.ai Ready JSON

{
  "prompt": "A Japanese tea master performs a traditional tea ceremony in a dimly lit tatami room. Close-up of aged hands whisking matcha with precise, deliberate motions. Steam rises from the bowl catching soft window light. The camera slowly pushes in as he lifts the bowl with both hands, offering it forward. Wabi-sabi aesthetic, 16mm film grain, contemplative silence.",
  "aspect_ratio": "16:9",
  "resolution": "720p",
  "duration": "auto",
  "generate_audio": true
}
Run on fal.ai

TypeScript SDK

import { fal } from "@fal-ai/client";

const result = await fal.subscribe("bytedance/seedance-2.0/text-to-video", {
  input: {
      "prompt": "A Japanese tea master performs a traditional tea ceremony in a dimly lit tatami room. Close-up of aged hands whisking matcha with precise, deliberate motions. Steam rises from the bowl catching soft window light. The camera slowly pushes in as he lifts the bowl with both hands, offering it forward. Wabi-sabi aesthetic, 16mm film grain, contemplative silence.",
      "aspect_ratio": "16:9",
      "resolution": "720p",
      "duration": "auto",
      "generate_audio": true
  },
});

console.log(result.data.video.url);

Video URL