问题描述
Youtube具有一项功能,当您可以嵌入视频并标记开始和结束时间时.它在搜索栏上显示一个帧,视频从开始标记开始,到结束标记结束.
Youtube has a feature when you can embed a video and mark start and end time with it. It displays a frame on the seek bar and video starts from the starting mark and ends at the ending mark.
它在几周前停止工作.
https://www.youtube.com/embed/h_8smKNoAAw?start = 2285& end = 2515
这是我确定以前可以使用的网址.
Here is a url that I am sure was working before.
现在,它从url中标记的点开始,但不以结束标记结束.
Now it starts from point marked in the url, but it does not end at the ending mark.
推荐答案
对我来说效果很好.
我在您提供的URL中添加了 autoplay = 1
参数,视频实际上在指定位置开始和结束.
I added the autoplay=1
parameter in the URL you provided and the video actually starts and ends at the indicated positions.
这是修改后的URL:
https://www.youtube.com/embed/h_8smKNoAAw?start=2285&end=2515&autoplay=1
这篇关于YouTube嵌入视频的开始和结束问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!