Skip to content
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

Compute metadata scene related information #32

Closed
quietvoid opened this issue Jul 23, 2021 · 0 comments
Closed

Compute metadata scene related information #32

quietvoid opened this issue Jul 23, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@quietvoid
Copy link
Owner

quietvoid commented Jul 23, 2021

Samsung's HDR10+ tools expect scene information to be present for a valid JSON file.

Should be present for every metadata frame in SceneInfo:

SceneFrameIndex: Index of the frame relative to the current scene (starting from metadata change)
SceneId: Incremented scene index (Id) when metadata changes
SequenceFrameIndex: Metadata frame index (total length should be number of frames)

Should be present at the JSON root:

"SceneInfoSummary": {
    "SceneFirstFrameIndex": Array of `SequenceFrameIndex` where a metadata's `SceneFrameIndex` is 0
    "SceneFrameNumbers": Array of the number of frames (length) of every scene
}
@quietvoid quietvoid self-assigned this Jul 23, 2021
@quietvoid quietvoid added the enhancement New feature or request label Jul 26, 2021
quietvoid added a commit that referenced this issue Jul 28, 2021
quietvoid added a commit that referenced this issue Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant