File size: 4,629 Bytes
2fc4496 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 |
<div style="text-align: center;">
<div style="width: 100%; overflow: hidden;">
<div style="width: 25%; float: left;">
<video width="70%" onloadstart="this.playbackRate = 0.75" autoplay="" loop="" playsinline="" muted="">
<source src="./materials/mocha/fireworks.mp4" type="video/mp4">
</video>
<center>
<div style="width: 95%; font-size: 50%" class="center-container">
<p>Fireworks exploding in the sky</p>
</div>
</center>
</div>
<div style="width: 4%;"> </div>
<div style="width: 25%; float: left;">
<video width="70%" onloadstart="this.playbackRate = 0.75" autoplay="" loop="" playsinline="" muted="">
<source src="./materials/mocha/waves.mp4" type="video/mp4">
</video>
<center>
<div style="width: 95%; font-size: 50%" class="center-container">
<p>Waves crashing against the shore</p>
</div>
</center>
</div>
<div style="width: 4%;"> </div>
<div style="width: 25%; float: left;">
<video width="70%" onloadstart="this.playbackRate = 0.75" autoplay="" loop="" playsinline="" muted="">
<source src="./materials/mocha/street.mp4" type="video/mp4">
</video>
<center>
<div style="width: 95%; font-size: 50%" class="center-container">
<p>A bustling street in London with red telephone booths and Big Ben in the background</p>
</div>
</center>
</div>
<div style="width: 4%;"> </div>
<div style="width: 25%; float: left;">
<video width="70%" onloadstart="this.playbackRate = 0.75" autoplay="" loop="" playsinline="" muted="">
<source src="./materials/mocha/mangoes.mp4" type="video/mp4">
</video>
<center>
<div style="width: 95%; font-size: 50%" class="center-container">
<p>Camera pans left to right on mago slices sitting on a table</p>
</div>
</center>
</div>
</div>
<div style="width: 100%; overflow: hidden;">
<div style="width: 25%; float: left;">
<video width="70%" onloadstart="this.playbackRate = 0.75" autoplay="" loop="" playsinline="" muted="">
<source src="./materials/mocha/ball.mp4" type="video/mp4">
</video>
<center>
<div style="width: 95%; font-size: 50%" class="center-container">
<p>Two balls thown in the air</p>
</div>
</center>
</div>
<div style="width: 4%;"> </div>
<div style="width: 25%; float: left;">
<video width="70%" onloadstart="this.playbackRate = 0.75" autoplay="" loop="" playsinline="" muted="">
<source src="./materials/mocha/flowers.mp4" type="video/mp4">
</video>
<center>
<div style="width: 95%; font-size: 50%" class="center-container">
<p>Slow motion flower petals falling on the ground</p>
</div>
</center>
</div>
<div style="width: 4%;"> </div>
<div style="width: 25%; float: left;">
<video width="70%" onloadstart="this.playbackRate = 0.75" autoplay="" loop="" playsinline="" muted="">
<source src="./materials/mocha/campfire.mp4" type="video/mp4">
</video>
<center>
<div style="width: 95%; font-size: 50%" class="center-container">
<p>A burning campire in a forest</p>
</div>
</center>
</div>
<div style="width: 4%;"> </div>
<div style="width: 25%; float: left;">
<video width="70%" onloadstart="this.playbackRate = 0.75" autoplay="" loop="" playsinline="" muted="">
<source src="./materials/mocha/boat_storm.mp4" type="video/mp4">
</video>
<center>
<div style="width: 95%; font-size: 50%" class="center-container">
<p>A boat sailing on a stormy ocean</p>
</div>
</center>
</div>
</div>
<p class="caption" style="width: 100%; text-align: center;"><b>Text to Video.</b> Our model generates videos based on text prompts, autoregressively.</p>
</div>
|