bbb-downloader icon indicating copy to clipboard operation
bbb-downloader copied to clipboard

Introduce slide chapter to capture-full-replay.sh?

Open yvan-leroux-engineer opened this issue 3 years ago • 1 comments

Hello everyone,

Is it possible to add slide's timestamp (or chapter) from bbb meeting to the downloaded mp4 ? The videos I'm downloading are very long and it can be a very useful to jump from one slide to another. It will be a nice feature too if it isn't too difficult to implement.

Thanks again for those nice scripts !

yvan-leroux-engineer avatar Apr 30 '21 10:04 yvan-leroux-engineer

Hi, It should be possible to create mp4 files with chapters that correspond to the slides, but that quite complex (and I won't have the time to implement that).

If anyone wants to try to implement that:

  • the file shapes.svg (which is internally downloaded by bbb.py) contains the timestamps of all the slides
  • with ffmpeg, it is possible to add chapter information when rendering a video (see https://ikyle.me/blog/2020/add-mp4-chapters-ffmpeg )

trahay avatar May 06 '21 08:05 trahay