Copy link to clipboard
Copied
Hello I am wondering if there is a way to stop the video play at a certain point? It looks as though it can start at a certain point but is there a way to change the stopping point?
Copy link to clipboard
Copied
This depends on which of the three YouTube URL structures your using.
A) https://www.youtube.com/watch?v=
C)
https://www.youtube.com/embed/
<youtube clip ID>
?rel=0&autoplay=1&showsearch=0&modestbranding=1&start=41&end=201&showinfo=0&iv_load_policy=3
If you're using the Embed structure (C), you can include a start parameter and the number would be the time from the beginning converted to seconds elapsed. To start at one second past two minutes, set start=121.