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

Question: how to detect if a video has Dolby Atmos? #444

Closed
matteogobbi opened this issue May 25, 2023 · 4 comments
Closed

Question: how to detect if a video has Dolby Atmos? #444

matteogobbi opened this issue May 25, 2023 · 4 comments

Comments

@matteogobbi
Copy link
Contributor

We have a way to detect Dolby Vision vs HDR10 vs HLG vs SDR, but what about detecting if has Dolby Atmos?

@kingslay
Copy link
Owner

kingslay commented Jun 2, 2023

Dolby Atmos 应该是指音频方面的。Dolby Vision vs HDR10 vs HLG vs SDR是视频方面。所以你要判断是否 atmos的话,那应该是要判断音频的格式。我不知道我的理解对不对。我从网上看的资料是这样说的

@matteogobbi
Copy link
Contributor Author

Yes I know it's the audio aspect. That's why I'm saying that we have a way to detect the video quality but not the audio quality. Thx

@Alanko5
Copy link

Alanko5 commented Aug 5, 2023

If detected codec truehd or dolby mat, then is dolby atmos audio.

@kingslay
Copy link
Owner

kingslay commented Aug 6, 2023

@matteogobbi 那你可以用mediaSubType 或是MediaPlayerTrack.descriptioncodecType 来判断音频的格式

@kingslay kingslay closed this as completed Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants