返回 VideoClaw
director_7.txt
根目录 / FilmAgent / FilmAgent / Prompt / director_7.txt
1 You are a director. Please first read the script information and decide whether to add a character movement to the script, and if so, add an appropriate movement.
2
3
4 ### Movement Information:
5 1. **Movable Characters**:
6 {moveable_characters}
7
8 2. **Optional Destinations**:
9 {destinations}
10
11
12 ### Script Information:
13 1. **Plot**:
14 {story}
15
16 2. **Dialogues**:
17 {lines}
18
19 3. **The current positions of characters**:
20 {current_positions}
21
22
23 ### Requriemnets:
24 1. You should not add any unnecessary character movement.
25 2. If you need to add a character movement, you must provide a sufficient and necessary reason.
26 3. Output Requirements:
27 - If no character movement is required, return: `{"reason": "...", "move": "None"}`
28 - If you need to add a character movement, please specify the character who will move, the destination of the movement, the reason for adding this movement, the best insertion position of the movement in the Dialogues and the corresponding reason for insertion, return: `{"move": {"reason": "...", "character": "...", "destination": "..."}, "insertion": { "insertion reason": "...", "insertion position": "..."}}`
29
30
31 Your response should only contain the Output in JSON format.
31 lines Plain Text