Skip to content

Commit

Permalink
testing video autoplay options
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishrai3799 authored Aug 9, 2024
1 parent e8d893e commit cca4914
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions research/egosonics.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ Following is a set of uncurated examples of video-to-audio generation on unseen

<video
class="content-item-three-col"
autoplay="autoplay"
loop
controls
muted="false"
data-setup='{"fluid": true}'>
controls=""
<source
src="/assets/images/projects/egosonics/videos/example2.mp4"
type="video/mp4"
Expand All @@ -45,11 +41,7 @@ Following is a set of uncurated examples of video-to-audio generation on unseen

<video
class="content-item-three-col"
autoplay="false"
loop
controls
muted="false"
data-setup='{"fluid": true}'>
controls=""
<source
src="/assets/images/projects/egosonics/videos/example10.mp4"
type="video/mp4"
Expand All @@ -59,11 +51,7 @@ Following is a set of uncurated examples of video-to-audio generation on unseen

<video
class="content-item-three-col"
autoplay="false"
loop
controls
muted="false"
data-setup='{"fluid": true}'>
controls=""
<source
src="/assets/images/projects/egosonics/videos/example4.mp4"
type="video/mp4"
Expand Down

0 comments on commit cca4914

Please sign in to comment.