Skip to content

Instantly share code, notes, and snippets.

@Bioblaze
Forked from valentineus/shell.sh
Created June 26, 2020 05:24
Show Gist options
  • Save Bioblaze/b042b36d837656c7e38daf3432958ba7 to your computer and use it in GitHub Desktop.
Save Bioblaze/b042b36d837656c7e38daf3432958ba7 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