-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
do red triangles work for automated detection of the edge of the content? #23
Comments
Thoughts are:
|
We've been giving this topic more thought and discussion which has opened something of "a can of worms". DPCTF spec has multiple occurrences of:
Also:
So a device is expected to create a display window that matches the video's aspect ratio and optionally may use a full-screen mode. However for testing purposes, considering real-world devices has raised a number of issues:
The upshot is that it is dangerous to make any assumptions about exactly what will be visible of the video at the edges. One idea is to use video along the lines of: (N.B. this is just a mock-up, so far we've done no prototyping to test the viability of this approach) The observation software will then need to apply techniques to isolate the scale bars and determine how much is viewable of the vertical and horizontal, whether the markers are evenly spaced, etc. Results could then be checked against threshold values. This warrants further discussion to understand what may and may not be testable. |
There are a number of assumptions in the comment which I think are mistaken ...
We have one specific test for where full screen mode is to be selected, 8.11 "Full Screen Playback of Switching Sets". The HTML5 video object should not be the size of the video but should be the largest possible size that fits entirely on the device while still having the same aspect ratio as the video.
TV sets also exist with 21:9 sometimes. For all tests other than 8.11, please see above, the HTML5 video object needs to be as large as will fit entirely on the device while preserving the aspect ratio.
I would be surprised if this would happen if there is a 16:9 HTML video element.
In other places, there were lengthy discussions that apparently the trend is for TVs to just display the full signal with no overscan at all.
I wonder if the observation discussed here is too complex for full screen mode and should just be omitted or deferred. |
See also cta-wave/device-playback-task-force#75 about the definition of full screen. |
That could be my misunderstanding. I had a recollection from a while ago that originally the output was in a "window" but this was altered to full-screen to improve the capture on small screen devices. @louaybassbouss could you confirm the behaviour?
Agreed. My concerns were with the full-screen mode case.
Yes that may need to be the case for the 8.11 test, behaviour may be very device-dependent when in full-screen mode. Ignoring 8.11, the aim would be to be able to sufficently measure the requirements: |
Was in RFP but is now deferred for future work. |
The red triangles were put in the mezzanine content for detecting the edge of the content.
In one discussion it was suggested that the red triangles were not suitable for automated detection of the content edge.
I don't remember an alternative being proposed but I was thinking about a pattern with stripes in a series of colours - horizontal stripes for the top and bottom edge and vertical stripes for the left and right edge.
The observation for this is in not in the phase 1 contract for the observation framework but we shouldn't forget it.
The text was updated successfully, but these errors were encountered: