Setting start and stop times for Youtube videos
Here’s the form of the URL you will need: https://www.youtube.com/embed/<video specifier>?start=<start time in seconds>&end=<end time in seconds>
You’ll need to replace the parts in bold. This is better done by example. Here’s the URL for David’s Magnificat:
https://www.youtube.com/watch?v=bvc3u59xZBg
Let’s modify this to start at 10 seconds and end at 20 seconds. That would look like this:
https://www.youtube.com/embed/bvc3u59xZBg?start=10&end=20
Note that the start and stop times are in seconds, so to start at 1 minute 15 second you would specify 75 seconds. Please let Eric know if all this isn’t clear and he’ll do what he can to clarify.