Anzeigen der neuesten Beiträge
0 Mitglieder und 1 Gast betrachten dieses Thema.
Im übrigen beruht Ubuntu auf Debian.
mplayer -softvol -softvol-max 200 datei.avi
To set the maximum amplification level in percent (default: 110). A value of 200 will allow you to adjust the volume up to a maximum of double the current level.
mplayer −af volume=10.1:0 datei.avi
the first parameter is the desired gain in dB for all channels in the stream from -200dB to +60dB, where -200dB mutes the sound completely and +60dB equals a gain of 1000 (default: 0). The second PArameter Turns soft clipping on (1) or off (0). Soft-clipping can make the sound more smooth if very high volume levels are used. Enable this option if the dynamic range of the loudspeakers is very low.
mplayer −af volnorm datei.avi
mplayer -softvol -softvol-max 200 den_ namen_deiner_datei.avi
gedit $HOME/.mplayer/config
[default]# Write your default config options here!...volume=100softvol=yessoftvol-max=700