To use the command line version of mplayer without any hussle, we suggest you create a link to the binary file
contained in the MPlayer OSX.app bundle. To do that, just type the following into your terminal:
ln -s "/Applications/MPlayer\ OSX\ Extended.app/Contents/Resources/Binaries/mpextended.mpBinaries/Contents/mpextended.mpBinaries/Contents/MacOS/mplayer" /usr/local/bin/mplayer
This will create a symlink to the mplayer command line binary, and place it into /usr/local/bin. (You can place it
anywhere you like, but traditionally, user made binaries, that are not part of the distribution are placed in
/usr/local/bin)
|