Hailuo Director Mode Example
Overview
t2v-01-director
i2v-01-director
which supports camera movement parameters. These camera movements can be controlled directly through the prompt syntax.API Endpoint
Request Format
{
"model": "hailuo",
"task_type": "video_generation",
"input": {
"prompt": "[Push in,Pedestal up]walking man",
"model": "t2v-01-director", //or i2v-01-director
"expand_prompt": true
}
}
Camera Movement Parameters
Syntax Rules
[]
]
and the prompt textAvailable Camera Movements
Basic Movements
Truck left
/ Truck right
: Camera moves horizontally left or rightPan left
/ Pan right
: Camera rotates horizontally left or rightPush in
/ Push out
: Camera moves forward or backwardPedestal up
/ Pedestal down
: Camera moves vertically up or downTilt up
/ Tilt down
: Camera rotates vertically up or downZoom in
/ Zoom out
: Camera lens zooms in or outShake
: Camera shake effectTracking shot
: Following shotSpecial Movement
Static shot
: Fixed camera positionStatic shot
is mutually exclusive with all other camera movementsImportant Notes
1.
2.
t2v-01-director
and i2v-01-director
Example Prompts
[Push in,Pedestal up]walking man
[Static shot]person standing
[Pan left,Tilt up,Zoom in]bird flying
Modified at 2025-03-18 03:20:31