question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FR] Timelapse from the recorded footage

See original GitHub issue

It would be really nice to have a feature on the web page to generate and store a speeded-up timelapse from the selected camera at the set timeframes and speed.

Now, I just copy the relevant files, concatenate them and generate time-lapse with this command:

for f in `ls -tUr  recordings/2021-01/25/**/camera_name/*.mp4`; do echo "file '$f'" >> tempfilelist.txt; done
ffmpeg -f concat -i tempfilelist.txt -c copy concatenated.mp4
ffmpeg -i concatenated.mp4 -filter:v "setpts=0.1*PTS" output.mp4

The way folders are structured/files are named, it can be a bit inconvenient to generate timelapse e.g. from 11.30 to 12.45.

Let me know if you’d be willing to merge this if I made a PR.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:9
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
blakeblackshearcommented, Feb 25, 2021

This is still something I am considering.

3reactions
umairyounuscommented, Jul 6, 2021

Maybe an option to record in timelapse.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Learn the Art of Time-Lapse Video and Show the Passage of ...
Record your video. If shooting a video, press the record button and let it roll for long periods of time. If shooting still...
Read more >
How to Make a Time Lapse Video in 5 Simple Steps
A step-by-step guide on how to make a time lapse video for photographers and filmmakers with tips on equipment, shooting, and editing.
Read more >
How to Make a Time-Lapse Video: 2 Easy Ways - Movavi
Making a time-lapse video with this technique is straightforward: record a video over whatever period of time you want, open your video file...
Read more >
What Is Time Lapse? Deep Dive Into The Process
A time-lapse video is created by taking photos at regular intervals to record changes that would be too slow for the human eye...
Read more >
Time Lapse for Beginners [in 6 simple steps]
The first thing you need to know about time lapse is that it's a video that consists of photos taken at a certain...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found