Derrick

Results 86 comments of Derrick

Opened pull request (https://github.com/JakeWharton/mkvdts2ac3/pull/87)

Try [MKVToolNix](http://www.bunkus.org/videotools/mkvtoolnix/).

[Created a new issue which is related to this issue.](https://github.com/JakeWharton/mkvdts2ac3/issues/81)

I am also on OS X 10.6.8, I tried the same command and it worked. Can you try the same command but append the debug flag "sudo ./mkvdts2ac3.sh --debug --new...

Ok, try the following: run the same command, stop (do not press enter) at "Converting DTS to AC3.", then open a new window in Terminal, type **open /tmp**, the file...

Did you try the ffmpeg command manually? **ffmpeg -i "/tmp/test.dts" -acodec ac3 -ac 6 -ab 448k "/tmp/test.ac3"**

Better yet, open a new window in Terminal and type **ffmpeg**? The first line of the output should be similar to "ffmpeg version 0.9.1, Copyright (c) 2000-2012 the FFmpeg developers"

By the way, you are entering the command in the same Terminal window, that will not work!

[Universal Media Server](http://code.google.com/p/universal-media-server/) contains a fairly recent version of **ffmpeg** in directory **/Applications/Universal\ Media\ Server.app/Contents/Resources/Java/osx/**

Upon further investigation, the problem is clear to me! You have a 32-bit CPU. ffmpeg 1.1.7 lacks the 32-bit (i386) part, it is 64-bit (x86_64) only!