π¦ ClawHub
Yummy Gen Video
by @yummysource
Use when the user wants to generate a video with Gemini Veo through yummycli, including text-to-video, image-to-video (single starting frame), and reference-...
β‘ When to Use
π‘ Examples
Text-to-video:
yummycli gemini veo \
--prompt "A golden retriever puppy chasing a red ball in a sunny park"
Image-to-video (animate a still):
yummycli gemini veo \
--prompt "The dog starts running toward the camera" \
--input-image ./dog.jpg
Reference-guided (two images):
yummycli gemini veo \
--prompt "Combine the character from the first image with the environment from the second" \
--input-image ./character.png \
--input-image ./background.jpg
Short portrait clip with veo-2:
yummycli gemini veo \
--prompt "Falling cherry blossoms in slow motion" \
--model veo-2.0-generate-001 \
--aspect-ratio 9:16 \
--duration 5 \
--resolution 720p
4K landscape with veo-3.1:
yummycli gemini veo \
--prompt "Timelapse of clouds moving over mountain peaks at golden hour" \
--resolution 4k \
--duration 8
TERMINAL
clawhub install yummy-gen-video