Created
February 10, 2015 09:24
-
-
Save Bonno/73873ed4ac523adc9611 to your computer and use it in GitHub Desktop.
Convert mp4 to WAV with ffmpeg
This file contains 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 <infile> -ac 2 -f wav <outfile> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks a lot man !