Daleswanson
09-14-2003, 07:25 PM
Ok I just installed Mplayer, and I'm trying to setup the controls, I edited the $HOME/.mplayer/input.conf file with the sample stuff from the documentation:
##
## MPlayer input control file
##
RIGHT seek +10
LEFT seek -10
- audio_delay 0.100
+ audio_delay -0.100
q quit
> pt_step 1
< pt_step -1
ENTER pt_step 1 1
But when I try to start a movie I get this:
Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory
Reading config file /root/.mplayer/config
Option RIGHT needs a parameter at line 7
Option LEFT needs a parameter at line 8
Option - needs a parameter at line 9
Option + needs a parameter at line 10
Option q needs a parameter at line 11
Option > needs a parameter at line 12
Option < needs a parameter at line 13
Option ENTER needs a parameter at line 14
I know it must be something real simple that I'm missing, maybe can someone post your config file so I can compare them. Thanks.
##
## MPlayer input control file
##
RIGHT seek +10
LEFT seek -10
- audio_delay 0.100
+ audio_delay -0.100
q quit
> pt_step 1
< pt_step -1
ENTER pt_step 1 1
But when I try to start a movie I get this:
Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory
Reading config file /root/.mplayer/config
Option RIGHT needs a parameter at line 7
Option LEFT needs a parameter at line 8
Option - needs a parameter at line 9
Option + needs a parameter at line 10
Option q needs a parameter at line 11
Option > needs a parameter at line 12
Option < needs a parameter at line 13
Option ENTER needs a parameter at line 14
I know it must be something real simple that I'm missing, maybe can someone post your config file so I can compare them. Thanks.