Created
June 1, 2020 10:16
-
-
Save valentineus/91784da4594034282f996733d8f6c8c4 to your computer and use it in GitHub Desktop.
Convert video file to audio file
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
ffmpeg -i filename.ogg -vn -c:a libopus -ar 16k -ac 1 -b:a 16k -vbr on -compression_level 10 new_filename.ogg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment