-
Notifications
You must be signed in to change notification settings - Fork 14
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
Custom Scalability Structures #3
Comments
The existing scalability structures show clearly that the design space for scalability structures is very large, and probabliy requires something like a turing-complete language to specify all possible permutations. |
There are several ways to address the need for extending the resolution ratios that do not involve support for custom scalability structures:
|
Related to Issue #14 |
In S3T1, doesn't the top layer depend on the middle layer? |
TPAC ACTION: aboba to add a paragraph to the table to describe considerations for adding new values to the table of modes. |
With the merger of PR 27, this issue has largely been resolved. |
Reopening issue due to a request for support of "flexible mode" in WebCodecs. |
What if an application requires a custom scalability structure not supported in the defined scalability modes? For example, what if an application wants a 4:1 scalability ratio rather than 2:1 or 1.5:1?
Codecs such as AV1 support custom scalability structures, so that the encoder can be configured to support scalability structures beyond those defined in scalability modes.
Do we need a way to support scalability structures beyond those defined in scalability modes?
The text was updated successfully, but these errors were encountered: