Created
September 14, 2021 12:35
-
-
Save cozingo/2a1f933b027d519daa733097289ffa47 to your computer and use it in GitHub Desktop.
convert video to mp3
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 "file" -vn out.mp3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment