[imsc] Testsuite test frameSync1.ttml test appears to assume non-default frame rate.

skynavga has just created a new issue for https://github.com/w3c/imsc:

== Testsuite test frameSync1.ttml test appears to assume non-default 
frame rate. ==
Test frameSync1.ttml appears to assume a frame rate of 24 based on the
 following text content:

<pre>
&lt;p region="area1" begin="00:00:01.01" end="00:00:03"&gt;This should
 appear on frame 25.&lt;/p&gt;
&lt;p region="area1" begin="00:00:04" end="00:00:06"&gt;This should 
appear on frame 96.&lt;/p&gt;
&lt;p region="area1" begin="00:00:07.33" end="00:00:09"&gt;This should
 appear on frame 176.&lt;/p&gt;
</pre>

Since no frame rate is specified, the default frame rate of 30 
applies. In order to fix this, the following attribute should be 
specified on the `tt` element: `ttp:frameRate="24"`.



Please view or discuss this issue at 
https://github.com/w3c/imsc/issues/131 using your GitHub account

Received on Thursday, 14 January 2016 06:11:11 UTC