Obtain videos longer than 20s?

Given that multiple scenes can come from the same log, is it possible to obtain videos lasting longer than 20 seconds, by concatenating multiple scenes together?

In other words, is it possible to tell if two scenes from the same log are back-to-back?

Hi, there is no direct support for that, but it should be easy to do. Just check whether:

  1. Two scenes are from the same log.
  2. The sample timestamps are within ~1s of each other (normally 0.5s, but may be good to have some tolerance).