Opened 12 years ago

Closed 6 months ago

Last modified 6 months ago

#667 closed defect (needs_more_info)

Error when decoding TrueHD 1.0 track that also contains AC-3

Reported by: Chouonsoku Owned by:
Priority: minor Component: undetermined
Version: git-master Keywords: thd ac3
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

I am trying to use ffmpeg to decode a TrueHD 1.0 track to WAV for encoding to FLAC. Originally I was using eac3to to accomplish this, and received an error. I was told this had to do with the outdated ffmpeg used by eac3to, and that I should run the following command line with the latest ffmpeg build:

ffmpeg -i japanese.thd -ac 1 -acodec pcm_s24le -f wav japanese.wav

This command produces the following error message:

[truehd @ 0000000001C80290] mlpparse: Parity check failed.

Last message repeated 228 times

[truehd @ 000000000029D570] max_analyze_duration 5000000 reached at 5000000
[truehd @ 000000000029D570] Estimating duration from bitrate, this may be inaccurate
Input #0, truehd, from 'japanese.thd':

Duration: N/A, start: 0.000000, bitrate: N/A

Stream #0:0: Audio: truehd, 48000 Hz, mono, s32

Output #0, wav, to 'japanese.wav':

Metadata:

encoder : Lavf53.20.0
Stream #0:0: Audio: pcm_s24le ([1][0][0][0] / 0x0001), 48000 Hz, 1 channels, s32, 1152 kb/s

Stream mapping:

Stream #0:0 -> #0:0 (truehd -> pcm_s24le)

Press [q] to stop, ? for help
Input stream #0:0 frame changed from rate:48000 fmt:s32 ch:1 to rate:48000 fmt:s32 ch:2
[SWR @ 0000000001CA18D0] Input channel layout has a different number of channels than the number of used channels, ignoring layout
[truehd @ 0000000001C80290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C80290] Lossless check failed - expected 05, calculated 00.
[truehd @ 0000000001C80290] Lossless check failed - expected 05, calculated 0f.
[truehd @ 0000000001C80290] Lossless check failed - expected 09, calculated 06.
[truehd @ 0000000001C80290] Lossless check failed - expected 0c, calculated 12.
[truehd @ 0000000001C80290] Lossless check failed - expected 00, calculated 0a.
[truehd @ 0000000001C80290] Invalid nonrestart_substr.
Error while decoding stream #0:0

This error continues until the program halts and stops processing the file. According to the error above, this track is a mix of 1.0 and 2.0, so I tried running the same command with -ac 2 instead and received the same error message.

Here is the output produced by ffmpeg -v 9 -loglevel 99 -i japanese.thd -f wav japanese.wav:

ffmpeg version N-34906-g4e7b3ef, Copyright (c) 2000-2011 the FFmpeg developers

built on Nov 16 2011 12:39:54 with gcc 4.6.2
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
libavutil 51. 25. 0 / 51. 25. 0
libavcodec 53. 34. 0 / 53. 34. 0
libavformat 53. 20. 0 / 53. 20. 0
libavdevice 53. 4. 0 / 53. 4. 0
libavfilter 2. 48. 1 / 2. 48. 1
libswscale 2. 1. 0 / 2. 1. 0
libpostproc 51. 2. 0 / 51. 2. 0

[truehd @ 00000000003AD540] Format truehd probed with size=2048 and score=50
[truehd @ 0000000001C10290] err{or,}_recognition separate: 1; 1
[truehd @ 0000000001C10290] err{or,}_recognition combined: 1; 1
[truehd @ 0000000001C10290] Unsupported bit depth: 0
[truehd @ 0000000001C10290] mlpparse: Parity check failed.

Last message repeated 228 times

[truehd @ 00000000003AD540] max_analyze_duration 5000000 reached at 5000000
[truehd @ 00000000003AD540] Estimating duration from bitrate, this may be inaccurate
Input #0, truehd, from 'japanese.thd':

Duration: N/A, start: 0.000000, bitrate: N/A

Stream #0:0, 6002, 1/90000: Audio: truehd, 48000 Hz, mono, s32

Incompatible sample format 's32' for codec 'pcm_s16le', auto-selecting format 's16'
[pcm_s16le @ 0000000003B05820] err{or,}_recognition separate: 1; 1
[pcm_s16le @ 0000000003B05820] err{or,}_recognition combined: 1; 1
[truehd @ 0000000001C10290] err{or,}_recognition separate: 1; 1
[truehd @ 0000000001C10290] err{or,}_recognition combined: 1; 1
[truehd @ 0000000001C10290] Unsupported bit depth: 24
Output #0, wav, to 'japanese.wav':

Metadata:

encoder : Lavf53.20.0
Stream #0:0, 0, 1/48000: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, mono, s16, 768 kb/s

Stream mapping:

Stream #0:0 -> #0:0 (truehd -> pcm_s16le)

Press [q] to stop, ? for help
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
Input stream #0:0 frame changed from rate:48000 fmt:s32 ch:1 to rate:48000 fmt:s32 ch:2
[SWR @ 0000000001C318D0] Input channel layout has a different number of channels than the number of used channels, ignoring layout
0.500000 0.500000
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.

Last message repeated 2 times

[truehd @ 0000000001C10290] Lossless check failed - expected 05, calculated 00.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 05, calculated 0f.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.

Last message repeated 1 times

[truehd @ 0000000001C10290] Lossless check failed - expected 09, calculated 06.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 0c, calculated 12.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 00, calculated 0a.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 05, calculated 03.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 35, calculated 1d.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 96, calculated 1b.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 18, calculated 30.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 21, calculated e8.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected dd, calculated 8e.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 99, calculated bb.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected d2, calculated a5.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 69, calculated a9.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected d2, calculated e8.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 2d, calculated 11.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected db, calculated a9.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 6a, calculated c9.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 6a, calculated 1e.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 8d, calculated ee.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected a9, calculated 4e.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected f3, calculated b8.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected b1, calculated 21.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 93, calculated 06.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 6a, calculated 2b.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.

Last message repeated 1 times

[truehd @ 0000000001C10290] Lossless check failed - expected 21, calculated 56.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 5c, calculated b2.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 65, calculated 7e.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 05, calculated d8.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected de, calculated a9.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 63, calculated 00.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected c5, calculated d4.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected a6, calculated a5.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 4b, calculated 3c.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected fc, calculated 99.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 5a, calculated 1b.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected af, calculated 6a.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] Stream parameters not seen; skipping frame.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected d2, calculated c5.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 9a, calculated 39.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 0a, calculated 17.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 05, calculated 2b.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected f5, calculated e2.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 39, calculated 06.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 21, calculated ee.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 81, calculated 6a.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected de, calculated a5.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 1e, calculated 12.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected a6, calculated a9.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 06, calculated d2.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 36, calculated 69.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 7d, calculated 30.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected f9, calculated e4.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 87, calculated 2b.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 59, calculated 56.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 48, calculated dd.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 24, calculated 30.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 3c, calculated ed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected f3, calculated b1.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 17, calculated 28.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 82, calculated 7e.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected c6, calculated 9a.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 33, calculated e8.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected e7, calculated 87.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 7e, calculated 56.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] Stream parameters not seen; skipping frame.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected c3, calculated 30.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 99, calculated 95.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 35, calculated bb.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected a3, calculated 8d.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected cc, calculated 59.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 87, calculated 5f.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 50, calculated e8.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 95, calculated d7.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 78, calculated 71.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected ca, calculated 72.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected bb, calculated 9c.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 7d, calculated c6.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 6a, calculated aa.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected d1, calculated a6.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 87, calculated d1.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 9c, calculated 39.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected dd, calculated 24.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 28, calculated 4e.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected e7, calculated 41.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected bb, calculated b7.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected b7, calculated 88.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 69, calculated db.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 5a, calculated 44.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 7e, calculated 5f.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 0c, calculated e8.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 93, calculated 5f.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected af, calculated d2.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 11, calculated cc.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 03, calculated ed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected e7, calculated 30.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 03, calculated cc.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 3c, calculated d4.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected e1, calculated bb.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 41, calculated 50.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected f9, calculated 05.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected fc, calculated cc.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected fc, calculated e4.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 22, calculated 0a.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected b8, calculated db.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected de, calculated 39.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected c3, calculated 8b.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 90, calculated 41.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 18, calculated e2.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 8e, calculated ff.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 05, calculated 0f.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected aa, calculated 0a.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected c3, calculated 8d.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 41, calculated 90.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected c5, calculated 28.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected bb, calculated 2b.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 2b, calculated 09.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected c0, calculated 7d.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected e7, calculated 69.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected e7, calculated 7e.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected dd, calculated 6f.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 99, calculated f0.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected ff, calculated e4.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 6c, calculated 4e.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 3a, calculated 14.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 2b, calculated bd.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected e8, calculated 50.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected b2, calculated 5c.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 55, calculated b4.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 33, calculated 8b.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected b1, calculated 81.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 63, calculated f3.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 12, calculated b1.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 47, calculated cf.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 7e, calculated 39.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 3f, calculated 33.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected c6, calculated b1.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected c5, calculated 56.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected db, calculated 47.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected c5, calculated a9.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 88, calculated 2d.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 05, calculated 9f.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 59, calculated 6c.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected d1, calculated 27.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 2b, calculated 66.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected de, calculated 56.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 48, calculated 05.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected be, calculated e7.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 0c, calculated 28.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 47, calculated af.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 2d, calculated 59.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 84, calculated ac.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 56, calculated d4.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected b1, calculated 4b.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 33, calculated 6c.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected fa, calculated 2b.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 12, calculated 59.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected b8, calculated 5c.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected ee, calculated 66.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 3a, calculated e7.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 87, calculated e1.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 1e, calculated 5f.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected e2, calculated 11.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 96, calculated 11.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 1e, calculated 05.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 1d, calculated 7d.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 06, calculated e7.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 22, calculated 95.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 77, calculated 71.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 4b, calculated 95.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected de, calculated e1.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected e1, calculated bd.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected b4, calculated aa.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected b8, calculated 6a.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 17, calculated 03.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 82, calculated 2b.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected be, calculated 4d.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 1b, calculated 9c.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 3f, calculated 6f.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 30, calculated eb.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected a3, calculated a5.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 5f, calculated 17.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected ca, calculated 05.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected a5, calculated b7.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected a9, calculated 87.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 82, calculated a0.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected a6, calculated de.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 71, calculated cf.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 4d, calculated 9c.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected a5, calculated e7.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 0f, calculated c3.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected ed, calculated a6.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 63, calculated 42.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 82, calculated 72.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 87, calculated 8b.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 2e, calculated db.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected dd, calculated fc.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected f5, calculated 1b.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 39, calculated 47.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 7b, calculated 30.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] Stream parameters not seen; skipping frame.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 0c, calculated 93.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 66, calculated 1e.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 12, calculated de.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 4d, calculated bd.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected c6, calculated 17.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected fc, calculated db.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 3f, calculated 11.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected b4, calculated 0c.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 05, calculated b2.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 56, calculated 30.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 7e, calculated b7.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected d1, calculated 7b.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 99, calculated db.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 81, calculated ff.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 87, calculated 5f.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 47, calculated b4.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 3a, calculated 4b.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 71, calculated 9f.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected de, calculated 03.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 1b, calculated b8.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected ac, calculated b8.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 63, calculated b1.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected ee, calculated f6.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected c3, calculated cc.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected f5, calculated 93.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 12, calculated 5f.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 6a, calculated f6.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 00, calculated 0f.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 90, calculated cc.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected ac, calculated 18.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 5c, calculated 81.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 0a, calculated be.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 4d, calculated 5c.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 77, calculated bb.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 6c, calculated a0.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 30, calculated 66.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 5c, calculated a0.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected c0, calculated e2.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected f5, calculated 3f.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 35, calculated 0a.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 63, calculated 78.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 87, calculated b7.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected ac, calculated 56.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 0a, calculated ff.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 14, calculated d1.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 3a, calculated 95.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 8e, calculated 56.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected f9, calculated 53.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 2e, calculated aa.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 77, calculated 03.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected ee, calculated 12.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected c9, calculated 1b.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected f9, calculated 87.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected b2, calculated 55.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected c6, calculated 17.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 14, calculated 18.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 06, calculated aa.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 53, calculated 95.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 63, calculated 1d.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 71, calculated d8.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected ff, calculated 66.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected dd, calculated d2.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 87, calculated 4b.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected d8, calculated 8e.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected eb, calculated 95.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 7d, calculated 55.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 65, calculated f9.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 90, calculated ee.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 3c, calculated 33.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected c6, calculated e8.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 7d, calculated 44.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 6c, calculated cc.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 09, calculated 24.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 66, calculated ed.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected eb, calculated 3a.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 99, calculated 4d.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected ca, calculated e8.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 8e, calculated 30.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 84, calculated 1d.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected e4, calculated 48.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 95, calculated 78.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected e7, calculated 95.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected a9, calculated 0a.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 30, calculated 5f.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected cf, calculated db.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 90, calculated ee.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected af, calculated e8.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 1e, calculated 66.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 95, calculated 22.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 44, calculated a3.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 77, calculated 27.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected b1, calculated 09.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 27, calculated 87.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 4d, calculated 59.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected e2, calculated d1.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 4e, calculated c9.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected a9, calculated 17.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 71, calculated b2.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 0c, calculated ee.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 2d, calculated 7d.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 9f, calculated cc.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 1e, calculated 4b.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected ee, calculated 66.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] Stream parameters not seen; skipping frame.

Last message repeated 1 times

[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 55, calculated 39.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected d2, calculated 42.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected c6, calculated 44.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 28, calculated 3c.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected a9, calculated d1.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 71, calculated 1d.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 7b, calculated 4d.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 39, calculated e7.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 69, calculated 2e.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 99, calculated db.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected d4, calculated 2b.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 56, calculated 1d.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected f9, calculated 00.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected a5, calculated a9.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 4b, calculated 81.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 24, calculated b7.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 0a, calculated 2b.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 36, calculated f5.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 28, calculated ed.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 84, calculated 00.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 3c, calculated bd.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected cc, calculated e8.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 93, calculated 8b.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 06, calculated a9.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 9a, calculated 55.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected f0, calculated b1.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 2e, calculated f5.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 06, calculated 2d.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 53, calculated e1.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 53, calculated f0.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 7b, calculated 14.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected f3, calculated 6f.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 3c, calculated 28.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected c3, calculated 48.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 03, calculated 6c.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 5c, calculated a9.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected e4, calculated 82.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 3f, calculated 11.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected c3, calculated 2d.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected bd, calculated 8b.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 35, calculated de.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 56, calculated 21.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 0c, calculated e2.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected c0, calculated 4b.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 24, calculated af.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected db, calculated 14.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 84, calculated af.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 99, calculated 1e.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 50, calculated 2d.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected eb, calculated 6a.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 42, calculated 11.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 30, calculated 0a.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 17, calculated e4.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 72, calculated 9a.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 48, calculated 06.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 2e, calculated 33.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected e4, calculated c3.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected a3, calculated ac.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected a3, calculated 8d.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected f9, calculated b2.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected ff, calculated ed.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected e4, calculated e8.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected c9, calculated e2.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 24, calculated b2.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected d4, calculated 39.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected fc, calculated 48.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 4d, calculated f9.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected f3, calculated fa.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 12, calculated 05.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 3f, calculated d8.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 8d, calculated 65.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 4e, calculated 0a.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 4b, calculated 9a.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 60, calculated 53.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 00, calculated 9c.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected a0, calculated d4.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected b2, calculated 59.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected f9, calculated cf.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 1d, calculated 12.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 06, calculated 12.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected cc, calculated 30.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 56, calculated bb.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 2e, calculated ed.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected d1, calculated 8b.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected cc, calculated a9.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected ac, calculated 81.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 30, calculated 9f.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 99, calculated c9.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 78, calculated 84.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected bb, calculated ee.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected a9, calculated 30.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected d7, calculated 39.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 60, calculated 05.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 4e, calculated c9.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected e8, calculated e1.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected d4, calculated 06.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected e1, calculated 88.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 4d, calculated 95.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected b7, calculated 72.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 96, calculated 2d.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected dd, calculated 9c.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected bd, calculated d7.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 3f, calculated 6f.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected a6, calculated b7.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 28, calculated d8.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 56, calculated 4b.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected b8, calculated 4e.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 53, calculated 77.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 03, calculated 30.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 81, calculated 18.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 82, calculated 09.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 4e, calculated a0.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected f5, calculated 47.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 28, calculated f3.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 87, calculated 36.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 74, calculated 96.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected a0, calculated af.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected e7, calculated 2b.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 6a, calculated 95.
[truehd @ 0000000001C10290] mlpparse: Parity check failed.
[truehd @ 0000000001C10290] Extracting 2 channel downmix from substream 0. Further substreams will be skipped.
[truehd @ 0000000001C10290] Lossless check failed - expected 93, calculated fa.
[truehd @ 0000000001C10290] Invalid nonrestart_substr.
Error while decoding stream #0:0

Attachments (1)

TrueHDAC3.thd (2.4 MB ) - added by Carl Eugen Hoyos 12 years ago.

Change History (29)

comment:1 by Carl Eugen Hoyos, 12 years ago

Keywords: thd added; truehd mono removed

Please provide a sample.

by Carl Eugen Hoyos, 12 years ago

Attachment: TrueHDAC3.thd added

comment:2 by Carl Eugen Hoyos, 12 years ago

Keywords: ac3 added
Priority: normalminor
Reproduced by developer: set
Status: newopen
Summary: Error when decoding special TrueHD 1.0 track to WAVError when decoding TrueHD 1.0 track that also contains AC-3

Attached sample decodes fine (many warnings) with ffmpeg -f ac3 -i TrueHDAC3.thd, plays too fast with -f truehd.

comment:3 by Balling, 3 years ago

After -c copy to m2ts it does not properly recognize ac3...

Input #0, mpegts, from 'C:\Users\xxxx\stwqab.m2ts':
  Duration: 00:00:05.31, start: 1.400000, bitrate: 906 kb/s
  Program 1
    Metadata:
      service_name    : Service01
      service_provider: FFmpeg
  Stream #0:0[0x1100]: Audio: truehd ([131][0][0][0] / 0x0083), 48000 Hz, stereo, s32 (24 bit)
  No Program
  Stream #0:1[0x1100]: Audio: ac3, 0 channels, fltp

So...

comment:4 by Balling, 3 years ago

Yet with ffprobe -f ac3 m2ts it does recognize it as E-AC3!!!

[ac3 @ 0000021cebdadd00] Estimating duration from bitrate, this may be inaccurate
Input #0, ac3, from 'C:\Users\XXXX\stwqab.m2ts':
  Duration: 00:00:51.03, start: 0.000000, bitrate: 94 kb/s
  Stream #0:0: Audio: eac3, 48000 Hz, mono, fltp, 94 kb/s

So IMHO, this has ac3 core and eac3 dependent stream!

Ah, and yes, this no longer decodes at all with ffmpeg -f ac3 -i TrueHDAC3.thd. This is a recent regression but before August 2020.

Last edited 3 years ago by Balling (previous) (diff)

comment:5 by Elon Musk, 3 years ago

Resolution: invalid
Status: openclosed

File is broken, created by broken tool. Nothing to fix here.

comment:6 by Balling, 20 months ago

File is broken, created by broken tool.

Yes, I can confirm that "C:\Program Files\Plex\Plex Media Server\Plex Transcoder.exe" -c:a truehd_eae -i TrueHDAC3.thd dcwesdfa.flac

also fails (you need to launch activated EasyAudioEncoder.exe), while for some other thd+ac3 files it works, while we fail.

comment:7 by Carl Eugen Hoyos, 20 months ago

Resolution: invalid
Status: closedreopened

At some point we will have to support this abomination in some way.

in reply to:  7 comment:8 by Balling, 20 months ago

Replying to Carl Eugen Hoyos:

At some point we will have to support this abomination in some way.

Do you have the full japanese.thd? Do you know a Dolby decoder of some kind that can decode this file? Also, this is a bug in TSmuxer on github. https://github.com/justdan96/tsMuxer/issues/354#issue-707332324

Also it does not decode at all, you need -f ac3 to get anything from this file.

Last edited 20 months ago by Balling (previous) (diff)

comment:9 by Balling, 15 months ago

Dolby Reference player causes an inifinite loading on this file. Ha.

comment:10 by Balling, 14 months ago

Do you have the full japanese.thd?

Repeating the question. Still google shows who opened this tiket https://forum.doom9.org/showthread.php?p=1538399#post1538399

And that is

The message is clear: this track is a mix of 1.0 and 2.0

Last edited 14 months ago by Balling (previous) (diff)

comment:11 by Chouonsoku, 14 months ago

Hello, I think this can be closed again as invalid. Some years ago now I was eventually able to decode this file with ffmpeg when extracted with a newer version of eac3to. I don't know where in the chain anything got fixed, whether it was an issue at the decryption level, eac3to, ffmpeg, etc. I no longer have the original disc the reported track was extracted from but I have a similar one in the same series and have extracted and shared here what should be an identically formatted track: https://file.io/96dpWxzLRYhx

comment:12 by Balling, 14 months ago

have extracted and shared here what should be an identically formatted track

Can you extract normal truehd with a newer version of eac3to that is playable? because this looks like eac3to bug with mono thd then, and we can close this.

in reply to:  12 comment:13 by Chouonsoku, 14 months ago

Replying to Balling:

have extracted and shared here what should be an identically formatted track

Can you extract normal truehd with a newer version of eac3to that is playable? because this looks like eac3to bug with mono thd then, and we can close this.

Yes, the version I first had success with was eac3to v3.31 and I was able to demux the thd+ac3 tracks from the source m2ts, demux only the thd without the ac3 core, and decode the thd to wav. I was able to repeat that with v3.34 today when extracting the submitted full thd+ac3 track. ffmpeg handles the track without error as expected. Each file plays back correctly.

comment:14 by Balling, 14 months ago

Each file plays back correctly.

Can you send me that?

in reply to:  14 comment:15 by Chouonsoku, 14 months ago

Replying to Balling:

Each file plays back correctly.

Can you send me that?

This link should work, didn't realize the previous one was one use.

https://easyupload.io/dzt1pl

Password: ffmpeg

comment:16 by Balling, 14 months ago

This link should work, didn't realize the previous one was one use.

I got that, I want a file that you got with v3.34.

comment:17 by Balling, 14 months ago

Status: reopenedopen

Okay it is a real issue. Tsmuxer understands it, it can demux with downconvert to ac3 and it can remux to m2ts (that inflates the size a lot, BTW, is there some compression??) and after that ffmpeg can see both substreams. But the remuxing with tsmuxer produces smaller file... And then muxing to m2ts again produces corrupted file.

So this must be fixed starting with fixing audio:

Attached sample decodes fine (many warnings) with ffmpeg -f ac3 -i TrueHDAC3.thd

in reply to:  16 comment:18 by Chouonsoku, 14 months ago

Replying to Balling:

This link should work, didn't realize the previous one was one use.

I got that, I want a file that you got with v3.34.

That is the file from v3.34.

eac3to v3.34
command line: eac3to  B:\BDMV\STREAM\00001.m2ts 4:japanese.* -keepDialnorm
------------------------------------------------------------------------------
M2TS, 1 video track, 3 audio tracks, 2 subtitle tracks, 0:24:13, 24p /1.001
1: h264/AVC, 1080p24 /1.001 (16:9)
2: TrueHD/AC3, English, 5.1 channels, 48kHz, dialnorm: -24dB
   (embedded: AC3, 5.1 channels, 448kbps, 48kHz, dialnorm: -24dB)
3: TrueHD/AC3, English, 2.0 channels, 48kHz, dialnorm: -21dB
   (embedded: AC3, 2.0 channels, 192kbps, 48kHz, dialnorm: -21dB)
4: TrueHD/AC3, Japanese, 1.0 channels, 48kHz, dialnorm: -23dB
   (embedded: AC3, 1.0 channels, 96kbps, 48kHz, dialnorm: -23dB)
5: Subtitle (PGS), English
6: Subtitle (PGS), English
[a04] Extracting audio track number 4...
[a04] Creating file "japanese.thd+ac3"...
Video track 1 contains 34848 frames.
eac3to processing took 3 minutes, 14 seconds.
Done.

Edit: My mistake, I hadn't decoded the eac3to v3.34 track with ffmpeg but one I extracted from a MakeMKV remux I did first (which splits the thd and ac3 to comply with matroska spec). I tried decoding the thd+ac3 extracted directly from the Blu-ray disc with eac3to via ffmpeg and it errors. eac3to itself does seem to be able to convert the file without the errors I originally got about multiple channel formats 11 years ago. Apologies for the confusion.

eac3to v3.34
command line: eac3to  I:\japanese.thd+ac3 japanese.flac
------------------------------------------------------------------------------
TrueHD/AC3, 1.0 channels, 48kHz, dialnorm: -23dB
(embedded: AC3, 1.0 channels, 96kbps, 48kHz, dialnorm: -23dB)
Extracting TrueHD stream...
Removing TrueHD dialog normalization...
Decoding with libav/ffmpeg...
Encoding FLAC with libFlac...
Creating file "japanese.flac"...
The original audio track has a constant bit depth of 17 bits.
eac3to processing took 14 seconds.
Done.

ffmpeg -i japanese.thd+ac3 -ac 1 -acodec pcm_s24le -f wav japanese.wav
Error log: https://pastebin.com/Gy8595vc

Last edited 14 months ago by Chouonsoku (previous) (diff)

comment:19 by Balling, 14 months ago

Is there any way for us to get full B:\BDMV\STREAM\00001.m2ts?

You do not need to use eac3to, you can just -c copy file.thd with needed -map 0:a:0, or -map 0:a:2

Same for ac3.

in reply to:  19 comment:20 by Chouonsoku, 14 months ago

Replying to Balling:

Is there any way for us to get full B:\BDMV\STREAM\00001.m2ts?

You do not need to use eac3to, you can just -c copy file.thd with needed -map 0:a:0, or -map 0:a:2

Same for ac3.

https://drive.google.com/file/d/10gEr7OQCRmApDPE-u_wLpMQ1ihFjay9w/view?usp=share_link

comment:21 by Balling, 14 months ago

Yep, ffmpeg -i L:\00001.m2ts -map 0:a:4 -c copy L:\wfanfva.thd

(81 482 972 bytes)

and

ffmpeg -i L:\00001.m2ts -map 0:a:5 -c copy L:\wfanfva.ac3

(17 465 472 bytes)

can be used together to get full japanese.thd+ac3 interleave, that is 98 948 444 bytes.

Last edited 13 months ago by Balling (previous) (diff)

comment:22 by Balling, 14 months ago

Owner: set to Elon Musk

I opened a bug in tsmuxer https://github.com/justdan96/tsMuxer/issues/674 cause there is some problem with interleave muxer, I also found the thdmerge.exe wfanfva.thd wfanfva.ac3 cancfafcva.thd

that produces the same file as ​https://easyupload.io/dzt1pl here: http://rationalqm.us/board/viewtopic.php?f=16&p=15406#p15406 (http://rationalqm.us/misc/thdmerge.zip)

At this point giving it to Elon :)

comment:23 by Balling, 13 months ago

Actually, there is no any issue with TsMuxeR and I was wrong, sum adds up. Wow... :(

comment:24 by Balling, 11 months ago

Source code of thdmerge, should be simple to fix THIS ticket once and for all: https://github.com/filler56789/thdmerge_1.2/blob/main/thdmerge_1.2.cpp

comment:25 by Elon Musk, 6 months ago

Owner: Elon Musk removed

comment:26 by Elon Musk, 6 months ago

Resolution: needs_more_info
Status: openclosed

Tried thdmerge and ffmpeg decodes from it just fine.
Either I did something wrong or program is buggy.

comment:27 by Balling, 6 months ago

Integrate thdmerge into ffmpeg. Fix -f ac3 for .thd+ac3 interleave files. Probably really cosmetic.

comment:28 by Elon Musk, 6 months ago

I see no point in integrating that tool. Not going to create hybrid/interleaved files.

Note: See TracTickets for help on using tickets.