Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试让 videoJS 将视频中的一帧显示为海报图像。
我怎样才能做到这一点?
文档似乎表明只能加载静态图像......?
您可以尝试将时间(以秒为单位)附加#t={seconds}到源 URL:
#t={seconds}
<video playsinline src="testvideo.mp4#t=0.1"></video>