Skip to content

Restrict Play Range

aidenlx edited this page Jul 26, 2021 · 2 revisions

With Media Extended, Media Fragment URI can be used to restrict play range in different types of media, which allows you to create timestamps/media fragments easily.

  • internal link: [[test.mp4#t=5,10]]
  • internal embeds: ![[test.mp4#t=5,10]]
  • external link: [5s→10s](http://link/to/test.mp4#t=5,10
  • external embeds: ![](http://link/to/test.mp4#t=5,10

Note:

  • In media view, there are several ways to get the current time from media and automatically create timestamps for you. See here for more details.
  • There are some inline options that can be used to control play behavior. See here for more details.
Clone this wiki locally