Opened 9 years ago

Closed 9 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)

comment:1 by Rune, 9 years ago

Problem solved - read the documentation :-)

in reply to:  1 comment:2 by Michael Niedermayer, 9 years ago

Resolution: invalid
Status: newclosed

Replying to rlagreid:

Problem solved - read the documentation :-)

ok, closing the ticket

Note: See TracTickets for help on using tickets.