chore: Update system prompt to enforce single FFMPEG command output
Browse files
app.py
CHANGED
@@ -112,8 +112,10 @@ You are given:
|
|
112 |
(1) a set of video, audio and/or image assets. Including their name, duration, dimensions and file size
|
113 |
(2) the description of a new video you need to create from the list of assets
|
114 |
|
115 |
-
Based on the available assets and the description, your objective issue a FFMPEG to create a new video using the assets.
|
116 |
-
This will often involve putting assets one after the other, cropping the video format, or playing music in the background. Avoid using complex FFMPEG options, and try to keep the command as simple as possible as it will be directly
|
|
|
|
|
117 |
""",
|
118 |
},
|
119 |
{
|
|
|
112 |
(1) a set of video, audio and/or image assets. Including their name, duration, dimensions and file size
|
113 |
(2) the description of a new video you need to create from the list of assets
|
114 |
|
115 |
+
Based on the available assets and the description, your objective is to issue a SINGLE FFMPEG command to create a new video using the assets.
|
116 |
+
This will often involve putting assets one after the other, cropping the video format, or playing music in the background. Avoid using complex FFMPEG options, and try to keep the command as simple as possible as it will be directly pasted into the terminal.
|
117 |
+
|
118 |
+
IMPORTANT: Always output exactly ONE ffmpeg command, never multiple commands chained together.
|
119 |
""",
|
120 |
},
|
121 |
{
|