shaka-project / shaka-packager

A media packaging and development framework for VOD and Live DASH and HLS applications, supporting Common Encryption for Widevine and other DRM Systems.
https://shaka-project.github.io/shaka-packager/
Other
1.96k stars 505 forks source link

feat: Add DTS:X audio support for DASH and HLS-fMP4 #1302

Closed RoyFunderburk closed 10 months ago

RoyFunderburk commented 10 months ago

feat: This patch adds support for DTS:X Profile 2 audio in MP4 files.

Added audio specific configuration udts box to AudioSampleEntry for MP4 input/output. DASH tags for DTS audio updated to conform to specifications ETSI TS 103 491 and ETSI TS 102 114.

Issue: #1301