![]() |
mplayer configuration - help!
I've searched all the forum entries for this but still have a problem.
What I'm trying to do should be quite simple - raise the volume on mplayer. Evidently you have to get to the root file and then a file called mplayer.config or similar. I have learnt how to "become root" and can access the mplayer file. I get a list of mplayer functions and then the line /home/user # Then when I try .mplayer/conf or similar I get not found or permission denied. What am I doing wrong? Twynog |
Re: mplayer configuration - help!
The website has not been updated for a long time, but some basic instructions about using configuration files have been there for ages: http://mplayer.garage.maemo.org/
You don't need to be root in order to edit mplayer configuration file. Regarding the sound volume, make sure that you have set it to maximum in both device control panel applet (global system-wide volume settings) and in mplayer by pressing '+' button until it is maximized. |
Re: mplayer configuration - help!
You can also use the softvol option in /home/user/.mplayer/config for instance (this is for boosting the volume in mplayer only, can introduce distortions).
|
Re: mplayer configuration - help!
thanks to Serge and Bunyo. I'm learning all the time. I didn't know about the + key setting volume, but find it is already at max as is the system vol. The problem is I'm deaf so need extra volume.
As for the config files I'm no further forward. Whether I try as root or not I still get "permission denied" or "not found". Could one of you tell me exactly what to type into Xterm from the point where it opens? twynog |
Re: mplayer configuration - help!
Open xterm and type the following:
Code:
echo softvol=yes >> .mplayer/config You can check it's worked by typing Code:
cat .mplayer/config Once you're in mplayer you can also press the menu key and it will display settings so you can adjust volume from there, but the +/- buttons are very handy. |
Re: mplayer configuration - help!
Wow - at last I can hear the dialogue!
Many thanks twynog |
Re: mplayer configuration - help!
xterm
mplayer That will print out a small help file and I found out they are very useful. Go take a look. And at the end, it said go to MAN for details/adv options, I have not tried that cause I do not know where is the MAN.....sort of like window user cannot find the any button when asked "press any button to proceed..." bun |
Re: mplayer configuration - help!
This is just a side-note on this topic. There are often times when I download a spoken word podcast and the audio is low. I find that it works well to use the volume normalizer audio filter built into mplayer. This will automatically equalize the audio and make the very soft parts a bit louder.
Simply add the following parameters like so: mplayer -af volnorm my_podcast.mp3 I personally would avoid putting this into a config file, because it can sometimes cause music to distort, especially during a sudden change to higher levels within the music. Take care :) |
Re: mplayer configuration - help!
Quote:
Also you can just use google and type "man mplayer" or anything else in the search string. (Un)surprisingly it understands this syntax quite fine and finds exactly what you need :) |
Re: mplayer configuration - help!
How to decrease movie size, when played in SIB ?
because my movie size 128x86, and when played size increase make terrible.. Please help me ... Thanks |
Re: mplayer configuration - help!
Quote:
mplayer -nozoom filename |
Re: mplayer configuration - help!
Open xterm and type the following:
Code: echo softvol=yes >> .mplayer/config echo softvol-max=700 >> .mplayer/configThis will append "softvol=yes" and "softvol-max=700" to your .mplayer/config file in your home directory. You can check it's worked by typing Code: cat .mplayer/configand it will display the contents of the file. -- how to save the settings? thanks |
All times are GMT. The time now is 22:19. |
vBulletin® Version 3.8.8