DTS:X {af} undefined

Any questions? Need some help?
Post Reply
rguptaca
Posts: 1
Joined: 09 Oct 2022, 04:35

DTS:X {af} undefined

Post by rguptaca »

M1 mac mini
version 4.9.7 (9130)
Any DTSX demo file
https://kodi.wiki/view/Samples#HD.2Fobj ... Test_Clips
https://drive.google.com/file/d/0BwxFVk ... jvvfMwLSxA

The binding {af} is undefined.

Code: Select all

Audio
ID                                       : 2
Format                                   : DTS XLL X
Format/Info                              : Digital Theater Systems
Commercial name                          : DTS-HD Master Audio
Codec ID                                 : A_DTS
Duration                                 : 1 min 26 s
Bit rate mode                            : Variable
Bit rate                                 : 6 199 kb/s
Channel(s)                               : 8 channels
Channel(s)_Original                      : Object Based
ChannelLayout_Original                   : Object Based
Sampling rate                            : 48.0 kHz
Frame rate                               : 93.749 FPS (512 SPF)
Bit depth                                : 24 bits
Stream size                              : 64.1 MiB (22%)
Default                                  : Yes
Forced                                   : No
User avatar
rednoah
The Source
Posts: 22984
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: DTS:X {af} undefined

Post by rednoah »

:?: What does libmediainfo say?
rednoah wrote: 05 Nov 2016, 14:58 :idea: Open FileBot ➔ Image Edit Format ➔ Image Change Sample ➔ Image Open MediaInfo


:idea: Use the mediainfo script to export raw MediaInfo properties for all your files:

Code: Select all

filebot -script fn:mediainfo /path/to/files

:idea: Use -mediainfo --format to test custom bindings on all your files:

Code: Select all

filebot -mediainfo -r /path/to/files --format "{vc} | {ac} | {channels} | {resolution} | {duration} | {f}"

If you have issues with MediaInfo bindings such as {vc}, {ac}, {channels}, {resolution}, {duration}, etc, check the raw MediaInfo data to see what FileBot sees.



EDIT:

The issue might be the Object Based value here, which isn't a number. We'll make sure to default to the 8 channels instead if the primary value unexpectedly isn't a number:

Code: Select all

Channel(s)                               : 8 channels
Channel(s)_Original                      : Object Based
:idea: Please read the FAQ and How to Request Help.
Post Reply