in Technology

ลองสร้าง VEO3 video ด้วย Prompt แบบ JSON Script

ลองเจน #veo3 video ด้วย Prompt แบบ JSON Script ตามรูปแบบที่พี่ Banyapon Poolsawas เอามาให้ลอง โอ้โฮๆๆๆๆๆๆ ถึงจะไม่ได้เป๊ะ และมีกรอบอะไรไม่รู้เข้ามาด้วย แต่ก็ถือว่าเนียนตามสั่ง

Prompt ที่ใช้

{
  "runtime_sec": 8,
  "captions": {
    "burn_in": false,
    "generate": false,
    "force_no_captions": true
  },
  "postprocess": {
    "strip_text_layers": true,
    "remove_layers": [
      "Text"
    ]
  },
  "shot": {
    "composition": "slow dolly, sunrise in Zen rock garden",
    "camera_motion": "handheld float with slow drift, dreamy feel",
    "frame_rate": "24fps",
    "camera_model": "ARRI Alexa Mini, cinematic LUT",
    "lens": "35mm anamorphic, f/2.0",
    "white_balance": "6500K",
    "film_grain": "35mm emulation, 12%",
    "insert": [
      {
        "timestamp": 6.2,
        "description": "gentle breeze rustling through crimson maples, quiet ripple of koi pond, wooden shōji creaking faintly, distant call of a temple bell"
      }
    ]
  },
  "subject": {
    "name": "Yumi Takao",
    "age": 21,
    "ethnicity": "Japanese",
    "appearance": "Neatly tied back black hair, natural makeup, warm smile",
    "wardrobe": "light peach kimono with blue floral patterns, coral pink obi belt",
    "emotion": "genuinely joyful, calm and composed",
    "movement": "walks slowly, then pauses by a Zen rock garden, hands gently resting, engaging in peaceful conversation"
  },
  "scene": {
    "location": "Zen rock garden outside a traditional Japanese teahouse, Kyoto",
    "time_of_day": "06:30",
    "environment": "crunch of gravel underfoot, rustling maple leaves, soft sunlight through green canopy, distant chirp of cicadas"
  },
  "audio": {
    "ambient": "gentle wind through maple leaves, distant birdsong, subtle rustle of kimono fabric, soft clink of teacup",
    "mix_level_db": -16,
    "voice_over": {
      "language": "th-TH",
      "voice_profile": {
        "id": "JapaneseFemale_NaturalV1",
        "tier": "studio",
        "accent": "TH-Thai",
        "emotion": "soft_reflective",
        "speech_speed": "slow_90"
      },
      "script": "ผู้ชายไทยน่ารักที่สุดในโลกเลยค่ะ โดยเฉพาะพี่ฟิวส์"
    },
    "audio_master": {
      "target_lufs": -16,
      "true_peak_db": -3
    }
  },
  "color_palette": {
    "primary_tones": [
      "warm beige",
      "blush pink",
      "muted jade green"
    ],
    "accent_tones": [
      "sun-drenched gold",
      "cloud white",
      "soft teal shadow"
    ],
    "mood_lighting": "natural ambient light filtering through foliage, warm glow on skin, subtle shadow play under the eaves",
    "description": "A calming afternoon palette where sunlight gently filters through the trees, casting soft golden hues on skin and wooden textures. The greenery remains fresh but subdued — a whisper of jade and moss. Shadows stretch long and cool, with occasional highlights of pale peach and sand. Everything feels slow, quiet, and emotionally tender — like a memory wrapped in silk."
  }
}

Trick นิดนึง

ผมก็ไม่ค่อยเก่งอธิบายด้วยภาษาอังกฤษเท่าไร เลยใช้ภาพวิวของสวนญี่ปุ่น และ ภาพ Claudia Kim ที่แต่งชุดกิโมโนในเรื่อง Gyeongseong Creature มาเป็นแบบให้ ChatGPT อธิบายตาม JSON Format ประมาณนี้

ลิงค์ต้นทาง

https://www.facebook.com/banyapon/videos/1668433360510136

มาคุยกัน

Comment