Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
refactor: Update image sequence pattern matching example in documentation
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ Key requirements:
|
|
120 |
|
121 |
For image sequences to video conversion:
|
122 |
- Always use -framerate before input images to set FPS
|
123 |
-
- For multiple images, use pattern matching like '
|
124 |
- If pattern matching won't work, process each image with:
|
125 |
* -loop 1 for each image
|
126 |
* setpts filter to reset timestamps
|
|
|
120 |
|
121 |
For image sequences to video conversion:
|
122 |
- Always use -framerate before input images to set FPS
|
123 |
+
- For multiple images, use pattern matching like 'img%d.jpeg' when possible
|
124 |
- If pattern matching won't work, process each image with:
|
125 |
* -loop 1 for each image
|
126 |
* setpts filter to reset timestamps
|