기본적으로 터미널 어플리케이션을 이용하여 다음과 같이 각각의 환경변수를 설정할 수 있다.
command:
cd ~/Library/Preferences
defaults write org.niltsh.MPlayerX Name -type Value
cd ~/Library/Preferences
defaults write org.niltsh.MPlayerX SpeedStepIncre -float 0.1
| Name |
type |
default value |
comment |
available from |
| SpeedStepIncre |
float |
0.1 |
when to change the speed in the accessary control(the TextField), the increment value when press ↑↓ |
unknown |
| SubDelayStepTime |
float |
0.1 |
similar with SpeedStepTime, the time in seconds |
unknown |
| AudioDelayStepTime |
float |
0.1 |
similar with SpeedStepTime, the time in seconds |
unknown |
| SubScaleStepValue |
float |
0.1 |
similar with SpeedStepTime, it is rational to set this value within 0-1 |
unknown |
| SeekStepTimeL |
float |
-10 |
when use ← to backward, the jump time in seconds |
unknown |
| SeekStepTimeR |
float |
10 |
when use → to forward, the jump time in seconds |
unknown |
| SeekStepTimeU |
float |
60 |
when use ↑ to forward, the jump time in seconds |
unknown |
| SeekStepTimeB |
float |
-60 |
when use ↓ to backward, the jump time in seconds |
unknown |
| VolumeStep |
float |
10 |
when use =/- or menu to increase/decrease the volume, the increment value(should be within 0-100) |
unknown |
| SnapshotSavePath |
string |
(internal value) |
if you don’t want to save the snapshot pics into your ~/Pictures, the Full Path of the folder where you want to save it |
unknown |
| HideTitlebar |
boolean |
NO |
always hide titlebar even the mouse is hovering on the window |
unknown |
| LogMode |
boolean |
NO |
output logs to console |
unknown |
| Prefer64bitMPlayer |
boolean |
YES |
try to use 64bit mplayer, even with YES, this will fallback to NO, if you have a 32bit CPU |
unknown |
| CloseOnStopped |
boolean |
YES |
When playback finished, whether to close the player window |
unknown |
| SubBorderWidth |
integer |
2 |
border width of the subtitle |
unknown |
| CloseWndOnEsc |
boolean |
NO |
close window when pressing escape |
unknown |
| PlayWhenEnterFullScrn |
boolean |
NO |
auto resume when entering full screen if paused |
unknown |
| SupportAppleRemote |
boolean |
YES |
Support Apple Remote (Remote Buddy users may want to disable this) |
unknown |
| AssSubMarginV |
integer |
12 |
the position of Subtitle from bottom, in pixels |
unknown |
| ResizeControlBar |
boolean |
YES |
let the control bar autoresizing with window, or keep it unchanged |
unknown |
| InitialFrameSizeRatio |
float |
1.0 |
the initial frame size ratio when opening a video |
unknown |
| DisableLastStopBookmark |
boolean |
NO |
disable the last stopped time completely |
unknown |
| ResizeStep |
float |
0.1 |
the ratio when stepping up/down window size |
unknown |
| OldFullScreenMethod |
boolean |
NO |
the old style of full screen animation(only for Lion) |
1.0.9 |
| ClickTogPlayPause |
boolean |
NO |
single click to toggle play/pause |
1.0.11 |
| ARMenuKeyTogTimeDisp |
boolean |
NO |
AppleRemote menu key to toggle the elapse/remaining time |
1.0.11 |
| FFPThreshRatio |
float |
1.8 |
the threshold to judge pinch is happening with 4 fingers |
1.0.11 |
| PauseShowTime |
boolean |
NO |
Show current time when paused |
1.0.14 |
| ControlUIDetectMouseExit |
boolean |
YES |
Hide mouse immediately when it exit from player window |
1.0.14 |
| EnableHWAccel2 |
boolean |
YES |
Enable Hardware Accelerated Decoding |
1.0.17 |