victor HF staff commited on
Commit
583cc37
1 Parent(s): 1c21461

refactor: Update image sequence pattern matching example in documentation

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 'cat%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
 
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