File size: 3,955 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
<!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, maximum-scale=1, user-scalable=no">
    <!-- 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">

    <script type="text/javascript">
        $(document).ready(function(){
            $("#content").load("video_gen.html #moviegen_all");
            $("#load_moveigen").click(function(){
                $("#content").load("video_gen.html #moviegen_all");
            });
            $("#load_hunyuan_sora").click(function(){
                $("#content").load("video_gen.html #hunyuan_sora_all");
            });
            $("#load_mochi_ltx").click(function(){
                $("#content").load("video_gen.html #mochi_ltx_all");
            });
            $("#load_vgg1").click(function(){
                $("#content").load("video_vgg.html #vgg1");
            });
            $("#load_vgg2").click(function(){
                $("#content").load("video_vgg.html #vgg2");
            });
            $("#load_vgg3").click(function(){
                $("#content").load("video_vgg.html #vgg3");
            });
            $("#load_vgg4").click(function(){
                $("#content").load("video_vgg.html #vgg4");
            });
            $("#load_vgg5").click(function(){
                $("#content").load("video_vgg.html #vgg5");
            });
            $("#load_vgg6").click(function(){
                $("#content").load("video_vgg.html #vgg6");
            });
            $("#load_vgg_extra").click(function(){
                $("#content").load("video_vgg.html #vgg_extra");
            });
        });
    </script>
</head>
<body>
    <h1 id="index" style="text-align: center;">Index</h1>
    <p><b>(Click on the links to load the corresponding videos)</b> <span style="float:right;"><a href="index.html">Back to project page</a></span></p>

    <ol>
        <li>
            <a href="#" id="load_moveigen">Comparisons with Movie Gen Audio on Videos Generated by MovieGen</a>
        </li>
        <li>
            <a href="#" id="load_hunyuan_sora">Results on Videos Generated by Hunyuan and Sora</a>
        </li>
        <li>
            <a href="#" id="load_mochi_ltx">Results on Videos Generated by Mochi 1 and LTX-Video</a>
        </li>
        <li>
            On VGGSound
            <ol>
                <li><a id='load_vgg1' href="#">Example 1: Wolf howling</a></li>
                <li><a id='load_vgg2' href="#">Example 2: Striking a golf ball</a></li>
                <li><a id='load_vgg3' href="#">Example 3: Hitting a drum</a></li>
                <li><a id='load_vgg4' href="#">Example 4: Dog barking</a></li>
                <li><a id='load_vgg5' href="#">Example 5: Playing a string instrument</a></li>
                <li><a id='load_vgg6' href="#">Example 6: A group of people playing tambourines</a></li>
                <li><a id='load_vgg_extra' href="#">Extra results & failure cases</a></li>
            </ol>
        </li>
    </ol>

    <div id="content" class="container-fluid">

    </div>
    <br>
    <br>

</body>
</html>