audio and video - ridingintraffic/ridingintraffic.github.com GitHub Wiki

audio boost

easily boost the audio levels with ffmpeg from the command line

ffmpeg -i "your_input_file.mp4"  -vcodec copy -filter:a "volume=15dB" "your_output_file.mp4"