Opened 11 years ago
Closed 11 years ago
#4333 closed enhancement (invalid)
Time lapse starting from arbitrary number
| Reported by: | Rune | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | undetermined |
| Version: | unspecified | Keywords: | time lapse |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
I am trying to automate a time lapse generation, but it has been difficult to synchronize the camera with ffmpeg.
ffmpeg requires a starting sequence number in order to find the files to process, but since that may vary the process fails.
The command being executed is:
ffmpeg -framerate 30 —start_number 428 -i Images/image%05d.jpg -c:v libx264 -r 30 time_lapse.mp4
Change History (2)
follow-up: 2 comment:1 by , 11 years ago
comment:2 by , 11 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Problem solved - read the documentation :-)