Opened 4 months ago
#11106 new enhancement
Add decoding support for MPEG-H audio
Reported by: | christoph | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Fraunhofer provide an open source decoder on their github page ā mpeghdec
.
It could add support for decoding mpegh_3d_audio
, which is already being used in Korean terrestrial TV (ATSC 3.0) and upcoming 4k TV standards in Europe.
The documentation for the sample program mpeghDecoder
shows decoding options for the library, the most import one being -tl
for the target layout.
Iām not sure the layouts in āhttps://github.com/Fraunhofer-IIS/mpeghdec/wiki/MPEG-H-decoder-target-layouts can be mapped to those in libavutil/channel_layout.h
100%.
Note:
See TracTickets
for help on using tickets.