Skip to content

Instantly share code, notes, and snippets.

@starve-l
Created November 4, 2021 17:56
Show Gist options
  • Save starve-l/c862613a8c57586ea099fdf135e418de to your computer and use it in GitHub Desktop.
Save starve-l/c862613a8c57586ea099fdf135e418de to your computer and use it in GitHub Desktop.
Using `fluent-ffmpeg` to bass boost an audio file.
ffmpeg().input("input.mp3").outputOptions("-af bass=g=3").save("output.mp4");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment