Skip to content

Commit

Permalink
Merge pull request #31 from aashishrai3799/main
Browse files Browse the repository at this point in the history
testing video autoplay options
  • Loading branch information
drsrinathsridhar authored Sep 11, 2024
2 parents ae0736d + cca4914 commit c28b216
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 c28b216

Please sign in to comment.