sabomate / AR-video_viewer

0 stars 0 forks source link

動画サイズそろえ #21

Open tagahei opened 8 months ago

tagahei commented 8 months ago

videoタグのsrcを入れ替えていっているが,最初の動画のサイズのまま再生される 動画変更時にリサイズが必要かと

tagahei commented 7 months ago

元動画のサイズ比取得して,最大幅とかを設定してリサイズ

tagahei commented 7 months ago

Ensuring that the video is not distorted by stretching requires us to appropriately set the width and height preserving the original aspect ratio of the video. This properties are set in meters, don’t confuse with pixels.

For example, a 2:1 video:

<a-video src="#myvideo" width="3" height="1.5"></a-video>

https://aframe.io/docs/1.5.0/primitives/a-video.html

tagahei commented 7 months ago

動画がそろってからにしよう