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
Harvey 1950 Blu-ray (2014 Release)
-
- Posts: 6
- Joined: Fri Mar 06, 2015 12:54 am
Harvey 1950 Blu-ray (2014 Release)
Last edited by mshowerhammer on Wed Mar 11, 2015 8:21 am, edited 1 time in total.
Re: Harvey 1950 Blu-ray (2014 Release)
Please post the full log file, as saved by MakeMKV .
-
- Posts: 6
- Joined: Fri Mar 06, 2015 12:54 am
-
- Posts: 4075
- Joined: Wed Nov 26, 2008 2:26 am
- Contact:
Re: Harvey 1950 Blu-ray (2014 Release)
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
-
- Posts: 6
- Joined: Fri Mar 06, 2015 12:54 am
Re: Harvey 1950 Blu-ray (2014 Release)
E-mail sent with Dropbox link.
-
- Posts: 6
- Joined: Fri Mar 06, 2015 12:54 am
Re: Harvey 1950 Blu-ray (2014 Release)
Any updates on this? Is it a disc mastering error that Universal made? Should I request a replacement disc?
-
- Posts: 6
- Joined: Fri Mar 06, 2015 12:54 am
Re: Harvey 1950 Blu-ray (2014 Release)
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
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.
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 code is written by one of the Xiph.org guys, which produce excellent work, so I am pretty confident.