Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Linux Tips: Increase MPlayer Soft Volume to 300% in Linux within the Unix/Linux forums, part of the Operating Systems category; Guys, Linux Tips: Increase MPlayer Soft Volume to 300% in Linux Sometimes when you watch a movie, the sound is just too low, even setting your alsamixer to 100%. But ...
|
|||||||
|
|||
|
Guys,
Linux Tips: Increase MPlayer Soft Volume to 300% in Linux Sometimes when you watch a movie, the sound is just too low, even setting your alsamixer to 100%. But you can increase your MPlayer soft volume to 300% with just a simple command. Open a terminal and type: mplayer -softvol -softvol-max 300 'video.avi' and replace video.avi with the video file name you want to watch Now to manually change the volume in MPLayer, use the "0" and "9" keys on your keyboard. Thanks, Riju. |
| The Following User Says Thank You to rijus For This Useful Post: | ||
| Sponsored Links |
|
|||
|
Re: Linux Tips: Increase MPlayer Soft Volume to 300% in Linux
Hi Friends,
Here is another trick to increase the sound (soft volume) in Ubuntu Linux, this time system-wide. 1. Edit your /etc/asound.conf file. Press ALT + F2 on your keyboard and type: gksu gedit /etc/asound.conf 2. Paste the following into the asound.conf file: pcm.!default { type plug slave.pcm "softvol" } pcm.softvol { type softvol slave { pcm "dmix" } control { name "Pre-Amp" card 0 } min_dB -5.0 max_dB 20.0 resolution 6 } 3. Restart PulseAudio: pulseaudio -k >/dev/null 2>&1 To make sure pulseaudio is stopped: killall pulseaudio And then: pulseaudio -D pulseaudio ; Finally Restart u r system....... Thanks & Regards, Riju. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linux Tips: Faster Internet in Linux | rijus | Unix/Linux | 0 | 08-15-2009 08:24 AM |
| Linux Tips :: SystemRescueCd | rijus | Unix/Linux | 0 | 08-14-2009 09:52 AM |
| Linux Tips: Mount Windows shares like normal drives in Linux | rijus | Unix/Linux | 1 | 08-13-2009 06:38 AM |
| Linux Tips: Search Google.com from the Linux command line | rijus | Unix/Linux | 0 | 08-12-2009 02:48 AM |
| Linux Tips :Find details about your ISO images from the Linux command line | rijus | Unix/Linux | 1 | 08-05-2009 02:09 AM |