Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/media/test/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 762 B image not shown  

Quelle  test_vp9_superframes.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/media/test/test_vp9_superframes.html


<!DOCTYPE HTML>
<html>
<head>
  <title>Test that all VP9 frames are decoded (contains superframes)</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<pre id="test">
<script class="testbody" type="text/javascript">

SimpleTest.waitForExplicitFinish();

function test() {
  var video = document.createElement("video");
  video.src = "vp9-superframes.webm";
  video.play();
  video.addEventListener("ended", function () {
    let vpq = video.getVideoPlaybackQuality();
    is(vpq.totalVideoFrames, 120"totalVideoFrames must contains 120 frames");
    SimpleTest.finish();
  });
}

addLoadEvent(function() {
  test();
});
</script>
</pre>
</body>
</html>

Messung V0.5 in Prozent
C=94 H=90 G=91

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet am  2026-06-04) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.