I often do video guides to the solutions I create to help the administrators of the system. I use Open Broadcaster. I sometimes forget to adjust the recorded volume and need to adjust it after the video has been recorded.
To increase the volume I use ffmpeg
ffmpeg -i create-an-event.flv -vcodec copy -af "volume=30dB" -strict -2 create-an-event.mp4