Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@valentineus
Created June 1, 2020 10:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save valentineus/91784da4594034282f996733d8f6c8c4 to your computer and use it in GitHub Desktop.
Save valentineus/91784da4594034282f996733d8f6c8c4 to your computer and use it in GitHub Desktop.
Convert video file to audio file
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