<div dir="ltr"><br>Hi,<br><br>I just recently started looking at HTML5 and noticed the video tag. Neat addition.<br>I also noticed that it as an attribute named &#39;pixelratio&#39;, however, as you know this<br>is never an integer, but rather is the result of a fraction (i.e. ratio). As for proper<br>
playback of video frames, it is important to understand exact float and therefore<br>I would suggest either expressing it as a ratio of two 32-bit integers separated by a colon (or slash) or use two<br>different attributes. This avoids unintentional rounding.<br>
<br>Something roughly along the lines of:<br><br>&lt;video pixelratio=&quot;10:11&quot;&gt; &lt;!-- 525 composite NTSC --&gt;<br>&lt;video pixelratio=&quot;59:54&quot;&gt; &lt;!-- 625 composite PAL --&gt;<br>&lt;video pixelratio=&quot;1018:1062&quot;&gt; &lt;!-- 1920x1035 HDTV SMPTE RP 187-1995 --&gt;<br>
<br>&lt;video parhSpacing=&quot;10&quot; parvSpacing=11&quot;&gt;<br><br>Container formats tend to store this information in a ratio like this and not in a float.<br><br>Best,<br><br>-- <br>Sander van Zoest &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:sander@vanzoest.com">sander@vanzoest.com</a><br>
San Diego, CA, USA &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://Sander.vanZoest.com/">http://Sander.vanZoest.com/</a><br><br>
</div>