How to increase volume beyond 100% on Kubuntu KDE

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
3
down vote

favorite












I'm using Kubuntu and need to increase my volume beyond 100% on many youtube videos, because the recording level was too low, and my speaker is capable of generating much louder volume.







share|improve this question



















  • this is a reasonable idea (volume compression) - pavucontrol can do it. Just to check though - have you checked the volume button next to the "play" button on youtube? On crunchyroll, there's this stupid volume button that I seem to have repeatedly clicked without realizing it, just one click is enough to set a random volume, so I'm wondering if you've managed to do something similar on Youtube.
    – sourcejedi
    Jun 6 at 18:49






  • 1




    I've checked Youtube volume, KDE's volume, and the Speaker Volume. There is a series of tutorials I'm watching from a particular publisher, and they recorded the series with too low of an input from the mic, apparently
    – user12711
    Jun 7 at 20:14














up vote
3
down vote

favorite












I'm using Kubuntu and need to increase my volume beyond 100% on many youtube videos, because the recording level was too low, and my speaker is capable of generating much louder volume.







share|improve this question



















  • this is a reasonable idea (volume compression) - pavucontrol can do it. Just to check though - have you checked the volume button next to the "play" button on youtube? On crunchyroll, there's this stupid volume button that I seem to have repeatedly clicked without realizing it, just one click is enough to set a random volume, so I'm wondering if you've managed to do something similar on Youtube.
    – sourcejedi
    Jun 6 at 18:49






  • 1




    I've checked Youtube volume, KDE's volume, and the Speaker Volume. There is a series of tutorials I'm watching from a particular publisher, and they recorded the series with too low of an input from the mic, apparently
    – user12711
    Jun 7 at 20:14












up vote
3
down vote

favorite









up vote
3
down vote

favorite











I'm using Kubuntu and need to increase my volume beyond 100% on many youtube videos, because the recording level was too low, and my speaker is capable of generating much louder volume.







share|improve this question











I'm using Kubuntu and need to increase my volume beyond 100% on many youtube videos, because the recording level was too low, and my speaker is capable of generating much louder volume.









share|improve this question










share|improve this question




share|improve this question









asked Jun 6 at 15:08









user12711

1285




1285











  • this is a reasonable idea (volume compression) - pavucontrol can do it. Just to check though - have you checked the volume button next to the "play" button on youtube? On crunchyroll, there's this stupid volume button that I seem to have repeatedly clicked without realizing it, just one click is enough to set a random volume, so I'm wondering if you've managed to do something similar on Youtube.
    – sourcejedi
    Jun 6 at 18:49






  • 1




    I've checked Youtube volume, KDE's volume, and the Speaker Volume. There is a series of tutorials I'm watching from a particular publisher, and they recorded the series with too low of an input from the mic, apparently
    – user12711
    Jun 7 at 20:14
















  • this is a reasonable idea (volume compression) - pavucontrol can do it. Just to check though - have you checked the volume button next to the "play" button on youtube? On crunchyroll, there's this stupid volume button that I seem to have repeatedly clicked without realizing it, just one click is enough to set a random volume, so I'm wondering if you've managed to do something similar on Youtube.
    – sourcejedi
    Jun 6 at 18:49






  • 1




    I've checked Youtube volume, KDE's volume, and the Speaker Volume. There is a series of tutorials I'm watching from a particular publisher, and they recorded the series with too low of an input from the mic, apparently
    – user12711
    Jun 7 at 20:14















this is a reasonable idea (volume compression) - pavucontrol can do it. Just to check though - have you checked the volume button next to the "play" button on youtube? On crunchyroll, there's this stupid volume button that I seem to have repeatedly clicked without realizing it, just one click is enough to set a random volume, so I'm wondering if you've managed to do something similar on Youtube.
– sourcejedi
Jun 6 at 18:49




this is a reasonable idea (volume compression) - pavucontrol can do it. Just to check though - have you checked the volume button next to the "play" button on youtube? On crunchyroll, there's this stupid volume button that I seem to have repeatedly clicked without realizing it, just one click is enough to set a random volume, so I'm wondering if you've managed to do something similar on Youtube.
– sourcejedi
Jun 6 at 18:49




1




1




I've checked Youtube volume, KDE's volume, and the Speaker Volume. There is a series of tutorials I'm watching from a particular publisher, and they recorded the series with too low of an input from the mic, apparently
– user12711
Jun 7 at 20:14




I've checked Youtube volume, KDE's volume, and the Speaker Volume. There is a series of tutorials I'm watching from a particular publisher, and they recorded the series with too low of an input from the mic, apparently
– user12711
Jun 7 at 20:14










1 Answer
1






active

oldest

votes

















up vote
3
down vote



accepted










ffmpeg -i inputfile -vcodec copy -af "volume=10dB" outputfile 


would increase volume by 10dB



VLC allows you to watch a network stream, you enter a youtube URL and you can increase the volume to 125% - I read to 200%.






share|improve this answer























  • Is there a way to amplify the sound real time, as it streams from the Internet as Youtube does?
    – user12711
    Jun 8 at 14:03






  • 1




    I believe there is you need to look at sox IIRC.
    – Gerard H. Pille
    Jun 8 at 19:34






  • 1




    But VLC will take you a long way and with much less hassle.
    – Gerard H. Pille
    Jun 8 at 19:54










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f448234%2fhow-to-increase-volume-beyond-100-on-kubuntu-kde%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
3
down vote



accepted










ffmpeg -i inputfile -vcodec copy -af "volume=10dB" outputfile 


would increase volume by 10dB



VLC allows you to watch a network stream, you enter a youtube URL and you can increase the volume to 125% - I read to 200%.






share|improve this answer























  • Is there a way to amplify the sound real time, as it streams from the Internet as Youtube does?
    – user12711
    Jun 8 at 14:03






  • 1




    I believe there is you need to look at sox IIRC.
    – Gerard H. Pille
    Jun 8 at 19:34






  • 1




    But VLC will take you a long way and with much less hassle.
    – Gerard H. Pille
    Jun 8 at 19:54














up vote
3
down vote



accepted










ffmpeg -i inputfile -vcodec copy -af "volume=10dB" outputfile 


would increase volume by 10dB



VLC allows you to watch a network stream, you enter a youtube URL and you can increase the volume to 125% - I read to 200%.






share|improve this answer























  • Is there a way to amplify the sound real time, as it streams from the Internet as Youtube does?
    – user12711
    Jun 8 at 14:03






  • 1




    I believe there is you need to look at sox IIRC.
    – Gerard H. Pille
    Jun 8 at 19:34






  • 1




    But VLC will take you a long way and with much less hassle.
    – Gerard H. Pille
    Jun 8 at 19:54












up vote
3
down vote



accepted







up vote
3
down vote



accepted






ffmpeg -i inputfile -vcodec copy -af "volume=10dB" outputfile 


would increase volume by 10dB



VLC allows you to watch a network stream, you enter a youtube URL and you can increase the volume to 125% - I read to 200%.






share|improve this answer















ffmpeg -i inputfile -vcodec copy -af "volume=10dB" outputfile 


would increase volume by 10dB



VLC allows you to watch a network stream, you enter a youtube URL and you can increase the volume to 125% - I read to 200%.







share|improve this answer















share|improve this answer



share|improve this answer








edited Jun 8 at 19:53


























answered Jun 6 at 19:29









Gerard H. Pille

1,073212




1,073212











  • Is there a way to amplify the sound real time, as it streams from the Internet as Youtube does?
    – user12711
    Jun 8 at 14:03






  • 1




    I believe there is you need to look at sox IIRC.
    – Gerard H. Pille
    Jun 8 at 19:34






  • 1




    But VLC will take you a long way and with much less hassle.
    – Gerard H. Pille
    Jun 8 at 19:54
















  • Is there a way to amplify the sound real time, as it streams from the Internet as Youtube does?
    – user12711
    Jun 8 at 14:03






  • 1




    I believe there is you need to look at sox IIRC.
    – Gerard H. Pille
    Jun 8 at 19:34






  • 1




    But VLC will take you a long way and with much less hassle.
    – Gerard H. Pille
    Jun 8 at 19:54















Is there a way to amplify the sound real time, as it streams from the Internet as Youtube does?
– user12711
Jun 8 at 14:03




Is there a way to amplify the sound real time, as it streams from the Internet as Youtube does?
– user12711
Jun 8 at 14:03




1




1




I believe there is you need to look at sox IIRC.
– Gerard H. Pille
Jun 8 at 19:34




I believe there is you need to look at sox IIRC.
– Gerard H. Pille
Jun 8 at 19:34




1




1




But VLC will take you a long way and with much less hassle.
– Gerard H. Pille
Jun 8 at 19:54




But VLC will take you a long way and with much less hassle.
– Gerard H. Pille
Jun 8 at 19:54












 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f448234%2fhow-to-increase-volume-beyond-100-on-kubuntu-kde%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay