File dts HD 8ch not compatible

Help for Audacity on Windows.
Forum rules
ImageThis forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".


Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Post Reply
MIMMO61
Posts: 40
Joined: Mon Mar 19, 2012 11:50 am
Operating System: Please select

File dts HD 8ch not compatible

Post by MIMMO61 » Tue Nov 25, 2014 7:04 am

Good Morning

Audacity matter dts files regularly but up to a maximum of 6 channels,
if you import a file of more than 6 channels, are always returned 6 tracks.
Using the latest version 2.06 (.exe) with ffmpeg 2.2.2 and Windows 7 64-bit.

Mediainfo report:

Code: Select all

General
Complete name                            : D:\05- Bluray in lavorazioneCORSARIDemux Blu-rayCutthroat_Island_t00.track_8ch.dts
Format                                   : DTS
Format/Info                              : Digital Theater Systems
Format profile                           : MA / Core
File size                                : 2.65 GiB
Overall bit rate mode                    : Variable

Audio
Format                                   : DTS
Format/Info                              : Digital Theater Systems
Format profile                           : MA / Core
Mode                                     : 16
Format settings, Endianness              : Big
Bit rate mode                            : Variable
Bit rate                                 : Unknown / 1 509 Kbps
Channel(s)                               : 8 channels / 6 channels
Channel positions                        : Front: L C R, Side: L R, Back: L R, LFE / Front: L C R, Side: L R, LFE
Sampling rate                            : 48.0 KHz
Bit depth                                : 16 bits
Compression mode                         : Lossless / Lossy
How do I resolve this issue?

Image


Thanks

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: File dts HD 8ch not compatible

Post by Gale Andrews » Tue Nov 25, 2014 11:01 am

As explained already, we can do nothing without an example file.

MediaInfo is confused about whether the file is six or eight channels too.

I already suggested two solutions. Use a different demux tool, or try demuxing to WAV.

If you think Audacity is to blame, use FFmpeg standalone to convert the file to WAV. If it produces six channels, then Audacity will do the same.


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

MIMMO61
Posts: 40
Joined: Mon Mar 19, 2012 11:50 am
Operating System: Please select

Re: File dts HD 8ch not compatible

Post by MIMMO61 » Tue Nov 25, 2014 12:34 pm

This is the sample file, I hope it can be useful for testing.
http://www.mediafire.com/download/v52y0 ... nd_t00.dts

Thanks.

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: File dts HD 8ch not compatible

Post by Gale Andrews » Tue Nov 25, 2014 1:59 pm

Thanks for the file. I can confirm ffprobe (the FFmpeg analysis tool) sees the file as 5:1

Code: Select all

 Duration: 00:05:38.60, start: 0.000000, bitrate: 1535 kb/s
   Stream #0:0: Audio: dts (DTS-HD MA), 48000 Hz, 5.1(side), fltp, 1536 kb/s
Assuming the file is encoded correctly, I suspect the reason is that the two missing channels are implemented as an extension and FFmpeg only reads the six core channels - see http://en.wikipedia.org/wiki/DTS_%28sou ... 29#History. I think this also means the file is lossy, because it does not have the difference channels which could be decoded to make it lossless.

So there is nothing Audacity can do. I suggest you report the issue to support for your demux tool. If they insist the file is properly encoded as eight channels, you can raise a feature request with the FFmpeg developers.

If you encode the file as 8-channel WAV, it should import correctly. Don't just encapsulate the DTS audio in a WAV container, because FFmpeg won't understand that. http://forum.videohelp.com/ is a good place to ask if you want help finding a tool to convert the file to 8-channel WAV. Obviously any encoder that employs FFmpeg will have the same issue.


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Post Reply