UPDATE: Run ffmpeg On Mac Without Compiling Anything

This is going to be a update to a post I did a few days ago, “Run ffmpeg On Mac Without Compiling Anything”. I did get some good and skeptic response. They solution I posted does indeed work, but it’s a very old binary and you don’t get ffplay, ffserver etc. And a nice fella posted a comment telling me just that, and I appreciate that :) Continue reading

Run ffmpeg On Mac Without Compiling Anything

So you may be thinking, how on earth am I going to install ffmpeg on Mac OS X, do I compile it myself? Install it trough macports? NO, There is a perfectly fine and stable ffmpeg binary out there that someone else has compiled for us, and that someone (or he/she) is “FFmpegX”.

FFmpegX is a graphical front-end for ffmpeg (GUI) that makes it really easy to convert video and audio into different formats, however, I have used ffmpeg from the command line ever since I heard about it, and i prefer using it that way. And I didn’t want to compile it or use macports since I almost screw up my machine once doing so. So I went looking around for a pre-built binary  And I found it!

It turns out that there is a perfectly fine pre-built binary in the FFmpegX package itself! Here’s how you get it:

  1. Download and extract the FFmpegX package from here
  2. Control-Click the FFmpegX application, Choose “show package contents”, Go to “Resources”
  3. Copy the ffmpeg executable to /usr/local/bin (NOT /bin)
  4. Open the terminal and type ffmpeg to see if it works.

If you have any problems, type these commands and try again:

sudo chown root:wheel /usr/local/bin/ffmpeg
sudo chmod 755 /usr/local/bin/ffmpeg

Do you find ffmpeg usefull?

Run Wine On Mac Without Compiling Anything

From time to time, you may need to run a Windows app or two on your Mac or Linux computer, almost all of the famous Windows apps can be run with Wine. However, you always have to compile the damn thing! But recently, I have found a package for Mac that includes the latest stable Wine binary, no compiling necessary! And the package is called “PlayOnMac”, it’s sort of a little brother of the much bigger package for Linux called “PlayOnLinux“.

You can download PlayOnMac by Clicking Here, Download and install it.

Now, i’ll show you how you can run a Windows executable with it. If it is and installation executable then you can simply double click it and the PlayOnMac wizard will pop up to help you. But our goal here is to run wine from the console, just as if you had compiled it.

  1. Launch PlayOnMac
  2. Click “Tools” on the top menu bar
  3. Click “PlayOnMac Console”

And there you go! Now all you have to do is change to your desired directory and type: wine “windows exe”

Setup OpenDNS In Mac OS X

There are several reasons you might want to use OpenDNS, the biggest two I use it is for speed and security, here I will show you how you can set it up on your Mac:

  1. Open system preferences and click “Network”
  2. Select your network interface and then click on “Advanced”. If you don’t know what network interface you are using, then it’s the one with a green circle next to it, in my case “AirPort”
  3. Once in advanced click the “DNS” tab
  4. Finally, add the following IP,s: 208.67.222.222, 208.67.220.220