Log in

View Full Version : MPlayer on Mac OS X,... -nogui


Selur
23rd April 2012, 12:42
when I call:
"/Users/selur/workspace/Hybrid-build-desktop-Qt_4_8_0_static_Release/Hybrid.app/Contents/MacOS/mplayer" -nogui -slave "/Users/selur/Desktop/test.avi" -forcedsubsonly -nosub -noautosub -fps 25 -aid 1 -noborder -wid 356161872 -osdlevel 3 -fixed-vo -lavdopts threads=2
Why do I get:
The -nogui option will only work as the first command line argument.
MPlayer SVN-r34870-snapshot-2.0 (C) 2000-2012 MPlayer Team

I mean, I can't really but '-nogui' an further to the top, can I ?

Cu Selur

Reimar
27th April 2012, 15:00
The option parser isn't that intelligent. It will print the warning always, no matter where you put it.
That is ignoring the fact that -nogui is completely pointless on OSX since MPlayer does not have a GUI (aka gmplayer, MPlayerOSX or so is something else) on OSX anyway...