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

Consider how loudness is calculated for live / non-file-based encodes #376

Open
tdaede opened this issue Apr 24, 2023 · 5 comments
Open
Labels
bug Something isn't working missing feature New feature or request postpone

Comments

@tdaede
Copy link
Collaborator

tdaede commented Apr 24, 2023

The text for computing loudness values requires it to be calculated for the entire stream. This means it cannot be provided for live encodes.

We could potentially add additional ways to compute it over a window, or per-"program".

@tdaede tdaede added bug Something isn't working missing feature New feature or request labels Apr 24, 2023
@tdaede
Copy link
Collaborator Author

tdaede commented Jun 6, 2023

We have to include integrated_loudness right now, so we need to specify some value to use here if loudness cannot be computed.

@tdaede
Copy link
Collaborator Author

tdaede commented Jun 6, 2023

Another option would be to make integrated_loudness option or reserve a value for live use cases.

@tdaede
Copy link
Collaborator Author

tdaede commented Jun 6, 2023

A third option would be to specify a way that it can be computed (or targeted) for live streams.

@sunghee-hwang
Copy link
Collaborator

How about allowing to set integrated_loudness = 0x7FFF to indicate that no loudness information for live use cases is provided?
It is only allowed for live use cases to set such the value.

For V2, we can continue to find a way that it can be computed (or targeted) for live streams.

@tdaede
Copy link
Collaborator Author

tdaede commented Jun 20, 2023

We will not add the sentinel value, but rather loosen our restrictions for loudness calculation for live in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working missing feature New feature or request postpone
Projects
None yet
Development

No branches or pull requests

2 participants