Spaces:
Runtime error
Runtime error
chore: Update system prompt to avoid specifying yuv420p pixel format
Browse files
app.py
CHANGED
|
@@ -119,6 +119,7 @@ Key requirements:
|
|
| 119 |
- Prefer simple concatenation, scaling, and basic filters
|
| 120 |
- Output exactly ONE command that will be directly pasted into the terminal
|
| 121 |
- Never output multiple commands chained together
|
|
|
|
| 122 |
|
| 123 |
Remember: Simpler is better. Only use advanced ffmpeg features if absolutely necessary for the requested output.
|
| 124 |
""",
|
|
|
|
| 119 |
- Prefer simple concatenation, scaling, and basic filters
|
| 120 |
- Output exactly ONE command that will be directly pasted into the terminal
|
| 121 |
- Never output multiple commands chained together
|
| 122 |
+
- Do not specify yuv420p pixel format - let ffmpeg choose the optimal format
|
| 123 |
|
| 124 |
Remember: Simpler is better. Only use advanced ffmpeg features if absolutely necessary for the requested output.
|
| 125 |
""",
|