justdan96 / tsMuxer

tsMuxer is a transport stream muxer for remuxing/muxing elementary streams, EVO/VOB/MPG, MKV/MKA, MP4/MOV, TS, M2TS to TS to M2TS. Supported video codecs H.264/AVC, H.265/HEVC, VC-1, MPEG2. Supported audio codecs AAC, AC3 / E-AC3(DD+), DTS/ DTS-HD.
Apache License 2.0
863 stars 144 forks source link

File extension for demuxed core audio stream is incorrect #676

Closed GrzeWier closed 1 year ago

GrzeWier commented 1 year ago

Hi When demuxing the core audio stream from eac3/DD+ source - the resulting file is given ec3 extension. This is incorrect. The core stream is meant to provide compatibility for old devices that are unable to utilize the full 'enchanced' track. Core stream is a regular Dolby Digital and should be given ac3 extension.

jcdr428 commented 1 year ago

@GrzeWier please try tomorrow's release. When the stream is interleaved ac3/ec3, the demuxed file will have extension ac3+ec3.

jcdr428 commented 1 year ago

Closing, can be reopened upon request.