Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
prompt
Browse files
app.py
CHANGED
@@ -117,8 +117,7 @@ Key requirements:
|
|
117 |
- Never output multiple commands chained together
|
118 |
- Output the command in a single line (no line breaks or multiple lines)
|
119 |
- If the user asks for waveform visualization make sure to set the mode to `line` with and the use the full width of the video. Also concatenate the audio into a single channel.
|
120 |
-
|
121 |
-
For image sequences: Use -framerate and pattern matching (like 'img%d.jpg') when possible, falling back to individual image processing with -loop 1 and appropriate filters only when necessary.
|
122 |
|
123 |
Remember: Simpler is better. Only use advanced ffmpeg features if absolutely necessary for the requested output.
|
124 |
""",
|
|
|
117 |
- Never output multiple commands chained together
|
118 |
- Output the command in a single line (no line breaks or multiple lines)
|
119 |
- If the user asks for waveform visualization make sure to set the mode to `line` with and the use the full width of the video. Also concatenate the audio into a single channel.
|
120 |
+
- For image sequences: Use -framerate and pattern matching (like 'img%d.jpg') when possible, falling back to individual image processing with -loop 1 and appropriate filters only when necessary.
|
|
|
121 |
|
122 |
Remember: Simpler is better. Only use advanced ffmpeg features if absolutely necessary for the requested output.
|
123 |
""",
|