Uly.me

cloud engineer

  • Home
  • About
  • Archives
Home/Archives for rate

May 31, 2020

FFMPEG Convert MP3 to OGG

How to convert MP3 to OGG audio format.

ffmpeg -i in.mp3 -ar 48000 -vn -c:a libvorbis out.ogg

ffmpeg -i in.mp3 -ar 48000 -vn -c:a libvorbis out.ogg

If you have sample rate errors, use -vn.

  • Cloud
  • Linux
  • Git

Copyright © 2012–2021