Mention the MEncoder configuration files along with the MPlayer ones.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16362 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-09-02 17:18:28 +00:00
parent 1540fedb5f
commit 210a768c7a
1 changed files with 4 additions and 1 deletions

View File

@ -396,10 +396,13 @@ It has the following format:
mplayer -ao pcm:file=%10%C:test.wav test.avi
.PP
You can put all of the options in a configuration file which will be read
every time MPlayer is run.
every time MPlayer/MEncoder is run.
The system-wide configuration file 'mplayer.conf' is in your configuration
directory (e.g.\& /etc/\:mplayer or /usr/\:local/\:etc/\:mplayer), the user
specific one is '~/\:.mplayer/\:config'.
The configuration file for MEncoder is 'mencoder.conf' in your configuration
directory (e.g.\& /etc/\:mplayer or /usr/\:local/\:etc/\:mplayer), the
user specific one is '~/\:.mplayer/\:mencoder.
User specific options override system-wide options and options given on the
command line override either.
The syntax of the configuration files is 'option=<value>', everything after