bits
This commit is contained in:
parent
8493a4eb3c
commit
48b98f8cfb
60 changed files with 2719 additions and 0 deletions
31
3gp2.html
Normal file
31
3gp2.html
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue