FLAC problems

Discussion of advanced MakeMKV functionality, expert mode, conversion profiles
Post Reply
mikehadfield
Posts: 1
Joined: Tue Jul 16, 2013 11:08 am

FLAC problems

Post by mikehadfield » Tue Jul 16, 2013 11:19 am

I have recently tried the DTS-HD MA to FLAC conversion feature but am having a problem.

It creates the FLAC file OK, no errors encountered, but when playing back the resulting file there are intermittent crackles, pops and whistles.

I have tried this on a number of different BDs (Star Trek TNG episodes, Titanic, ET) and all suffer the same problem.

doncht

Re: FLAC problems

Post by doncht » Sat Aug 03, 2013 5:08 pm

Are you using Arcsoft with this? By far, I've seen issues like this already.

Virage
Posts: 1
Joined: Sun Dec 01, 2013 4:31 pm

Re: FLAC problems

Post by Virage » Sun Dec 01, 2013 8:01 pm

I too get similar problems. Converting from DTS-HD MA 5.1 with Arcsoft's dll 1.1.0.8 and 1.1.0.9. I get crackles in very loud moments (clipping?). Is there a remedy for this?
<edit>
I did try converting with eac3to and it gave out the exact same problem. What the hell?

ndjamena
Posts: 830
Joined: Mon Jan 07, 2013 12:23 am

Re: FLAC problems

Post by ndjamena » Tue Dec 17, 2013 11:22 am

If you're playing these files on a WDTV Live SMP or similar then you should know that they simply can't handle vigorous use of full 24 bit FLAC. Try them in VLC and see if the crackling is still there.

To fix this re-encode the audio with Eac3to using this command line:

Code: Select all

"d:\eac3to\eac3to.exe" "%~f1" "%~n1.flac" -down16 -log=NUL
Which will down-convert it to 16 bit, and for the moment if you're using the WDTV Live SMP on 6.1 audio:

Code: Select all

"d:\eac3to\eac3to.exe" "%~f1" "%~n1.flac" -down16 -double7 -log=NUL
because the current firmware doesn't like 6.1 audio in an MKV.

Post Reply