Skip to content

Instantly share code, notes, and snippets.

@selfawaresoup
Last active October 28, 2021 15:35
Show Gist options
  • Save selfawaresoup/5871082 to your computer and use it in GitHub Desktop.
Save selfawaresoup/5871082 to your computer and use it in GitHub Desktop.
FFMPEG: Convert WAV to AAC with 192 kbit/s
ffmpeg -i input.wav -ab 192k -acodec libfaac output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment