Skip to content

Instantly share code, notes, and snippets.

@selfawaresoup
Last active September 3, 2024 20:32
Show Gist options
  • Select an option

  • Save selfawaresoup/5871082 to your computer and use it in GitHub Desktop.

Select an option

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