So here I start with the typing.
Usually you have to start with the WINE installation. This guy from here wrote a great How-To about how to compile WINE from the sources. The easier alternative is to use MacPorts for the sources compiling, but taking the same steps as Alan Tan did. Personally I prefer the second option because MacPorts provides a pretty usable package manager. The only commands that you would need are:
Code: Select all
sudo port search port_name
Code: Select all
sudo port install port_name
In order to use a Windows app under OS X you need to use the xterm from the X11 application (/Applications/Utilities/X11) instead of the Terminal, because WINE uses Apple's implementation of X11.
Tip: in order to use the $PATH environment variable, you need to make xterm a login shell. Go to X11 menu >> Applications >> Customize Menu ... In the 'Command' column that corresponds to the 'Terminal' menu name add -ls after xterm. Instead of xterm command, you need to have xterm -ls. Next time when you start X11, the first opened xterm won't be a login shell! Close that shell and open a new one (hot-key combination Apple+N) and voila, you have a xterm as a login shell which uses the settings from the .profile file.
Next step is to install Firefox for Windows under OS X. It looks like a horror movie with happy end, but I couldn't have patience to look for a workaround. Then after the Firefox setup has finished, you can install MediaCoder and start it.
Tip: don't forget that the default installation path for MediaCoder is:
Code: Select all
$HOME/.wine/drive_c/Program\ Files/MediaCoder/mediacoder.exe
Code: Select all
wine $HOME/.wine/drive_c/Program\ Files/MediaCoder/mediacoder.exe
Small how to: fire up a shell, or if you already have one in front of your eyes, go to your home directory with:
Code: Select all
cd $HOME
Code: Select all
nano .profile
Code: Select all
alias mediacoder='wine $HOME/.wine/drive_c/Program\ Files/MediaCoder/mediacoder.exe'
Code: Select all
mediacoder
Good Luck.
I almost forgot the screenshots:
It's a little bit unstable, it has a weird a$$ look, but it encodes fine.
PS: you guys are doing a great job with MediaCoder. Too bad that OS X lacks a tool like this one ...