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 AAC and MPEG4 AAC to TSStream.cs #25

Open
blackjack4494 opened this issue Aug 18, 2020 · 2 comments
Open

Add AAC and MPEG4 AAC to TSStream.cs #25

blackjack4494 opened this issue Aug 18, 2020 · 2 comments

Comments

@blackjack4494
Copy link

public enum TSStreamType : byte
{
Unknown = 0,
MPEG1_VIDEO = 0x01,
MPEG2_VIDEO = 0x02,
AVC_VIDEO = 0x1b,
MVC_VIDEO = 0x20,
HEVC_VIDEO = 0x24,
VC1_VIDEO = 0xea,
MPEG1_AUDIO = 0x03,
MPEG2_AUDIO = 0x04,
LPCM_AUDIO = 0x80,
AC3_AUDIO = 0x81,
AC3_PLUS_AUDIO = 0x84,
AC3_PLUS_SECONDARY_AUDIO = 0xA1,
AC3_TRUE_HD_AUDIO = 0x83,
DTS_AUDIO = 0x82,
DTS_HD_AUDIO = 0x85,
DTS_HD_SECONDARY_AUDIO = 0xA2,
DTS_HD_MASTER_AUDIO = 0x86,
PRESENTATION_GRAPHICS = 0x90,
INTERACTIVE_GRAPHICS = 0x91,
SUBTITLE = 0x92
}

AAC_AUDIO = 0x0F, MPEG4_AAC_AUDIO = 0x11

You would need to add them to the codec list so they will actually return a string.

@UniqProject
Copy link
Owner

UniqProject commented Dec 4, 2020

Sorry, when did AAC became a part of the official BluRay spec?

UniqProject added a commit that referenced this issue Jan 22, 2023
@UniqProject
Copy link
Owner

Added in the latest beta release v0.7.6.0b.

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

2 participants