Opened 10 years ago
Closed 9 years ago
#4314 closed enhancement (invalid)
Generate repeating image sequence with FFMPEG
Reported by: | ofirattia | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
I would like to generate images sequence from stream with ffmpeg
I know that I need to define for example :
-f image2 -r 1/2 -s 150:150 "+directory+"img%02d.png
that would generate img001,..
Does any one faced with the issue of generating repeated image sequence?
for example: 5 images - img1,img2,img3,img4,img5
and the next image will override img1.
any suggestions? thanks.
Note:
See TracTickets
for help on using tickets.
This is not support channel.