Geeks Talk

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.

Linux Tips: Increase MPlayer Soft Volume to 300% in Linux

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 ...

Go Back   Geeks Talk > Operating Systems > Unix/Linux
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 08-16-2009
Expert Member
 
Join Date: May 2009
Location: Bangalore
Posts: 1,456
Thanks: 157
Thanked 484 Times in 240 Posts
rijus is a glorious beacon of lightrijus is a glorious beacon of lightrijus is a glorious beacon of lightrijus is a glorious beacon of lightrijus is a glorious beacon of light
Smile Linux Tips: Increase MPlayer Soft Volume to 300% in Linux

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.
Reply With Quote
The Following User Says Thank You to rijus For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 08-17-2009
Junior Member
 
Join Date: Aug 2009
Location: KAMPALA
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
martino is on a distinguished road
Re: Linux Tips: Increase MPlayer Soft Volume to 300% in Linux

many thanks
Reply With Quote
  #3 (permalink)  
Old 08-21-2009
Expert Member
 
Join Date: May 2009
Location: Bangalore
Posts: 1,456
Thanks: 157
Thanked 484 Times in 240 Posts
rijus is a glorious beacon of lightrijus is a glorious beacon of lightrijus is a glorious beacon of lightrijus is a glorious beacon of lightrijus is a glorious beacon of light
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.
Reply With Quote
Reply

  Geeks Talk > Operating Systems > Unix/Linux

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


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


All times are GMT -4. The time now is 11:46 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2005 - 2010 GeekInterview.com. All Rights Reserved