Skip to content

Instantly share code, notes, and snippets.

@doyle
Created August 6, 2026 17:26
Show Gist options
  • Select an option

  • Save doyle/6cfbfa63615189bd824882f2ba20b407 to your computer and use it in GitHub Desktop.

Select an option

Save doyle/6cfbfa63615189bd824882f2ba20b407 to your computer and use it in GitHub Desktop.
Convert m4a to Gong compatible mp3
ffmpeg -i input.m4a -codec:a libmp3lame -b:a 128k -ar 44100 -ac 2 output.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment