I recently tested MakeMKV on linux on both Ubuntu 13.04 and Fedora 19 Alpha 1.
Whenever I try to convert a movie audio track to FLAC MakeMKV sits at the "Analyzing seamless segments" and never converts.
I downloaded the latest mmffmpeg source (1.80) and compiled in each OS.
I did have this working correctly in the past on Fedora 18 with v1.80.
What else can I check to help troubleshoot this issue?
Here is a copy of my logfile:
Debug log started at Mon Apr 29 01:09:03 2013 , written by MakeMKV v1.8.1 linux(x64-release)
Using 1048320KB for read cache.
001005:0000 MakeMKV v1.8.1 linux(x64-release) started
001004:0000 Debug logging enabled, log will be saved as /home/dwaleke/MakeMKV_log.txt
005011:0000 Operation successfully completed
005015:0000 Saving 1 titles into directory /mnt/d/Rip/Arbitrage using profile 'FLAC' from file '/usr/bin/../share/MakeMKV/flac.mmcp.xml'
DTS001: Using dtsdecoderdll.dll version 1.1.0.8@2010/10/29 from /mnt/d/Rip/dtsdecoderdll.dll
DTS001: Launching /usr/bin/mmdtsdec
001003:0020 DEBUG: Code 0 at 1V]2nr,'4_bpS.HvQO cEj":213130122
1.81 & ffmpeg
1.81 & ffmpeg
- Attachments
-
- MakeMKV_log.txt
- (639 Bytes) Downloaded 424 times
-
- Posts: 4075
- Joined: Wed Nov 26, 2008 2:26 am
- Contact:
Re: 1.81 & ffmpeg
You have to use ffmpeg with our patches. Without them you'll get a random hangs like that.
Re: 1.81 & ffmpeg
I am using the makemkv version of ffmpeg downloaded from here: /download/ffmpeg/
I ran ./configure and then make.
I just tested converting AC3 audio to flac and that worked. It looks like whenever I try to convert DTS-HD to flac it sits at the Analyzing seamless segments.
This does work in correctly Windows 8 pointing at the same dtsdecoderdll.dll.
Any other ideas?
I ran ./configure and then make.
I just tested converting AC3 audio to flac and that worked. It looks like whenever I try to convert DTS-HD to flac it sits at the Analyzing seamless segments.
This does work in correctly Windows 8 pointing at the same dtsdecoderdll.dll.
Any other ideas?
-
- Posts: 4075
- Joined: Wed Nov 26, 2008 2:26 am
- Contact:
Re: 1.81 & ffmpeg
Can you run mmdstdec? You need 32-bit libraries for that.
Re: 1.81 & ffmpeg
That was it. I knew it had to something simple.
Thank you!
Thank you!