-
-
Save Bioblaze/b042b36d837656c7e38daf3432958ba7 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