<!DOCTYPE html>
<html>
    <head>
        <meta charset=utf-8>
        <title>3gp codecs test</title>
    </head>
    <body>
        <h1>3gp codecs test</h1>

        <p>H.263/AAC in 3GP: 96p</p>
        <video id=flat controls width=640 height=360>
            <source type="video/3gpp" src=polyphon-h263-aac-96p.3gp>
        </video>

        <p>H.263/AAC in 3GP: 144p</p>
        <video id=flat2 controls width=640 height=360>
            <source type="video/3gpp" src=polyphon-h263-aac-144p.3gp>
        </video>

        <p>H.263/AAC in 3GP: 288p</p>
        <video id=flat controls width=640 height=360>
            <source type="video/3gpp" src=polyphon-h263-aac-288p.3gp>
        </video>

        <p>H.263/AAC in 3GP: 576p</p>
        <video id=flat controls width=640 height=360>
            <source type="video/3gpp" src=polyphon-h263-aac-576p.3gp>
        </video>

        <p>H.263/AAC in 3GP: 1152p</p>
        <video id=flat controls width=640 height=360>
            <source type="video/3gpp" src=polyphon-h263-aac-1152p.3gp>
        </video>

    </body>
</html>