Created
August 6, 2026 17:26
-
-
Save doyle/6cfbfa63615189bd824882f2ba20b407 to your computer and use it in GitHub Desktop.
Convert m4a to Gong compatible mp3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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