I would recommend using ffmpeg instead of tsMuxeR, which is the default in Hybrid, try using different tsMuxeR versions and if that also doesn't help report the problem to the devs of tsMuxeR (https://github.com/justdan96/tsMuxer/issues)
I would recommend using ffmpeg instead of tsMuxeR, which is the default in Hybrid, try using different tsMuxeR versions and if that also doesn't help report the problem to the devs of tsMuxeR (https://github.com/justdan96/tsMuxer/issues)
Cu Selur
yes, i have noticed these entries too in the debug file..
could it be something to do with the sync of streams selur ?
Strange, and again, iam unable to reproduce that error in tsmux stand alone, when taking the full file not just the seperated a/v tracks you know..
i'll try something else with that file.. and see if that solves it..
01.11.2023, 19:46 (This post was last modified: 01.11.2023, 19:55 by Selur.)
What does the meta file look like when you use the tsMuxeR GUI?
Maybe some special flag is needed for some files?
(both the tsMuxeR GUI and Hybrid are just frontends for the command line program)
Cu Selur
Ps.: the MUXOP contains ' --vbr --vbr' which should be just '--vbr', but I doubt that is the problem, since that should otherwise always cause problems.
PPs.: got a small sample which allows to reproduce the problem?
01.11.2023, 20:00 (This post was last modified: 01.11.2023, 20:11 by Selur.)
I can create the same error output using the 'Dolby ATMOS 'Audiosphere' Demo' file from https://kodi.wiki/view/Samples.
Seems like the GUI is using A_AC3 not A_MLP.
I have no clue atm. when tsMuxeR uses A_AC3 nd when A_MLP.
MediaInfo reports:
Audio #1
ID : 4352 (0x1100)
Menu ID : 1 (0x1)
Format : MLP FBA 16-ch
Format/Info : Meridian Lossless Packing FBA with 16-channel presentation
Commercial name : Dolby TrueHD with Dolby Atmos
Codec ID : 131
Duration : 1 min 0 s
Bit rate mode : Variable
Maximum bit rate : 4 830 kb/s
Channel(s) : 8 channels
Channel layout : L R C LFE Ls Rs Lb Rb
Sampling rate : 48.0 kHz
Frame rate : 1 200.000 FPS (40 SPF)
Compression mode : Lossless
Language : English
Number of dynamic objects : 11
Bed channel count : 1 channel
Bed channel configuration : LFE
for the audio in the test file you provided before and which requires A_MLP.
And for the dolby sample mediainfo reports:
Audio #1
ID : 4352 (0x1100)
Menu ID : 1 (0x1)
Format : MLP FBA AC-3 16-ch
Format/Info : Meridian Lossless Packing FBA with 16-channel presentation
Commercial name : Dolby TrueHD with Dolby Atmos
Muxing mode : Stream extension
Codec ID : 131
Duration : 1 min 3 s
Bit rate mode : Variable
Bit rate : 640 kb/s
Maximum bit rate : 9 096 kb/s
Channel(s) : 8 channels
Channel layout : L R C LFE Ls Rs Lb Rb
Sampling rate : 48.0 kHz
Frame rate : 31.250 FPS (1536 SPF)
Compression mode : Lossless
Stream size : 4.84 MiB (2%)
Service kind : Complete Main
Number of dynamic objects : 15
Bed channel count : 1 channel
Bed channel configuration : LFE
For your sample the tsMuxeR gui uses: A_MLP
and for the Dolby sample it uses A_AC3.
=> without knowing when to use which, I have no clue how to fix this in Hybrid.
The one which requires A_AC3 has:
Quote:Muxing mode : Stream extension
...
Service kind : Complete Main
but is that always true? (got no Blu-rays with Atmos audio in it, so I can't test on different discs)
(01.11.2023, 20:00)Selur Wrote: I can create the same error output using the 'Dolby ATMOS 'Audiosphere' Demo' file from https://kodi.wiki/view/Samples.
Seems like the GUI is using A_AC3 not A_MLP.
Cu Selur
Well, mediainfo reads it as MLP FBAAC-3 16-channel
But yeah, you're spot on.
It seems and looks there's an shift going on regarding Atmos audio streams !?
I mean haven't encountered much AAC3 tracks in the past untill recently..
The difference is that one is just the core (TRUE-HD + ATMOS), while the other one is a multistream (AC3 + TRUE-HD + ATMOS),...
-> I got an idea, will have to do some testing and additional analysis.
(01.11.2023, 20:14)Selur Wrote: The difference is that one is just the core (TRUE-HD + ATMOS), while the other one is a multistream (AC3 + TRUE-HD + ATMOS),...
-> I got an idea, will have to do some testing and additional analysis.