Harvey 1950 Blu-ray (2014 Release)

Please post here for issues related to Blu-ray discs
Post Reply
mshowerhammer
Posts: 6
Joined: Fri Mar 06, 2015 12:54 am

Harvey 1950 Blu-ray (2014 Release)

Post by mshowerhammer »

I am trying to rip a video and MakeMKV fails. It can't seem to transcode the DTS-HD MA English stream to FLAC.
I set the location of dtsdecoderdll.dll in the preferences. (Unsure what version, 918kB md5sum: 985735c75664fd9a43dc816bbbf7f6e2)
It works fine when I use the default profile. Also, I have successfully ripped other blu-ray discs with the FLAC profile.

I believe that I have provided the necessary data below. Please advise me if something is needed.

FYI, possibly useless
--------------------------
I demuxed the DTS-HD MA track from the default profile MKV rip and used eac3to in an attempt to convert the file with no success.
It fails with the error "The ArcSoft DTS Decoder reported an error while decoding."
The DTS core, the video, and everything else plays in VLC.

Files
------
flac.mmcp.xml (default configuration)
http://pastebin.com/sJn3CTbq

CLPI and MPLS files:
https://www.sendspace.com/file/n00gou

Debug file
-------------
http://pastebin.com/UpFsdg7L

Exact disc
-------------
http://www.blu-ray.com/movies/Harvey-Blu-ray/98123/

Software
------------
MakeMKV 1.9.0 Trial (using the free-while-in-beta code)
Arch Linux x86_64
Kernel 3.18.6-1-ARCH
FFmpeg version 2.5.4
Last edited by mshowerhammer on Wed Mar 11, 2015 8:21 am, edited 1 time in total.
mkwasha
Site Admin
Posts: 2
Joined: Thu Jan 01, 1970 12:00 am

Re: Harvey 1950 Blu-ray (2014 Release)

Post by mkwasha »

Please post the full log file, as saved by MakeMKV .
mshowerhammer
Posts: 6
Joined: Fri Mar 06, 2015 12:54 am

Re: Harvey 1950 Blu-ray (2014 Release)

Post by mshowerhammer »

Here is the requested log file.

MakeMKV_log.txt
http://pastebin.com/UpFsdg7L
mike admin
Posts: 4070
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: Harvey 1950 Blu-ray (2014 Release)

Post by mike admin »

Code: Select all

DTS001: DLL: Using DLL version 1.1.0.9@2013/04/26 from /home/user/Videos/eacto/dtsdecoderdll.dll
DTS001: DLL: BUILD DATE = Apr 26 2013,BUILD TIME = 15:44:06,VERSION = 325,REVISION = 27
DTS001: DLL: Find sync word: 7ffe8001
DTS001: DLL: Find sync extension: 3f
DTS001: DLL: Frame #1:
DTS001: DLL: Wrong DSYNC 0 detected at end of subframe 0 subsubframe 0
Ouch. The stream looks corrupted, never seen an error like this. Please produce MKV file with DTS-HD audio (no transcoding), then open the file in MKVtoolnix and de-select all tracks except this DTS HD audio track. You will get an MKA file. Please send the file (or link to dropbox) to support@makemkv.com
mshowerhammer
Posts: 6
Joined: Fri Mar 06, 2015 12:54 am

Re: Harvey 1950 Blu-ray (2014 Release)

Post by mshowerhammer »

E-mail sent with Dropbox link.
mshowerhammer
Posts: 6
Joined: Fri Mar 06, 2015 12:54 am

Re: Harvey 1950 Blu-ray (2014 Release)

Post by mshowerhammer »

Any updates on this? Is it a disc mastering error that Universal made? Should I request a replacement disc?
mshowerhammer
Posts: 6
Joined: Fri Mar 06, 2015 12:54 am

Re: Harvey 1950 Blu-ray (2014 Release)

Post by mshowerhammer »

An update

As of a few days ago MakeMKV v1.9.2 still fails to decode the DTS-HD MA stream. I am not sure if the disc was mastered incorrectly or not. It plays on a standard blu-ray player.
This is not meant to insult the author, I greatly appreciate the program.

I believe that I found a workaround for anyone curious....

https://github.com/foo86/dcadec

Code: Select all

git clone https://github.com/foo86/dcadec.git
make
$ ./dcadec input.dts - | flac --ignore-chunk-sizes -o output.flac -
The program produced a working flac which I believe (hope) is lossless. I don't know how to confirm it. I will try the program on a few other streams and compare to verify that it produces lossless content.
The code is written by one of the Xiph.org guys, which produce excellent work, so I am pretty confident.
Post Reply