Opened 11 years ago
Closed 3 years ago
#4488 closed enhancement (fixed)
Export whether or not a TrueHD stream has an ATMOS substream
| Reported by: | Ridley Combs | Owned by: | |
|---|---|---|---|
| Priority: | wish | Component: | avcodec |
| Version: | git-master | Keywords: | thd |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
This should be simple enough to detect in the parser and decoder (as far as I'm aware, it should just be checking if the number of substreams is > 3), but I'm not sure if this makes sense to export as a profile, or metadata, or a new member of AVCodecContext, or something else.
Change History (6)
comment:1 by , 11 years ago
comment:3 by , 8 years ago
| Keywords: | thd added |
|---|
comment:4 by , 3 years ago
| Status: | new → open |
|---|
comment:5 by , 3 years ago
Implemented in: 96ed043afa44d468ff3629095f90d391450c4e60, in fact same for DTS:X and EAC3 JOC.
comment:6 by , 3 years ago
| Resolution: | → fixed |
|---|---|
| Status: | open → closed |
Note:
See TracTickets
for help on using tickets.



Maybe using AVProfile? See dcadec.c