Support for AV1 MP4 input and output
This commit is contained in:
parent
8b8a28c4ec
commit
a9abfa531e
12 changed files with 154 additions and 22 deletions
|
@ -35,6 +35,7 @@ mistplayers.html5 = {
|
|||
shortmime = shortmime.join("/");
|
||||
//works for mp4 but not for webm
|
||||
function translateCodec(track) {
|
||||
if (track.codecstring){return track.codecstring;}
|
||||
function bin2hex(index) {
|
||||
return ("0"+track.init.charCodeAt(index).toString(16)).slice(-2);
|
||||
}
|
||||
|
|
|
@ -22,6 +22,7 @@ mistplayers.mews = {
|
|||
|
||||
//check (and save) codec compatibility
|
||||
function translateCodec(track) {
|
||||
if (track.codecstring){return track.codecstring;}
|
||||
function bin2hex(index) {
|
||||
return ("0"+track.init.charCodeAt(index).toString(16)).slice(-2);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue