非常重要的是我在 api 中沒有 img 。我需要在視頻中設置預覽縮略圖。 <video style="object-fit: contain;" width="100%" height="100%" controls preload="metadata"
[poster]="indexOfSelectedExercise.exercise?.fullVideoUrl" loop>
<source [src]="indexOfSelectedExercise.exercise?.fullVideoUrl" type="video/mp4" />
</video>fullVideoUrl:“https://www.url.com/images/Screen Recording 2020-12-01 at 19.01.52.mov”這是網址的示例
在沒有海報的情況下預覽視頻 html5 的縮略圖?
慕的地8271018
2023-11-02 17:03:06