Support for AV1 MP4 input and output

This commit is contained in:
Thulinma 2023-06-11 16:26:27 +02:00
parent 8b8a28c4ec
commit a9abfa531e
12 changed files with 154 additions and 22 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -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);
}

View file

@ -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);
}