Still not able to rip stereo LPCM in 1.8.9

Everything related to MakeMKV
Post Reply
arkadi
Posts: 1
Joined: Thu Feb 27, 2014 4:33 pm

Still not able to rip stereo LPCM in 1.8.9

Post by arkadi »

With 1.8.9, I still cannot extract LPCM 2.0 audio tracks. It doesn't give an error message, as 1.8.8 did (http://www.makemkv.com/forum2/viewtopic.php?f=1&t=7551), but whenever I select an LPCM 2.0 track, the extraction seemingly starts, and makemkvcon continues to use about 30% cpu time, but no output is ever produced until I eventually stop the extraction.

Code: Select all

005014:0000 Saving 1 titles into directory /export/scratch/bluerays
002003:0000 Error 'Internal error - Operation was cancelled (112)' occurred while reading '/BDMV/STREAM/00001.m2ts' at offset '1102215168'
(The error is due to the cancellation - no further log output is produced before that). Selecting LPCM 5.1 tracks works fine, even transcoding into FLAC, but not LPCM stereo. I also tried to convert this track to FLAC, but the behaviour is the same.
This happens on Fedora 20 (64bit), with makekmv compiled per the instruction from this forum. I also tried with ffmpeg 2.1.4, but that did not make any difference.

The BD in question is "2L The Nordic Sound" (Pure Audio Blu Ray)

Roman
mike admin
Posts: 4075
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: Still not able to rip stereo LPCM in 1.8.9

Post by mike admin »

Please do a testdump per /onlinehelp/testdump.html
ndjamena
Posts: 830
Joined: Mon Jan 07, 2013 12:23 am

Re: Still not able to rip stereo LPCM in 1.8.9

Post by ndjamena »

I ripped Iron Man: Armored Adventures while my internet was down and came across the PCM issue. I just created a new profile and swapped "LPCM-raw" output to "directCopy" output and it seemed to work fine, (not that I used those rips in the end).

Code: Select all

    <!--outputSettings name="lpcm" outputFormat="LPCM-raw"-->
    <outputSettings name="lpcm" outputFormat="directCopy">
Post Reply