31 lines
888 B
HTML
31 lines
888 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset=utf-8>
|
||
|
<title>3gp codecs test 2</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>3gp codecs test 2</h1>
|
||
|
|
||
|
<p>H.263/AAC in 3GP: 1M</p>
|
||
|
<video id=flat controls width=640 height=360>
|
||
|
<source type="video/3gpp" src=polyphon-h263-aac-1m.3gp>
|
||
|
</video>
|
||
|
|
||
|
<p>H.263/AAC in 3GP: 2M</p>
|
||
|
<video id=flat2 controls width=640 height=360>
|
||
|
<source type="video/3gpp" src=polyphon-h263-aac-2m.3gp>
|
||
|
</video>
|
||
|
|
||
|
<p>H.263/AAC in 3GP: 4M</p>
|
||
|
<video id=flat controls width=640 height=360>
|
||
|
<source type="video/3gpp" src=polyphon-h263-aac-4m.3gp>
|
||
|
</video>
|
||
|
|
||
|
<p>H.263/AAC in 3GP: 8Mp</p>
|
||
|
<video id=flat controls width=640 height=360>
|
||
|
<source type="video/3gpp" src=polyphon-h263-aac-8m.3gp>
|
||
|
</video>
|
||
|
|
||
|
</body>
|
||
|
</html>
|