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

Add Atmos channel layouts from CoreAudioTypes.h. #1969

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gmcgarry
Copy link

As seen at the following locations:

Before:

Audio
ID                                       : 1
Format                                   : ALAC
Codec ID                                 : alac
Codec ID/Info                            : Apple Lossless Audio Codec
Duration                                 : 28 s 96 ms
Bit rate                                 : 349 kb/s
Channel(s)                               : 12 channels
Channel layout                           : L R C LFE Lb Rb Ls Rs 46 48 52 54
Sampling rate                            : 48.0 kHz
Bit depth                                : 16 bits
Stream size                              : 1.17 MiB (98%)

After:

Audio
ID                                       : 1
Format                                   : ALAC
Codec ID                                 : alac
Codec ID/Info                            : Apple Lossless Audio Codec
Duration                                 : 28 s 96 ms
Bit rate                                 : 349 kb/s
Channel(s)                               : 12 channels
Channel layout                           : L R C LFE Lb Rb Ls Rs Ltf Rtf Ltr Rtr
Sampling rate                            : 48.0 kHz
Bit depth                                : 16 bits
Stream size                              : 1.17 MiB (98%)

@JeromeMartinez
Copy link
Member

Yet other acronyms...

there is a need to update mapping from format specific to MediaInfo names (MediaInfo Names).
But it won't work out of the box due to that (need to add ALAC there, or something about MOV).

Please a sample file.
Would be nice if you do the mapping from Apple names to MediaInfo names, I may manage the other issues if I have a sample file.

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

Successfully merging this pull request may close these issues.

None yet

2 participants