Skip to content

audio and video

mike fettis edited this page Aug 14, 2023 · 1 revision

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"
Clone this wiki locally