victor HF staff commited on
Commit
41fa8cc
1 Parent(s): 1264fa9

chore: Update system prompt to avoid specifying yuv420p pixel format

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  """,