File size: 9,309 Bytes
dbac20f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!DOCTYPE html>
<html lang="en">
<head>
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-0JKBJ3WRJZ"></script>
    <script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
    gtag('config', 'G-0JKBJ3WRJZ');
    </script>

    <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
    <meta charset="UTF-8">
    <title>MMAudio</title>

    <link rel="icon" type="image/png" href="images/icon.png">

    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- CSS only -->
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>

    <link rel="stylesheet" href="style_videos.css">
</head>
<body>

    <div id="moviegen_all">
    <h2 id="moviegen" style="text-align: center;">Comparisons with Movie Gen Audio on Videos Generated by MovieGen</h2>
    <p id="moviegen1" style="overflow: hidden;">
        Example 1: Ice cracking with sharp snapping sound, and metal tool scraping against the ice surface. 
        <span style="float: right;"><a href="#index">Back to index</a></span>
    </p> 

    <div class="row g-1">
        <div class="col-sm-6">
            <div class="video-header">Movie Gen Audio</div>
            <div class="video-container">
                <iframe src="https://youtube.com/embed/d7Lb0ihtGcE"></iframe>
            </div> 
        </div>
        <div class="col-sm-6">
            <div class="video-header">Ours</div>
            <div class="video-container">
                <iframe src="https://youtube.com/embed/F4JoJ2r2m8U"></iframe>
                </div> 
        </div>
    </div>
    <br>

    <!-- <p id="moviegen2">Example 2: Rhythmic splashing and lapping of water. <span style="float:right;"><a href="#index">Back to index</a></span> </p> 

    <table>
        <thead>
            <tr>
                <th>Movie Gen Audio</th>
                <th>Ours</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td width="50%">
                    <div class="video-container">
                    <iframe src="https://youtube.com/embed/5gQNPK99CIk"></iframe>
                    </div>
                </td>
                <td width="50%">
                    <div class="video-container">
                    <iframe src="https://youtube.com/embed/AbwnTzG-BpA"></iframe>
                    </div>
                </td>
            </tr>
        </tbody>
    </table> -->

    <p id="moviegen2" style="overflow: hidden;">
        Example 2: Rhythmic splashing and lapping of water. 
        <span style="float:right;"><a href="#index">Back to index</a></span> 
    </p> 
    <div class="row g-1">
        <div class="col-sm-6">
            <div class="video-header">Movie Gen Audio</div>
            <div class="video-container">
                <iframe src="https://youtube.com/embed/5gQNPK99CIk"></iframe>
            </div> 
        </div>
        <div class="col-sm-6">
            <div class="video-header">Ours</div>
            <div class="video-container">
                <iframe src="https://youtube.com/embed/AbwnTzG-BpA"></iframe>
                </div> 
        </div>
    </div>
    <br>

    <p id="moviegen3" style="overflow: hidden;">
        Example 3: Shovel scrapes against dry earth. 
        <span style="float:right;"><a href="#index">Back to index</a></span> 
    </p> 
    <div class="row g-1">
        <div class="col-sm-6">
            <div class="video-header">Movie Gen Audio</div>
            <div class="video-container">
                <iframe src="https://youtube.com/embed/PUKGyEve7XQ"></iframe>
            </div> 
        </div>
        <div class="col-sm-6">
            <div class="video-header">Ours</div>
            <div class="video-container">
                <iframe src="https://youtube.com/embed/CNn7i8VNkdc"></iframe>
            </div> 
        </div>
    </div>
    <br>
    

    <p id="moviegen4" style="overflow: hidden;">
        (Failure case) Example 4: Creamy sound of mashed potatoes being scooped. 
        <span style="float:right;"><a href="#index">Back to index</a></span> 
    </p> 
    <div class="row g-1">
        <div class="col-sm-6">
            <div class="video-header">Movie Gen Audio</div>
            <div class="video-container">
                <iframe src="https://youtube.com/embed/PJv1zxR9JjQ"></iframe>
            </div> 
        </div>
        <div class="col-sm-6">
            <div class="video-header">Ours</div>
            <div class="video-container">
                <iframe src="https://youtube.com/embed/c3-LJ1lNsPQ"></iframe>
            </div> 
        </div>
    </div>
    <br>

    </div>

    <div id="hunyuan_sora_all">

    <h2 id="hunyuan" style="text-align: center;">Results on Videos Generated by Hunyuan</h2>
    <p style="overflow: hidden;">
        <span style="float:right;"><a href="#index">Back to index</a></span> 
    </p> 
    <div class="row g-1">
        <div class="col-sm-6">
            <div class="video-header">Typing</div>
            <div class="video-container">
                <iframe src="https://youtube.com/embed/8ln_9hhH_nk"></iframe>
            </div> 
        </div>
        <div class="col-sm-6">
            <div class="video-header">Water is rushing down a stream and pouring</div>
            <div class="video-container">
                <iframe src="https://youtube.com/embed/5df1FZFQj30"></iframe>
            </div> 
        </div>
    </div>
    <div class="row g-1">
        <div class="col-sm-6">
            <div class="video-header">Waves on beach</div>
            <div class="video-container">
                <iframe src="https://youtube.com/embed/7wQ9D5WgpFc"></iframe>
            </div> 
        </div>
        <div class="col-sm-6">
            <div class="video-header">Water droplet</div>
            <div class="video-container">
                <iframe src="https://youtube.com/embed/q7M2nsalGjM"></iframe>
            </div> 
        </div>
    </div>
    <br>

    <h2 id="sora" style="text-align: center;">Results on Videos Generated by Sora</h2>
    <p style="overflow: hidden;">
        <span style="float:right;"><a href="#index">Back to index</a></span> 
    </p> 
    <div class="row g-1">
        <div class="col-sm-6">
            <div class="video-header">Ships riding waves</div>
            <div class="video-container">
                <iframe src="https://youtube.com/embed/JbgQzHHytk8"></iframe>
            </div> 
        </div>
        <div class="col-sm-6">
            <div class="video-header">Train (no text prompt given)</div>
            <div class="video-container">
                <iframe src="https://youtube.com/embed/xOW7zrjpWC8"></iframe>
            </div> 
        </div>
    </div>
    <div class="row g-1">
        <div class="col-sm-6">
            <div class="video-header">Seashore (no text prompt given)</div>
            <div class="video-container">
                <iframe src="https://youtube.com/embed/fIuw5Y8ZZ9E"></iframe>
            </div> 
        </div>
        <div class="col-sm-6">
            <div class="video-header">Surfing (failure: unprompted music)</div>
            <div class="video-container">
                <iframe src="https://youtube.com/embed/UcSTk-v0M_s"></iframe>
            </div> 
        </div>
    </div>
    <br>

    <div id="mochi_ltx_all">
    <h2 id="mochi" style="text-align: center;">Results on Videos Generated by Mochi 1</h2>
    <p style="overflow: hidden;">
        <span style="float:right;"><a href="#index">Back to index</a></span> 
    </p> 
    <div class="row g-1">
        <div class="col-sm-6">
            <div class="video-header">Magical fire and lightning (no text prompt given)</div>
            <div class="video-container">
                <iframe src="https://youtube.com/embed/tTlRZaSMNwY"></iframe>
            </div> 
        </div>
        <div class="col-sm-6">
            <div class="video-header">Storm (no text prompt given)</div>
            <div class="video-container">
                <iframe src="https://youtube.com/embed/4hrZTMJUy3w"></iframe>
            </div> 
        </div>
    </div>
    <br>

    <h2 id="ltx" style="text-align: center;">Results on Videos Generated by LTX-Video</h2>
    <p style="overflow: hidden;">
        <span style="float:right;"><a href="#index">Back to index</a></span> 
    </p> 
    <div class="row g-1">
        <div class="col-sm-6">
            <div class="video-header">Firewood burning and cracking</div>
            <div class="video-container">
                <iframe src="https://youtube.com/embed/P7_DDpgev0g"></iframe>
            </div> 
        </div>
        <div class="col-sm-6">
            <div class="video-header">Waterfall, water splashing</div>
            <div class="video-container">
                <iframe src="https://youtube.com/embed/4MvjceYnIO0"></iframe>
            </div> 
        </div>
    </div>
    <br>

    </div>

</body>
</html>