Last active
September 29, 2020 21:50
-
-
Save FeMaffezzolli/78fcf1b0739a299b41636e61ff530b35 to your computer and use it in GitHub Desktop.
Media format converter (using ffmpeg)
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
# 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