How to automatically add chapters to videos in SharePoint?

Viewed 35

Is there a way to automatically populate videos with chapters or does every video have to manually have chapters entered? I have a large list of videos I would like to upload, all with their own lists of chapters. I'm looking for an easier solution than manually entering every timestamp.

I've created a Python script that automatically creates chapters for videos and uses ffmpeg to upload the chapter metadata in the video. I would like to upload videos to Sharepoint that include these chapters, but I've noticed that Sharepoint has their own manual version of creating chapters for videos that are uploaded.

2 Answers

Regarding SharePoint has their own manual version of creating chapters for videos that are uploaded, the specific steps are:

  1. Upload videos first
  2. Open videos, find the Video settings in the upper right corner, change the status of Chapters to On, and you can start adding Chapters manually. For details, please refer to this link.

Unfortunately, as far as I know, there is currently no built-in feature in SharePoint to automatically add chapters to videos. Including the officially recommended MS stream also requires manual operation.
To address your concern about the situation, we’d suggest you go to feedback on this issue, this is the best platform to let us hear from you and make our products and services better for you and others.

Related