Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save humbertodias/dd565a20d8794dd58e14a913b22ae488 to your computer and use it in GitHub Desktop.
Save humbertodias/dd565a20d8794dd58e14a913b22ae488 to your computer and use it in GitHub Desktop.
Converting mono audio to stereo
#44100 Sample rate
#2 Channels
ffmpeg -i $input.mp3 -ar 44100 -ac 2 $output.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment