Implement SEI messages and frontend config to inject Alpha metadata in the stream#1
Open
diegonieto wants to merge 5 commits into
Open
Implement SEI messages and frontend config to inject Alpha metadata in the stream#1diegonieto wants to merge 5 commits into
diegonieto wants to merge 5 commits into
Conversation
31d5ad1 to
8c784dc
Compare
Based on: * H.274-202309 - 8.23 * T-REC-H.266-202309 - Annex D
Based on: * H.274-202309 - 8.19 * T-REC-H.266-202309 - Annex D
* vvencFFapp: add SEI options for sdi and aci * SEIEncoder: write leading SEI sdi and aci messages on the slices
ylatuya
reviewed
Jul 21, 2025
| MaxLayers : 2 | ||
| MaxSublayers : 7 | ||
| AllIndependentLayersFlag : 1 | ||
| #======== Alpha ================ |
There was a problem hiding this comment.
When adding an alpha channel layer, you would always want to send the SDI and ACI SEI messages, I don't think this should be configurable by the user. A better configuration interface would be the ability to define what layer is the alpha channel one:
#======== Layer-0 ===============
LayerId0 : 0
#======== Layer-1 ===============
LayerId1 : 1
#======== Alpha layer ================
LayerAlpha : 1
AlphaLayedId0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements Alpha related SEI messages to be injected into the stream
Based on: