Skip to content

Instantly share code, notes, and snippets.

@FeMaffezzolli
Last active September 29, 2020 21:50
Show Gist options
  • Save FeMaffezzolli/78fcf1b0739a299b41636e61ff530b35 to your computer and use it in GitHub Desktop.
Save FeMaffezzolli/78fcf1b0739a299b41636e61ff530b35 to your computer and use it in GitHub Desktop.
Media format converter (using ffmpeg)
# Both below work fine.
ffmpeg -i input.mp3 -vbr 4 -vn output.m4a
ffmpeg -i input.wav -vbr 4 -vn output.m4a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment