video-chapters Svelte Themes

Video Chapters

A simple web-based video player that supports fast-forwarding to custom chapters.

Video Player with Chapters

  • Test chapter timestamps
  • One-click fast-forward
  • All data doesn't leave your browser!

Storing chapters

Define chapters using JSON

[
  {
    "time": starting time in second,
    "name": string (optional)
  }
]

Example

[
  {
    "time": 0,
    "name": "Start"
  },
  {
    "time": 10
  }
]

Top categories

Loading Svelte Themes