Skip to content

Instantly share code, notes, and snippets.

@eric-pommereau
Last active December 21, 2020 22:18
Show Gist options
  • Save eric-pommereau/568c2b693b5d1d8361661c0ddf076656 to your computer and use it in GitHub Desktop.
Save eric-pommereau/568c2b693b5d1d8361661c0ddf076656 to your computer and use it in GitHub Desktop.
# transform a m4a format to mp3 format (with lame codec)
ffmpeg -i ./02\ All\ I\ Want\ For\ Christmas\ Is\ You.m4a -acodec libmp3lame -ab 256k ./02\ All\ I\ Want\ For\ Christmas\ Is\ You.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment